============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

data_read_correctness.py ..
order_by_with_limit.py .
tablets_movement.py .
Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/c56l/00073e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c56l/00073e', '--source-root', '/home/runner/.ya/build/build_root/c56l/00073e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9954964563/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/c56l/00073e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c56l/00073e', '--source-root', '/home/runner/.ya/build/build_root/c56l/00073e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c56l/00073e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9954964563/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/000755/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_create.py .
test_cs_many_updates.py drop table: 180.0 ms
create table: 1000.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 52.5
    "min_ms": 32.2
    "median_ms": 43.3
    "max_ms": 112.9
    "stdev_ms": 24.5
select count(*) after initial inserts: 148.0 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 92.5
    "min_ms": 42.1
    "median_ms": 85.4
    "max_ms": 372.9
    "stdev_ms": 32.2
select count(*) after all modifications: 5994.8 ms
select all: 8278.9 ms
delete from table: 8598.2 ms
select all after delete: 8611.3 ms
.drop table: 83.6 ms
create table: 812.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 46.0
    "min_ms": 32.7
    "median_ms": 45.1
    "max_ms": 66.1
    "stdev_ms": 11.3
select count(*) after initial inserts: 221.9 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 97.4
    "min_ms": 53.5
    "median_ms": 94.2
    "max_ms": 207.9
    "stdev_ms": 28.7
updates (step 1):
    "runs": 200
    "avg_ms": 295.3
    "min_ms": 169.4
    "median_ms": 278.7
    "max_ms": 1014.2
    "stdev_ms": 92.0
upserts (step 2):
    "runs": 200
    "avg_ms": 38.8
    "min_ms": 22.6
    "median_ms": 35.9
    "max_ms": 92.5
    "stdev_ms": 12.5
select count(*) after all modifications: 688.8 ms
select all: 380.2 ms
delete from table: 491.2 ms
select all after delete: 363.9 ms
.drop table: 70.6 ms
create table: 823.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.5
    "min_ms": 25.8
    "median_ms": 29.9
    "max_ms": 33.3
    "stdev_ms": 2.2
select count(*) after initial inserts: 132.2 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 217.7
    "min_ms": 99.5
    "median_ms": 151.1
    "max_ms": 39409.5
    "stdev_ms": 1257.3
select count(*) after all modifications: 332.0 ms
select all: 291.8 ms
delete from table: 305.7 ms
select all after delete: 225.6 ms
.drop table: 35.1 ms
create table: 510.8 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.6
    "min_ms": 26.2
    "median_ms": 29.6
    "max_ms": 36.5
    "stdev_ms": 2.9
select count(*) after initial inserts: 90.2 ms
updates (step 0):
    "runs": 150
    "avg_ms": 139.2
    "min_ms": 85.2
    "median_ms": 138.3
    "max_ms": 256.7
    "stdev_ms": 37.6
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 55.8
    "min_ms": 43.2
    "median_ms": 51.4
    "max_ms": 221.8
    "stdev_ms": 18.8
select count(*) after all modifications: 328.2 ms
select all: 283.6 ms
delete from table: 336.3 ms
select all after delete: 282.5 ms
.drop table: 31.3 ms
create table: 596.5 ms
initial inserts:
    "runs": 20
    "avg_ms": 31.8
    "min_ms": 27.3
    "median_ms": 30.1
    "max_ms": 51.2
    "stdev_ms": 5.4
select count(*) after initial inserts: 134.5 ms
updates (step 0):
    "runs": 200
    "avg_ms": 120.8
    "min_ms": 89.3
    "median_ms": 115.8
    "max_ms": 198.7
    "stdev_ms": 20.5
upserts (step 1):
    "runs": 200
    "avg_ms": 30.2
    "min_ms": 22.3
    "median_ms": 28.3
    "max_ms": 68.4
    "stdev_ms": 7.2
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 62.0
    "min_ms": 52.8
    "median_ms": 59.7
    "max_ms": 79.4
    "stdev_ms": 6.0
select count(*) after all modifications: 582.4 ms
select all: 520.5 ms
delete from table: 517.0 ms
select all after delete: 487.6 ms
.drop table: 29.1 ms
create table: 496.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 25.6
    "median_ms": 30.2
    "max_ms": 33.6
    "stdev_ms": 2.2
select count(*) after initial inserts: 92.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 26.9
    "min_ms": 21.1
    "median_ms": 25.8
    "max_ms": 52.4
    "stdev_ms": 4.2
select count(*) after all modifications: 315.9 ms
select all: 231.3 ms
delete from table: 259.7 ms
select all after delete: 199.4 ms
.Generated operation sequence:
  0. UPDATE: 12 operations
  1. UPDATE: 7 operations
  2. UPSERT: 20 operations
  3. UPDATE: 12 operations
  4. UPDATE: 7 operations
  5. UPSERT: 20 operations
  6. BULK_UPSERT: 2 operations
  7. UPDATE: 8 operations
  8. BULK_UPSERT: 7 operations
  9. UPDATE: 9 operations
drop table: 51.9 ms
create table: 452.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.5
    "min_ms": 24.1
    "median_ms": 30.0
    "max_ms": 31.4
    "stdev_ms": 2.0
select count(*) after initial inserts: 94.4 ms
updates (step 0):
    "runs": 120
    "avg_ms": 110.8
    "min_ms": 92.3
    "median_ms": 108.0
    "max_ms": 162.2
    "stdev_ms": 13.4
updates (step 1):
    "runs": 70
    "avg_ms": 111.0
    "min_ms": 97.5
    "median_ms": 109.3
    "max_ms": 159.4
    "stdev_ms": 10.3
upserts (step 2):
    "runs": 200
    "avg_ms": 26.8
    "min_ms": 22.0
    "median_ms": 25.8
    "max_ms": 58.9
    "stdev_ms": 4.1
updates (step 3):
    "runs": 120
    "avg_ms": 104.5
    "min_ms": 90.5
    "median_ms": 103.2
    "max_ms": 145.3
    "stdev_ms": 8.4
updates (step 4):
    "runs": 70
    "avg_ms": 109.6
    "min_ms": 94.9
    "median_ms": 109.0
    "max_ms": 130.8
    "stdev_ms": 6.7
upserts (step 5):
    "runs": 200
    "avg_ms": 23.7
    "min_ms": 20.6
    "median_ms": 22.9
    "max_ms": 42.6
    "stdev_ms": 3.4
bulk_upserts (step 6):
    "runs": 2
    "avg_ms": 39.5
    "min_ms": 39.5
    "median_ms": 39.6
    "max_ms": 39.6
    "stdev_ms": 0.1


============================== slowest durations ===============================
220.22s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
80.09s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
79.65s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
39.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
34.92s setup    test_create.py::TestCreate::test_dy_number_not_supported
28.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
28.78s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
26.96s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.25s call     test_create.py::TestCreate::test_dy_number_not_supported
0.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 606.99s (0:10:06) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/c56l/000755/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/c56l/000755/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c56l/000755/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c56l/000755', '--source-root', '/home/runner/.ya/build/build_root/c56l/000755/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c56l/000755/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9954964563/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/c56l/000755/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/c56l/000755/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c56l/000755/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c56l/000755', '--source-root', '/home/runner/.ya/build/build_root/c56l/000755/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c56l/000755/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9954964563/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/000748/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_delete.py ...........

============================== slowest durations ===============================
35.20s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
3.87s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
3.07s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
2.99s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
2.96s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
2.60s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
2.56s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
2.37s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
2.27s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.30s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.25s call     test_delete.py::TestDelete::test_incorrect
1.02s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.08s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.06s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.04s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.03s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 62.78s (0:01:02) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/00074b/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_insert.py ........
test_log_scenario.py ...

============================== slowest durations ===============================
107.82s call     test_log_scenario.py::TestLogScenario::test_log_uniform
88.89s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
60.41s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
24.64s setup    test_insert.py::TestInsertStatement::test_bulk
11.98s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
7.09s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.27s call     test_insert.py::TestInsertStatement::test_copy_full
5.66s call     test_insert.py::TestInsertStatement::test_copy_partial
2.95s call     test_insert.py::TestInsertStatement::test_insert_rollback
2.69s call     test_insert.py::TestInsertStatement::test_incorrect
2.41s call     test_insert.py::TestInsertStatement::test_plain
1.98s call     test_insert.py::TestInsertStatement::test_duplicate
1.95s call     test_insert.py::TestInsertStatement::test_bulk
1.86s call     test_insert.py::TestInsertStatement::test_out_of_range
0.13s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.05s setup    test_insert.py::TestInsertStatement::test_plain
0.03s setup    test_insert.py::TestInsertStatement::test_copy_full
0.02s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.02s setup    test_insert.py::TestInsertStatement::test_duplicate
0.02s teardown test_insert.py::TestInsertStatement::test_plain
0.02s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.01s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s teardown test_insert.py::TestInsertStatement::test_copy_partial

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 328.04s (0:05:28) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/000753/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_overloads.py ...........

============================== slowest durations ===============================
40.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
18.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
14.69s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
13.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
9.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
9.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
9.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
9.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
8.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
8.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
6.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.10s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 153.14s (0:02:33) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/00073a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_overloads.py ..........

============================== slowest durations ===============================
39.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
14.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
14.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
13.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
9.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
9.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
7.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
7.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
6.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.22s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 133.68s (0:02:13) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_overloads.py .........F

=================================== FAILURES ===================================
_______________ TestLogScenario.test_overloads_workload[1-10000] _______________
library/python/testing/yatest_common/yatest/common/process.py:384: in wait
    wait_for(
library/python/testing/yatest_common/yatest/common/process.py:765: in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
E   yatest.common.process.TimeoutError: 120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:19743', '-d', '/Root', 'workload', 'log', '--path', 'log_1_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout

During handling of the above exception, another exception occurred:
ydb/tests/olap/test_overloads.py:173: in test_overloads_workload
    ydb_workload.bulk_upsert(seconds=wait_time, threads=10, rows=10, wait=True)
ydb/tests/olap/test_overloads.py:69: in bulk_upsert
    self._insert_rows(operation_name="bulk_upsert", seconds=seconds, threads=threads, rows=rows, wait=wait)
ydb/tests/olap/test_overloads.py:63: in _insert_rows
    self._call(command=command, wait=wait, timeout=2*seconds)
ydb/tests/olap/test_overloads.py:44: in _call
    yatest.common.execute(command=command, wait=wait, timeout=timeout, stderr=self.stderr, stdout=self.stdout)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:398: in wait
    raise ExecutionTimeoutError(self, str(e))
E   yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:19743', '-d', '/Root', 'workload', 'log', '--path', 'log_1_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_overloads_workload[1-10000]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_overloads.py::TestLogScenario, test_name: test_overloads_workload[1-10000])
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.35
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.35
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3715057
DEBUG    ya.test:process.py:259 Command (pid 3715057) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3715057) elapsed time (sec): 1.7584388256072998
DEBUG    ya.test:process.py:263 Command (pid 3715057) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3715057) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3715057) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) nivcsw: 309
DEBUG    ya.test:process.py:263 Command (pid 3715057) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3715057) nvcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 3715057) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3715057) stime: 0.457839
DEBUG    ya.test:process.py:263 Command (pid 3715057) utime: 0.122652
DEBUG    ya.test:process.py:263 Command (pid 3715057) wtime: 1.771
DEBUG    ya.test:process.py:275 Command (pid 3715057) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3715057) errors:

INFO     __tests__.test_overloads:test_overloads.py:92 Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15967
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/c56l/000740/r3tmp/kikimr_cluster_xm07bhx7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19743
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10547
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13550
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13876
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/000740/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/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/logfile_vg4kgh56.log --grpc-port=19743 --mon-port=10547 --ic-port=15967
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:19743/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/000740/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/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/logfile_vg4kgh56.log --grpc-port=19743 --mon-port=10547 --ic-port=15967
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/logfile_vg4kgh56.log', '--grpc-port=19743', '--mon-port=10547', '--ic-port=15967')' in '/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3716844
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:19743/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.36
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.36
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3716930
DEBUG    ya.test:process.py:259 Command (pid 3716930) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3716930) elapsed time (sec): 3.590341806411743
DEBUG    ya.test:process.py:263 Command (pid 3716930) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3716930) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3716930) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) nivcsw: 326
DEBUG    ya.test:process.py:263 Command (pid 3716930) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3716930) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3716930) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3716930) stime: 0.382613
DEBUG    ya.test:process.py:263 Command (pid 3716930) utime: 0.11877
DEBUG    ya.test:process.py:263 Command (pid 3716930) wtime: 3.616
DEBUG    ya.test:process.py:275 Command (pid 3716930) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3716930) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 272f6f9b-cb22-43d2-8183-26a2148fcae7, localhost:29273): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 272f6f9b-cb22-43d2-8183-26a2148fcae7, localhost:29273): request = { database: "/Root" }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19743', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15967\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 272f6f9b-cb22-43d2-8183-26a2148fcae7, localhost:29273): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 29273 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:29273, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29273
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.37
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.37
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19743', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15967\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3721703
DEBUG    ya.test:process.py:259 Command (pid 3721703) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3721703) elapsed time (sec): 1.154200553894043
DEBUG    ya.test:process.py:263 Command (pid 3721703) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) maxrss: 546072
DEBUG    ya.test:process.py:263 Command (pid 3721703) minflt: 18230
DEBUG    ya.test:process.py:263 Command (pid 3721703) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) nivcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 3721703) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3721703) nvcsw: 94
DEBUG    ya.test:process.py:263 Command (pid 3721703) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3721703) stime: 0.282666
DEBUG    ya.test:process.py:263 Command (pid 3721703) utime: 0.150195
DEBUG    ya.test:process.py:263 Command (pid 3721703) wtime: 1.168
DEBUG    ya.test:process.py:275 Command (pid 3721703) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19743', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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.38
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.38
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19743', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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: 3722361
DEBUG    ya.test:process.py:259 Command (pid 3722361) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3722361) elapsed time (sec): 1.9863290786743164
DEBUG    ya.test:process.py:263 Command (pid 3722361) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) maxrss: 545980
DEBUG    ya.test:process.py:263 Command (pid 3722361) minflt: 18319
DEBUG    ya.test:process.py:263 Command (pid 3722361) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) nivcsw: 313
DEBUG    ya.test:process.py:263 Command (pid 3722361) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3722361) nvcsw: 118
DEBUG    ya.test:process.py:263 Command (pid 3722361) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3722361) stime: 0.620672
DEBUG    ya.test:process.py:263 Command (pid 3722361) utime: 0.14851
DEBUG    ya.test:process.py:263 Command (pid 3722361) wtime: 2.001
DEBUG    ya.test:process.py:275 Command (pid 3722361) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 669db7d1-e70b-4d92-b1d2-bd3df9893fca, localhost:19743): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 669db7d1-e70b-4d92-b1d2-bd3df9893fca, localhost:19743): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 669db7d1-e70b-4d92-b1d2-bd3df9893fca, localhost:19743): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 19743 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:19743, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19743
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb
INFO     root:test_overloads.py:43 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb -e grpc://localhost:19743 -d /Root workload log --path log_1_10000 init --path log_1_10000 --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:19743', '-d', '/Root', 'workload', 'log', '--path', 'log_1_10000', 'init', '--path', 'log_1_10000', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3723585
DEBUG    ya.test:process.py:259 Command (pid 3723585) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3723585) elapsed time (sec): 1.399975061416626
DEBUG    ya.test:process.py:263 Command (pid 3723585) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) maxrss: 185608
DEBUG    ya.test:process.py:263 Command (pid 3723585) minflt: 3479
DEBUG    ya.test:process.py:263 Command (pid 3723585) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) nivcsw: 46
DEBUG    ya.test:process.py:263 Command (pid 3723585) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3723585) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 3723585) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3723585) stime: 0.02062
DEBUG    ya.test:process.py:263 Command (pid 3723585) utime: 0.061862
DEBUG    ya.test:process.py:263 Command (pid 3723585) wtime: 1.409
DEBUG    ya.test:process.py:275 Command (pid 3723585) output:
None
DEBUG    ya.test:process.py:276 Command (pid 3723585) errors:

INFO     root:test_overloads.py:51 YdbWorkloadOverload bulk_upsert
INFO     root:test_overloads.py:43 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb -e grpc://localhost:19743 -d /Root workload log --path log_1_10000 run bulk_upsert --seconds 60 --threads 10 --rows 10 --quiet with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:19743', '-d', '/Root', 'workload', 'log', '--path', 'log_1_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3724440
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 99b4d330-339b-42c0-b349-6bcc182f4b03, localhost:26906): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 99b4d330-339b-42c0-b349-6bcc182f4b03, localhost:26906): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 99b4d330-339b-42c0-b349-6bcc182f4b03, localhost:26906): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26906 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26906, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26906
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4ecab9c1-cd01-4909-b544-16684cc2ff49, localhost:15357): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4ecab9c1-cd01-4909-b544-16684cc2ff49, localhost:15357): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4ecab9c1-cd01-4909-b544-16684cc2ff49, localhost:15357): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 15357 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:15357, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15357
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e63f9978-cdff-45ea-98df-c447b8f7b319, localhost:19700): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e63f9978-cdff-45ea-98df-c447b8f7b319, localhost:19700): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e63f9978-cdff-45ea-98df-c447b8f7b319, localhost:19700): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 19700 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:19700, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19700
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d98f4983-e887-4d9f-908a-41ea54d7349d, localhost:20024): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d98f4983-e887-4d9f-908a-41ea54d7349d, localhost:20024): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d98f4983-e887-4d9f-908a-41ea54d7349d, localhost:20024): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20024 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:20024, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20024
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4961dd1d-a259-450b-8c86-0a2ccbe20a21, localhost:26200): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4961dd1d-a259-450b-8c86-0a2ccbe20a21, localhost:26200): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4961dd1d-a259-450b-8c86-0a2ccbe20a21, localhost:26200): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26200 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26200, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26200
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ae024740-44d6-44a0-9748-f1d967f52b87, localhost:11867): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ae024740-44d6-44a0-9748-f1d967f52b87, localhost:11867): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ae024740-44d6-44a0-9748-f1d967f52b87, localhost:11867): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 11867 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:11867, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11867
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9d77a7cc-6d2f-4bcc-9788-0ceff7f1402c, localhost:4474): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9d77a7cc-6d2f-4bcc-9788-0ceff7f1402c, localhost:4474): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9d77a7cc-6d2f-4bcc-9788-0ceff7f1402c, localhost:4474): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 4474 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:4474, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4474
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, fc29ac0e-7314-4891-bf76-abeb4538ba35, localhost:18861): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fc29ac0e-7314-4891-bf76-abeb4538ba35, localhost:18861): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fc29ac0e-7314-4891-bf76-abeb4538ba35, localhost:18861): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 18861 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:18861, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18861
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 23ce93f9-0955-4034-88d3-cb74184d44e8, localhost:15357): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 23ce93f9-0955-4034-88d3-cb74184d44e8, localhost:15357): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 23ce93f9-0955-4034-88d3-cb74184d44e8, localhost:15357): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 15357 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:15357, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15357
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6f1d18d7-8d11-4ffa-9e0d-50365c6b4ec9, localhost:19743): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6f1d18d7-8d11-4ffa-9e0d-50365c6b4ec9, localhost:19743): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6f1d18d7-8d11-4ffa-9e0d-50365c6b4ec9, localhost:19743): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 19743 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:19743, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19743
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 850b2f44-8290-4a8f-9d4b-1122cdd83145, localhost:29273): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 850b2f44-8290-4a8f-9d4b-1122cdd83145, localhost:29273): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 850b2f44-8290-4a8f-9d4b-1122cdd83145, localhost:29273): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 29273 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:29273, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29273
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 00a1a1d0-9de2-4f27-aede-2c63896684cf, localhost:19700): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 00a1a1d0-9de2-4f27-aede-2c63896684cf, localhost:19700): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 00a1a1d0-9de2-4f27-aede-2c63896684cf, localhost:19700): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 19700 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:19700, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19700
DEBUG    ya.test:process.py:773 Killing process 3724440
DEBUG    ya.test:process.py:799 Killing process tree for pid 3724440 (bin:'ydb')
DEBUG    ya.test:process.py:804 Sent signal 19 to the pid 3724440
DEBUG    ya.test:process.py:804 Sent signal 9 to the pid 3724440
DEBUG    ya.test:process.py:804 Sent signal 18 to the pid 3724440
DEBUG    ya.test:process.py:404 Command exception: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:19743', '-d', '/Root', 'workload', 'log', '--path', 'log_1_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
DEBUG    ya.test:process.py:259 Command (pid 3724440) rc: -9
DEBUG    ya.test:process.py:260 Command (pid 3724440) elapsed time (sec): 120.23523759841919
DEBUG    ya.test:process.py:263 Command (pid 3724440) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) maxrss: 185608
DEBUG    ya.test:process.py:263 Command (pid 3724440) minflt: 4523
DEBUG    ya.test:process.py:263 Command (pid 3724440) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) nivcsw: 367
DEBUG    ya.test:process.py:263 Command (pid 3724440) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) nvcsw: 349426
DEBUG    ya.test:process.py:263 Command (pid 3724440) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3724440) stime: 1.41517
DEBUG    ya.test:process.py:263 Command (pid 3724440) utime: 1.760348
DEBUG    ya.test:process.py:263 Command (pid 3724440) wtime: 120.25
DEBUG    ya.test:process.py:275 Command (pid 3724440) output:
None
DEBUG    ya.test:process.py:276 Command (pid 3724440) errors:

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-gxvk5f2a74'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.3724440' in '/home/runner/.ya/build/build_root/c56l/000740/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19743
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:19743
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4f9944a9-552f-415c-98a2-2c2c68ebbef6, localhost:26906): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4f9944a9-552f-415c-98a2-2c2c68ebbef6, localhost:26906): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4f9944a9-552f-415c-98a2-2c2c68ebbef6, localhost:26906): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26906 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26906, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26906
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9af4cf9c-9a37-4447-9a74-3285775bb779, localhost:20024): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9af4cf9c-9a37-4447-9a74-3285775bb779, localhost:20024): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9af4cf9c-9a37-4447-9a74-3285775bb779, localhost:20024): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20024 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:20024, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20024
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:19743/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13876
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13550
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10547
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19743
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15967
============================== slowest durations ===============================
135.62s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
36.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
21.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
17.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
11.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
9.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
9.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
8.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
7.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
6.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
6.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_overloads.py::TestLogScenario::test_overloads_workload[1-10000] - yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/c56l/000740/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:19743', '-d', '/Root', 'workload', 'log', '--path', 'log_1_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
=================== 1 failed, 9 passed in 273.46s (0:04:33) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/000744/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_overloads.py .....
test_replace.py .

============================== slowest durations ===============================
144.11s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
128.00s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
123.64s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
103.71s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
89.76s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
3.74s setup    test_replace.py::TestReplace::test_copy_full
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.95s call     test_replace.py::TestReplace::test_copy_full
0.05s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 6 passed in 600.41s (0:10:00) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/c56l/000744/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/c56l/000744/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c56l/000744/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c56l/000744', '--source-root', '/home/runner/.ya/build/build_root/c56l/000744/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c56l/000744/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9954964563/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/c56l/000744/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/c56l/000744/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c56l/000744/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c56l/000744', '--source-root', '/home/runner/.ya/build/build_root/c56l/000744/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c56l/000744/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9954964563/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/000746/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_replace.py ...
test_select.py ..
test_update.py .....

============================== slowest durations ===============================
26.24s setup    test_select.py::TestSelect::test_incorrect
22.92s setup    test_replace.py::TestReplace::test_replace_rollback
6.93s setup    test_update.py::TestUpdate::test_incorrect
3.37s call     test_replace.py::TestReplace::test_replace_total
3.29s call     test_replace.py::TestReplace::test_replace_with_nulls
2.51s call     test_replace.py::TestReplace::test_replace_rollback
2.01s call     test_update.py::TestUpdate::test_update_rollback
1.85s call     test_select.py::TestSelect::test_json_query
1.65s call     test_update.py::TestUpdate::test_update_many_rows
1.55s call     test_update.py::TestUpdate::test_partial_update
1.06s call     test_update.py::TestUpdate::test_incorrect
0.93s call     test_update.py::TestUpdate::test_update_pk
0.69s call     test_select.py::TestSelect::test_incorrect
0.06s setup    test_update.py::TestUpdate::test_update_rollback
0.04s setup    test_replace.py::TestReplace::test_replace_total
0.03s setup    test_update.py::TestUpdate::test_update_pk
0.03s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s teardown test_replace.py::TestReplace::test_replace_with_nulls
0.01s teardown test_update.py::TestUpdate::test_update_pk
0.01s setup    test_update.py::TestUpdate::test_partial_update
0.01s teardown test_replace.py::TestReplace::test_replace_rollback
0.01s setup    test_select.py::TestSelect::test_json_query

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 76.34s (0:01:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 105 items

test_update.py ..
test_upsert.py ......
upgrade_to_internal_path_id.py F
zip_bomb.py .

=================================== FAILURES ===================================
_______________________ TestUpgradeToInternalPathId.test _______________________
ydb/tests/olap/upgrade_to_internal_path_id.py:91: in test
    self.restart_cluster(generate_internal_path_id=generate_internal_path_id)
ydb/tests/olap/upgrade_to_internal_path_id.py:43: in restart_cluster
    driver.wait(20)
contrib/python/ydb/py3/ydb/pool.py:409: in wait
    self._store.subscribe().result(timeout)
contrib/tools/python3/Lib/concurrent/futures/_base.py:458: in result
    raise TimeoutError()
E   TimeoutError
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4667
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7825
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11161
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61946
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64598
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25274
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6284
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/kikimr_cluster_x1_lr6t7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20920
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18093
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27777
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8983
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_95og636p.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18265
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4200
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16698
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16699
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_whhfkyef.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23245
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29210
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29734
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11996
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_6p2wb7ho.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9989
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19927
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64640
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10417
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_76p92ywx.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9361
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4545
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18527
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22886
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_t56ghws4.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65197
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65521
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15824
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29691
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_3c4upo1o.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6694
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10241
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11368
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20940
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_exh6ytmp.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28032
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7132
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1670
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1671
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3278
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_n13d39_q.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7089
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15280
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8199
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1729
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_pqq0dr29.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1gc4r41jp.data on node localhost:20920/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_95og636p.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_95og636p.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3685769
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
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/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3685772
DEBUG    ya.test:process.py:259 Command (pid 3685772) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3685772) elapsed time (sec): 0.5505852699279785
DEBUG    ya.test:process.py:263 Command (pid 3685772) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3685772) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3685772) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) nivcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 3685772) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3685772) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3685772) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3685772) stime: 0.267748
DEBUG    ya.test:process.py:263 Command (pid 3685772) utime: 0.12342099999999999
DEBUG    ya.test:process.py:263 Command (pid 3685772) wtime: 0.577
DEBUG    ya.test:process.py:275 Command (pid 3685772) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3685772) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1gurvyqxh.data on node localhost:32162/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_whhfkyef.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_whhfkyef.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3686140
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
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/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3686143
DEBUG    ya.test:process.py:259 Command (pid 3686143) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3686143) elapsed time (sec): 0.5810928344726562
DEBUG    ya.test:process.py:263 Command (pid 3686143) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3686143) minflt: 16182
DEBUG    ya.test:process.py:263 Command (pid 3686143) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) nivcsw: 212
DEBUG    ya.test:process.py:263 Command (pid 3686143) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3686143) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3686143) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3686143) stime: 0.364149
DEBUG    ya.test:process.py:263 Command (pid 3686143) utime: 0.11959099999999999
DEBUG    ya.test:process.py:263 Command (pid 3686143) wtime: 0.59
DEBUG    ya.test:process.py:275 Command (pid 3686143) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3686143) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk16ikq_rgl.data on node localhost:23245/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_6p2wb7ho.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_6p2wb7ho.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3686504
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3686510
DEBUG    ya.test:process.py:259 Command (pid 3686510) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3686510) elapsed time (sec): 0.6201066970825195
DEBUG    ya.test:process.py:263 Command (pid 3686510) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3686510) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3686510) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) nivcsw: 187
DEBUG    ya.test:process.py:263 Command (pid 3686510) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3686510) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3686510) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3686510) stime: 0.288556
DEBUG    ya.test:process.py:263 Command (pid 3686510) utime: 0.12262999999999999
DEBUG    ya.test:process.py:263 Command (pid 3686510) wtime: 0.63
DEBUG    ya.test:process.py:275 Command (pid 3686510) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3686510) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk15byrt7zw.data on node localhost:9989/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_76p92ywx.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_76p92ywx.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3687108
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3687129
DEBUG    ya.test:process.py:259 Command (pid 3687129) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3687129) elapsed time (sec): 0.7333202362060547
DEBUG    ya.test:process.py:263 Command (pid 3687129) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3687129) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3687129) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) nivcsw: 190
DEBUG    ya.test:process.py:263 Command (pid 3687129) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3687129) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3687129) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3687129) stime: 0.293427
DEBUG    ya.test:process.py:263 Command (pid 3687129) utime: 0.12387
DEBUG    ya.test:process.py:263 Command (pid 3687129) wtime: 0.739
DEBUG    ya.test:process.py:275 Command (pid 3687129) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3687129) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk13c_w9po3.data on node localhost:9361/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_t56ghws4.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_t56ghws4.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3687385
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3687387
DEBUG    ya.test:process.py:259 Command (pid 3687387) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3687387) elapsed time (sec): 0.9576117992401123
DEBUG    ya.test:process.py:263 Command (pid 3687387) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3687387) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3687387) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) nivcsw: 375
DEBUG    ya.test:process.py:263 Command (pid 3687387) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3687387) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3687387) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3687387) stime: 0.26639999999999997
DEBUG    ya.test:process.py:263 Command (pid 3687387) utime: 0.126551
DEBUG    ya.test:process.py:263 Command (pid 3687387) wtime: 0.962
DEBUG    ya.test:process.py:275 Command (pid 3687387) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3687387) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1sfbotrsx.data on node localhost:65197/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_3c4upo1o.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_3c4upo1o.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3687742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3687745
DEBUG    ya.test:process.py:259 Command (pid 3687745) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3687745) elapsed time (sec): 0.6327424049377441
DEBUG    ya.test:process.py:263 Command (pid 3687745) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3687745) minflt: 16082
DEBUG    ya.test:process.py:263 Command (pid 3687745) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 3687745) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3687745) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3687745) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3687745) stime: 0.22733599999999998
DEBUG    ya.test:process.py:263 Command (pid 3687745) utime: 0.154048
DEBUG    ya.test:process.py:263 Command (pid 3687745) wtime: 0.635
DEBUG    ya.test:process.py:275 Command (pid 3687745) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3687745) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1xyyckz5j.data on node localhost:6694/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_exh6ytmp.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_exh6ytmp.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3688042
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3688043
DEBUG    ya.test:process.py:259 Command (pid 3688043) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3688043) elapsed time (sec): 0.6275374889373779
DEBUG    ya.test:process.py:263 Command (pid 3688043) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3688043) minflt: 16229
DEBUG    ya.test:process.py:263 Command (pid 3688043) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 3688043) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3688043) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3688043) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3688043) stime: 0.28202699999999997
DEBUG    ya.test:process.py:263 Command (pid 3688043) utime: 0.13930199999999998
DEBUG    ya.test:process.py:263 Command (pid 3688043) wtime: 0.629
DEBUG    ya.test:process.py:275 Command (pid 3688043) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3688043) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1onzhr72a.data on node localhost:28032/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_n13d39_q.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_n13d39_q.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3688486
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3688494
DEBUG    ya.test:process.py:259 Command (pid 3688494) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3688494) elapsed time (sec): 1.0907890796661377
DEBUG    ya.test:process.py:263 Command (pid 3688494) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3688494) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3688494) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) nivcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 3688494) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3688494) nvcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 3688494) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3688494) stime: 0.32168399999999997
DEBUG    ya.test:process.py:263 Command (pid 3688494) utime: 0.130364
DEBUG    ya.test:process.py:263 Command (pid 3688494) wtime: 1.094
DEBUG    ya.test:process.py:275 Command (pid 3688494) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3688494) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk /home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk157ihwnvz.data on node localhost:7089/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_pqq0dr29.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_pqq0dr29.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3688986
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3688990
DEBUG    ya.test:process.py:259 Command (pid 3688990) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3688990) elapsed time (sec): 1.083911418914795
DEBUG    ya.test:process.py:263 Command (pid 3688990) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3688990) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3688990) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3688990) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) nivcsw: 237
DEBUG    ya.test:process.py:263 Command (pid 3688990) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3688990) nvcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 3688990) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3688990) stime: 0.441492
DEBUG    ya.test:process.py:263 Command (pid 3688990) utime: 0.12992099999999998
DEBUG    ya.test:process.py:263 Command (pid 3688990) wtime: 1.089
DEBUG    ya.test:process.py:275 Command (pid 3688990) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3688990) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20920', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1gc4r41jp.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1gurvyqxh.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk16ikq_rgl.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk15byrt7zw.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk13c_w9po3.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1sfbotrsx.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1xyyckz5j.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1onzhr72a.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk157ihwnvz.data"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27856\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4667\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7825\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11161\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 61946\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20162\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64598\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25274\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6284\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20920', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1gc4r41jp.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1gurvyqxh.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk16ikq_rgl.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk15byrt7zw.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk13c_w9po3.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1sfbotrsx.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1xyyckz5j.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk1onzhr72a.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/c56l/00074f/r3tmp/pdisk157ihwnvz.data"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27856\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4667\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7825\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11161\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 61946\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20162\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64598\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25274\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6284\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3691206
DEBUG    ya.test:process.py:259 Command (pid 3691206) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3691206) elapsed time (sec): 1.1340980529785156
DEBUG    ya.test:process.py:263 Command (pid 3691206) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) maxrss: 545928
DEBUG    ya.test:process.py:263 Command (pid 3691206) minflt: 18334
DEBUG    ya.test:process.py:263 Command (pid 3691206) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) nivcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 3691206) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3691206) nvcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 3691206) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3691206) stime: 0.357055
DEBUG    ya.test:process.py:263 Command (pid 3691206) utime: 0.134797
DEBUG    ya.test:process.py:263 Command (pid 3691206) wtime: 1.136
DEBUG    ya.test:process.py:275 Command (pid 3691206) 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
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 12

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20920', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:20920', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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: 3691737
DEBUG    ya.test:process.py:259 Command (pid 3691737) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3691737) elapsed time (sec): 1.2428362369537354
DEBUG    ya.test:process.py:263 Command (pid 3691737) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) maxrss: 546076
DEBUG    ya.test:process.py:263 Command (pid 3691737) minflt: 18228
DEBUG    ya.test:process.py:263 Command (pid 3691737) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) nivcsw: 311
DEBUG    ya.test:process.py:263 Command (pid 3691737) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3691737) nvcsw: 100
DEBUG    ya.test:process.py:263 Command (pid 3691737) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3691737) stime: 0.627267
DEBUG    ya.test:process.py:263 Command (pid 3691737) utime: 0.14998
DEBUG    ya.test:process.py:263 Command (pid 3691737) wtime: 1.259
DEBUG    ya.test:process.py:275 Command (pid 3691737) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 43331536-fe04-4501-8039-5b9eb08ba1c5, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 43331536-fe04-4501-8039-5b9eb08ba1c5, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 43331536-fe04-4501-8039-5b9eb08ba1c5, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 7089 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 9 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:7089, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId, test_name: test)
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:90 Iteration 0, with generate_internal_path_id=False
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_e124rhd6.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_i_dak6am.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_c39lmv2b.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_jjt4ci3y.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_42n79b6s.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_ix8u7d0s.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_0d5sgg5y.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_sgb8lsn1.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_t3w1y6uo.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_e124rhd6.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_e124rhd6.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3708351
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3708398
DEBUG    ya.test:process.py:259 Command (pid 3708398) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3708398) elapsed time (sec): 1.0644166469573975
DEBUG    ya.test:process.py:263 Command (pid 3708398) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3708398) minflt: 16087
DEBUG    ya.test:process.py:263 Command (pid 3708398) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) nivcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3708398) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3708398) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 3708398) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3708398) stime: 0.40924299999999997
DEBUG    ya.test:process.py:263 Command (pid 3708398) utime: 0.11185099999999999
DEBUG    ya.test:process.py:263 Command (pid 3708398) wtime: 1.085
DEBUG    ya.test:process.py:275 Command (pid 3708398) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3708398) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_i_dak6am.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_i_dak6am.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3709486
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3709488
DEBUG    ya.test:process.py:259 Command (pid 3709488) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3709488) elapsed time (sec): 0.6121671199798584
DEBUG    ya.test:process.py:263 Command (pid 3709488) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3709488) minflt: 16087
DEBUG    ya.test:process.py:263 Command (pid 3709488) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) nivcsw: 190
DEBUG    ya.test:process.py:263 Command (pid 3709488) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3709488) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3709488) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3709488) stime: 0.27535
DEBUG    ya.test:process.py:263 Command (pid 3709488) utime: 0.151248
DEBUG    ya.test:process.py:263 Command (pid 3709488) wtime: 0.621
DEBUG    ya.test:process.py:275 Command (pid 3709488) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3709488) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_c39lmv2b.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_c39lmv2b.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3709891
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3709896
DEBUG    ya.test:process.py:259 Command (pid 3709896) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3709896) elapsed time (sec): 1.253864049911499
DEBUG    ya.test:process.py:263 Command (pid 3709896) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3709896) minflt: 16196
DEBUG    ya.test:process.py:263 Command (pid 3709896) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) nivcsw: 216
DEBUG    ya.test:process.py:263 Command (pid 3709896) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3709896) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 3709896) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3709896) stime: 0.508856
DEBUG    ya.test:process.py:263 Command (pid 3709896) utime: 0.155325
DEBUG    ya.test:process.py:263 Command (pid 3709896) wtime: 1.273
DEBUG    ya.test:process.py:275 Command (pid 3709896) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3709896) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_jjt4ci3y.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_jjt4ci3y.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3711329
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3711360
DEBUG    ya.test:process.py:259 Command (pid 3711360) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3711360) elapsed time (sec): 1.0358073711395264
DEBUG    ya.test:process.py:263 Command (pid 3711360) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3711360) minflt: 16085
DEBUG    ya.test:process.py:263 Command (pid 3711360) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) nivcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 3711360) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3711360) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3711360) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3711360) stime: 0.278947
DEBUG    ya.test:process.py:263 Command (pid 3711360) utime: 0.122525
DEBUG    ya.test:process.py:263 Command (pid 3711360) wtime: 1.047
DEBUG    ya.test:process.py:275 Command (pid 3711360) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3711360) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_42n79b6s.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_42n79b6s.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3712154
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3712158
DEBUG    ya.test:process.py:259 Command (pid 3712158) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3712158) elapsed time (sec): 1.6287853717803955
DEBUG    ya.test:process.py:263 Command (pid 3712158) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3712158) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3712158) minflt: 16227
DEBUG    ya.test:process.py:263 Command (pid 3712158) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 3712158) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3712158) nvcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 3712158) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3712158) stime: 0.562105
DEBUG    ya.test:process.py:263 Command (pid 3712158) utime: 0.13522699999999999
DEBUG    ya.test:process.py:263 Command (pid 3712158) wtime: 1.638
DEBUG    ya.test:process.py:275 Command (pid 3712158) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3712158) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_ix8u7d0s.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_ix8u7d0s.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3713580
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.23
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.23
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3713648
DEBUG    ya.test:process.py:259 Command (pid 3713648) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3713648) elapsed time (sec): 1.7000668048858643
DEBUG    ya.test:process.py:263 Command (pid 3713648) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3713648) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3713648) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) nivcsw: 229
DEBUG    ya.test:process.py:263 Command (pid 3713648) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3713648) nvcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 3713648) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3713648) stime: 0.45974299999999996
DEBUG    ya.test:process.py:263 Command (pid 3713648) utime: 0.14049
DEBUG    ya.test:process.py:263 Command (pid 3713648) wtime: 1.774
DEBUG    ya.test:process.py:275 Command (pid 3713648) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3713648) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_0d5sgg5y.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_0d5sgg5y.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3714952
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.24
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.24
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3714964
DEBUG    ya.test:process.py:259 Command (pid 3714964) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3714964) elapsed time (sec): 1.475806474685669
DEBUG    ya.test:process.py:263 Command (pid 3714964) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3714964) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3714964) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) nivcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 3714964) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3714964) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3714964) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3714964) stime: 0.38123399999999996
DEBUG    ya.test:process.py:263 Command (pid 3714964) utime: 0.10792399999999999
DEBUG    ya.test:process.py:263 Command (pid 3714964) wtime: 1.484
DEBUG    ya.test:process.py:275 Command (pid 3714964) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3714964) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_sgb8lsn1.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_sgb8lsn1.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3716172
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.25
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.25
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3716281
DEBUG    ya.test:process.py:259 Command (pid 3716281) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3716281) elapsed time (sec): 1.8117871284484863
DEBUG    ya.test:process.py:263 Command (pid 3716281) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3716281) minflt: 16085
DEBUG    ya.test:process.py:263 Command (pid 3716281) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) nivcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 3716281) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3716281) nvcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3716281) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3716281) stime: 0.30400299999999997
DEBUG    ya.test:process.py:263 Command (pid 3716281) utime: 0.126875
DEBUG    ya.test:process.py:263 Command (pid 3716281) wtime: 1.842
DEBUG    ya.test:process.py:275 Command (pid 3716281) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3716281) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_t3w1y6uo.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_t3w1y6uo.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3717639
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.26
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.26
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3717704
DEBUG    ya.test:process.py:259 Command (pid 3717704) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3717704) elapsed time (sec): 0.8697342872619629
DEBUG    ya.test:process.py:263 Command (pid 3717704) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3717704) minflt: 16148
DEBUG    ya.test:process.py:263 Command (pid 3717704) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) nivcsw: 167
DEBUG    ya.test:process.py:263 Command (pid 3717704) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3717704) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3717704) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3717704) stime: 0.339259
DEBUG    ya.test:process.py:263 Command (pid 3717704) utime: 0.12137099999999999
DEBUG    ya.test:process.py:263 Command (pid 3717704) wtime: 1.004
DEBUG    ya.test:process.py:275 Command (pid 3717704) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3717704) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, fbcdac65-ade2-4c9b-be18-c4d7957f6832, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fbcdac65-ade2-4c9b-be18-c4d7957f6832, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fbcdac65-ade2-4c9b-be18-c4d7957f6832, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d70647de-fd69-4767-bdfa-adb10c6075d9, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d70647de-fd69-4767-bdfa-adb10c6075d9, ghrun-gxvk5f2a74.auto.internal:20920): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d70647de-fd69-4767-bdfa-adb10c6075d9, ghrun-gxvk5f2a74.auto.internal:20920): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5a1605a1-cb76-46f0-9d69-6c0895afb435, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5a1605a1-cb76-46f0-9d69-6c0895afb435, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5a1605a1-cb76-46f0-9d69-6c0895afb435, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e658210-71c0-4be5-ad26-f372d45377a8, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e658210-71c0-4be5-ad26-f372d45377a8, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `table0` (\n                    k Int32 NOT NULL,\n                    v String,\n                    PRIMARY KEY (k)\n                ) WITH (STORE = COLUMN, PARTITION_COUNT = 17    )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0e658210-71c0-4be5-ad26-f372d45377a8, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 010bb5f9-c0a6-4975-aada-8d3029da0557, localhost:26335): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 010bb5f9-c0a6-4975-aada-8d3029da0557, localhost:26335): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 010bb5f9-c0a6-4975-aada-8d3029da0557, localhost:26335): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26335 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26335, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26335
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25522f4e-c3e8-4e34-bc95-50ae359ee858, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25522f4e-c3e8-4e34-bc95-50ae359ee858, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            $keys = ListFromRange(0, 0 + 500);\n            $rows = ListMap($keys, ($i)->(<|k:$i, v: \"value_\" || CAST($i as String)|>));\n            INSERT INTO `table0`\n            SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 25522f4e-c3e8-4e34-bc95-50ae359ee858, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b60a2a74-710a-4477-8d33-3d42da49f179, localhost:21597): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b60a2a74-710a-4477-8d33-3d42da49f179, localhost:21597): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b60a2a74-710a-4477-8d33-3d42da49f179, localhost:21597): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 21597 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:21597, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21597
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5c4ef28c-7741-4fe1-ab70-491b550f955f, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5c4ef28c-7741-4fe1-ab70-491b550f955f, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table0`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5c4ef28c-7741-4fe1-ab70-491b550f955f, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f66bce65-6b1e-4587-be5a-31e80bd93831, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f66bce65-6b1e-4587-be5a-31e80bd93831, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table0/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f66bce65-6b1e-4587-be5a-31e80bd93831, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkZjUyMGQtM2UzNjgxODgtYzljMjBmN2YtZDJjNzZiOWM=
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:103 0, path_mapping: (6, {6: 17})
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:90 Iteration 1, with generate_internal_path_id=True
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_ydnjsei3.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_zjejsfiu.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_im4gjhlu.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_16lzn0e2.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_m8du8coe.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_xu74mab_.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_1d35c2ys.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_svg_zytm.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_sez_mlid.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_ydnjsei3.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_ydnjsei3.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3747836
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.27
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.27
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3747837
DEBUG    ya.test:process.py:259 Command (pid 3747837) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3747837) elapsed time (sec): 1.0736932754516602
DEBUG    ya.test:process.py:263 Command (pid 3747837) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3747837) minflt: 16094
DEBUG    ya.test:process.py:263 Command (pid 3747837) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) nivcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 3747837) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3747837) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 3747837) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3747837) stime: 0.404204
DEBUG    ya.test:process.py:263 Command (pid 3747837) utime: 0.11698499999999999
DEBUG    ya.test:process.py:263 Command (pid 3747837) wtime: 1.079
DEBUG    ya.test:process.py:275 Command (pid 3747837) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3747837) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_zjejsfiu.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_zjejsfiu.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3748404
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.28
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.28
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3748407
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f18d1779-1c0c-4ff0-ace6-359899560cda, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f18d1779-1c0c-4ff0-ace6-359899560cda, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f18d1779-1c0c-4ff0-ace6-359899560cda, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3748407) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3748407) elapsed time (sec): 3.0939552783966064
DEBUG    ya.test:process.py:263 Command (pid 3748407) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3748407) minflt: 16088
DEBUG    ya.test:process.py:263 Command (pid 3748407) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) nivcsw: 507
DEBUG    ya.test:process.py:263 Command (pid 3748407) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3748407) nvcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 3748407) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3748407) stime: 1.517328
DEBUG    ya.test:process.py:263 Command (pid 3748407) utime: 0.132157
DEBUG    ya.test:process.py:263 Command (pid 3748407) wtime: 3.103
DEBUG    ya.test:process.py:275 Command (pid 3748407) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3748407) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_im4gjhlu.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_im4gjhlu.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3749949
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.29
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.29
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3749982
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, da389084-ad4d-4741-b4ae-a19f71b00a81, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, da389084-ad4d-4741-b4ae-a19f71b00a81, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, da389084-ad4d-4741-b4ae-a19f71b00a81, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3749982) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3749982) elapsed time (sec): 1.74257230758667
DEBUG    ya.test:process.py:263 Command (pid 3749982) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3749982) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3749982) minflt: 16243
DEBUG    ya.test:process.py:263 Command (pid 3749982) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) nivcsw: 213
DEBUG    ya.test:process.py:263 Command (pid 3749982) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3749982) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3749982) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3749982) stime: 0.521343
DEBUG    ya.test:process.py:263 Command (pid 3749982) utime: 0.11859
DEBUG    ya.test:process.py:263 Command (pid 3749982) wtime: 1.748
DEBUG    ya.test:process.py:275 Command (pid 3749982) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3749982) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_16lzn0e2.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_16lzn0e2.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3750893
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.30
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.30
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3750895
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6e5f50de-e07f-4bff-bf32-5a44925cb553, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6e5f50de-e07f-4bff-bf32-5a44925cb553, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6e5f50de-e07f-4bff-bf32-5a44925cb553, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3750895) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3750895) elapsed time (sec): 1.5843122005462646
DEBUG    ya.test:process.py:263 Command (pid 3750895) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3750895) minflt: 16085
DEBUG    ya.test:process.py:263 Command (pid 3750895) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) nivcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 3750895) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3750895) nvcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3750895) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3750895) stime: 0.392536
DEBUG    ya.test:process.py:263 Command (pid 3750895) utime: 0.12389599999999999
DEBUG    ya.test:process.py:263 Command (pid 3750895) wtime: 1.591
DEBUG    ya.test:process.py:275 Command (pid 3750895) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3750895) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_m8du8coe.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_m8du8coe.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3751577
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.31
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.31
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3751629
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6f2c38db-cbfa-49ee-b74a-e087a838bd4b, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6f2c38db-cbfa-49ee-b74a-e087a838bd4b, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6f2c38db-cbfa-49ee-b74a-e087a838bd4b, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3751629) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3751629) elapsed time (sec): 1.88102126121521
DEBUG    ya.test:process.py:263 Command (pid 3751629) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3751629) minflt: 16095
DEBUG    ya.test:process.py:263 Command (pid 3751629) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 3751629) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3751629) nvcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 3751629) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3751629) stime: 1.067296
DEBUG    ya.test:process.py:263 Command (pid 3751629) utime: 0.146062
DEBUG    ya.test:process.py:263 Command (pid 3751629) wtime: 1.885
DEBUG    ya.test:process.py:275 Command (pid 3751629) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3751629) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_xu74mab_.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_xu74mab_.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3752540
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.32
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.32
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3752553
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a6cd582e-908d-44e5-acb1-ed22efe28cad, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a6cd582e-908d-44e5-acb1-ed22efe28cad, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a6cd582e-908d-44e5-acb1-ed22efe28cad, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 794e2f01-1f12-4f4e-b8bd-7bc208bb5cb6, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 794e2f01-1f12-4f4e-b8bd-7bc208bb5cb6, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 794e2f01-1f12-4f4e-b8bd-7bc208bb5cb6, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 824d3139-094f-4640-8b01-8a92ed04fcec, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 824d3139-094f-4640-8b01-8a92ed04fcec, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 824d3139-094f-4640-8b01-8a92ed04fcec, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3752553) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3752553) elapsed time (sec): 2.2857789993286133
DEBUG    ya.test:process.py:263 Command (pid 3752553) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) majflt: 1
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:263 Command (pid 3752553) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3752553) minflt: 16110
DEBUG    ya.test:process.py:263 Command (pid 3752553) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) nivcsw: 369
DEBUG    ya.test:process.py:263 Command (pid 3752553) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3752553) nvcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 3752553) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3752553) stime: 1.287031
DEBUG    ya.test:process.py:263 Command (pid 3752553) utime: 0.113857
DEBUG    ya.test:process.py:263 Command (pid 3752553) wtime: 2.287
DEBUG    ya.test:process.py:275 Command (pid 3752553) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3752553) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_1d35c2ys.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4257849b-67fe-43f0-a89c-fee614bc8b84, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4257849b-67fe-43f0-a89c-fee614bc8b84, localhost:20920): request = { database: "/Root" }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_1d35c2ys.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4257849b-67fe-43f0-a89c-fee614bc8b84, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ya.test:process.py:628 Command pid: 3753148
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.33
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.33
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3753196
DEBUG    ya.test:process.py:259 Command (pid 3753196) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3753196) elapsed time (sec): 0.7396039962768555
DEBUG    ya.test:process.py:263 Command (pid 3753196) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3753196) minflt: 16085
DEBUG    ya.test:process.py:263 Command (pid 3753196) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) nivcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 3753196) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3753196) nvcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3753196) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3753196) stime: 0.34332399999999996
DEBUG    ya.test:process.py:263 Command (pid 3753196) utime: 0.138118
DEBUG    ya.test:process.py:263 Command (pid 3753196) wtime: 0.767
DEBUG    ya.test:process.py:275 Command (pid 3753196) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3753196) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_svg_zytm.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_svg_zytm.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3753540
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.34
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.34
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3753541
DEBUG    ya.test:process.py:259 Command (pid 3753541) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3753541) elapsed time (sec): 0.7432262897491455
DEBUG    ya.test:process.py:263 Command (pid 3753541) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3753541) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3753541) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) nivcsw: 158
DEBUG    ya.test:process.py:263 Command (pid 3753541) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3753541) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3753541) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3753541) stime: 0.402736
DEBUG    ya.test:process.py:263 Command (pid 3753541) utime: 0.145752
DEBUG    ya.test:process.py:263 Command (pid 3753541) wtime: 0.748
DEBUG    ya.test:process.py:275 Command (pid 3753541) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3753541) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_sez_mlid.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_sez_mlid.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3754295
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.35
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.35
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3754296
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 24f78a49-5a65-44a7-b1ff-70d94e3f78b0, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 24f78a49-5a65-44a7-b1ff-70d94e3f78b0, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6155bf0a-c8f6-4862-bd30-f8f1399efd66, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 24f78a49-5a65-44a7-b1ff-70d94e3f78b0, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6155bf0a-c8f6-4862-bd30-f8f1399efd66, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6155bf0a-c8f6-4862-bd30-f8f1399efd66, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:28032
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:28032
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:7089
DEBUG    ya.test:process.py:259 Command (pid 3754296) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3754296) elapsed time (sec): 0.8814928531646729
DEBUG    ya.test:process.py:263 Command (pid 3754296) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3754296) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3754296) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) nivcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 3754296) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3754296) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3754296) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3754296) stime: 0.364554
DEBUG    ya.test:process.py:263 Command (pid 3754296) utime: 0.121721
DEBUG    ya.test:process.py:263 Command (pid 3754296) wtime: 0.896
DEBUG    ya.test:process.py:275 Command (pid 3754296) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3754296) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e2beca0e-1205-4261-ba00-a1ec963a6edb, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e2beca0e-1205-4261-ba00-a1ec963a6edb, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e2beca0e-1205-4261-ba00-a1ec963a6edb, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a088a203-f2e0-4fcc-9889-457ce2d518b0, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a088a203-f2e0-4fcc-9889-457ce2d518b0, ghrun-gxvk5f2a74.auto.internal:9989): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a088a203-f2e0-4fcc-9889-457ce2d518b0, ghrun-gxvk5f2a74.auto.internal:9989): response = { status: SUCCESS session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" node_id: 4 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 727b7c29-21fc-49c2-a32b-7a2d0f7976eb, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 727b7c29-21fc-49c2-a32b-7a2d0f7976eb, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 727b7c29-21fc-49c2-a32b-7a2d0f7976eb, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 750ab129-5921-4ef0-8605-60401c77f9e5, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 750ab129-5921-4ef0-8605-60401c77f9e5, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table0`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 750ab129-5921-4ef0-8605-60401c77f9e5, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4fba0f71-b055-471a-a98f-71d8d7a26496, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4fba0f71-b055-471a-a98f-71d8d7a26496, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table0/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4fba0f71-b055-471a-a98f-71d8d7a26496, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 002a4c64-a29a-4625-900f-023dd2a0ee16, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 002a4c64-a29a-4625-900f-023dd2a0ee16, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `table1` (\n                    k Int32 NOT NULL,\n                    v String,\n                    PRIMARY KEY (k)\n                ) WITH (STORE = COLUMN, PARTITION_COUNT = 17    )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 002a4c64-a29a-4625-900f-023dd2a0ee16, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1715a836-e1a5-40a4-8683-231f16ca5abe, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1715a836-e1a5-40a4-8683-231f16ca5abe, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            $keys = ListFromRange(1, 1 + 500);\n            $rows = ListMap($keys, ($i)->(<|k:$i, v: \"value_\" || CAST($i as String)|>));\n            INSERT INTO `table1`\n            SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1715a836-e1a5-40a4-8683-231f16ca5abe, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 91e32059-b0e4-41e2-91df-7299bf62de19, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 91e32059-b0e4-41e2-91df-7299bf62de19, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table1`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 91e32059-b0e4-41e2-91df-7299bf62de19, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 37f0a6fc-e7c4-4346-aaad-278c67e46dcb, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 37f0a6fc-e7c4-4346-aaad-278c67e46dcb, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table1/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 37f0a6fc-e7c4-4346-aaad-278c67e46dcb, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZDNkMjhhZDAtYjIwZWMyYzMtNGVkNDUzNjgtMTM5ZDkyMjM=
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:103 1, path_mapping: (7, {1000000922: 1, 1000000920: 1, 1000000912: 1, 1000000921: 1, 1000000919: 1, 1000000909: 1, 1000000915: 1, 1000000907: 1, 1000000913: 1, 1000000917: 1, 1000000906: 1, 1000000918: 1, 1000000911: 1, 1000000916: 1, 1000000914: 1, 1000000908: 1, 1000000910: 1})
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:90 Iteration 2, with generate_internal_path_id=False
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:6694
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:20920
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 7e55e96f-b3f3-4cb9-b421-350b9e2ac4fa, localhost:21597): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7e55e96f-b3f3-4cb9-b421-350b9e2ac4fa, localhost:21597): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7e55e96f-b3f3-4cb9-b421-350b9e2ac4fa, localhost:21597): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 21597 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:21597, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21597
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a62b7d9a-2fc4-4372-9dc1-ae5bd045df57, localhost:26335): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a62b7d9a-2fc4-4372-9dc1-ae5bd045df57, localhost:26335): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a62b7d9a-2fc4-4372-9dc1-ae5bd045df57, localhost:26335): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26335 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26335, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26335
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_mgurpgzj.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_hp9s1kre.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_127hk5ap.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_paxibmuw.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_scfj5gwc.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_63wl8llw.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_ocizz0r1.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_p3yrtot_.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_l95w4tgh.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_mgurpgzj.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_mgurpgzj.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3771539
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.36
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.36
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3771541
DEBUG    ya.test:process.py:259 Command (pid 3771541) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3771541) elapsed time (sec): 1.6464133262634277
DEBUG    ya.test:process.py:263 Command (pid 3771541) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3771541) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3771541) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) nivcsw: 342
DEBUG    ya.test:process.py:263 Command (pid 3771541) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3771541) nvcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 3771541) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3771541) stime: 1.343523
DEBUG    ya.test:process.py:263 Command (pid 3771541) utime: 0.115476
DEBUG    ya.test:process.py:263 Command (pid 3771541) wtime: 1.649
DEBUG    ya.test:process.py:275 Command (pid 3771541) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3771541) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_hp9s1kre.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_hp9s1kre.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3772314
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.37
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.37
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3772353
DEBUG    ya.test:process.py:259 Command (pid 3772353) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3772353) elapsed time (sec): 1.128716230392456
DEBUG    ya.test:process.py:263 Command (pid 3772353) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3772353) minflt: 16085
DEBUG    ya.test:process.py:263 Command (pid 3772353) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) nivcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 3772353) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3772353) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3772353) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3772353) stime: 0.7822509999999999
DEBUG    ya.test:process.py:263 Command (pid 3772353) utime: 0.1331
DEBUG    ya.test:process.py:263 Command (pid 3772353) wtime: 1.14
DEBUG    ya.test:process.py:275 Command (pid 3772353) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3772353) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_127hk5ap.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_127hk5ap.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3772940
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.38
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.38
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3772942
DEBUG    ya.test:process.py:259 Command (pid 3772942) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3772942) elapsed time (sec): 0.5825588703155518
DEBUG    ya.test:process.py:263 Command (pid 3772942) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3772942) minflt: 16082
DEBUG    ya.test:process.py:263 Command (pid 3772942) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) nivcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 3772942) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3772942) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3772942) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3772942) stime: 0.312666
DEBUG    ya.test:process.py:263 Command (pid 3772942) utime: 0.132092
DEBUG    ya.test:process.py:263 Command (pid 3772942) wtime: 0.584
DEBUG    ya.test:process.py:275 Command (pid 3772942) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3772942) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_paxibmuw.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_paxibmuw.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3773174
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.39
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.39
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3773175
DEBUG    ya.test:process.py:259 Command (pid 3773175) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3773175) elapsed time (sec): 0.5776245594024658
DEBUG    ya.test:process.py:263 Command (pid 3773175) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3773175) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3773175) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) nivcsw: 84
DEBUG    ya.test:process.py:263 Command (pid 3773175) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3773175) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3773175) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3773175) stime: 0.374001
DEBUG    ya.test:process.py:263 Command (pid 3773175) utime: 0.120296
DEBUG    ya.test:process.py:263 Command (pid 3773175) wtime: 0.583
DEBUG    ya.test:process.py:275 Command (pid 3773175) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3773175) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_scfj5gwc.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_scfj5gwc.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3773361
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.40
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.40
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3773363
DEBUG    ya.test:process.py:259 Command (pid 3773363) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3773363) elapsed time (sec): 1.574038028717041
DEBUG    ya.test:process.py:263 Command (pid 3773363) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3773363) minflt: 16292
DEBUG    ya.test:process.py:263 Command (pid 3773363) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) nivcsw: 372
DEBUG    ya.test:process.py:263 Command (pid 3773363) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3773363) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3773363) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3773363) stime: 1.081984
DEBUG    ya.test:process.py:263 Command (pid 3773363) utime: 0.141252
DEBUG    ya.test:process.py:263 Command (pid 3773363) wtime: 1.586
DEBUG    ya.test:process.py:275 Command (pid 3773363) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3773363) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_63wl8llw.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_63wl8llw.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3773989
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.41
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.41
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3773993
DEBUG    ya.test:process.py:259 Command (pid 3773993) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3773993) elapsed time (sec): 2.2313122749328613
DEBUG    ya.test:process.py:263 Command (pid 3773993) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3773993) minflt: 16668
DEBUG    ya.test:process.py:263 Command (pid 3773993) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) nivcsw: 489
DEBUG    ya.test:process.py:263 Command (pid 3773993) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3773993) nvcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 3773993) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3773993) stime: 1.428173
DEBUG    ya.test:process.py:263 Command (pid 3773993) utime: 0.11187699999999999
DEBUG    ya.test:process.py:263 Command (pid 3773993) wtime: 2.233
DEBUG    ya.test:process.py:275 Command (pid 3773993) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3773993) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_ocizz0r1.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_ocizz0r1.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3774999
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.42
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.42
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3775029
DEBUG    ya.test:process.py:259 Command (pid 3775029) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3775029) elapsed time (sec): 3.1468124389648438
DEBUG    ya.test:process.py:263 Command (pid 3775029) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3775029) minflt: 16133
DEBUG    ya.test:process.py:263 Command (pid 3775029) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) nivcsw: 400
DEBUG    ya.test:process.py:263 Command (pid 3775029) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3775029) nvcsw: 46
DEBUG    ya.test:process.py:263 Command (pid 3775029) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3775029) stime: 1.8997410000000001
DEBUG    ya.test:process.py:263 Command (pid 3775029) utime: 0.12340899999999999
DEBUG    ya.test:process.py:263 Command (pid 3775029) wtime: 3.152
DEBUG    ya.test:process.py:275 Command (pid 3775029) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3775029) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_p3yrtot_.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_p3yrtot_.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3776198
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.43
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.43
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3776203
DEBUG    ya.test:process.py:259 Command (pid 3776203) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3776203) elapsed time (sec): 1.143244981765747
DEBUG    ya.test:process.py:263 Command (pid 3776203) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3776203) minflt: 16088
DEBUG    ya.test:process.py:263 Command (pid 3776203) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) nivcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 3776203) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3776203) nvcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3776203) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3776203) stime: 0.718653
DEBUG    ya.test:process.py:263 Command (pid 3776203) utime: 0.12817499999999998
DEBUG    ya.test:process.py:263 Command (pid 3776203) wtime: 1.151
DEBUG    ya.test:process.py:275 Command (pid 3776203) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3776203) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_l95w4tgh.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_l95w4tgh.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3776740
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.44
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.44
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3776753
DEBUG    ya.test:process.py:259 Command (pid 3776753) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3776753) elapsed time (sec): 2.2698171138763428
DEBUG    ya.test:process.py:263 Command (pid 3776753) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3776753) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3776753) minflt: 16104
DEBUG    ya.test:process.py:263 Command (pid 3776753) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) nivcsw: 426
DEBUG    ya.test:process.py:263 Command (pid 3776753) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3776753) nvcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 3776753) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3776753) stime: 1.573166
DEBUG    ya.test:process.py:263 Command (pid 3776753) utime: 0.126919
DEBUG    ya.test:process.py:263 Command (pid 3776753) wtime: 2.281
DEBUG    ya.test:process.py:275 Command (pid 3776753) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3776753) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1f892273-f9df-4d33-bb7d-658e0f02373a, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1f892273-f9df-4d33-bb7d-658e0f02373a, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1f892273-f9df-4d33-bb7d-658e0f02373a, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 7089 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 9 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:7089, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6c14cf1d-09c4-4107-8939-44c6797643c4, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6c14cf1d-09c4-4107-8939-44c6797643c4, ghrun-gxvk5f2a74.auto.internal:9989): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6c14cf1d-09c4-4107-8939-44c6797643c4, ghrun-gxvk5f2a74.auto.internal:9989): response = { status: SUCCESS session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" node_id: 4 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0efa80a0-9381-4a1c-b4e2-d53416205bc4, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0efa80a0-9381-4a1c-b4e2-d53416205bc4, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0efa80a0-9381-4a1c-b4e2-d53416205bc4, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6429df1c-3ce5-4dc3-961d-626ad9a2fb1c, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6429df1c-3ce5-4dc3-961d-626ad9a2fb1c, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table0`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6429df1c-3ce5-4dc3-961d-626ad9a2fb1c, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a1b4b871-49de-421c-b5a7-8ec81ea6349d, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a1b4b871-49de-421c-b5a7-8ec81ea6349d, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table0/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a1b4b871-49de-421c-b5a7-8ec81ea6349d, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ecf85bc7-2054-4dbe-b326-ffe3f78f0677, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ecf85bc7-2054-4dbe-b326-ffe3f78f0677, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table1`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ecf85bc7-2054-4dbe-b326-ffe3f78f0677, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 626dd8b6-2d26-4cd1-b9c5-a82761b5e0ff, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 626dd8b6-2d26-4cd1-b9c5-a82761b5e0ff, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table1/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 626dd8b6-2d26-4cd1-b9c5-a82761b5e0ff, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 16d28ec1-3008-4fd5-81ea-2dda5ac52aa6, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 16d28ec1-3008-4fd5-81ea-2dda5ac52aa6, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `table2` (\n                    k Int32 NOT NULL,\n                    v String,\n                    PRIMARY KEY (k)\n                ) WITH (STORE = COLUMN, PARTITION_COUNT = 17    )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 16d28ec1-3008-4fd5-81ea-2dda5ac52aa6, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50629c6d-f47e-42d1-9915-2e78c3ee9263, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50629c6d-f47e-42d1-9915-2e78c3ee9263, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            $keys = ListFromRange(2, 2 + 500);\n            $rows = ListMap($keys, ($i)->(<|k:$i, v: \"value_\" || CAST($i as String)|>));\n            INSERT INTO `table2`\n            SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 50629c6d-f47e-42d1-9915-2e78c3ee9263, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64e55ecc-9c0c-45e5-8ee0-797126f12c29, ghrun-gxvk5f2a74.auto.internal:9989): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 64e55ecc-9c0c-45e5-8ee0-797126f12c29, ghrun-gxvk5f2a74.auto.internal:9989): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table2`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 64e55ecc-9c0c-45e5-8ee0-797126f12c29, ghrun-gxvk5f2a74.auto.internal:9989): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
WARNING  ydb.topic:topic.py:413 Topic client was not closed properly. Consider using method close().
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 40616cdb-ba33-4602-bc83-a3873f2ff7b0, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 40616cdb-ba33-4602-bc83-a3873f2ff7b0, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table2/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 40616cdb-ba33-4602-bc83-a3873f2ff7b0, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=4&id=ZTRlNjNhN2QtODU2ZjVhOWMtOTFhOWVkNjQtMzQzNTBjM2Y=
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:103 2, path_mapping: (8, {8: 17})
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:90 Iteration 3, with generate_internal_path_id=True
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_znwo_5y5.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_in2dji1d.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_vh1ocq59.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_cltcmpz1.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_cjds1vaw.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_3jxfvoce.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_paartjc3.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_9lt8ozw_.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_2ts46m1h.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_znwo_5y5.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_znwo_5y5.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3797501
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.45
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.45
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3797503
DEBUG    ya.test:process.py:259 Command (pid 3797503) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3797503) elapsed time (sec): 0.4800548553466797
DEBUG    ya.test:process.py:263 Command (pid 3797503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3797503) minflt: 17839
DEBUG    ya.test:process.py:263 Command (pid 3797503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) nivcsw: 61
DEBUG    ya.test:process.py:263 Command (pid 3797503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3797503) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3797503) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3797503) stime: 0.264937
DEBUG    ya.test:process.py:263 Command (pid 3797503) utime: 0.115351
DEBUG    ya.test:process.py:263 Command (pid 3797503) wtime: 0.481
DEBUG    ya.test:process.py:275 Command (pid 3797503) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3797503) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_in2dji1d.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_in2dji1d.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3798022
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.46
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.46
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3798053
DEBUG    ya.test:process.py:259 Command (pid 3798053) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3798053) elapsed time (sec): 0.4389786720275879
DEBUG    ya.test:process.py:263 Command (pid 3798053) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3798053) minflt: 16152
DEBUG    ya.test:process.py:263 Command (pid 3798053) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) nivcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 3798053) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3798053) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3798053) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3798053) stime: 0.261807
DEBUG    ya.test:process.py:263 Command (pid 3798053) utime: 0.118711
DEBUG    ya.test:process.py:263 Command (pid 3798053) wtime: 0.44
DEBUG    ya.test:process.py:275 Command (pid 3798053) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3798053) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_vh1ocq59.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_vh1ocq59.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3798439
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.47
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.47
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3798441
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:259 Command (pid 3798441) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3798441) elapsed time (sec): 0.45091843605041504
DEBUG    ya.test:process.py:263 Command (pid 3798441) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3798441) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3798441) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) nivcsw: 94
DEBUG    ya.test:process.py:263 Command (pid 3798441) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3798441) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3798441) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3798441) stime: 0.23468899999999998
DEBUG    ya.test:process.py:263 Command (pid 3798441) utime: 0.139508
DEBUG    ya.test:process.py:263 Command (pid 3798441) wtime: 0.452
DEBUG    ya.test:process.py:275 Command (pid 3798441) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3798441) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_cltcmpz1.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_cltcmpz1.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3798637
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.48
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.48
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3798653
DEBUG    ya.test:process.py:259 Command (pid 3798653) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3798653) elapsed time (sec): 0.45810747146606445
DEBUG    ya.test:process.py:263 Command (pid 3798653) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3798653) minflt: 16086
DEBUG    ya.test:process.py:263 Command (pid 3798653) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) nivcsw: 61
DEBUG    ya.test:process.py:263 Command (pid 3798653) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3798653) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3798653) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3798653) stime: 0.277046
DEBUG    ya.test:process.py:263 Command (pid 3798653) utime: 0.12447
DEBUG    ya.test:process.py:263 Command (pid 3798653) wtime: 0.46
DEBUG    ya.test:process.py:275 Command (pid 3798653) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3798653) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_cjds1vaw.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_cjds1vaw.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3798954
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.49
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.49
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3798987
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, dd959fdc-6ca6-4a9b-afa2-29b9074b882d, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 93710e9f-f9e7-4430-a598-1ae9d9eddf2c, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dd959fdc-6ca6-4a9b-afa2-29b9074b882d, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 93710e9f-f9e7-4430-a598-1ae9d9eddf2c, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dd959fdc-6ca6-4a9b-afa2-29b9074b882d, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 93710e9f-f9e7-4430-a598-1ae9d9eddf2c, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3798987) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3798987) elapsed time (sec): 0.5314068794250488
DEBUG    ya.test:process.py:263 Command (pid 3798987) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3798987) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3798987) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 3798987) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3798987) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3798987) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3798987) stime: 0.282206
DEBUG    ya.test:process.py:263 Command (pid 3798987) utime: 0.137183
DEBUG    ya.test:process.py:263 Command (pid 3798987) wtime: 0.539
DEBUG    ya.test:process.py:275 Command (pid 3798987) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3798987) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_3jxfvoce.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_3jxfvoce.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3799493
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.50
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.50
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3799502
DEBUG    ya.test:process.py:259 Command (pid 3799502) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3799502) elapsed time (sec): 0.48816442489624023
DEBUG    ya.test:process.py:263 Command (pid 3799502) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3799502) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3799502) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) nivcsw: 64
DEBUG    ya.test:process.py:263 Command (pid 3799502) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3799502) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3799502) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3799502) stime: 0.251201
DEBUG    ya.test:process.py:263 Command (pid 3799502) utime: 0.12167499999999999
DEBUG    ya.test:process.py:263 Command (pid 3799502) wtime: 0.497
DEBUG    ya.test:process.py:275 Command (pid 3799502) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3799502) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_paartjc3.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_paartjc3.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3799860
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.51
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.51
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3799861
DEBUG    ya.test:process.py:259 Command (pid 3799861) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3799861) elapsed time (sec): 0.4383995532989502
DEBUG    ya.test:process.py:263 Command (pid 3799861) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3799861) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3799861) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) nivcsw: 104
DEBUG    ya.test:process.py:263 Command (pid 3799861) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3799861) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3799861) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3799861) stime: 0.230765
DEBUG    ya.test:process.py:263 Command (pid 3799861) utime: 0.12307499999999999
DEBUG    ya.test:process.py:263 Command (pid 3799861) wtime: 0.44
DEBUG    ya.test:process.py:275 Command (pid 3799861) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3799861) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_9lt8ozw_.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_9lt8ozw_.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3800054
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.52
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.52
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3800060
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4b097ff3-64fa-450d-bb2e-0cc741c81889, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4b097ff3-64fa-450d-bb2e-0cc741c81889, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4b097ff3-64fa-450d-bb2e-0cc741c81889, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 082538dd-0148-460a-a6a0-10baa956ff0e, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 082538dd-0148-460a-a6a0-10baa956ff0e, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 082538dd-0148-460a-a6a0-10baa956ff0e, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3800060) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3800060) elapsed time (sec): 0.5020415782928467
DEBUG    ya.test:process.py:263 Command (pid 3800060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3800060) minflt: 16082
DEBUG    ya.test:process.py:263 Command (pid 3800060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) nivcsw: 72
DEBUG    ya.test:process.py:263 Command (pid 3800060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3800060) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3800060) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3800060) stime: 0.245839
DEBUG    ya.test:process.py:263 Command (pid 3800060) utime: 0.125447
DEBUG    ya.test:process.py:263 Command (pid 3800060) wtime: 0.511
DEBUG    ya.test:process.py:275 Command (pid 3800060) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3800060) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_2ts46m1h.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_2ts46m1h.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3800534
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.53
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.53
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3800535
DEBUG    ya.test:process.py:259 Command (pid 3800535) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3800535) elapsed time (sec): 0.47327542304992676
DEBUG    ya.test:process.py:263 Command (pid 3800535) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3800535) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3800535) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) nivcsw: 85
DEBUG    ya.test:process.py:263 Command (pid 3800535) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3800535) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3800535) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3800535) stime: 0.255859
DEBUG    ya.test:process.py:263 Command (pid 3800535) utime: 0.127108
DEBUG    ya.test:process.py:263 Command (pid 3800535) wtime: 0.475
DEBUG    ya.test:process.py:275 Command (pid 3800535) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3800535) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6a747b1b-d098-4ba7-953e-35da2c6bd62a, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6a747b1b-d098-4ba7-953e-35da2c6bd62a, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6a747b1b-d098-4ba7-953e-35da2c6bd62a, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d5f535aa-37b6-4838-a516-48c090e54b74, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d5f535aa-37b6-4838-a516-48c090e54b74, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d5f535aa-37b6-4838-a516-48c090e54b74, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 7089 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 9 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:7089, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a836a9ed-465d-48af-8129-b5aefcfd9d6d, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a836a9ed-465d-48af-8129-b5aefcfd9d6d, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a836a9ed-465d-48af-8129-b5aefcfd9d6d, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 7089 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 9 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:7089, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, eea4d460-2d56-4d8f-a7c5-b6ddd56f63b7, localhost:21597): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eea4d460-2d56-4d8f-a7c5-b6ddd56f63b7, localhost:21597): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eea4d460-2d56-4d8f-a7c5-b6ddd56f63b7, localhost:21597): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 21597 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:21597, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21597
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:9989
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 607f665a-f455-4e45-849a-16b8c48169ed, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 607f665a-f455-4e45-849a-16b8c48169ed, ghrun-gxvk5f2a74.auto.internal:6694): request = {  }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 607f665a-f455-4e45-849a-16b8c48169ed, ghrun-gxvk5f2a74.auto.internal:6694): response = { status: SUCCESS session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" node_id: 7 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 161b7d02-24a8-4347-8bcb-2351fcee536b, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 161b7d02-24a8-4347-8bcb-2351fcee536b, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 161b7d02-24a8-4347-8bcb-2351fcee536b, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6d9a7e8-145c-4e6e-9cba-b39f7542a37b, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6d9a7e8-145c-4e6e-9cba-b39f7542a37b, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table0`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e6d9a7e8-145c-4e6e-9cba-b39f7542a37b, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 718ebcbb-226f-49ad-bd50-ce31d38e59af, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 718ebcbb-226f-49ad-bd50-ce31d38e59af, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table0/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 718ebcbb-226f-49ad-bd50-ce31d38e59af, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f7978ffe-06de-4c4e-88cb-2d67855b0a7d, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f7978ffe-06de-4c4e-88cb-2d67855b0a7d, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table1`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f7978ffe-06de-4c4e-88cb-2d67855b0a7d, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0981d9cd-dddd-4359-8864-1aeec49c8cc4, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0981d9cd-dddd-4359-8864-1aeec49c8cc4, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table1/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0981d9cd-dddd-4359-8864-1aeec49c8cc4, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dda6aab7-cef3-48e1-b7a5-fc4400efe00b, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dda6aab7-cef3-48e1-b7a5-fc4400efe00b, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table2`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dda6aab7-cef3-48e1-b7a5-fc4400efe00b, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4c21410-2a2c-4cc3-a266-3df068b592e7, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4c21410-2a2c-4cc3-a266-3df068b592e7, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table2/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f4c21410-2a2c-4cc3-a266-3df068b592e7, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2e0f119e-17ff-4714-aed3-cd8d9fe16477, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2e0f119e-17ff-4714-aed3-cd8d9fe16477, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `table3` (\n                    k Int32 NOT NULL,\n                    v String,\n                    PRIMARY KEY (k)\n                ) WITH (STORE = COLUMN, PARTITION_COUNT = 17    )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2e0f119e-17ff-4714-aed3-cd8d9fe16477, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:28032
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ce88adb1-dfe3-4f4b-a4d5-be7702ffafc0, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ce88adb1-dfe3-4f4b-a4d5-be7702ffafc0, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            $keys = ListFromRange(3, 3 + 500);\n            $rows = ListMap($keys, ($i)->(<|k:$i, v: \"value_\" || CAST($i as String)|>));\n            INSERT INTO `table3`\n            SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ce88adb1-dfe3-4f4b-a4d5-be7702ffafc0, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bca39023-f43d-4c6b-b189-7d90afd96e74, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bca39023-f43d-4c6b-b189-7d90afd96e74, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table3`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bca39023-f43d-4c6b-b189-7d90afd96e74, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3e3c82e5-888b-4344-83e0-9483efdda3b6, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e3c82e5-888b-4344-83e0-9483efdda3b6, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table3/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3e3c82e5-888b-4344-83e0-9483efdda3b6, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=NzljYTNkZDctNmQxZmNhZjgtMmFkZmUxMDMtY2E0ZDQzZGU=
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:103 3, path_mapping: (9, {1000000943: 1, 1000000953: 1, 1000000946: 1, 1000000951: 1, 1000000955: 1, 1000000940: 1, 1000000945: 1, 1000000949: 1, 1000000956: 1, 1000000942: 1, 1000000952: 1, 1000000944: 1, 1000000941: 1, 1000000954: 1, 1000000948: 1, 1000000947: 1, 1000000950: 1})
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:90 Iteration 4, with generate_internal_path_id=False
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:28032
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 73497f59-1f2d-4d31-9b0b-ad04d1683fdb, localhost:26335): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 73497f59-1f2d-4d31-9b0b-ad04d1683fdb, localhost:26335): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 73497f59-1f2d-4d31-9b0b-ad04d1683fdb, localhost:26335): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26335 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26335, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26335
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_1wki34po.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile__m9hnf1a.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_7qo_s76w.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_lc24itz6.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_1pjynnz_.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_rhi58mow.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_khj2xrcg.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_nhj1put_.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_bk4w6ygl.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_1wki34po.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_1wki34po.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3823892
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.54
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.54
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3823893
DEBUG    ya.test:process.py:259 Command (pid 3823893) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3823893) elapsed time (sec): 0.7549164295196533
DEBUG    ya.test:process.py:263 Command (pid 3823893) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3823893) minflt: 16398
DEBUG    ya.test:process.py:263 Command (pid 3823893) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) nivcsw: 115
DEBUG    ya.test:process.py:263 Command (pid 3823893) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3823893) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3823893) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3823893) stime: 0.44758
DEBUG    ya.test:process.py:263 Command (pid 3823893) utime: 0.183779
DEBUG    ya.test:process.py:263 Command (pid 3823893) wtime: 0.763
DEBUG    ya.test:process.py:275 Command (pid 3823893) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3823893) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile__m9hnf1a.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile__m9hnf1a.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3824227
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.55
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.55
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3824260
DEBUG    ya.test:process.py:259 Command (pid 3824260) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3824260) elapsed time (sec): 0.6579220294952393
DEBUG    ya.test:process.py:263 Command (pid 3824260) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3824260) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3824260) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) nivcsw: 86
DEBUG    ya.test:process.py:263 Command (pid 3824260) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3824260) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3824260) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3824260) stime: 0.377538
DEBUG    ya.test:process.py:263 Command (pid 3824260) utime: 0.163027
DEBUG    ya.test:process.py:263 Command (pid 3824260) wtime: 0.682
DEBUG    ya.test:process.py:275 Command (pid 3824260) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3824260) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_7qo_s76w.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_7qo_s76w.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3824677
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.56
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.56
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3824679
DEBUG    ya.test:process.py:259 Command (pid 3824679) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3824679) elapsed time (sec): 0.6960110664367676
DEBUG    ya.test:process.py:263 Command (pid 3824679) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3824679) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3824679) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) nivcsw: 77
DEBUG    ya.test:process.py:263 Command (pid 3824679) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3824679) nvcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 3824679) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3824679) stime: 0.417276
DEBUG    ya.test:process.py:263 Command (pid 3824679) utime: 0.18770299999999998
DEBUG    ya.test:process.py:263 Command (pid 3824679) wtime: 0.703
DEBUG    ya.test:process.py:275 Command (pid 3824679) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3824679) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_lc24itz6.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_lc24itz6.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3825243
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.57
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.57
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3825250
DEBUG    ya.test:process.py:259 Command (pid 3825250) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3825250) elapsed time (sec): 0.727149486541748
DEBUG    ya.test:process.py:263 Command (pid 3825250) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3825250) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3825250) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) nivcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 3825250) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3825250) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3825250) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3825250) stime: 0.368809
DEBUG    ya.test:process.py:263 Command (pid 3825250) utime: 0.20671599999999998
DEBUG    ya.test:process.py:263 Command (pid 3825250) wtime: 0.752
DEBUG    ya.test:process.py:275 Command (pid 3825250) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3825250) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_1pjynnz_.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_1pjynnz_.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3825701
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.58
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.58
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3825722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b3fa80bb-bcf7-403f-80a1-fc381b226554, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b3fa80bb-bcf7-403f-80a1-fc381b226554, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b3fa80bb-bcf7-403f-80a1-fc381b226554, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6a8f47ca-01da-4dd9-bae2-96dcea51cec8, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6a8f47ca-01da-4dd9-bae2-96dcea51cec8, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6a8f47ca-01da-4dd9-bae2-96dcea51cec8, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3825722) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3825722) elapsed time (sec): 1.1964318752288818
DEBUG    ya.test:process.py:263 Command (pid 3825722) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3825722) minflt: 16082
DEBUG    ya.test:process.py:263 Command (pid 3825722) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 3825722) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3825722) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3825722) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3825722) stime: 0.48613599999999996
DEBUG    ya.test:process.py:263 Command (pid 3825722) utime: 0.21817599999999998
DEBUG    ya.test:process.py:263 Command (pid 3825722) wtime: 1.2
DEBUG    ya.test:process.py:275 Command (pid 3825722) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3825722) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_rhi58mow.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_rhi58mow.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3826064
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.59
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.59
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3826110
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e7654438-ba02-43ec-8b15-e871f372cd40, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e7654438-ba02-43ec-8b15-e871f372cd40, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e7654438-ba02-43ec-8b15-e871f372cd40, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 7ce32abe-4ef9-4e1c-9f9d-60b2b8e324d5, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7ce32abe-4ef9-4e1c-9f9d-60b2b8e324d5, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7ce32abe-4ef9-4e1c-9f9d-60b2b8e324d5, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3826110) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3826110) elapsed time (sec): 1.179628849029541
DEBUG    ya.test:process.py:263 Command (pid 3826110) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3826110) minflt: 16093
DEBUG    ya.test:process.py:263 Command (pid 3826110) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) nivcsw: 104
DEBUG    ya.test:process.py:263 Command (pid 3826110) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3826110) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3826110) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3826110) stime: 0.512201
DEBUG    ya.test:process.py:263 Command (pid 3826110) utime: 0.256703
DEBUG    ya.test:process.py:263 Command (pid 3826110) wtime: 1.271
DEBUG    ya.test:process.py:275 Command (pid 3826110) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3826110) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_khj2xrcg.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_khj2xrcg.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3826679
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.60
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.60
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3826710
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3e9a489a-b54f-4834-a5e8-08d1d637e77f, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3e9a489a-b54f-4834-a5e8-08d1d637e77f, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3e9a489a-b54f-4834-a5e8-08d1d637e77f, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 61365eb7-b3c3-4e1e-abdc-d47b87306b6e, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 61365eb7-b3c3-4e1e-abdc-d47b87306b6e, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 61365eb7-b3c3-4e1e-abdc-d47b87306b6e, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3826710) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3826710) elapsed time (sec): 1.233830213546753
DEBUG    ya.test:process.py:263 Command (pid 3826710) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3826710) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3826710) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) nivcsw: 100
DEBUG    ya.test:process.py:263 Command (pid 3826710) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3826710) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3826710) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3826710) stime: 0.5794119999999999
DEBUG    ya.test:process.py:263 Command (pid 3826710) utime: 0.21218499999999998
DEBUG    ya.test:process.py:263 Command (pid 3826710) wtime: 1.235
DEBUG    ya.test:process.py:275 Command (pid 3826710) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3826710) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_nhj1put_.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_nhj1put_.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3827393
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.61
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.61
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3827443
DEBUG    ya.test:process.py:259 Command (pid 3827443) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3827443) elapsed time (sec): 0.9840488433837891
DEBUG    ya.test:process.py:263 Command (pid 3827443) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3827443) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3827443) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) nivcsw: 115
DEBUG    ya.test:process.py:263 Command (pid 3827443) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3827443) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3827443) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3827443) stime: 0.46712699999999996
DEBUG    ya.test:process.py:263 Command (pid 3827443) utime: 0.221015
DEBUG    ya.test:process.py:263 Command (pid 3827443) wtime: 1.007
DEBUG    ya.test:process.py:275 Command (pid 3827443) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3827443) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_bk4w6ygl.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_bk4w6ygl.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3827735
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.62
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.62
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3827756
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9b88c5d8-93b6-445a-8f1a-e95fea031a1b, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9b88c5d8-93b6-445a-8f1a-e95fea031a1b, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9b88c5d8-93b6-445a-8f1a-e95fea031a1b, localhost:20920): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 message: "Database resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9f001440-84c8-4fb3-8f5c-7aa43ae69ed9, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9f001440-84c8-4fb3-8f5c-7aa43ae69ed9, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9f001440-84c8-4fb3-8f5c-7aa43ae69ed9, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3827756) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3827756) elapsed time (sec): 1.40523099899292
DEBUG    ya.test:process.py:263 Command (pid 3827756) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3827756) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3827756) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) nivcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 3827756) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3827756) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3827756) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3827756) stime: 0.601136
DEBUG    ya.test:process.py:263 Command (pid 3827756) utime: 0.24395699999999998
DEBUG    ya.test:process.py:263 Command (pid 3827756) wtime: 1.419
DEBUG    ya.test:process.py:275 Command (pid 3827756) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3827756) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b24df851-eb3f-4135-b864-e297eb025ada, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b24df851-eb3f-4135-b864-e297eb025ada, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b24df851-eb3f-4135-b864-e297eb025ada, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c668279f-b47c-4176-a772-1059d238178b, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c668279f-b47c-4176-a772-1059d238178b, ghrun-gxvk5f2a74.auto.internal:6694): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c668279f-b47c-4176-a772-1059d238178b, ghrun-gxvk5f2a74.auto.internal:6694): response = { status: SUCCESS session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" node_id: 7 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 9127f05e-84b4-408b-a26a-be50669ed501, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 9127f05e-84b4-408b-a26a-be50669ed501, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 9127f05e-84b4-408b-a26a-be50669ed501, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 85a84a13-c426-4e8f-a16d-e8733042a2ff, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 85a84a13-c426-4e8f-a16d-e8733042a2ff, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table0`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 85a84a13-c426-4e8f-a16d-e8733042a2ff, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 067b7e53-920c-4b46-b934-bfa09385330e, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 067b7e53-920c-4b46-b934-bfa09385330e, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 067b7e53-920c-4b46-b934-bfa09385330e, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:7089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:9989
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 690e375a-bebf-4b93-b871-b52cfece6c85, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 690e375a-bebf-4b93-b871-b52cfece6c85, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table0/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 690e375a-bebf-4b93-b871-b52cfece6c85, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 710720b4-1a7d-4925-b24b-7a2f52ec5868, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 710720b4-1a7d-4925-b24b-7a2f52ec5868, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table1`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 710720b4-1a7d-4925-b24b-7a2f52ec5868, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gxvk5f2a74.auto.internal:9361
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c3de484d-0290-4398-b12b-e374e3c14856, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c3de484d-0290-4398-b12b-e374e3c14856, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table1/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c3de484d-0290-4398-b12b-e374e3c14856, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e83893ec-024a-493e-ac88-f4e9ec2fee87, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e83893ec-024a-493e-ac88-f4e9ec2fee87, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table2`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e83893ec-024a-493e-ac88-f4e9ec2fee87, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f33cf61b-7a9d-4e09-927a-13fc5947c072, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f33cf61b-7a9d-4e09-927a-13fc5947c072, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table2/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f33cf61b-7a9d-4e09-927a-13fc5947c072, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3b413ff9-7f56-4ec6-9336-f06e9b229972, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3b413ff9-7f56-4ec6-9336-f06e9b229972, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3b413ff9-7f56-4ec6-9336-f06e9b229972, localhost:20920): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 65197 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 6 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 6694 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 20920 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9989 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 4 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 32162 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 9361 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 5 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 7089 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 9 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 28032 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 8 } endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 23245 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "3" node_id: 3 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:20920, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:6694, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9989, location 1, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:28032, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:32162, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:65197, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:7089, location 3, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:9361, location 2, ssl: False>, <Endpoint ghrun-gxvk5f2a74.auto.internal:23245, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09222511-97a2-4a3c-9b17-d5a2cbf3ec06, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09222511-97a2-4a3c-9b17-d5a2cbf3ec06, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table2/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09222511-97a2-4a3c-9b17-d5a2cbf3ec06, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, caed8a80-4153-4181-bf11-a7967ae60785, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, caed8a80-4153-4181-bf11-a7967ae60785, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table2/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, caed8a80-4153-4181-bf11-a7967ae60785, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3372a430-e8d2-4d2c-add2-8cb24904b764, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3372a430-e8d2-4d2c-add2-8cb24904b764, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table2/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3372a430-e8d2-4d2c-add2-8cb24904b764, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8ec09877-d932-441c-bda4-522ceb9c5d33, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8ec09877-d932-441c-bda4-522ceb9c5d33, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table3`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8ec09877-d932-441c-bda4-522ceb9c5d33, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c53b2db2-98ca-458f-8bbb-ffd877997760, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c53b2db2-98ca-458f-8bbb-ffd877997760, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table3/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c53b2db2-98ca-458f-8bbb-ffd877997760, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c8ca4558-f72b-411c-a5a4-e80559af10b2, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c8ca4558-f72b-411c-a5a4-e80559af10b2, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                CREATE TABLE `table4` (\n                    k Int32 NOT NULL,\n                    v String,\n                    PRIMARY KEY (k)\n                ) WITH (STORE = COLUMN, PARTITION_COUNT = 17    )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c8ca4558-f72b-411c-a5a4-e80559af10b2, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, de37ffa3-ae81-4b0f-bf6e-8a7ecc7f4f49, localhost:21597): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, de37ffa3-ae81-4b0f-bf6e-8a7ecc7f4f49, localhost:21597): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, de37ffa3-ae81-4b0f-bf6e-8a7ecc7f4f49, localhost:21597): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 21597 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:21597, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21597
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b95437b0-e1ef-4d83-b5de-07e773bacb5c, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b95437b0-e1ef-4d83-b5de-07e773bacb5c, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            $keys = ListFromRange(4, 4 + 500);\n            $rows = ListMap($keys, ($i)->(<|k:$i, v: \"value_\" || CAST($i as String)|>));\n            INSERT INTO `table4`\n            SELECT * FROM AS_TABLE($rows);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b95437b0-e1ef-4d83-b5de-07e773bacb5c, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 935e9f7a-80b9-4f0a-a383-149c2acf8a8e, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 935e9f7a-80b9-4f0a-a383-149c2acf8a8e, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT sum(k) AS c FROM `table4`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 935e9f7a-80b9-4f0a-a383-149c2acf8a8e, ghrun-gxvk5f2a74.auto.internal:6694): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 39d07b09-5fda-42ee-ab46-f1b8165a113b, ghrun-gxvk5f2a74.auto.internal:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 39d07b09-5fda-42ee-ab46-f1b8165a113b, ghrun-gxvk5f2a74.auto.internal:20920): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            SELECT TabletId, PathId, InternalPathId FROM `table4/.sys/primary_index_granule_stats`\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 39d07b09-5fda-42ee-ab46-f1b8165a113b, ghrun-gxvk5f2a74.auto.internal:20920): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:103 4, path_mapping: (10, {10: 17})
INFO     __tests__.upgrade_to_internal_path_id:upgrade_to_internal_path_id.py:90 Iteration 5, with generate_internal_path_id=True
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 68dab955-0c64-4646-bf2f-378e013c7914, localhost:20920): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 68dab955-0c64-4646-bf2f-378e013c7914, localhost:20920): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 68dab955-0c64-4646-bf2f-378e013c7914, localhost:20920): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-15T02:28:07.986032006+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20920". Error details:
 Cancelled on the server side
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 14ded7cf-05a5-47a8-848c-05c9ca8a21dd, localhost:26335): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 14ded7cf-05a5-47a8-848c-05c9ca8a21dd, localhost:26335): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 14ded7cf-05a5-47a8-848c-05c9ca8a21dd, localhost:26335): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 26335 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:26335, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26335
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 297b0570-c7b7-469e-9f7f-88e788529a18, localhost:21597): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 297b0570-c7b7-469e-9f7f-88e788529a18, localhost:21597): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 297b0570-c7b7-469e-9f7f-88e788529a18, localhost:21597): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gxvk5f2a74.auto.internal" port: 21597 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gxvk5f2a74.auto.internal:21597, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21597
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_62r7ht34.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_7k5goe_p.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_n7ev4esu.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_jn1diioj.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_91yxb12d.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_4ip1ahwq.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_obapnwip.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_ripw6aux.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_m3lp4iq1.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_62r7ht34.log --grpc-port=20920 --mon-port=18093 --ic-port=27856
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1/logfile_62r7ht34.log', '--grpc-port=20920', '--mon-port=18093', '--ic-port=27856')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3870758
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:20920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.63
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.63
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3870771
DEBUG    ya.test:process.py:259 Command (pid 3870771) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3870771) elapsed time (sec): 0.42389631271362305
DEBUG    ya.test:process.py:263 Command (pid 3870771) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3870771) minflt: 18277
DEBUG    ya.test:process.py:263 Command (pid 3870771) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) nivcsw: 45
DEBUG    ya.test:process.py:263 Command (pid 3870771) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3870771) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3870771) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3870771) stime: 0.233789
DEBUG    ya.test:process.py:263 Command (pid 3870771) utime: 0.124956
DEBUG    ya.test:process.py:263 Command (pid 3870771) wtime: 0.425
DEBUG    ya.test:process.py:275 Command (pid 3870771) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3870771) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_7k5goe_p.log --grpc-port=32162 --mon-port=18265 --ic-port=4667
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/logfile_7k5goe_p.log', '--grpc-port=32162', '--mon-port=18265', '--ic-port=4667')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3870943
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:32162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.64
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.64
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3870944
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:259 Command (pid 3870944) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3870944) elapsed time (sec): 0.4176497459411621
DEBUG    ya.test:process.py:263 Command (pid 3870944) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3870944) minflt: 19717
DEBUG    ya.test:process.py:263 Command (pid 3870944) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3870944) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3870944) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3870944) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3870944) stime: 0.236388
DEBUG    ya.test:process.py:263 Command (pid 3870944) utime: 0.130013
DEBUG    ya.test:process.py:263 Command (pid 3870944) wtime: 0.419
DEBUG    ya.test:process.py:275 Command (pid 3870944) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3870944) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_n7ev4esu.log --grpc-port=23245 --mon-port=29210 --ic-port=7825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/logfile_n7ev4esu.log', '--grpc-port=23245', '--mon-port=29210', '--ic-port=7825')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3871083
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23245/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.65
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.65
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3871084
DEBUG    ya.test:process.py:259 Command (pid 3871084) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3871084) elapsed time (sec): 0.41774559020996094
DEBUG    ya.test:process.py:263 Command (pid 3871084) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3871084) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3871084) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 3871084) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3871084) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3871084) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3871084) stime: 0.24551599999999998
DEBUG    ya.test:process.py:263 Command (pid 3871084) utime: 0.124842
DEBUG    ya.test:process.py:263 Command (pid 3871084) wtime: 0.421
DEBUG    ya.test:process.py:275 Command (pid 3871084) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3871084) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_jn1diioj.log --grpc-port=9989 --mon-port=19927 --ic-port=11161
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4/logfile_jn1diioj.log', '--grpc-port=9989', '--mon-port=19927', '--ic-port=11161')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3871327
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9989/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.66
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.66
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3871347
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ya.test:process.py:259 Command (pid 3871347) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3871347) elapsed time (sec): 0.4362618923187256
DEBUG    ya.test:process.py:263 Command (pid 3871347) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3871347) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3871347) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) nivcsw: 73
DEBUG    ya.test:process.py:263 Command (pid 3871347) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3871347) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3871347) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3871347) stime: 0.244059
DEBUG    ya.test:process.py:263 Command (pid 3871347) utime: 0.11809299999999999
DEBUG    ya.test:process.py:263 Command (pid 3871347) wtime: 0.438
DEBUG    ya.test:process.py:275 Command (pid 3871347) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3871347) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_91yxb12d.log --grpc-port=9361 --mon-port=4545 --ic-port=61946
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5/logfile_91yxb12d.log', '--grpc-port=9361', '--mon-port=4545', '--ic-port=61946')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3871554
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9361/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.67
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.67
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3871555
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ya.test:process.py:259 Command (pid 3871555) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3871555) elapsed time (sec): 0.4328651428222656
DEBUG    ya.test:process.py:263 Command (pid 3871555) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3871555) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3871555) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 3871555) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3871555) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3871555) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3871555) stime: 0.25893
DEBUG    ya.test:process.py:263 Command (pid 3871555) utime: 0.107555
DEBUG    ya.test:process.py:263 Command (pid 3871555) wtime: 0.434
DEBUG    ya.test:process.py:275 Command (pid 3871555) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3871555) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_4ip1ahwq.log --grpc-port=65197 --mon-port=65521 --ic-port=20162
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6/logfile_4ip1ahwq.log', '--grpc-port=65197', '--mon-port=65521', '--ic-port=20162')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3871818
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:65197/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.68
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.68
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3871844
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ya.test:process.py:259 Command (pid 3871844) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3871844) elapsed time (sec): 0.4353463649749756
DEBUG    ya.test:process.py:263 Command (pid 3871844) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3871844) minflt: 16083
DEBUG    ya.test:process.py:263 Command (pid 3871844) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 3871844) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3871844) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3871844) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3871844) stime: 0.24584099999999998
DEBUG    ya.test:process.py:263 Command (pid 3871844) utime: 0.130852
DEBUG    ya.test:process.py:263 Command (pid 3871844) wtime: 0.443
DEBUG    ya.test:process.py:275 Command (pid 3871844) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3871844) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_obapnwip.log --grpc-port=6694 --mon-port=10241 --ic-port=64598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7/logfile_obapnwip.log', '--grpc-port=6694', '--mon-port=10241', '--ic-port=64598')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3871975
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:6694/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.69
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.69
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3872041
DEBUG    ya.test:process.py:259 Command (pid 3872041) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3872041) elapsed time (sec): 0.43332934379577637
DEBUG    ya.test:process.py:263 Command (pid 3872041) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3872041) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3872041) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3872041) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3872041) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3872041) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3872041) stime: 0.23756
DEBUG    ya.test:process.py:263 Command (pid 3872041) utime: 0.132872
DEBUG    ya.test:process.py:263 Command (pid 3872041) wtime: 0.446
DEBUG    ya.test:process.py:275 Command (pid 3872041) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3872041) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/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/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_ripw6aux.log --grpc-port=28032 --mon-port=7132 --ic-port=25274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8/logfile_ripw6aux.log', '--grpc-port=28032', '--mon-port=7132', '--ic-port=25274')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3872169
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28032/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.70
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.70
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3872170
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:259 Command (pid 3872170) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3872170) elapsed time (sec): 0.40831589698791504
DEBUG    ya.test:process.py:263 Command (pid 3872170) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3872170) minflt: 16945
DEBUG    ya.test:process.py:263 Command (pid 3872170) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) nivcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 3872170) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3872170) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3872170) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3872170) stime: 0.22267099999999998
DEBUG    ya.test:process.py:263 Command (pid 3872170) utime: 0.12724
DEBUG    ya.test:process.py:263 Command (pid 3872170) wtime: 0.41
DEBUG    ya.test:process.py:275 Command (pid 3872170) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3872170) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_m3lp4iq1.log --grpc-port=7089 --mon-port=15280 --ic-port=6284
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9/logfile_m3lp4iq1.log', '--grpc-port=7089', '--mon-port=15280', '--ic-port=6284')' in '/home/runner/.ya/build/build_root/c56l/00074f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3872347
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7089/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.71
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.71
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/c56l/00074f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3872348
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ya.test:process.py:259 Command (pid 3872348) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3872348) elapsed time (sec): 0.5218527317047119
DEBUG    ya.test:process.py:263 Command (pid 3872348) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) maxrss: 537668
DEBUG    ya.test:process.py:263 Command (pid 3872348) minflt: 16084
DEBUG    ya.test:process.py:263 Command (pid 3872348) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) nivcsw: 64
DEBUG    ya.test:process.py:263 Command (pid 3872348) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3872348) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3872348) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3872348) stime: 0.24611
DEBUG    ya.test:process.py:263 Command (pid 3872348) utime: 0.11553999999999999
DEBUG    ya.test:process.py:263 Command (pid 3872348) wtime: 0.524
DEBUG    ya.test:process.py:275 Command (pid 3872348) output:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-gxvk5f2a74
    Host information: 
        Linux ghrun-gxvk5f2a74 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3872348) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 47b38fbc3f602118bf181840a6a0a7bcf00e77b7
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 8336376aa2395aae3dad85b0bd446b47195ce301
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 0d69abba-c507-435c-9eec-596194963d01, ghrun-gxvk5f2a74.auto.internal:6694): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 0d69abba-c507-435c-9eec-596194963d01, ghrun-gxvk5f2a74.auto.internal:6694): request = { session_id: "ydb://session/3?node_id=7&id=YTc3NGI2ZWYtMjBkYjg1YTQtZDE2N2QxMTEtZDcxNzJkZDQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 0d69abba-c507-435c-9eec-596194963d01, ghrun-gxvk5f2a74.auto.internal:6694): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:65197/6
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20920
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20920". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23245/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9989/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:20920/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:32162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:6694/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:28032/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9361/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7089/9
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1729
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8199
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15280
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7089
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3278
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1671
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7132
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28032
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20940
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10241
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6694
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29691
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15824
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65521
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65197
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22886
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18527
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4545
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9361
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10417
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64640
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19927
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9989
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11996
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29734
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29210
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23245
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16699
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4200
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18265
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8983
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27777
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18093
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20920
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6284
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25274
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64598
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61946
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11161
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7825
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4667
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27856
============================== slowest durations ===============================
434.24s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
48.04s call     zip_bomb.py::TestZipBomb::test
38.94s setup    test_upsert.py::TestUpsert::test_copy_full
15.72s setup    test_update.py::TestUpdate::test_update_single_column
15.00s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
3.49s setup    zip_bomb.py::TestZipBomb::test
3.06s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.65s call     test_upsert.py::TestUpsert::test_copy_partial
2.42s call     test_upsert.py::TestUpsert::test_count
2.26s call     test_update.py::TestUpdate::test_update_single_column
2.06s call     test_upsert.py::TestUpsert::test_copy_full
1.23s call     test_update.py::TestUpdate::test_update_single_row
1.15s call     test_upsert.py::TestUpsert::test_partial_update
0.97s call     test_upsert.py::TestUpsert::test_insert_nulls
0.77s call     test_upsert.py::TestUpsert::test_incorrect
0.07s setup    test_upsert.py::TestUpsert::test_count
0.02s teardown test_update.py::TestUpdate::test_update_single_row
0.01s setup    test_update.py::TestUpdate::test_update_single_row
0.01s teardown test_upsert.py::TestUpsert::test_count
0.01s teardown test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_upsert.py::TestUpsert::test_partial_update

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test - TimeoutError
=================== 1 failed, 9 passed in 585.65s (0:09:45) ====================
