============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001eff/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 107 items

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 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/iofl/001eff/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/iofl/001eff/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/iofl/001eff/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/iofl/001eff', '--source-root', '/home/runner/.ya/build/build_root/iofl/001eff/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/iofl/001eff/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10190826595/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001ee8/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 107 items

test_create.py ..
test_cs_many_updates.py drop table: 67.2 ms
create table: 784.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 60.3
    "min_ms": 40.9
    "median_ms": 62.4
    "max_ms": 87.6
    "stdev_ms": 13.7
select count(*) after initial inserts: 143.7 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 150.2
    "min_ms": 67.9
    "median_ms": 145.7
    "max_ms": 478.3
    "stdev_ms": 40.6
select count(*) after all modifications: 10829.0 ms
select all: 15727.7 ms
delete from table: 10582.6 ms
select all after delete: 11351.9 ms
.drop table: 109.2 ms
create table: 1451.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 59.6
    "min_ms": 30.9
    "median_ms": 54.8
    "max_ms": 92.7
    "stdev_ms": 17.8
select count(*) after initial inserts: 392.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 152.2
    "min_ms": 70.4
    "median_ms": 154.7
    "max_ms": 247.5
    "stdev_ms": 39.1
updates (step 1):
    "runs": 200
    "avg_ms": 457.0
    "min_ms": 168.3
    "median_ms": 432.6
    "max_ms": 1159.9
    "stdev_ms": 201.8
upserts (step 2):
    "runs": 200
    "avg_ms": 39.6
    "min_ms": 24.4
    "median_ms": 34.8
    "max_ms": 134.3
    "stdev_ms": 14.4
select count(*) after all modifications: 377.9 ms
select all: 405.5 ms
delete from table: 426.3 ms
select all after delete: 369.3 ms
.drop table: 41.2 ms
create table: 530.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.8
    "min_ms": 25.1
    "median_ms": 29.8
    "max_ms": 34.1
    "stdev_ms": 2.5
select count(*) after initial inserts: 99.9 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 123.4
    "min_ms": 79.0
    "median_ms": 119.9
    "max_ms": 232.2
    "stdev_ms": 21.1
select count(*) after all modifications: 309.8 ms
select all: 265.9 ms
delete from table: 297.1 ms
select all after delete: 201.5 ms
.drop table: 26.1 ms
create table: 418.5 ms
initial inserts:
    "runs": 15
    "avg_ms": 30.5
    "min_ms": 24.7
    "median_ms": 29.9
    "max_ms": 45.9
    "stdev_ms": 4.6
select count(*) after initial inserts: 100.7 ms
updates (step 0):
    "runs": 150
    "avg_ms": 97.9
    "min_ms": 81.6
    "median_ms": 97.0
    "max_ms": 116.3
    "stdev_ms": 7.2
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 61.8
    "min_ms": 54.4
    "median_ms": 61.3
    "max_ms": 74.7
    "stdev_ms": 3.6
select count(*) after all modifications: 299.7 ms
select all: 300.2 ms
delete from table: 340.8 ms
select all after delete: 272.5 ms
.drop table: 24.9 ms
create table: 383.3 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.5
    "min_ms": 22.7
    "median_ms": 29.7
    "max_ms": 31.0
    "stdev_ms": 1.8
select count(*) after initial inserts: 85.0 ms
updates (step 0):
    "runs": 200
    "avg_ms": 99.7
    "min_ms": 82.4
    "median_ms": 98.6
    "max_ms": 143.2
    "stdev_ms": 9.1
upserts (step 1):
    "runs": 200
    "avg_ms": 24.6
    "min_ms": 20.6
    "median_ms": 24.6
    "max_ms": 32.9
    "stdev_ms": 1.8
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 78.5
    "min_ms": 67.3
    "median_ms": 78.1
    "max_ms": 92.8
    "stdev_ms": 4.1
select count(*) after all modifications: 509.9 ms
select all: 531.3 ms
delete from table: 497.8 ms
select all after delete: 485.2 ms
.drop table: 31.2 ms
create table: 360.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.8
    "min_ms": 27.2
    "median_ms": 29.7
    "max_ms": 32.2
    "stdev_ms": 1.4
select count(*) after initial inserts: 92.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 24.1
    "min_ms": 18.2
    "median_ms": 23.7
    "max_ms": 56.8
    "stdev_ms": 3.1
select count(*) after all modifications: 345.7 ms
select all: 226.7 ms
delete from table: 271.1 ms
select all after delete: 197.6 ms
.Generated operation sequence:
  0. BULK_UPSERT: 8 operations
  1. UPSERT: 11 operations
  2. BULK_UPSERT: 13 operations
  3. UPDATE: 14 operations
  4. UPSERT: 2 operations
  5. UPDATE: 18 operations
  6. UPSERT: 13 operations
  7. UPDATE: 10 operations
  8. BULK_UPSERT: 16 operations
  9. UPDATE: 3 operations
drop table: 27.8 ms
create table: 436.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.2
    "min_ms": 20.2
    "median_ms": 29.9
    "max_ms": 48.8
    "stdev_ms": 9.2
select count(*) after initial inserts: 99.7 ms
bulk_upserts (step 0):
    "runs": 8
    "avg_ms": 47.1
    "min_ms": 42.8
    "median_ms": 46.4
    "max_ms": 60.3
    "stdev_ms": 5.6
upserts (step 1):
    "runs": 110
    "avg_ms": 23.1
    "min_ms": 19.3
    "median_ms": 23.0
    "max_ms": 28.8
    "stdev_ms": 1.7
bulk_upserts (step 2):
    "runs": 13
    "avg_ms": 48.1
    "min_ms": 44.7
    "median_ms": 48.1
    "max_ms": 50.5
    "stdev_ms": 1.7
updates (step 3):
    "runs": 140
    "avg_ms": 101.6
    "min_ms": 83.9
    "median_ms": 99.9
    "max_ms": 123.3
    "stdev_ms": 7.6
upserts (step 4):
    "runs": 20
    "avg_ms": 26.0
    "min_ms": 22.9
    "median_ms": 26.0
    "max_ms": 30.8
    "stdev_ms": 2.0
updates (step 5):
    "runs": 180
    "avg_ms": 105.8
    "min_ms": 89.9
    "median_ms": 105.9
    "max_ms": 138.1
    "stdev_ms": 8.5
upserts (step 6):
    "runs": 130
    "avg_ms": 26.7
    "min_ms": 21.5
    "median_ms": 26.6
    "max_ms": 45.7
    "stdev_ms": 2.4
updates (step 7):
    "runs": 100
    "avg_ms": 140.4
    "min_ms": 118.7
    "median_ms": 140.5
    "max_ms": 165.3
    "stdev_ms": 10.3
bulk_upserts (step 8):
    "runs": 16
    "avg_ms": 52.6
    "min_ms": 48.8
    "median_ms": 52.3
    "max_ms": 56.3
    "stdev_ms": 2.4
updates (step 9):
    "runs": 30
    "avg_ms": 160.3
    "min_ms": 140.3
    "median_ms": 161.2
    "max_ms": 220.1
    "stdev_ms": 16.4
select count(*) after all modifications: 254.9 ms
select all: 286.9 ms
delete from table: 325.1 ms
select all after delete: 237.6 ms
.
test_delete.py ..

============================== slowest durations ===============================
125.45s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
125.24s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
118.69s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
62.49s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
35.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
25.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
23.09s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
12.55s setup    test_create.py::TestCreate::test_create_strings_opt
9.57s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.72s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.53s call     test_create.py::TestCreate::test_create_strings_opt
0.89s call     test_delete.py::TestDelete::test_delete_rollback
0.52s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.06s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported
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[update_upsert_bulk_upsert]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 552.90s (0:09:12) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001f03/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 107 items

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

============================== slowest durations ===============================
11.10s setup    test_delete.py::TestDelete::test_delete_where[True-0]
3.40s call     test_delete.py::TestDelete::test_delete_where[True-0]
2.25s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
2.23s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
2.12s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
2.09s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
2.01s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.86s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.85s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.68s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.68s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
1.48s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 36.25s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001ef6/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 107 items

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

============================== slowest durations ===============================
42.53s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
40.38s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
11.23s setup    test_delete.py::TestDelete::test_incorrect
9.70s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
9.69s setup    test_insert.py::TestInsertStatement::test_bulk
7.20s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
3.43s call     test_insert.py::TestInsertStatement::test_copy_full
3.01s call     test_insert.py::TestInsertStatement::test_copy_partial
1.84s call     test_insert.py::TestInsertStatement::test_insert_rollback
1.61s call     test_insert.py::TestInsertStatement::test_plain
1.24s call     test_insert.py::TestInsertStatement::test_bulk
1.10s call     test_insert.py::TestInsertStatement::test_duplicate
1.07s call     test_insert.py::TestInsertStatement::test_out_of_range
1.05s call     test_insert.py::TestInsertStatement::test_incorrect
0.87s call     test_delete.py::TestDelete::test_incorrect
0.03s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.03s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_copy_full
0.01s setup    test_insert.py::TestInsertStatement::test_duplicate

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 138.65s (0:02:18) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001efd/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 107 items

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:694: 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/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/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-11T15:38:06.197508Z): source_id=135;tablet_id=72075186224037890;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 @ 0xA7928E5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78AE26
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB618C78
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD91133B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE63C8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE611F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD8EC94D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1411564B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14D55257
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14CACC53
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14CACC53
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14CA9A73
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14CB0527
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14132EC8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CB661E5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C3ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB609724
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60D7E4
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60D3F0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60DFDE
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79453C
E   21. ??:0: ?? @ 0x7F04D522AAC2
E   22. ??:0: ?? @ 0x7F04D52BC8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 842203
DEBUG    ya.test:process.py:259 Command (pid 842203) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 842203) elapsed time (sec): 1.3922083377838135
DEBUG    ya.test:process.py:263 Command (pid 842203) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) maxrss: 541144
DEBUG    ya.test:process.py:263 Command (pid 842203) minflt: 16166
DEBUG    ya.test:process.py:263 Command (pid 842203) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) nivcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 842203) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 842203) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 842203) stime: 0.219831
DEBUG    ya.test:process.py:263 Command (pid 842203) utime: 0.137841
DEBUG    ya.test:process.py:263 Command (pid 842203) wtime: 1.417
DEBUG    ya.test:process.py:275 Command (pid 842203) output:
Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3ynj4chmly
    Host information: 
        Linux ghrun-3ynj4chmly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3ynj4chmly
    Host information: 
        Linux ghrun-3ynj4chmly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30448
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/iofl/001efd/r3tmp/kikimr_cluster_aq8rfaq_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21594
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22301
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10292
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27665
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/iofl/001efd/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/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cdt899a7.log --grpc-port=21594 --mon-port=22301 --ic-port=30448
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21594/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/iofl/001efd/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/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cdt899a7.log --grpc-port=21594 --mon-port=22301 --ic-port=30448
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cdt899a7.log', '--grpc-port=21594', '--mon-port=22301', '--ic-port=30448')' in '/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 843046
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:21594/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 843057
DEBUG    ya.test:process.py:259 Command (pid 843057) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 843057) elapsed time (sec): 1.1380527019500732
DEBUG    ya.test:process.py:263 Command (pid 843057) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) maxrss: 541152
DEBUG    ya.test:process.py:263 Command (pid 843057) minflt: 16166
DEBUG    ya.test:process.py:263 Command (pid 843057) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) nivcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 843057) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 843057) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 843057) stime: 0.245826
DEBUG    ya.test:process.py:263 Command (pid 843057) utime: 0.115349
DEBUG    ya.test:process.py:263 Command (pid 843057) wtime: 1.142
DEBUG    ya.test:process.py:275 Command (pid 843057) output:
Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3ynj4chmly
    Host information: 
        Linux ghrun-3ynj4chmly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30448\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30448\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 846149
DEBUG    ya.test:process.py:259 Command (pid 846149) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 846149) elapsed time (sec): 1.4855921268463135
DEBUG    ya.test:process.py:263 Command (pid 846149) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) maxrss: 549388
DEBUG    ya.test:process.py:263 Command (pid 846149) minflt: 18309
DEBUG    ya.test:process.py:263 Command (pid 846149) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) nivcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 846149) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) nvcsw: 75
DEBUG    ya.test:process.py:263 Command (pid 846149) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 846149) stime: 0.250789
DEBUG    ya.test:process.py:263 Command (pid 846149) utime: 0.142166
DEBUG    ya.test:process.py:263 Command (pid 846149) wtime: 1.502
DEBUG    ya.test:process.py:275 Command (pid 846149) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 847014
DEBUG    ya.test:process.py:259 Command (pid 847014) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 847014) elapsed time (sec): 1.4555776119232178
DEBUG    ya.test:process.py:263 Command (pid 847014) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) maxrss: 549404
DEBUG    ya.test:process.py:263 Command (pid 847014) minflt: 18310
DEBUG    ya.test:process.py:263 Command (pid 847014) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) nivcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 847014) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) nvcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 847014) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 847014) stime: 0.29325399999999996
DEBUG    ya.test:process.py:263 Command (pid 847014) utime: 0.12371499999999999
DEBUG    ya.test:process.py:263 Command (pid 847014) wtime: 1.477
DEBUG    ya.test:process.py:275 Command (pid 847014) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 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, 208c8674-2205-4f5e-8dda-87f96e31df1b, localhost:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 208c8674-2205-4f5e-8dda-87f96e31df1b, localhost:21594): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 208c8674-2205-4f5e-8dda-87f96e31df1b, localhost:21594): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3ynj4chmly.auto.internal" port: 21594 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-3ynj4chmly.auto.internal:21594, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21594
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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/iofl/001efd/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -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
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 847920
DEBUG    ya.test:process.py:259 Command (pid 847920) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 847920) elapsed time (sec): 1.0266706943511963
DEBUG    ya.test:process.py:263 Command (pid 847920) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) maxrss: 172736
DEBUG    ya.test:process.py:263 Command (pid 847920) minflt: 3542
DEBUG    ya.test:process.py:263 Command (pid 847920) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) nivcsw: 54
DEBUG    ya.test:process.py:263 Command (pid 847920) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 847920) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 847920) stime: 0.030876999999999998
DEBUG    ya.test:process.py:263 Command (pid 847920) utime: 0.049449
DEBUG    ya.test:process.py:263 Command (pid 847920) wtime: 1.04
DEBUG    ya.test:process.py:275 Command (pid 847920) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 847920) 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/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -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.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-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: 848238
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 848238) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 848238) elapsed time (sec): 30.43954634666443
DEBUG    ya.test:process.py:263 Command (pid 848238) wtime: 30.459
DEBUG    ya.test:process.py:275 Command (pid 848238) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    159	159	0	0	55	101	104	112
2	    206	206	0	0	46	66	71	88
3	    186	186	0	0	51	76	88	93
4	    132	132	0	0	75	107	119	119
5	    181	181	0	0	53	80	86	101
6	    115	115	0	0	84	109	120	124
7	    156	156	0	0	63	96	101	109
8	    142	142	0	0	67	100	113	118
9	    116	116	0	0	84	114	120	129
10	    201	201	0	0	47	80	94	102
11	    199	199	0	0	45	76	87	88
12	    166	166	0	0	60	79	84	84
13	    179	179	0	0	53	92	98	103
14	    199	199	0	0	48	79	97	105
15	    183	183	0	0	49	77	83	85
16	    216	216	0	0	43	78	88	90
17	    132	132	0	0	78	113	123	126
18	    155	155	0	0	65	92	101	109
19	    131	131	0	0	80	109	121	122
20	    126	126	0	0	85	116	123	124
21	    160	160	0	0	58	98	110	119
22	    208	208	0	0	40	99	118	123
23	    145	145	0	0	70	100	114	119
24	    154	154	0	0	60	111	158	174
25	    178	178	0	0	52	88	96	98
26	    122	122	0	0	78	112	139	143
27	    201	201	0	0	48	76	82	85
28	    196	196	0	0	49	67	73	83
29	    220	220	0	0	45	67	75	79
30	    167	167	0	0	56	113	128	142

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   5031	167.7	0	0	55	99	116	174

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ba8fdc18-f807-4cfd-842b-4847fbfed366, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ba8fdc18-f807-4cfd-842b-4847fbfed366, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ba8fdc18-f807-4cfd-842b-4847fbfed366, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b0d71045-765a-49a0-949e-8826a48a0f9d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b0d71045-765a-49a0-949e-8826a48a0f9d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, b0d71045-765a-49a0-949e-8826a48a0f9d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 4962 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ddca95d5-0aac-413b-a128-d799f676ef5d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ddca95d5-0aac-413b-a128-d799f676ef5d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, ddca95d5-0aac-413b-a128-d799f676ef5d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 47fa5629-599e-40ec-a16a-42f50d4f05b3, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 47fa5629-599e-40ec-a16a-42f50d4f05b3, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, 47fa5629-599e-40ec-a16a-42f50d4f05b3, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
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/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-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: 864040
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -d /Root workload log --path log run insert --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.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-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:628 Command pid: 864053
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -d /Root workload log --path log run 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.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 864081
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a0f5f132-1049-45f8-bce2-d32cfbe7736c, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a0f5f132-1049-45f8-bce2-d32cfbe7736c, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a0f5f132-1049-45f8-bce2-d32cfbe7736c, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==" 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, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ce0c94dc-6363-4cbe-bbcb-3d0b1b770db9, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ce0c94dc-6363-4cbe-bbcb-3d0b1b770db9, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ce0c94dc-6363-4cbe-bbcb-3d0b1b770db9, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=" 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, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4801ec91-5eae-4a49-a106-d88c1fd47367, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4801ec91-5eae-4a49-a106-d88c1fd47367, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4801ec91-5eae-4a49-a106-d88c1fd47367, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=" 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, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 303fb7d5-3491-4203-946f-3d3a4541705d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 303fb7d5-3491-4203-946f-3d3a4541705d, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 303fb7d5-3491-4203-946f-3d3a4541705d, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=" 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, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c435428b-43b1-4764-8d7b-8b4ebad0cb92, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c435428b-43b1-4764-8d7b-8b4ebad0cb92, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c435428b-43b1-4764-8d7b-8b4ebad0cb92, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==" 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, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cc805b18-cf69-49a6-ad23-9949a7baaaa3, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cc805b18-cf69-49a6-ad23-9949a7baaaa3, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cc805b18-cf69-49a6-ad23-9949a7baaaa3, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=" 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, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, caa35904-ed64-4bb7-8710-7412b7014f0d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, caa35904-ed64-4bb7-8710-7412b7014f0d, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, caa35904-ed64-4bb7-8710-7412b7014f0d, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=" 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, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bfc8307b-c520-4044-a051-33445b36559e, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bfc8307b-c520-4044-a051-33445b36559e, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bfc8307b-c520-4044-a051-33445b36559e, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2" 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, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f4baf5cd-170c-4294-a0da-9aad92ac4eba, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f4baf5cd-170c-4294-a0da-9aad92ac4eba, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f4baf5cd-170c-4294-a0da-9aad92ac4eba, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=" 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, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395490593+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
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:78 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395638684+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395706592+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395503158+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395612747+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395438317+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395574919+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395520159+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395650855+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395666439+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395601035+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395549129+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395477181+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395532104+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395560652+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395694177+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395625115+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
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:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395326255+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.39568243+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395588641+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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    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 864040) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 864040) elapsed time (sec): 30.321953773498535
DEBUG    ya.test:process.py:263 Command (pid 864040) wtime: 30.337
DEBUG    ya.test:process.py:275 Command (pid 864040) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     16	16	0	0	287	699	779	779
2	      5	5	0	0	903	1415	1415	1415
3	      1	1	0	0	1911	1911	1911	1911
4	     29	29	0	0	331	2351	2351	2351
5	     41	41	0	0	232	351	393	393
6	     46	46	0	0	199	269	277	277
7	     40	40	0	0	242	295	299	299
8	     33	33	0	0	277	317	335	335
9	      0	0	0	0	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	573	0	0	0	0
12	      0	0	0	803	0	0	0	0
13	      0	0	0	816	0	0	0	0
14	      0	0	0	770	0	0	0	0
15	      0	0	0	700	0	0	0	0
16	      0	0	0	675	0	0	0	0
17	      0	0	0	800	0	0	0	0
18	      0	0	0	850	0	0	0	0
19	      0	0	0	800	0	0	0	0
20	      0	0	0	780	0	0	0	0
21	      0	0	0	760	0	0	0	0
22	      0	0	0	717	0	0	0	0
23	      0	0	0	680	0	0	0	0
24	      0	0	0	780	0	0	0	0
25	      0	0	0	820	0	0	0	0
26	      0	0	0	754	0	0	0	0
27	      0	0	0	749	0	0	0	0
28	      0	0	0	749	0	0	0	0
29	      0	0	0	810	0	0	0	0
30	      0	0	0	850	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    211	7.03333	0	15236	248	1255	2335	2351

DEBUG    ya.test:process.py:276 Command (pid 864040) 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 864053) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 864053) elapsed time (sec): 30.429131984710693
DEBUG    ya.test:process.py:263 Command (pid 864053) wtime: 30.45
DEBUG    ya.test:process.py:275 Command (pid 864053) 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	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	0	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	818	0	0	0	0
12	      0	0	0	810	0	0	0	0
13	      0	0	0	759	0	0	0	0
14	      0	0	0	841	0	0	0	0
15	      0	0	0	760	0	0	0	0
16	      0	0	0	660	0	0	0	0
17	      0	0	0	700	0	0	0	0
18	      0	0	0	840	0	0	0	0
19	      0	0	0	840	0	0	0	0
20	      0	0	0	810	0	0	0	0
21	      0	0	0	778	0	0	0	0
22	      0	0	0	759	0	0	0	0
23	      0	0	0	800	0	0	0	0
24	      0	0	0	769	0	0	0	0
25	      0	0	0	860	0	0	0	0
26	      0	0	0	871	0	0	0	0
27	      0	0	0	960	0	0	0	0
28	      0	0	0	890	0	0	0	0
29	      0	0	0	840	0	0	0	0
30	      0	0	0	840	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	16275	0	0	0	0

DEBUG    ya.test:process.py:276 Command (pid 864053) 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 864081) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 864081) elapsed time (sec): 30.510842084884644
DEBUG    ya.test:process.py:263 Command (pid 864081) wtime: 30.521
DEBUG    ya.test:process.py:275 Command (pid 864081) 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	     27	27	0	0	387	1015	1039	1039
5	     37	37	0	0	295	377	411	411
6	     36	36	0	0	261	323	355	355
7	     35	35	0	0	285	339	355	355
8	     19	19	0	0	313	409	413	413
9	      0	0	0	10	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	786	0	0	0	0
12	      0	0	0	790	0	0	0	0
13	      0	0	0	770	0	0	0	0
14	      0	0	0	790	0	0	0	0
15	      0	0	0	740	0	0	0	0
16	      0	0	0	780	0	0	0	0
17	      0	0	0	710	0	0	0	0
18	      0	0	0	830	0	0	0	0
19	      0	0	0	830	0	0	0	0
20	      0	0	0	820	0	0	0	0
21	      0	0	0	810	0	0	0	0
22	      0	0	0	730	0	0	0	0
23	      0	0	0	758	0	0	0	0
24	      0	0	0	803	0	0	0	0
25	      0	0	0	870	0	0	0	0
26	      0	0	0	997	0	0	0	0
27	      0	0	0	840	0	0	0	0
28	      0	0	0	975	0	0	0	0
29	      0	0	0	1370	0	0	0	0
30	      0	0	0	919	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    154	5.13333	0	16948	289	987	1007	1039

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21594
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:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-3ynj4chmly'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/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.843046' in '/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_cdt899a7.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:273 Stopped node localhost:21594/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27665
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10292
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22301
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21594
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30448
=================================== 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 842203
DEBUG    ya.test:process.py:259 Command (pid 842203) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 842203) elapsed time (sec): 1.3922083377838135
DEBUG    ya.test:process.py:263 Command (pid 842203) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) maxrss: 541144
DEBUG    ya.test:process.py:263 Command (pid 842203) minflt: 16166
DEBUG    ya.test:process.py:263 Command (pid 842203) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) nivcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 842203) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 842203) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 842203) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 842203) stime: 0.219831
DEBUG    ya.test:process.py:263 Command (pid 842203) utime: 0.137841
DEBUG    ya.test:process.py:263 Command (pid 842203) wtime: 1.417
DEBUG    ya.test:process.py:275 Command (pid 842203) output:
Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3ynj4chmly
    Host information: 
        Linux ghrun-3ynj4chmly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3ynj4chmly
    Host information: 
        Linux ghrun-3ynj4chmly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30448
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/iofl/001efd/r3tmp/kikimr_cluster_aq8rfaq_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21594
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22301
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10292
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27665
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/iofl/001efd/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/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cdt899a7.log --grpc-port=21594 --mon-port=22301 --ic-port=30448
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21594/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/iofl/001efd/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/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cdt899a7.log --grpc-port=21594 --mon-port=22301 --ic-port=30448
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cdt899a7.log', '--grpc-port=21594', '--mon-port=22301', '--ic-port=30448')' in '/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 843046
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:21594/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 843057
DEBUG    ya.test:process.py:259 Command (pid 843057) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 843057) elapsed time (sec): 1.1380527019500732
DEBUG    ya.test:process.py:263 Command (pid 843057) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) maxrss: 541152
DEBUG    ya.test:process.py:263 Command (pid 843057) minflt: 16166
DEBUG    ya.test:process.py:263 Command (pid 843057) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) nivcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 843057) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 843057) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 843057) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 843057) stime: 0.245826
DEBUG    ya.test:process.py:263 Command (pid 843057) utime: 0.115349
DEBUG    ya.test:process.py:263 Command (pid 843057) wtime: 1.142
DEBUG    ya.test:process.py:275 Command (pid 843057) output:
Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3ynj4chmly
    Host information: 
        Linux ghrun-3ynj4chmly 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: b1fe97d9d8127d8f2b1d0c3f6dfd6bba81272e1b
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 50d8af9ebc780945b43536873ee711ed2559af4b into c6a8dfb1a22b05b4afbbf1cd50c1ca5a0dcd4305
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30448\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30448\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 846149
DEBUG    ya.test:process.py:259 Command (pid 846149) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 846149) elapsed time (sec): 1.4855921268463135
DEBUG    ya.test:process.py:263 Command (pid 846149) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) maxrss: 549388
DEBUG    ya.test:process.py:263 Command (pid 846149) minflt: 18309
DEBUG    ya.test:process.py:263 Command (pid 846149) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) nivcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 846149) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 846149) nvcsw: 75
DEBUG    ya.test:process.py:263 Command (pid 846149) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 846149) stime: 0.250789
DEBUG    ya.test:process.py:263 Command (pid 846149) utime: 0.142166
DEBUG    ya.test:process.py:263 Command (pid 846149) wtime: 1.502
DEBUG    ya.test:process.py:275 Command (pid 846149) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21594', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 847014
DEBUG    ya.test:process.py:259 Command (pid 847014) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 847014) elapsed time (sec): 1.4555776119232178
DEBUG    ya.test:process.py:263 Command (pid 847014) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) maxrss: 549404
DEBUG    ya.test:process.py:263 Command (pid 847014) minflt: 18310
DEBUG    ya.test:process.py:263 Command (pid 847014) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) nivcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 847014) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 847014) nvcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 847014) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 847014) stime: 0.29325399999999996
DEBUG    ya.test:process.py:263 Command (pid 847014) utime: 0.12371499999999999
DEBUG    ya.test:process.py:263 Command (pid 847014) wtime: 1.477
DEBUG    ya.test:process.py:275 Command (pid 847014) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 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, 208c8674-2205-4f5e-8dda-87f96e31df1b, localhost:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 208c8674-2205-4f5e-8dda-87f96e31df1b, localhost:21594): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 208c8674-2205-4f5e-8dda-87f96e31df1b, localhost:21594): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3ynj4chmly.auto.internal" port: 21594 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-3ynj4chmly.auto.internal:21594, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21594
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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/iofl/001efd/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -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
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 847920
DEBUG    ya.test:process.py:259 Command (pid 847920) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 847920) elapsed time (sec): 1.0266706943511963
DEBUG    ya.test:process.py:263 Command (pid 847920) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) maxrss: 172736
DEBUG    ya.test:process.py:263 Command (pid 847920) minflt: 3542
DEBUG    ya.test:process.py:263 Command (pid 847920) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) nivcsw: 54
DEBUG    ya.test:process.py:263 Command (pid 847920) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 847920) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 847920) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 847920) stime: 0.030876999999999998
DEBUG    ya.test:process.py:263 Command (pid 847920) utime: 0.049449
DEBUG    ya.test:process.py:263 Command (pid 847920) wtime: 1.04
DEBUG    ya.test:process.py:275 Command (pid 847920) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 847920) 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/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -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.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-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: 848238
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 848238) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 848238) elapsed time (sec): 30.43954634666443
DEBUG    ya.test:process.py:263 Command (pid 848238) wtime: 30.459
DEBUG    ya.test:process.py:275 Command (pid 848238) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    159	159	0	0	55	101	104	112
2	    206	206	0	0	46	66	71	88
3	    186	186	0	0	51	76	88	93
4	    132	132	0	0	75	107	119	119
5	    181	181	0	0	53	80	86	101
6	    115	115	0	0	84	109	120	124
7	    156	156	0	0	63	96	101	109
8	    142	142	0	0	67	100	113	118
9	    116	116	0	0	84	114	120	129
10	    201	201	0	0	47	80	94	102
11	    199	199	0	0	45	76	87	88
12	    166	166	0	0	60	79	84	84
13	    179	179	0	0	53	92	98	103
14	    199	199	0	0	48	79	97	105
15	    183	183	0	0	49	77	83	85
16	    216	216	0	0	43	78	88	90
17	    132	132	0	0	78	113	123	126
18	    155	155	0	0	65	92	101	109
19	    131	131	0	0	80	109	121	122
20	    126	126	0	0	85	116	123	124
21	    160	160	0	0	58	98	110	119
22	    208	208	0	0	40	99	118	123
23	    145	145	0	0	70	100	114	119
24	    154	154	0	0	60	111	158	174
25	    178	178	0	0	52	88	96	98
26	    122	122	0	0	78	112	139	143
27	    201	201	0	0	48	76	82	85
28	    196	196	0	0	49	67	73	83
29	    220	220	0	0	45	67	75	79
30	    167	167	0	0	56	113	128	142

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   5031	167.7	0	0	55	99	116	174

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ba8fdc18-f807-4cfd-842b-4847fbfed366, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ba8fdc18-f807-4cfd-842b-4847fbfed366, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ba8fdc18-f807-4cfd-842b-4847fbfed366, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b0d71045-765a-49a0-949e-8826a48a0f9d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b0d71045-765a-49a0-949e-8826a48a0f9d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, b0d71045-765a-49a0-949e-8826a48a0f9d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 4962 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ddca95d5-0aac-413b-a128-d799f676ef5d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ddca95d5-0aac-413b-a128-d799f676ef5d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, ddca95d5-0aac-413b-a128-d799f676ef5d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 47fa5629-599e-40ec-a16a-42f50d4f05b3, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 47fa5629-599e-40ec-a16a-42f50d4f05b3, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, 47fa5629-599e-40ec-a16a-42f50d4f05b3, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
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/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-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: 864040
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -d /Root workload log --path log run insert --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.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-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:628 Command pid: 864053
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb -e grpc://localhost:21594 -d /Root workload log --path log run 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.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/iofl/001efd/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21594', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 864081
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=" 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, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a0f5f132-1049-45f8-bce2-d32cfbe7736c, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a0f5f132-1049-45f8-bce2-d32cfbe7736c, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a0f5f132-1049-45f8-bce2-d32cfbe7736c, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==" 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, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ce0c94dc-6363-4cbe-bbcb-3d0b1b770db9, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ce0c94dc-6363-4cbe-bbcb-3d0b1b770db9, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ce0c94dc-6363-4cbe-bbcb-3d0b1b770db9, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YTQyMzdkMmQtMmQ2OTI4MGItNmRiYTdiYmYtNmE4NzdiZGE=" 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, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4801ec91-5eae-4a49-a106-d88c1fd47367, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4801ec91-5eae-4a49-a106-d88c1fd47367, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4801ec91-5eae-4a49-a106-d88c1fd47367, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=" 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, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 303fb7d5-3491-4203-946f-3d3a4541705d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 303fb7d5-3491-4203-946f-3d3a4541705d, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 303fb7d5-3491-4203-946f-3d3a4541705d, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=" 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, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c435428b-43b1-4764-8d7b-8b4ebad0cb92, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c435428b-43b1-4764-8d7b-8b4ebad0cb92, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c435428b-43b1-4764-8d7b-8b4ebad0cb92, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==" 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, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cc805b18-cf69-49a6-ad23-9949a7baaaa3, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cc805b18-cf69-49a6-ad23-9949a7baaaa3, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cc805b18-cf69-49a6-ad23-9949a7baaaa3, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OTIwZDUxMDctODU0Y2E1NmItZTE0NGNjMWMtMmYyOWI3YTg=" 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, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, caa35904-ed64-4bb7-8710-7412b7014f0d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, caa35904-ed64-4bb7-8710-7412b7014f0d, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, caa35904-ed64-4bb7-8710-7412b7014f0d, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=OGYyNWQyNGItYTg5ZDc5MjAtNzI0ODAzYjUtNWRmMzljZmQ=" 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, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bfc8307b-c520-4044-a051-33445b36559e, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bfc8307b-c520-4044-a051-33445b36559e, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bfc8307b-c520-4044-a051-33445b36559e, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ5OGU5LTQ0NjZmN2Y4LTE3Y2MzYjA5LWI3ODI1MDQ2" 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, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f4baf5cd-170c-4294-a0da-9aad92ac4eba, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f4baf5cd-170c-4294-a0da-9aad92ac4eba, ghrun-3ynj4chmly.auto.internal:21594): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f4baf5cd-170c-4294-a0da-9aad92ac4eba, ghrun-3ynj4chmly.auto.internal:21594): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): request = { session_id: "ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=" 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, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0281226f-9113-4350-83b0-a33494ded933, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395490593+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
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:78 RpcState(AttachSession, 06dae739-f116-4baf-8b48-132ab0f0ea8d, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395638684+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ef69ca09-d939-4881-9926-8683e35ccc71, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395706592+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTRiNzMxZjktYzVjMDNiMjEtZDg3M2ZhZTgtZTM2NjQwNTk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGRlMzk3MC1iOGQwOTYxYS1iMTAzYmE3OC1hMTNjM2FkZA==
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c241afbe-9a6b-4e88-86ef-d95ab52b6473, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395503158+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d01316c0-c587-4270-81cd-52882f0d435d, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395612747+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c5ae2006-2dc3-493b-846b-33d7c6ebb87a, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395438317+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4YzA1ZjctOWUyYTQ3OGUtNTlmN2E3YTItZGIwYzExZGQ=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6fc8e3c4-5b33-404d-9491-40fd20aa9917, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395574919+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmY2OGI4ODAtMjJhZWIzYTEtYTg2YzA0NzctNmVkM2I5OGM=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b544baf5-61d6-4876-9603-2aad3e003172, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395520159+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d1fcfcc9-5095-4a7d-b2ff-31806a0f355c, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395650855+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e32f0d61-6776-41dc-81ea-ba3d71200e4a, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395666439+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8b0e7103-7488-439b-aec7-938bc1c630e7, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395601035+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzUyOGQxOS05Zjk4NjQ1Zi03Y2Q1NmM2Yi0zZmNjMzIyZg==
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 581214e3-f567-4132-9ed5-baccc9688d3c, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395549129+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NmFiNWU4MTMtMjBkNDNkMzAtYzE2MWYyZTYtNjAxNDU5NGE=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e1ea71fa-7277-4510-920f-eb6b684b3f69, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395477181+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 134f97aa-74fa-4f2b-ba3d-d50c9c2415c1, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.395532104+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ef34ec70-3e2b-456c-8db3-e9a1691f6d48, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395560652+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8d583c74-d5e7-40c8-a215-92d9a3cf4411, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395694177+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7bafc779-8a16-4da8-9935-66006d923688, ghrun-3ynj4chmly.auto.internal:21594): 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-11T15:38:14.395625115+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
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:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 701e6514-51d8-465b-9cc6-4acb1926fcca, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395326255+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, be562f86-c160-4e02-8412-7e59a0c2fba7, ghrun-3ynj4chmly.auto.internal:21594): 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:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-11T15:38:14.39568243+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 31c145f9-378a-4583-a857-b7103b5593c1, ghrun-3ynj4chmly.auto.internal:21594): 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:21594 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-11T15:38:14.395588641+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3ynj4chmly.auto.internal:21594
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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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    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 864040) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 864040) elapsed time (sec): 30.321953773498535
DEBUG    ya.test:process.py:263 Command (pid 864040) wtime: 30.337
DEBUG    ya.test:process.py:275 Command (pid 864040) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     16	16	0	0	287	699	779	779
2	      5	5	0	0	903	1415	1415	1415
3	      1	1	0	0	1911	1911	1911	1911
4	     29	29	0	0	331	2351	2351	2351
5	     41	41	0	0	232	351	393	393
6	     46	46	0	0	199	269	277	277
7	     40	40	0	0	242	295	299	299
8	     33	33	0	0	277	317	335	335
9	      0	0	0	0	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	573	0	0	0	0
12	      0	0	0	803	0	0	0	0
13	      0	0	0	816	0	0	0	0
14	      0	0	0	770	0	0	0	0
15	      0	0	0	700	0	0	0	0
16	      0	0	0	675	0	0	0	0
17	      0	0	0	800	0	0	0	0
18	      0	0	0	850	0	0	0	0
19	      0	0	0	800	0	0	0	0
20	      0	0	0	780	0	0	0	0
21	      0	0	0	760	0	0	0	0
22	      0	0	0	717	0	0	0	0
23	      0	0	0	680	0	0	0	0
24	      0	0	0	780	0	0	0	0
25	      0	0	0	820	0	0	0	0
26	      0	0	0	754	0	0	0	0
27	      0	0	0	749	0	0	0	0
28	      0	0	0	749	0	0	0	0
29	      0	0	0	810	0	0	0	0
30	      0	0	0	850	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    211	7.03333	0	15236	248	1255	2335	2351

DEBUG    ya.test:process.py:276 Command (pid 864040) 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 864053) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 864053) elapsed time (sec): 30.429131984710693
DEBUG    ya.test:process.py:263 Command (pid 864053) wtime: 30.45
DEBUG    ya.test:process.py:275 Command (pid 864053) 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	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	0	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	818	0	0	0	0
12	      0	0	0	810	0	0	0	0
13	      0	0	0	759	0	0	0	0
14	      0	0	0	841	0	0	0	0
15	      0	0	0	760	0	0	0	0
16	      0	0	0	660	0	0	0	0
17	      0	0	0	700	0	0	0	0
18	      0	0	0	840	0	0	0	0
19	      0	0	0	840	0	0	0	0
20	      0	0	0	810	0	0	0	0
21	      0	0	0	778	0	0	0	0
22	      0	0	0	759	0	0	0	0
23	      0	0	0	800	0	0	0	0
24	      0	0	0	769	0	0	0	0
25	      0	0	0	860	0	0	0	0
26	      0	0	0	871	0	0	0	0
27	      0	0	0	960	0	0	0	0
28	      0	0	0	890	0	0	0	0
29	      0	0	0	840	0	0	0	0
30	      0	0	0	840	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	16275	0	0	0	0

DEBUG    ya.test:process.py:276 Command (pid 864053) 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 864081) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 864081) elapsed time (sec): 30.510842084884644
DEBUG    ya.test:process.py:263 Command (pid 864081) wtime: 30.521
DEBUG    ya.test:process.py:275 Command (pid 864081) 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	     27	27	0	0	387	1015	1039	1039
5	     37	37	0	0	295	377	411	411
6	     36	36	0	0	261	323	355	355
7	     35	35	0	0	285	339	355	355
8	     19	19	0	0	313	409	413	413
9	      0	0	0	10	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	786	0	0	0	0
12	      0	0	0	790	0	0	0	0
13	      0	0	0	770	0	0	0	0
14	      0	0	0	790	0	0	0	0
15	      0	0	0	740	0	0	0	0
16	      0	0	0	780	0	0	0	0
17	      0	0	0	710	0	0	0	0
18	      0	0	0	830	0	0	0	0
19	      0	0	0	830	0	0	0	0
20	      0	0	0	820	0	0	0	0
21	      0	0	0	810	0	0	0	0
22	      0	0	0	730	0	0	0	0
23	      0	0	0	758	0	0	0	0
24	      0	0	0	803	0	0	0	0
25	      0	0	0	870	0	0	0	0
26	      0	0	0	997	0	0	0	0
27	      0	0	0	840	0	0	0	0
28	      0	0	0	975	0	0	0	0
29	      0	0	0	1370	0	0	0	0
30	      0	0	0	919	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    154	5.13333	0	16948	289	987	1007	1039

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21594
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:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.connection:connection.py:549 Closing channel for endpoint localhost:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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:21594
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21594". 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.
============================== slowest durations ===============================
310.43s call     test_log_scenario.py::TestLogScenario::test_log_uniform
16.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
13.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
12.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
12.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
12.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
12.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
12.31s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
12.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
11.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
11.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
8.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
6.57s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.17s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.13s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]

(11 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/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/iofl/001efd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/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-11T15:38:06.197508Z): source_id=135;tablet_id=72075186224037890;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 @ 0xA7928E5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78AE26
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB618C78
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD91133B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE63C8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE611F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD8EC94D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1411564B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14D55257
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14CACC53
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14CACC53
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14CA9A73
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14CB0527
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14132EC8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CB661E5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C3ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB609724
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60D7E4
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60D3F0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60DFDE
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79453C
21. ??:0: ?? @ 0x7F04D522AAC2
22. ??:0: ?? @ 0x7F04D52BC8BF
============== 1 failed, 10 passed, 1 error in 463.08s (0:07:43) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001eea/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 107 items

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

============================== slowest durations ===============================
15.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
14.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
14.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
12.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
12.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
11.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
11.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
10.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
10.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
9.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
9.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-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-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 140.20s (0:02:20) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001f01/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 107 items

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

============================== slowest durations ===============================
105.07s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
16.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
15.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
14.88s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
14.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
12.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
11.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
11.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
10.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
10.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
10.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.13s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_reject_probability

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 243.30s (0:04:03) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001f30/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 107 items

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

============================== slowest durations ===============================
129.00s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
121.21s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
115.48s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
103.65s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
85.74s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
8.32s setup    test_replace.py::TestReplace::test_copy_full
7.18s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.82s call     test_replace.py::TestReplace::test_copy_partial
1.76s call     test_replace.py::TestReplace::test_copy_full
1.48s call     test_replace.py::TestReplace::test_count
0.59s call     test_replace.py::TestReplace::test_partial_replace
0.41s call     test_replace.py::TestReplace::test_incorrect
0.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 578.86s (0:09:38) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001f2f/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 107 items

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

============================== slowest durations ===============================
11.09s setup    test_replace.py::TestReplace::test_replace_rollback
9.41s setup    test_select.py::TestSelect::test_incorrect
8.62s setup    test_update.py::TestUpdate::test_incorrect
2.63s call     test_update.py::TestUpdate::test_update_many_rows
2.61s call     test_update.py::TestUpdate::test_update_rollback
2.43s call     test_replace.py::TestReplace::test_replace_total
2.21s call     test_replace.py::TestReplace::test_replace_rollback
2.19s call     test_select.py::TestSelect::test_json_query
2.18s call     test_update.py::TestUpdate::test_partial_update
1.48s call     test_replace.py::TestReplace::test_replace_with_nulls
1.44s call     test_select.py::TestSelect::test_incorrect
1.32s call     test_update.py::TestUpdate::test_update_pk
1.26s call     test_update.py::TestUpdate::test_incorrect
0.03s setup    test_select.py::TestSelect::test_json_query
0.01s setup    test_update.py::TestUpdate::test_update_rollback
0.01s setup    test_replace.py::TestReplace::test_replace_total

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 10 passed in 50.90s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/iofl/001efb/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 107 items

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

============================== slowest durations ===============================
468.89s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
21.65s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
14.41s setup    test_update.py::TestUpdate::test_update_single_column
10.62s setup    test_upsert.py::TestUpsert::test_copy_full
7.03s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
4.37s setup    zip_bomb.py::TestZipBomb::test
3.92s call     test_upsert.py::TestUpsert::test_copy_partial
3.87s call     test_upsert.py::TestUpsert::test_copy_full
3.22s call     test_upsert.py::TestUpsert::test_count
2.95s call     test_update.py::TestUpdate::test_update_single_row
2.85s call     test_upsert.py::TestUpsert::test_partial_update
2.59s call     test_update.py::TestUpdate::test_update_single_column
1.76s call     test_upsert.py::TestUpsert::test_insert_nulls
1.75s call     test_upsert.py::TestUpsert::test_incorrect
0.03s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.02s setup    test_update.py::TestUpdate::test_update_single_row
0.01s setup    test_upsert.py::TestUpsert::test_count

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

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/iofl/001efb/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/iofl/001efb/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/iofl/001efb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/iofl/001efb', '--source-root', '/home/runner/.ya/build/build_root/iofl/001efb/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/iofl/001efb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10190826595/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--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/iofl/001efb/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/iofl/001efb/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/iofl/001efb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/iofl/001efb', '--source-root', '/home/runner/.ya/build/build_root/iofl/001efb/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/iofl/001efb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10190826595/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--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",), {})
