============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/00254e/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 116 items

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py ..
test_create.py ...

=================================== FAILURES ===================================
______________________ TestOrderBy.test_filtered_portion _______________________
ydb/tests/olap/order_by_with_limit.py:166: in test_filtered_portion
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_filtered_portion
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_filtered_portion)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0690918-e65f-4f81-97c4-7ee6e708355b, ghrun-xdf3pi3ede.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0690918-e65f-4f81-97c4-7ee6e708355b, ghrun-xdf3pi3ede.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                id Uint64 NOT NULL,\n                value bool NOT NULL,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0690918-e65f-4f81-97c4-7ee6e708355b, ghrun-xdf3pi3ede.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________________ TestOrderBy.test_random ____________________________
ydb/tests/olap/order_by_with_limit.py:65: in test_random
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_random
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_random)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a6d5c5c-6c35-4555-a677-c0c026144a3b, ghrun-xdf3pi3ede.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a6d5c5c-6c35-4555-a677-c0c026144a3b, ghrun-xdf3pi3ede.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                id Uint64 NOT NULL,\n                value Uint64 NOT NULL,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3a6d5c5c-6c35-4555-a677-c0c026144a3b, ghrun-xdf3pi3ede.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_______________________ TestOrderBy.test_stress_sorting ________________________
ydb/tests/olap/order_by_with_limit.py:210: in test_stress_sorting
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stress_sorting
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_stress_sorting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f98c2930-b8cf-4c8b-bb6a-63c4b16bc6e5, ghrun-xdf3pi3ede.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f98c2930-b8cf-4c8b-bb6a-63c4b16bc6e5, ghrun-xdf3pi3ede.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                time Timestamp NOT NULL,\n                uniq Utf8 NOT NULL,\n                class Utf8 NOT NULL,\n                value Utf8,\n                PRIMARY KEY(time, class, uniq),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f98c2930-b8cf-4c8b-bb6a-63c4b16bc6e5, ghrun-xdf3pi3ede.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2ZkOTg3ZDMtMWI1ZjcwNWQtYjBjMzRkZmItNjM1MGQ4ODA=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
224.56s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
114.11s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
103.37s call     tablets_movement.py::TestTabletsMovement::test[ROW]
59.29s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
7.42s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
5.51s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.03s call     test_create.py::TestCreate::test_create_decimals
4.32s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.92s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.57s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.79s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.63s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.41s call     test_create.py::TestCreate::test_create_all_opt_ints
0.41s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.38s call     test_create.py::TestCreate::test_create_all_req_ints
0.30s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.28s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.06s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.04s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.02s call     order_by_with_limit.py::TestOrderBy::test_random
0.02s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s teardown order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
=================== 3 failed, 9 passed in 536.69s (0:08:56) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/00256a/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 116 items

test_create.py ....
test_cs_many_updates.py drop table: 41.8 ms
create table: 704.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 65.1
    "min_ms": 25.9
    "median_ms": 60.5
    "max_ms": 158.6
    "stdev_ms": 35.9
select count(*) after initial inserts: 180.8 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 98.1
    "min_ms": 43.3
    "median_ms": 92.2
    "max_ms": 217.9
    "stdev_ms": 34.8
select count(*) after all modifications: 4015.3 ms
select all: 4367.1 ms
delete from table: 3932.6 ms
select all after delete: 4756.9 ms
.drop table: 76.5 ms
create table: 632.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.7
    "min_ms": 27.9
    "median_ms": 36.0
    "max_ms": 61.3
    "stdev_ms": 10.4
select count(*) after initial inserts: 121.1 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 92.2
    "min_ms": 45.3
    "median_ms": 87.5
    "max_ms": 176.7
    "stdev_ms": 33.8
updates (step 1):
    "runs": 200
    "avg_ms": 177.8
    "min_ms": 118.8
    "median_ms": 153.6
    "max_ms": 467.3
    "stdev_ms": 61.6
upserts (step 2):
    "runs": 200
    "avg_ms": 29.5
    "min_ms": 18.2
    "median_ms": 25.7
    "max_ms": 139.9
    "stdev_ms": 13.4
select count(*) after all modifications: 366.9 ms
select all: 376.2 ms
delete from table: 457.4 ms
select all after delete: 388.7 ms
.drop table: 45.0 ms
create table: 564.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.6
    "min_ms": 25.3
    "median_ms": 31.8
    "max_ms": 50.5
    "stdev_ms": 9.2
select count(*) after initial inserts: 99.2 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 214.3
    "min_ms": 88.0
    "median_ms": 201.3
    "max_ms": 621.8
    "stdev_ms": 80.4
select count(*) after all modifications: 503.1 ms
select all: 369.2 ms
delete from table: 492.9 ms
select all after delete: 320.2 ms
.drop table: 107.6 ms
create table: 1098.7 ms
initial inserts:
    "runs": 15
    "avg_ms": 36.5
    "min_ms": 23.2
    "median_ms": 37.0
    "max_ms": 63.8
    "stdev_ms": 10.4
select count(*) after initial inserts: 102.2 ms
updates (step 0):
    "runs": 150
    "avg_ms": 152.4
    "min_ms": 95.6
    "median_ms": 141.2
    "max_ms": 273.2
    "stdev_ms": 42.5
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 77.0
    "min_ms": 59.3
    "median_ms": 72.5
    "max_ms": 171.4
    "stdev_ms": 15.7
select count(*) after all modifications: 387.9 ms
select all: 341.0 ms
delete from table: 379.8 ms
select all after delete: 341.9 ms
.drop table: 64.6 ms
create table: 662.5 ms
initial inserts:
    "runs": 20
    "avg_ms": 35.4
    "min_ms": 26.1
    "median_ms": 31.4
    "max_ms": 72.5
    "stdev_ms": 10.9
select count(*) after initial inserts: 92.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 122.1
    "min_ms": 84.4
    "median_ms": 112.9
    "max_ms": 246.9
    "stdev_ms": 28.8
upserts (step 1):
    "runs": 200
    "avg_ms": 43.7
    "min_ms": 22.2
    "median_ms": 35.1
    "max_ms": 112.0
    "stdev_ms": 18.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 144.8
    "min_ms": 77.1
    "median_ms": 128.4
    "max_ms": 330.0
    "stdev_ms": 52.2
select count(*) after all modifications: 1007.8 ms
select all: 691.3 ms
delete from table: 747.7 ms
select all after delete: 640.9 ms
.drop table: 47.6 ms
create table: 729.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 38.4
    "min_ms": 25.7
    "median_ms": 37.8
    "max_ms": 53.5
    "stdev_ms": 8.8
select count(*) after initial inserts: 115.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 25.8
    "min_ms": 17.3
    "median_ms": 23.9
    "max_ms": 106.3
    "stdev_ms": 7.0
select count(*) after all modifications: 255.8 ms
select all: 182.4 ms
delete from table: 218.6 ms
select all after delete: 177.1 ms
.Generated operation sequence:
  0. UPSERT: 6 operations
  1. UPDATE: 18 operations
  2. BULK_UPSERT: 17 operations
  3. BULK_UPSERT: 7 operations
  4. BULK_UPSERT: 20 operations
  5. UPDATE: 17 operations
  6. UPSERT: 16 operations
  7. UPSERT: 2 operations
  8. BULK_UPSERT: 2 operations
  9. UPDATE: 11 operations
drop table: 22.1 ms
create table: 341.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 25.1
    "min_ms": 19.4
    "median_ms": 29.6
    "max_ms": 30.9
    "stdev_ms": 5.4
select count(*) after initial inserts: 70.3 ms
upserts (step 0):
    "runs": 60
    "avg_ms": 20.2
    "min_ms": 17.3
    "median_ms": 20.3
    "max_ms": 29.8
    "stdev_ms": 1.7
updates (step 1):
    "runs": 180
    "avg_ms": 134.9
    "min_ms": 75.8
    "median_ms": 113.8
    "max_ms": 367.7
    "stdev_ms": 55.3
bulk_upserts (step 2):
    "runs": 17
    "avg_ms": 65.8
    "min_ms": 45.8
    "median_ms": 51.3
    "max_ms": 124.8
    "stdev_ms": 27.0
bulk_upserts (step 3):
    "runs": 7
    "avg_ms": 62.8
    "min_ms": 48.9
    "median_ms": 54.5
    "max_ms": 83.5
    "stdev_ms": 14.8
bulk_upserts (step 4):
    "runs": 20
    "avg_ms": 62.8
    "min_ms": 43.1
    "median_ms": 59.6
    "max_ms": 102.3
    "stdev_ms": 13.8
updates (step 5):
    "runs": 170
    "avg_ms": 136.6
    "min_ms": 101.3
    "median_ms": 130.0
    "max_ms": 282.4
    "stdev_ms": 28.3
upserts (step 6):
    "runs": 160
    "avg_ms": 23.5
    "min_ms": 17.0
    "median_ms": 22.7
    "max_ms": 48.3
    "stdev_ms": 4.0
upserts (step 7):
    "runs": 20
    "avg_ms": 22.6
    "min_ms": 19.0
    "median_ms": 22.5
    "max_ms": 27.5
    "stdev_ms": 2.5
bulk_upserts (step 8):
    "runs": 2
    "avg_ms": 42.3
    "min_ms": 41.7
    "median_ms": 42.8
    "max_ms": 42.8
    "stdev_ms": 0.7
updates (step 9):
    "runs": 110
    "avg_ms": 164.5
    "min_ms": 121.9
    "median_ms": 153.5
    "max_ms": 313.5
    "stdev_ms": 38.9
select count(*) after all modifications: 302.0 ms
select all: 383.2 ms
delete from table: 426.7 ms
select all after delete: 314.7 ms
.
test_delete.py .

============================== slowest durations ===============================
217.02s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
76.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
67.74s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
53.49s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
52.26s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
33.88s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
27.90s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
7.92s setup    test_create.py::TestCreate::test_create_real_opt
6.69s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.44s setup    test_delete.py::TestDelete::test_delete_rollback
3.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.21s call     test_create.py::TestCreate::test_create_real_opt
0.84s call     test_delete.py::TestDelete::test_delete_rollback
0.76s call     test_create.py::TestCreate::test_create_strings_opt
0.70s call     test_create.py::TestCreate::test_create_real_req
0.07s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.04s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.02s setup    test_create.py::TestCreate::test_create_strings_opt
0.01s setup    test_create.py::TestCreate::test_create_real_req
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown 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[update_upsert_bulk_upsert]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 554.68s (0:09:14) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/002290/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 116 items

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

============================== slowest durations ===============================
3.79s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.73s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.68s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.68s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.67s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.66s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.62s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.59s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.57s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.56s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.55s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.55s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.54s call     test_delete.py::TestDelete::test_delete_where[False-100]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 12.21s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/0025f7/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 116 items

test_delete.py .
test_insert.py ...........

============================== slowest durations ===============================
5.52s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.75s setup    test_delete.py::TestDelete::test_incorrect
1.78s call     test_insert.py::TestInsertStatement::test_copy_partial
1.42s call     test_insert.py::TestInsertStatement::test_copy_full
1.04s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.89s call     test_insert.py::TestInsertStatement::test_duplicate
0.89s call     test_insert.py::TestInsertStatement::test_bulk
0.67s call     test_insert.py::TestInsertStatement::test_plain
0.64s call     test_insert.py::TestInsertStatement::test_incorrect
0.58s call     test_delete.py::TestDelete::test_incorrect
0.50s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.44s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.42s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.41s call     test_insert.py::TestInsertStatement::test_out_of_range
0.05s setup    test_insert.py::TestInsertStatement::test_duplicate
0.05s setup    test_insert.py::TestInsertStatement::test_incorrect
0.04s setup    test_insert.py::TestInsertStatement::test_bulk
0.02s teardown test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.02s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.01s setup    test_insert.py::TestInsertStatement::test_out_of_range

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 21.43s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/002310/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 116 items

test_insert.py ...
test_log_scenario.py ..FE
test_overloads.py ......

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/i4s6/002310/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/i4s6/002310/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-11-21T16:12:07.845139Z): source_id=222;tablet_id=72075186224037983;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F65B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76A76D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E5AB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD55A7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A363
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A363
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27D13
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B6D7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC398
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E955
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
E   21. ??:0: ?? @ 0x7F12FC36AAC2
E   22. ??:0: ?? @ 0x7F12FC3FC8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1650207
DEBUG    ya.test:process.py:259 Command (pid 1650207) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1650207) elapsed time (sec): 0.3519611358642578
DEBUG    ya.test:process.py:263 Command (pid 1650207) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) maxrss: 833984
DEBUG    ya.test:process.py:263 Command (pid 1650207) minflt: 3548
DEBUG    ya.test:process.py:263 Command (pid 1650207) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1650207) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) nvcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 1650207) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1650207) stime: 0.013949999999999999
DEBUG    ya.test:process.py:263 Command (pid 1650207) utime: 0.06509999999999999
DEBUG    ya.test:process.py:263 Command (pid 1650207) wtime: 0.353
DEBUG    ya.test:process.py:275 Command (pid 1650207) output:
Init tables ...
Init tables ...Ok

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

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1650654
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, 5af568a5-2127-4af3-ac3f-a59101a964c5, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5af568a5-2127-4af3-ac3f-a59101a964c5, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5af568a5-2127-4af3-ac3f-a59101a964c5, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1650654) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1650654) elapsed time (sec): 30.170227766036987
DEBUG    ya.test:process.py:263 Command (pid 1650654) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 1650654) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    459	459	0	0	20	27	31	36
2	    473	473	0	0	20	25	27	28
3	    482	482	0	0	20	24	26	30
4	    478	478	0	0	20	24	27	30
5	    476	476	0	0	20	24	26	28
6	    472	472	0	0	20	25	27	31
7	    469	469	0	0	20	27	32	35
8	    469	469	0	0	20	24	34	41
9	    469	469	0	0	20	26	31	35
10	    465	465	0	0	20	26	36	40
11	    443	443	0	0	21	30	33	35
12	    450	450	0	0	21	31	35	36
13	    463	463	0	0	20	28	32	37
14	    480	480	0	0	20	24	27	30
15	    488	488	0	0	20	22	23	24
16	    484	484	0	0	20	22	24	28
17	    479	479	0	0	20	23	32	33
18	    454	454	0	0	21	30	33	39
19	    463	463	0	0	20	26	31	34
20	    491	491	0	0	20	24	29	32
21	    470	470	0	0	20	25	29	31
22	    435	435	0	0	21	30	60	73
23	    405	405	0	0	23	36	43	44
24	    404	404	0	0	23	36	50	60
25	    430	430	0	0	22	31	40	44
26	    443	443	0	0	21	30	38	43
27	    434	434	0	0	21	32	37	39
28	    428	428	0	0	21	31	37	42
29	    370	370	0	0	23	40	100	104
30	    454	454	0	0	21	35	51	55

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13680	456	0	0	20	29	36	104

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4243ba85-9851-4c76-96e3-2aaff7117ac8, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4243ba85-9851-4c76-96e3-2aaff7117ac8, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4243ba85-9851-4c76-96e3-2aaff7117ac8, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=
INFO     root:test_log_scenario.py:217 Count rows after insert 13326 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e5e4cea2-c951-4660-8801-8bdee661f705, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e5e4cea2-c951-4660-8801-8bdee661f705, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e5e4cea2-c951-4660-8801-8bdee661f705, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93e0ec41-cdfe-4de2-ab43-4ccdd240e2ab, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93e0ec41-cdfe-4de2-ab43-4ccdd240e2ab, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 93e0ec41-cdfe-4de2-ab43-4ccdd240e2ab, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGEzODVjNjEtNThhMGQ2M2ItYTQ0ZmRmMy0xM2FkMGRlMQ==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjIxMzhjZDctM2Q0Zjc0NjUtNGMwODczNi0xMjIxNTNmNw==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=NGEzODVjNjEtNThhMGQ2M2ItYTQ0ZmRmMy0xM2FkMGRlMQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2FjYTcxOWUtYzYyN2FjOWMtMTY3YzM2ZGYtOGE5ZmUwNmU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=MjIxMzhjZDctM2Q0Zjc0NjUtNGMwODczNi0xMjIxNTNmNw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGU3OGI4OGItNTk5MTEwYTgtMjc5NWMzN2EtODE2NmYwMmY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=N2FjYTcxOWUtYzYyN2FjOWMtMTY3YzM2ZGYtOGE5ZmUwNmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Mjk1OGZmMTYtZTk2MWJiZDItZGNkNGQ1OTMtYjI5ZmVhOGU=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=NGU3OGI4OGItNTk5MTEwYTgtMjc5NWMzN2EtODE2NmYwMmY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VmYjVlOTUtNjg5ZTI4M2EtYTg3NGM1LTc4Yzg0OTFk
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=Mjk1OGZmMTYtZTk2MWJiZDItZGNkNGQ1OTMtYjI5ZmVhOGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTA3MTI3NTYtM2EzNjhhNmMtNWU1ODVkMDAtYzA0NDNmNGM=
DEBUG    ya.test:process.py:628 Command pid: 1683193
DEBUG    ya.test:process.py:628 Command pid: 1683194
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=M2VmYjVlOTUtNjg5ZTI4M2EtYTg3NGM1LTc4Yzg0OTFk" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=
DEBUG    ya.test:process.py:628 Command pid: 1683195
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=NTA3MTI3NTYtM2EzNjhhNmMtNWU1ODVkMDAtYzA0NDNmNGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 407566c0-4932-4799-875b-e3f15424f93e, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.99978785+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d39c339f-04d9-4912-8dc1-b1d4fc5aa3d3, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999883691+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, fd973705-6386-4fc5-aa10-5cd2c4c5b71b, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999900463+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8de0f38e-e458-4a51-892b-af7f8efaf3dc, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999917263+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c06fba8e-9255-4aea-994c-1c9b19fd301b, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999931189+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9fd97611-8bf1-4b6c-92aa-7ae9838b0217, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999946213+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e206181-ad6d-4c93-9007-cff76890f8c1, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999959982+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 24fa52e3-8e8e-448f-9d7b-512093a4804d, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999974378+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dce5f5e5-ae43-4d59-a655-86365e6ad1a5, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999989723+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1bf95c35-fba7-40aa-938c-95fe644243fa, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000002437+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000015073+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000029978+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000044509+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000057342+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000072834+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000102065+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000129259+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000144576+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000160601+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
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-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000086092+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1683195) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1683195) elapsed time (sec): 30.171239852905273
DEBUG    ya.test:process.py:263 Command (pid 1683195) wtime: 30.176
DEBUG    ya.test:process.py:275 Command (pid 1683195) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     33	33	0	0	152	687	715	715
2	    105	105	0	0	95	116	124	128
3	    113	113	0	0	80	132	141	146
4	    131	131	0	0	75	104	111	111
5	     79	79	0	0	89	112	115	118
6	      0	0	0	935	0	0	0	0
7	      0	0	0	1693	0	0	0	0
8	      0	0	0	1730	0	0	0	0
9	      0	0	0	1315	0	0	0	0
10	      0	0	0	1567	0	0	0	0
11	      0	0	0	1682	0	0	0	0
12	      0	0	0	1038	0	0	0	0
13	      0	0	0	1309	0	0	0	0
14	      0	0	0	709	0	0	0	0
15	      0	0	0	1127	0	0	0	0
16	      0	0	0	1095	0	0	0	0
17	      0	0	0	1292	0	0	0	0
18	      0	0	0	1110	0	0	0	0
19	      0	0	0	786	0	0	0	0
20	      0	0	0	797	0	0	0	0
21	      0	0	0	976	0	0	0	0
22	      0	0	0	897	0	0	0	0
23	      0	0	0	1080	0	0	0	0
24	      0	0	0	926	0	0	0	0
25	      0	0	0	1370	0	0	0	0
26	      0	0	0	1070	0	0	0	0
27	      0	0	0	761	0	0	0	0
28	      0	0	0	799	0	0	0	0
29	      0	0	0	1149	0	0	0	0
30	      0	0	0	1311	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    461	15.3667	0	28524	86	139	651	715

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1683193) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1683193) elapsed time (sec): 30.22575068473816
DEBUG    ya.test:process.py:263 Command (pid 1683193) wtime: 30.233
DEBUG    ya.test:process.py:275 Command (pid 1683193) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     46	46	0	0	123	551	555	555
2	    139	139	0	0	73	96	103	103
3	    150	150	0	0	60	103	123	131
4	    168	168	0	0	57	82	100	109
5	    105	105	0	0	67	87	92	93
6	      0	0	0	954	0	0	0	0
7	      0	0	0	1543	0	0	0	0
8	      0	0	0	1575	0	0	0	0
9	      0	0	0	1108	0	0	0	0
10	      0	0	0	1495	0	0	0	0
11	      0	0	0	1396	0	0	0	0
12	      0	0	0	1004	0	0	0	0
13	      0	0	0	1312	0	0	0	0
14	      0	0	0	728	0	0	0	0
15	      0	0	0	1105	0	0	0	0
16	      0	0	0	1143	0	0	0	0
17	      0	0	0	1172	0	0	0	0
18	      0	0	0	714	0	0	0	0
19	      0	0	0	648	0	0	0	0
20	      0	0	0	750	0	0	0	0
21	      0	0	0	922	0	0	0	0
22	      0	0	0	757	0	0	0	0
23	      0	0	0	1053	0	0	0	0
24	      0	0	0	971	0	0	0	0
25	      0	0	0	1031	0	0	0	0
26	      0	0	0	1044	0	0	0	0
27	      0	0	0	1014	0	0	0	0
28	      0	0	0	795	0	0	0	0
29	      0	0	0	1109	0	0	0	0
30	      0	0	0	1347	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    608	20.2667	0	26690	64	121	547	555

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1683194) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1683194) elapsed time (sec): 30.259279489517212
DEBUG    ya.test:process.py:263 Command (pid 1683194) wtime: 30.265
DEBUG    ya.test:process.py:275 Command (pid 1683194) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      1	1	0	10	127	127	127	127
6	      0	0	0	1123	0	0	0	0
7	      0	0	0	1841	0	0	0	0
8	      0	0	0	1680	0	0	0	0
9	      0	0	0	1451	0	0	0	0
10	      0	0	0	1632	0	0	0	0
11	      0	0	0	1776	0	0	0	0
12	      0	0	0	1157	0	0	0	0
13	      0	0	0	1374	0	0	0	0
14	      0	0	0	680	0	0	0	0
15	      0	0	0	1223	0	0	0	0
16	      0	0	0	1164	0	0	0	0
17	      0	0	0	1163	0	0	0	0
18	      0	0	0	826	0	0	0	0
19	      0	0	0	736	0	0	0	0
20	      0	0	0	1185	0	0	0	0
21	      0	0	0	922	0	0	0	0
22	      0	0	0	752	0	0	0	0
23	      0	0	0	899	0	0	0	0
24	      0	0	0	1087	0	0	0	0
25	      0	0	0	1239	0	0	0	0
26	      0	0	0	1251	0	0	0	0
27	      0	0	0	794	0	0	0	0
28	      0	0	0	787	0	0	0	0
29	      0	0	0	1347	0	0	0	0
30	      0	0	0	1340	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	29469	127	127	127	127

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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, 28a1344b-eb4e-4841-8a1c-1119b32051ca, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 28a1344b-eb4e-4841-8a1c-1119b32051ca, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 28a1344b-eb4e-4841-8a1c-1119b32051ca, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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, c010c724-9309-4ab8-940f-6f91225e33ce, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c010c724-9309-4ab8-940f-6f91225e33ce, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c010c724-9309-4ab8-940f-6f91225e33ce, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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, d50b56ce-c05b-4859-a990-2485d8656b42, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d50b56ce-c05b-4859-a990-2485d8656b42, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d50b56ce-c05b-4859-a990-2485d8656b42, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xdf3pi3ede'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
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/i4s6/002310/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1) 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.1601467' in '/home/runner/.ya/build/build_root/i4s6/002310/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_iyh2clic.log)
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
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:30708/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20310
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20472
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21343
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30708
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24577
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1650207
DEBUG    ya.test:process.py:259 Command (pid 1650207) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1650207) elapsed time (sec): 0.3519611358642578
DEBUG    ya.test:process.py:263 Command (pid 1650207) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) maxrss: 833984
DEBUG    ya.test:process.py:263 Command (pid 1650207) minflt: 3548
DEBUG    ya.test:process.py:263 Command (pid 1650207) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1650207) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1650207) nvcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 1650207) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1650207) stime: 0.013949999999999999
DEBUG    ya.test:process.py:263 Command (pid 1650207) utime: 0.06509999999999999
DEBUG    ya.test:process.py:263 Command (pid 1650207) wtime: 0.353
DEBUG    ya.test:process.py:275 Command (pid 1650207) output:
Init tables ...
Init tables ...Ok

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

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1650654
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, 5af568a5-2127-4af3-ac3f-a59101a964c5, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5af568a5-2127-4af3-ac3f-a59101a964c5, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5af568a5-2127-4af3-ac3f-a59101a964c5, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1650654) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1650654) elapsed time (sec): 30.170227766036987
DEBUG    ya.test:process.py:263 Command (pid 1650654) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 1650654) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    459	459	0	0	20	27	31	36
2	    473	473	0	0	20	25	27	28
3	    482	482	0	0	20	24	26	30
4	    478	478	0	0	20	24	27	30
5	    476	476	0	0	20	24	26	28
6	    472	472	0	0	20	25	27	31
7	    469	469	0	0	20	27	32	35
8	    469	469	0	0	20	24	34	41
9	    469	469	0	0	20	26	31	35
10	    465	465	0	0	20	26	36	40
11	    443	443	0	0	21	30	33	35
12	    450	450	0	0	21	31	35	36
13	    463	463	0	0	20	28	32	37
14	    480	480	0	0	20	24	27	30
15	    488	488	0	0	20	22	23	24
16	    484	484	0	0	20	22	24	28
17	    479	479	0	0	20	23	32	33
18	    454	454	0	0	21	30	33	39
19	    463	463	0	0	20	26	31	34
20	    491	491	0	0	20	24	29	32
21	    470	470	0	0	20	25	29	31
22	    435	435	0	0	21	30	60	73
23	    405	405	0	0	23	36	43	44
24	    404	404	0	0	23	36	50	60
25	    430	430	0	0	22	31	40	44
26	    443	443	0	0	21	30	38	43
27	    434	434	0	0	21	32	37	39
28	    428	428	0	0	21	31	37	42
29	    370	370	0	0	23	40	100	104
30	    454	454	0	0	21	35	51	55

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13680	456	0	0	20	29	36	104

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4243ba85-9851-4c76-96e3-2aaff7117ac8, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4243ba85-9851-4c76-96e3-2aaff7117ac8, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4243ba85-9851-4c76-96e3-2aaff7117ac8, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=
INFO     root:test_log_scenario.py:217 Count rows after insert 13326 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e5e4cea2-c951-4660-8801-8bdee661f705, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e5e4cea2-c951-4660-8801-8bdee661f705, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e5e4cea2-c951-4660-8801-8bdee661f705, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93e0ec41-cdfe-4de2-ab43-4ccdd240e2ab, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93e0ec41-cdfe-4de2-ab43-4ccdd240e2ab, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 93e0ec41-cdfe-4de2-ab43-4ccdd240e2ab, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGEzODVjNjEtNThhMGQ2M2ItYTQ0ZmRmMy0xM2FkMGRlMQ==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb -e grpc://localhost:30708 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjIxMzhjZDctM2Q0Zjc0NjUtNGMwODczNi0xMjIxNTNmNw==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=NGEzODVjNjEtNThhMGQ2M2ItYTQ0ZmRmMy0xM2FkMGRlMQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2FjYTcxOWUtYzYyN2FjOWMtMTY3YzM2ZGYtOGE5ZmUwNmU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=MjIxMzhjZDctM2Q0Zjc0NjUtNGMwODczNi0xMjIxNTNmNw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGU3OGI4OGItNTk5MTEwYTgtMjc5NWMzN2EtODE2NmYwMmY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=N2FjYTcxOWUtYzYyN2FjOWMtMTY3YzM2ZGYtOGE5ZmUwNmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Mjk1OGZmMTYtZTk2MWJiZDItZGNkNGQ1OTMtYjI5ZmVhOGU=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=NGU3OGI4OGItNTk5MTEwYTgtMjc5NWMzN2EtODE2NmYwMmY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VmYjVlOTUtNjg5ZTI4M2EtYTg3NGM1LTc4Yzg0OTFk
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=Mjk1OGZmMTYtZTk2MWJiZDItZGNkNGQ1OTMtYjI5ZmVhOGU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTA3MTI3NTYtM2EzNjhhNmMtNWU1ODVkMDAtYzA0NDNmNGM=
DEBUG    ya.test:process.py:628 Command pid: 1683193
DEBUG    ya.test:process.py:628 Command pid: 1683194
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/i4s6/002310/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30708', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=M2VmYjVlOTUtNjg5ZTI4M2EtYTg3NGM1LTc4Yzg0OTFk" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=
DEBUG    ya.test:process.py:628 Command pid: 1683195
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=NTA3MTI3NTYtM2EzNjhhNmMtNWU1ODVkMDAtYzA0NDNmNGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=ZTM2OGFjNmItYWRhYjZmOWMtNjRhMzI2ZDEtOGFiZTNlZTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=YmNhODg4NmYtN2ViMjJmYjMtNDVhYTY0M2EtOGQyMWE0MmM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): request = { session_id: "ydb://session/3?node_id=1&id=Zjc3MTE5Y2ItODg0ZjFmNWItNDhmYTkyNi1mOTI1MjdlOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 407566c0-4932-4799-875b-e3f15424f93e, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.99978785+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d39c339f-04d9-4912-8dc1-b1d4fc5aa3d3, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999883691+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, fd973705-6386-4fc5-aa10-5cd2c4c5b71b, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999900463+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8de0f38e-e458-4a51-892b-af7f8efaf3dc, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999917263+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c06fba8e-9255-4aea-994c-1c9b19fd301b, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999931189+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9fd97611-8bf1-4b6c-92aa-7ae9838b0217, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999946213+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e206181-ad6d-4c93-9007-cff76890f8c1, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999959982+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 24fa52e3-8e8e-448f-9d7b-512093a4804d, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:12.999974378+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dce5f5e5-ae43-4d59-a655-86365e6ad1a5, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:12.999989723+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1bf95c35-fba7-40aa-938c-95fe644243fa, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30708 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000002437+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c6cd9312-f3a8-4321-9af4-190654dd02b0, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000015073+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c5a628f6-69c1-494e-adff-096fe1e1cfbb, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000029978+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 49b60284-8176-464e-8c01-aa55c2e64840, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000044509+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 14f8255b-7d7f-4b25-bc8e-8be1ee86d220, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000057342+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 850777d3-3199-489e-aa28-a9bd2384ec5e, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T16:12:13.000072834+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c772315a-9a65-473d-ac3b-4ba0e9e00ef7, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000102065+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 33df00cf-b8de-4016-ad8c-8058061389cf, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000129259+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0c8c2c5d-2c1e-4a4c-b491-54f46c7629f4, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000144576+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1914dec5-4f16-4a85-9eff-15549b824354, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000160601+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
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-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a72f82cd-32d2-49de-b30b-9901cd35bd17, ghrun-xdf3pi3ede.auto.internal:30708): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T16:12:13.000086092+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:30708
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1683195) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1683195) elapsed time (sec): 30.171239852905273
DEBUG    ya.test:process.py:263 Command (pid 1683195) wtime: 30.176
DEBUG    ya.test:process.py:275 Command (pid 1683195) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     33	33	0	0	152	687	715	715
2	    105	105	0	0	95	116	124	128
3	    113	113	0	0	80	132	141	146
4	    131	131	0	0	75	104	111	111
5	     79	79	0	0	89	112	115	118
6	      0	0	0	935	0	0	0	0
7	      0	0	0	1693	0	0	0	0
8	      0	0	0	1730	0	0	0	0
9	      0	0	0	1315	0	0	0	0
10	      0	0	0	1567	0	0	0	0
11	      0	0	0	1682	0	0	0	0
12	      0	0	0	1038	0	0	0	0
13	      0	0	0	1309	0	0	0	0
14	      0	0	0	709	0	0	0	0
15	      0	0	0	1127	0	0	0	0
16	      0	0	0	1095	0	0	0	0
17	      0	0	0	1292	0	0	0	0
18	      0	0	0	1110	0	0	0	0
19	      0	0	0	786	0	0	0	0
20	      0	0	0	797	0	0	0	0
21	      0	0	0	976	0	0	0	0
22	      0	0	0	897	0	0	0	0
23	      0	0	0	1080	0	0	0	0
24	      0	0	0	926	0	0	0	0
25	      0	0	0	1370	0	0	0	0
26	      0	0	0	1070	0	0	0	0
27	      0	0	0	761	0	0	0	0
28	      0	0	0	799	0	0	0	0
29	      0	0	0	1149	0	0	0	0
30	      0	0	0	1311	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    461	15.3667	0	28524	86	139	651	715

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1683193) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1683193) elapsed time (sec): 30.22575068473816
DEBUG    ya.test:process.py:263 Command (pid 1683193) wtime: 30.233
DEBUG    ya.test:process.py:275 Command (pid 1683193) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     46	46	0	0	123	551	555	555
2	    139	139	0	0	73	96	103	103
3	    150	150	0	0	60	103	123	131
4	    168	168	0	0	57	82	100	109
5	    105	105	0	0	67	87	92	93
6	      0	0	0	954	0	0	0	0
7	      0	0	0	1543	0	0	0	0
8	      0	0	0	1575	0	0	0	0
9	      0	0	0	1108	0	0	0	0
10	      0	0	0	1495	0	0	0	0
11	      0	0	0	1396	0	0	0	0
12	      0	0	0	1004	0	0	0	0
13	      0	0	0	1312	0	0	0	0
14	      0	0	0	728	0	0	0	0
15	      0	0	0	1105	0	0	0	0
16	      0	0	0	1143	0	0	0	0
17	      0	0	0	1172	0	0	0	0
18	      0	0	0	714	0	0	0	0
19	      0	0	0	648	0	0	0	0
20	      0	0	0	750	0	0	0	0
21	      0	0	0	922	0	0	0	0
22	      0	0	0	757	0	0	0	0
23	      0	0	0	1053	0	0	0	0
24	      0	0	0	971	0	0	0	0
25	      0	0	0	1031	0	0	0	0
26	      0	0	0	1044	0	0	0	0
27	      0	0	0	1014	0	0	0	0
28	      0	0	0	795	0	0	0	0
29	      0	0	0	1109	0	0	0	0
30	      0	0	0	1347	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    608	20.2667	0	26690	64	121	547	555

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1683194) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1683194) elapsed time (sec): 30.259279489517212
DEBUG    ya.test:process.py:263 Command (pid 1683194) wtime: 30.265
DEBUG    ya.test:process.py:275 Command (pid 1683194) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      1	1	0	10	127	127	127	127
6	      0	0	0	1123	0	0	0	0
7	      0	0	0	1841	0	0	0	0
8	      0	0	0	1680	0	0	0	0
9	      0	0	0	1451	0	0	0	0
10	      0	0	0	1632	0	0	0	0
11	      0	0	0	1776	0	0	0	0
12	      0	0	0	1157	0	0	0	0
13	      0	0	0	1374	0	0	0	0
14	      0	0	0	680	0	0	0	0
15	      0	0	0	1223	0	0	0	0
16	      0	0	0	1164	0	0	0	0
17	      0	0	0	1163	0	0	0	0
18	      0	0	0	826	0	0	0	0
19	      0	0	0	736	0	0	0	0
20	      0	0	0	1185	0	0	0	0
21	      0	0	0	922	0	0	0	0
22	      0	0	0	752	0	0	0	0
23	      0	0	0	899	0	0	0	0
24	      0	0	0	1087	0	0	0	0
25	      0	0	0	1239	0	0	0	0
26	      0	0	0	1251	0	0	0	0
27	      0	0	0	794	0	0	0	0
28	      0	0	0	787	0	0	0	0
29	      0	0	0	1347	0	0	0	0
30	      0	0	0	1340	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	29469	127	127	127	127

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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, 28a1344b-eb4e-4841-8a1c-1119b32051ca, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 28a1344b-eb4e-4841-8a1c-1119b32051ca, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 28a1344b-eb4e-4841-8a1c-1119b32051ca, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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, c010c724-9309-4ab8-940f-6f91225e33ce, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c010c724-9309-4ab8-940f-6f91225e33ce, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c010c724-9309-4ab8-940f-6f91225e33ce, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
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, d50b56ce-c05b-4859-a990-2485d8656b42, localhost:26249): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d50b56ce-c05b-4859-a990-2485d8656b42, localhost:26249): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d50b56ce-c05b-4859-a990-2485d8656b42, localhost:26249): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 26249 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-xdf3pi3ede.auto.internal:26249, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26249
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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:30708
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30708". 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)]
============================== slowest durations ===============================
338.77s call     test_log_scenario.py::TestLogScenario::test_log_uniform
22.11s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
15.98s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
4.45s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
4.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
3.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.49s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.27s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.33s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.31s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.28s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/i4s6/002310/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/i4s6/002310/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-21T16:12:07.845139Z): source_id=222;tablet_id=72075186224037983;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F65B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76A76D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E5AB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD55A7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A363
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A363
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27D13
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B6D7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC398
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E955
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
21. ??:0: ?? @ 0x7F12FC36AAC2
22. ??:0: ?? @ 0x7F12FC3FC8BF
============== 1 failed, 11 passed, 1 error in 417.07s (0:06:57) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/0025f8/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 116 items

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

============================== slowest durations ===============================
7.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
6.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
5.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 70.58s (0:01:10) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/0025f6/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 116 items

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

============================== slowest durations ===============================
7.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
6.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
3.13s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 66.14s (0:01:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/0025fd/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 116 items

test_overloads.py ........

============================== slowest durations ===============================
126.07s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
115.28s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
91.30s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
89.53s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
81.12s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
76.78s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
10.95s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
5.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 8 passed in 600.42s (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: ...er/.ya/build/build_root/i4s6/0025fd/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/i4s6/0025fd/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/i4s6/0025fd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/i4s6/0025fd', '--source-root', '/home/runner/.ya/build/build_root/i4s6/0025fd/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/i4s6/0025fd/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/10334327813/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 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/i4s6/0025fd/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/i4s6/0025fd/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/i4s6/0025fd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/i4s6/0025fd', '--source-root', '/home/runner/.ya/build/build_root/i4s6/0025fd/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/i4s6/0025fd/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/10334327813/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.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/002217/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 116 items

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

============================== slowest durations ===============================
3.79s setup    test_update.py::TestUpdate::test_incorrect
3.61s setup    test_select.py::TestSelect::test_incorrect
3.57s setup    test_replace.py::TestReplace::test_incorrect
0.86s call     test_replace.py::TestReplace::test_replace_total
0.78s call     test_select.py::TestSelect::test_json_query
0.74s call     test_update.py::TestUpdate::test_update_many_rows
0.71s call     test_replace.py::TestReplace::test_replace_rollback
0.60s call     test_update.py::TestUpdate::test_partial_update
0.57s call     test_replace.py::TestReplace::test_partial_replace
0.53s call     test_update.py::TestUpdate::test_update_pk
0.45s call     test_replace.py::TestReplace::test_replace_with_nulls
0.37s call     test_update.py::TestUpdate::test_incorrect
0.36s call     test_replace.py::TestReplace::test_incorrect
0.36s call     test_select.py::TestSelect::test_incorrect
0.01s setup    test_replace.py::TestReplace::test_partial_replace

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 18.27s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/i4s6/0025fb/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 116 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:41: in restart_cluster
    self.cluster.update_configurator_and_restart(self.config)
ydb/tests/library/harness/kikimr_runner.py:740: in update_configurator_and_restart
    node.stop()
ydb/tests/library/harness/kikimr_runner.py:279: in stop
    super(KiKiMRNode, self).stop()
ydb/tests/library/harness/daemon.py:194: in stop
    if not self.__check_can_launch_stop("stop"):
ydb/tests/library/harness/daemon.py:171: in __check_can_launch_stop
    raise DaemonError(
E   ydb.tests.library.harness.daemon.DaemonError: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = 1.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/stderr
E   Stderr content:
E   
E   Caught exception: ydb/core/driver_lib/run/kikimr_services_initializers.cpp:850: Failed to set up IC listener on port 31357 errno# 98 (Address already in use)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12790
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31355
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31356
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31356
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31357
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30561
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8594
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3614
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28540
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26770
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4638
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10861
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/kikimr_cluster_er1g9sn4
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28623
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13618
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7648
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19561
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_mtf05l7f.log --grpc-port=28623 --mon-port=13618 --ic-port=12790
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15552
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9593
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28323
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7562
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_8f5a55gk.log --grpc-port=15552 --mon-port=9593 --ic-port=31357
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7829
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8217
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19293
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18416
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_5jcqaph_.log --grpc-port=7829 --mon-port=8217 --ic-port=30561
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21320
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11889
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30831
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_wgvsc3wm.log --grpc-port=3299 --mon-port=21320 --ic-port=8594
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9554
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22802
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2506
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2507
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32651
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_rkgec55k.log --grpc-port=9554 --mon-port=22802 --ic-port=3614
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24008
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22300
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25500
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11023
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_eiq_yqtp.log --grpc-port=24008 --mon-port=22300 --ic-port=28540
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24206
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29382
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26453
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61084
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_5qpylidh.log --grpc-port=24206 --mon-port=29382 --ic-port=26770
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14793
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1848
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5550
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19872
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_9dwg5ft7.log --grpc-port=14793 --mon-port=1848 --ic-port=4638
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11032
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4087
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21241
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10226
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_47khhqr2.log --grpc-port=11032 --mon-port=4087 --ic-port=10861
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1y_19y8u5.data on node localhost:28623/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_mtf05l7f.log --grpc-port=28623 --mon-port=13618 --ic-port=12790
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_mtf05l7f.log', '--grpc-port=28623', '--mon-port=13618', '--ic-port=12790')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4161508
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28623/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4161514
DEBUG    ya.test:process.py:259 Command (pid 4161514) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4161514) elapsed time (sec): 0.43914055824279785
DEBUG    ya.test:process.py:263 Command (pid 4161514) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4161514) minflt: 16237
DEBUG    ya.test:process.py:263 Command (pid 4161514) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 4161514) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4161514) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 4161514) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4161514) stime: 0.210023
DEBUG    ya.test:process.py:263 Command (pid 4161514) utime: 0.134732
DEBUG    ya.test:process.py:263 Command (pid 4161514) wtime: 0.44
DEBUG    ya.test:process.py:275 Command (pid 4161514) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4161514) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1yo2af095.data on node localhost:15552/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_8f5a55gk.log --grpc-port=15552 --mon-port=9593 --ic-port=31357
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_8f5a55gk.log', '--grpc-port=15552', '--mon-port=9593', '--ic-port=31357')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4161828
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15552/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4161843
DEBUG    ya.test:process.py:259 Command (pid 4161843) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4161843) elapsed time (sec): 0.4640920162200928
DEBUG    ya.test:process.py:263 Command (pid 4161843) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) maxrss: 545508
DEBUG    ya.test:process.py:263 Command (pid 4161843) minflt: 16237
DEBUG    ya.test:process.py:263 Command (pid 4161843) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 4161843) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4161843) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 4161843) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4161843) stime: 0.255511
DEBUG    ya.test:process.py:263 Command (pid 4161843) utime: 0.12203499999999999
DEBUG    ya.test:process.py:263 Command (pid 4161843) wtime: 0.469
DEBUG    ya.test:process.py:275 Command (pid 4161843) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4161843) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1rb7j2tam.data on node localhost:7829/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_5jcqaph_.log --grpc-port=7829 --mon-port=8217 --ic-port=30561
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_5jcqaph_.log', '--grpc-port=7829', '--mon-port=8217', '--ic-port=30561')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4162205
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7829/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4162226
DEBUG    ya.test:process.py:259 Command (pid 4162226) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4162226) elapsed time (sec): 0.4500539302825928
DEBUG    ya.test:process.py:263 Command (pid 4162226) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4162226) minflt: 16236
DEBUG    ya.test:process.py:263 Command (pid 4162226) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 4162226) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4162226) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 4162226) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4162226) stime: 0.24928799999999998
DEBUG    ya.test:process.py:263 Command (pid 4162226) utime: 0.130579
DEBUG    ya.test:process.py:263 Command (pid 4162226) wtime: 0.451
DEBUG    ya.test:process.py:275 Command (pid 4162226) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4162226) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1pvkbvd21.data on node localhost:3299/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_wgvsc3wm.log --grpc-port=3299 --mon-port=21320 --ic-port=8594
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_wgvsc3wm.log', '--grpc-port=3299', '--mon-port=21320', '--ic-port=8594')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4162709
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3299/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4162742
DEBUG    ya.test:process.py:259 Command (pid 4162742) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4162742) elapsed time (sec): 0.521930456161499
DEBUG    ya.test:process.py:263 Command (pid 4162742) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4162742) minflt: 16239
DEBUG    ya.test:process.py:263 Command (pid 4162742) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 4162742) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4162742) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 4162742) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4162742) stime: 0.22924799999999998
DEBUG    ya.test:process.py:263 Command (pid 4162742) utime: 0.140766
DEBUG    ya.test:process.py:263 Command (pid 4162742) wtime: 0.523
DEBUG    ya.test:process.py:275 Command (pid 4162742) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4162742) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk12zv9t2cn.data on node localhost:9554/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_rkgec55k.log --grpc-port=9554 --mon-port=22802 --ic-port=3614
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_rkgec55k.log', '--grpc-port=9554', '--mon-port=22802', '--ic-port=3614')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4163356
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:9554/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4163378
DEBUG    ya.test:process.py:259 Command (pid 4163378) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4163378) elapsed time (sec): 0.39827966690063477
DEBUG    ya.test:process.py:263 Command (pid 4163378) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4163378) minflt: 16238
DEBUG    ya.test:process.py:263 Command (pid 4163378) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 4163378) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4163378) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 4163378) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4163378) stime: 0.213053
DEBUG    ya.test:process.py:263 Command (pid 4163378) utime: 0.093288
DEBUG    ya.test:process.py:263 Command (pid 4163378) wtime: 0.409
DEBUG    ya.test:process.py:275 Command (pid 4163378) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4163378) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1ql8gz85t.data on node localhost:24008/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_eiq_yqtp.log --grpc-port=24008 --mon-port=22300 --ic-port=28540
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_eiq_yqtp.log', '--grpc-port=24008', '--mon-port=22300', '--ic-port=28540')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4163991
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24008/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4164092
DEBUG    ya.test:process.py:259 Command (pid 4164092) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4164092) elapsed time (sec): 0.5754740238189697
DEBUG    ya.test:process.py:263 Command (pid 4164092) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4164092) minflt: 16236
DEBUG    ya.test:process.py:263 Command (pid 4164092) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 4164092) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4164092) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 4164092) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4164092) stime: 0.284885
DEBUG    ya.test:process.py:263 Command (pid 4164092) utime: 0.106357
DEBUG    ya.test:process.py:263 Command (pid 4164092) wtime: 0.577
DEBUG    ya.test:process.py:275 Command (pid 4164092) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4164092) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1xza4s3ej.data on node localhost:24206/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_5qpylidh.log --grpc-port=24206 --mon-port=29382 --ic-port=26770
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_5qpylidh.log', '--grpc-port=24206', '--mon-port=29382', '--ic-port=26770')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4164598
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24206/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4164600
DEBUG    ya.test:process.py:259 Command (pid 4164600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4164600) elapsed time (sec): 0.49390506744384766
DEBUG    ya.test:process.py:263 Command (pid 4164600) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4164600) minflt: 16238
DEBUG    ya.test:process.py:263 Command (pid 4164600) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 4164600) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4164600) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 4164600) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4164600) stime: 0.282278
DEBUG    ya.test:process.py:263 Command (pid 4164600) utime: 0.106846
DEBUG    ya.test:process.py:263 Command (pid 4164600) wtime: 0.495
DEBUG    ya.test:process.py:275 Command (pid 4164600) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4164600) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1bjawojf6.data on node localhost:14793/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_9dwg5ft7.log --grpc-port=14793 --mon-port=1848 --ic-port=4638
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_9dwg5ft7.log', '--grpc-port=14793', '--mon-port=1848', '--ic-port=4638')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4165299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14793/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4165309
DEBUG    ya.test:process.py:259 Command (pid 4165309) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4165309) elapsed time (sec): 0.5095529556274414
DEBUG    ya.test:process.py:263 Command (pid 4165309) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) maxrss: 545496
DEBUG    ya.test:process.py:263 Command (pid 4165309) minflt: 16237
DEBUG    ya.test:process.py:263 Command (pid 4165309) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) nivcsw: 70
DEBUG    ya.test:process.py:263 Command (pid 4165309) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4165309) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 4165309) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4165309) stime: 0.21581
DEBUG    ya.test:process.py:263 Command (pid 4165309) utime: 0.132037
DEBUG    ya.test:process.py:263 Command (pid 4165309) wtime: 0.517
DEBUG    ya.test:process.py:275 Command (pid 4165309) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4165309) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1th00bib8.data on node localhost:11032/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/i4s6/0025fb/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:274 Final command: /home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_47khhqr2.log --grpc-port=11032 --mon-port=4087 --ic-port=10861
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/i4s6/0025fb/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/i4s6/0025fb/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_47khhqr2.log', '--grpc-port=11032', '--mon-port=4087', '--ic-port=10861')' in '/home/runner/.ya/build/build_root/i4s6/0025fb/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: 4165793
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11032/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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4165803
DEBUG    ya.test:process.py:259 Command (pid 4165803) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4165803) elapsed time (sec): 0.5047831535339355
DEBUG    ya.test:process.py:263 Command (pid 4165803) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 4165803) minflt: 16236
DEBUG    ya.test:process.py:263 Command (pid 4165803) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) nivcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 4165803) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4165803) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 4165803) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4165803) stime: 0.289473
DEBUG    ya.test:process.py:263 Command (pid 4165803) utime: 0.10952999999999999
DEBUG    ya.test:process.py:263 Command (pid 4165803) wtime: 0.506
DEBUG    ya.test:process.py:275 Command (pid 4165803) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 4165803) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 9 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28623', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1y_19y8u5.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1yo2af095.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1rb7j2tam.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1pvkbvd21.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk12zv9t2cn.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1ql8gz85t.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1xza4s3ej.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1bjawojf6.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1th00bib8.data"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12790\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 31357\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30561\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8594\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3614\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28540\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26770\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4638\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 10861\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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28623', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1y_19y8u5.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1yo2af095.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1rb7j2tam.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1pvkbvd21.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk12zv9t2cn.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1ql8gz85t.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1xza4s3ej.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1bjawojf6.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/i4s6/0025fb/r3tmp/pdisk1th00bib8.data"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12790\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 31357\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30561\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8594\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3614\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28540\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26770\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4638\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 10861\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4170281
DEBUG    ya.test:process.py:259 Command (pid 4170281) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4170281) elapsed time (sec): 0.5109879970550537
DEBUG    ya.test:process.py:263 Command (pid 4170281) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) maxrss: 553760
DEBUG    ya.test:process.py:263 Command (pid 4170281) minflt: 18380
DEBUG    ya.test:process.py:263 Command (pid 4170281) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 4170281) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4170281) nvcsw: 102
DEBUG    ya.test:process.py:263 Command (pid 4170281) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4170281) stime: 0.25668399999999997
DEBUG    ya.test:process.py:263 Command (pid 4170281) utime: 0.147788
DEBUG    ya.test:process.py:263 Command (pid 4170281) wtime: 0.512
DEBUG    ya.test:process.py:275 Command (pid 4170281) 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: 11

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28623', '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/i4s6/0025fb/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28623', '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: 4170707
DEBUG    ya.test:process.py:259 Command (pid 4170707) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4170707) elapsed time (sec): 0.618541955947876
DEBUG    ya.test:process.py:263 Command (pid 4170707) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) maxrss: 553752
DEBUG    ya.test:process.py:263 Command (pid 4170707) minflt: 18378
DEBUG    ya.test:process.py:263 Command (pid 4170707) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 4170707) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4170707) nvcsw: 126
DEBUG    ya.test:process.py:263 Command (pid 4170707) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4170707) stime: 0.39730699999999997
DEBUG    ya.test:process.py:263 Command (pid 4170707) utime: 0.146016
DEBUG    ya.test:process.py:263 Command (pid 4170707) wtime: 0.62
DEBUG    ya.test:process.py:275 Command (pid 4170707) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 12

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 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, 112f6640-dc57-4867-a1e8-d6a47200dc8c, localhost:28623): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 112f6640-dc57-4867-a1e8-d6a47200dc8c, localhost:28623): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 112f6640-dc57-4867-a1e8-d6a47200dc8c, localhost:28623): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 28623 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-xdf3pi3ede.auto.internal" port: 9554 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-xdf3pi3ede.auto.internal" port: 3299 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-xdf3pi3ede.auto.internal" port: 24206 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-xdf3pi3ede.auto.internal" port: 24008 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-xdf3pi3ede.auto.internal" port: 7829 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-xdf3pi3ede.auto.internal" port: 11032 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-xdf3pi3ede.auto.internal" port: 14793 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-xdf3pi3ede.auto.internal:24206, location 1, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:3299, location 1, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:28623, location 1, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:9554, location 2, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:11032, location 3, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:14793, location 2, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:7829, location 3, ssl: False>, <Endpoint ghrun-xdf3pi3ede.auto.internal:24008, 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:447 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:549 Closing channel for endpoint localhost:28623
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:28623/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15552/2
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:28623/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15552/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7829/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:9554/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:14793/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:11032/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24206/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:3299/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24008/6
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10226
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21241
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4087
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11032
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19872
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5550
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1848
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14793
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61084
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26453
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29382
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24206
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25500
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22300
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24008
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32651
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2507
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22802
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9554
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30831
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11889
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21320
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3299
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18416
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19293
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8217
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7829
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7562
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28323
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9593
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15552
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7648
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13618
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28623
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10861
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26770
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28540
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3614
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8594
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31357
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12790
============================== slowest durations ===============================
59.14s call     zip_bomb.py::TestZipBomb::test
13.61s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
5.34s setup    test_update.py::TestUpdate::test_update_rollback
5.28s setup    test_upsert.py::TestUpsert::test_copy_full
3.98s setup    zip_bomb.py::TestZipBomb::test
3.03s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.73s call     test_update.py::TestUpdate::test_update_rollback
1.53s call     test_upsert.py::TestUpsert::test_copy_full
1.49s call     test_upsert.py::TestUpsert::test_count
1.37s call     test_upsert.py::TestUpsert::test_copy_partial
1.20s call     test_update.py::TestUpdate::test_update_single_column
1.00s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
0.89s call     test_upsert.py::TestUpsert::test_partial_update
0.86s call     test_update.py::TestUpdate::test_update_single_row
0.52s call     test_upsert.py::TestUpsert::test_incorrect
0.45s call     test_upsert.py::TestUpsert::test_insert_nulls
0.02s teardown test_upsert.py::TestUpsert::test_incorrect

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test - ydb.tests.library.harness.daemon.DaemonError: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = 1.
Stdout file name: 
/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/i4s6/0025fb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_2/stderr
Stderr content:

Caught exception: ydb/core/driver_lib/run/kikimr_services_initializers.cpp:850: Failed to set up IC listener on port 31357 errno# 98 (Address already in use)
=================== 1 failed, 10 passed in 115.18s (0:01:55) ===================
