============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/0018c6/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 56 items

data_read_correctness.py ..
order_by_with_limit.py ....

============================== slowest durations ===============================
301.20s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
129.51s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
69.22s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
31.61s call     order_by_with_limit.py::TestOrderBy::test_random
13.48s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
10.95s setup    data_read_correctness.py::TestDataReadCorrectness::test
4.69s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.35s call     data_read_correctness.py::TestDataReadCorrectness::test
0.25s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.23s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.12s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.05s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s teardown order_by_with_limit.py::TestOrderBy::test_random

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 562.69s (0:09:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/00185b/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 56 items

tablets_movement.py ..
test_cs_many_updates.py drop table: 24.4 ms
create table: 333.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.8
    "min_ms": 25.1
    "median_ms": 32.3
    "max_ms": 44.6
    "stdev_ms": 6.8
select count(*) after initial inserts: 149.8 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 74.1
    "min_ms": 47.3
    "median_ms": 69.3
    "max_ms": 158.1
    "stdev_ms": 18.8
select count(*) after all modifications: 4638.1 ms
select all: 4566.7 ms
delete from table: 5674.0 ms
select all after delete: 5740.2 ms
.drop table: 65.2 ms
create table: 732.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 71.1
    "min_ms": 47.7
    "median_ms": 61.1
    "max_ms": 153.9
    "stdev_ms": 32.2
select count(*) after initial inserts: 194.4 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 108.6
    "min_ms": 67.4
    "median_ms": 100.5
    "max_ms": 214.1
    "stdev_ms": 30.4
updates (step 1):
    "runs": 200
    "avg_ms": 254.5
    "min_ms": 175.5
    "median_ms": 248.1
    "max_ms": 428.2
    "stdev_ms": 45.4
upserts (step 2):
    "runs": 200
    "avg_ms": 47.2
    "min_ms": 24.7
    "median_ms": 43.8
    "max_ms": 103.6
    "stdev_ms": 15.6
select count(*) after all modifications: 527.2 ms
select all: 735.8 ms
delete from table: 708.1 ms
select all after delete: 603.0 ms
.drop table: 105.6 ms
create table: 663.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 50.7
    "min_ms": 32.0
    "median_ms": 45.6
    "max_ms": 79.8
    "stdev_ms": 15.6
select count(*) after initial inserts: 108.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 148.6
    "min_ms": 94.8
    "median_ms": 144.4
    "max_ms": 251.8
    "stdev_ms": 26.3
select count(*) after all modifications: 332.2 ms
select all: 298.1 ms
delete from table: 344.4 ms
select all after delete: 273.7 ms
.drop table: 35.8 ms
create table: 539.1 ms
initial inserts:
    "runs": 15
    "avg_ms": 32.7
    "min_ms": 28.4
    "median_ms": 31.1
    "max_ms": 40.3
    "stdev_ms": 3.5
select count(*) after initial inserts: 108.0 ms
updates (step 0):
    "runs": 150
    "avg_ms": 141.2
    "min_ms": 100.5
    "median_ms": 137.4
    "max_ms": 226.3
    "stdev_ms": 24.4
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 91.9
    "min_ms": 67.2
    "median_ms": 86.7
    "max_ms": 193.3
    "stdev_ms": 19.9
select count(*) after all modifications: 366.7 ms
select all: 338.5 ms
delete from table: 419.6 ms
select all after delete: 306.3 ms
.

============================== slowest durations ===============================
151.23s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
125.18s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
96.10s call     tablets_movement.py::TestTabletsMovement::test[ROW]
75.49s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
58.54s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
32.98s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
7.73s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
4.20s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.88s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.71s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
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 setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
======================== 6 passed in 557.18s (0:09:17) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/0018a7/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 56 items

test_cs_many_updates.py drop table: 120.2 ms
create table: 782.8 ms
initial inserts:
    "runs": 20
    "avg_ms": 84.1
    "min_ms": 26.8
    "median_ms": 93.6
    "max_ms": 127.1
    "stdev_ms": 28.9
select count(*) after initial inserts: 307.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 210.7
    "min_ms": 115.9
    "median_ms": 198.0
    "max_ms": 536.0
    "stdev_ms": 55.1
upserts (step 1):
    "runs": 200
    "avg_ms": 56.9
    "min_ms": 24.2
    "median_ms": 51.7
    "max_ms": 140.0
    "stdev_ms": 22.8
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 141.9
    "min_ms": 90.0
    "median_ms": 133.3
    "max_ms": 393.3
    "stdev_ms": 40.2
select count(*) after all modifications: 761.0 ms
select all: 776.0 ms
delete from table: 756.4 ms
select all after delete: 789.5 ms
.drop table: 129.1 ms
create table: 592.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 44.1
    "min_ms": 27.9
    "median_ms": 39.4
    "max_ms": 87.2
    "stdev_ms": 17.4
select count(*) after initial inserts: 198.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 41.1
    "min_ms": 21.2
    "median_ms": 37.9
    "max_ms": 115.1
    "stdev_ms": 12.4
select count(*) after all modifications: 489.9 ms
select all: 335.3 ms
delete from table: 454.6 ms
select all after delete: 291.7 ms
.Generated operation sequence:
  0. UPSERT: 2 operations
  1. UPSERT: 18 operations
  2. BULK_UPSERT: 16 operations
  3. UPSERT: 7 operations
  4. UPDATE: 15 operations
  5. UPDATE: 18 operations
  6. UPDATE: 13 operations
  7. BULK_UPSERT: 19 operations
  8. UPDATE: 9 operations
  9. BULK_UPSERT: 12 operations
drop table: 76.3 ms
create table: 547.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.0
    "min_ms": 27.5
    "median_ms": 33.9
    "max_ms": 49.1
    "stdev_ms": 6.7
select count(*) after initial inserts: 112.4 ms
upserts (step 0):
    "runs": 20
    "avg_ms": 41.5
    "min_ms": 27.3
    "median_ms": 37.1
    "max_ms": 87.9
    "stdev_ms": 13.7
upserts (step 1):
    "runs": 180
    "avg_ms": 41.3
    "min_ms": 23.8
    "median_ms": 38.6
    "max_ms": 97.8
    "stdev_ms": 11.4
bulk_upserts (step 2):
    "runs": 16
    "avg_ms": 71.8
    "min_ms": 52.2
    "median_ms": 66.6
    "max_ms": 112.3
    "stdev_ms": 14.6
upserts (step 3):
    "runs": 70
    "avg_ms": 42.3
    "min_ms": 28.0
    "median_ms": 39.7
    "max_ms": 87.6
    "stdev_ms": 12.4
updates (step 4):
    "runs": 150
    "avg_ms": 185.6
    "min_ms": 121.1
    "median_ms": 177.5
    "max_ms": 759.8
    "stdev_ms": 63.2
updates (step 5):
    "runs": 180
    "avg_ms": 189.9
    "min_ms": 140.9
    "median_ms": 185.6
    "max_ms": 290.0
    "stdev_ms": 29.5
updates (step 6):
    "runs": 130
    "avg_ms": 169.7
    "min_ms": 134.4
    "median_ms": 168.1
    "max_ms": 222.4
    "stdev_ms": 19.2
bulk_upserts (step 7):
    "runs": 19
    "avg_ms": 60.8
    "min_ms": 50.9
    "median_ms": 59.0
    "max_ms": 76.8
    "stdev_ms": 8.0
updates (step 8):
    "runs": 90
    "avg_ms": 191.5
    "min_ms": 152.3
    "median_ms": 184.1
    "max_ms": 277.0
    "stdev_ms": 28.1
bulk_upserts (step 9):
    "runs": 12
    "avg_ms": 81.3
    "min_ms": 59.4
    "median_ms": 77.9
    "max_ms": 120.1
    "stdev_ms": 19.4
select count(*) after all modifications: 513.6 ms
select all: 505.1 ms
delete from table: 722.2 ms
select all after delete: 594.4 ms
.
test_log_scenario.py ...

============================== slowest durations ===============================
119.28s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
98.24s call     test_log_scenario.py::TestLogScenario::test_log_uniform
73.70s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
63.26s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
44.74s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
44.04s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
13.32s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
12.12s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
7.08s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.55s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 481.43s (0:08:01) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/0018a6/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 56 items

test_overloads.py ......

============================== slowest durations ===============================
14.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
13.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
10.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
9.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
7.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
6.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 66.94s (0:01:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/00189b/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 56 items

test_overloads.py ......

============================== slowest durations ===============================
12.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
10.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
9.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
7.65s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
7.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
5.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
3.11s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 57.04s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/0018bc/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 56 items

test_overloads.py ......

============================== slowest durations ===============================
10.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
9.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
9.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
7.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
7.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
6.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.10s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
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-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 6 passed in 54.45s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/001872/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 56 items

test_overloads.py .....

============================== slowest durations ===============================
10.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
9.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
8.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
8.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
7.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 48.66s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/0018f5/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 56 items

test_overloads.py .....

============================== slowest durations ===============================
11.69s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
9.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
9.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
7.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
7.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.12s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 49.58s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/001890/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 56 items

test_overloads.py ....F

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

During handling of the above exception, another exception occurred:
ydb/tests/olap/test_overloads.py:173: in test_overloads_workload
    ydb_workload.bulk_upsert(seconds=wait_time, threads=10, rows=10, wait=True)
ydb/tests/olap/test_overloads.py:69: in bulk_upsert
    self._insert_rows(operation_name="bulk_upsert", seconds=seconds, threads=threads, rows=rows, wait=wait)
ydb/tests/olap/test_overloads.py:63: in _insert_rows
    self._call(command=command, wait=wait, timeout=2*seconds)
ydb/tests/olap/test_overloads.py:44: in _call
    yatest.common.execute(command=command, wait=wait, timeout=timeout, stderr=self.stderr, stdout=self.stdout)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:398: in wait
    raise ExecutionTimeoutError(self, str(e))
E   yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22669', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_overloads_workload[1000-1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_overloads.py::TestLogScenario, test_name: test_overloads_workload[1000-1])
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2098084
DEBUG    ya.test:process.py:259 Command (pid 2098084) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2098084) elapsed time (sec): 0.5062425136566162
DEBUG    ya.test:process.py:263 Command (pid 2098084) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) maxrss: 543516
DEBUG    ya.test:process.py:263 Command (pid 2098084) minflt: 16228
DEBUG    ya.test:process.py:263 Command (pid 2098084) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) nivcsw: 110
DEBUG    ya.test:process.py:263 Command (pid 2098084) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2098084) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2098084) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2098084) stime: 0.28012899999999996
DEBUG    ya.test:process.py:263 Command (pid 2098084) utime: 0.129999
DEBUG    ya.test:process.py:263 Command (pid 2098084) wtime: 0.507
DEBUG    ya.test:process.py:275 Command (pid 2098084) output:
Git info:
    Commit: f083c4c9516a35d8b603a8be4020356e69efd54d
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 1f773c92e158715bafab8d5973f16141b69005c9 into 0a4b372e9a8a425e639fbac3a488ea43dc915bc9

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-g55i4aqpbu
    Host information: 
        Linux ghrun-g55i4aqpbu 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 2098084) errors:

INFO     __tests__.test_overloads:test_overloads.py:92 Git info:
    Commit: f083c4c9516a35d8b603a8be4020356e69efd54d
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 1f773c92e158715bafab8d5973f16141b69005c9 into 0a4b372e9a8a425e639fbac3a488ea43dc915bc9

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-g55i4aqpbu
    Host information: 
        Linux ghrun-g55i4aqpbu 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15878
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/hhuq/001890/r3tmp/kikimr_cluster_4zq66h_9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22669
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3190
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3190
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3191
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3956
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27848
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/hhuq/001890/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/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1/logfile_7q84hbru.log --grpc-port=22669 --mon-port=3191 --ic-port=15878
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22669/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/hhuq/001890/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/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1/logfile_7q84hbru.log --grpc-port=22669 --mon-port=3191 --ic-port=15878
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1/logfile_7q84hbru.log', '--grpc-port=22669', '--mon-port=3191', '--ic-port=15878')' in '/home/runner/.ya/build/build_root/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2098330
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:22669/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2098331
DEBUG    ya.test:process.py:259 Command (pid 2098331) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2098331) elapsed time (sec): 0.5481963157653809
DEBUG    ya.test:process.py:263 Command (pid 2098331) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) maxrss: 543516
DEBUG    ya.test:process.py:263 Command (pid 2098331) minflt: 16233
DEBUG    ya.test:process.py:263 Command (pid 2098331) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) nivcsw: 96
DEBUG    ya.test:process.py:263 Command (pid 2098331) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2098331) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2098331) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2098331) stime: 0.275596
DEBUG    ya.test:process.py:263 Command (pid 2098331) utime: 0.129274
DEBUG    ya.test:process.py:263 Command (pid 2098331) wtime: 0.549
DEBUG    ya.test:process.py:275 Command (pid 2098331) output:
Git info:
    Commit: f083c4c9516a35d8b603a8be4020356e69efd54d
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 1f773c92e158715bafab8d5973f16141b69005c9 into 0a4b372e9a8a425e639fbac3a488ea43dc915bc9

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-g55i4aqpbu
    Host information: 
        Linux ghrun-g55i4aqpbu 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 2098331) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: f083c4c9516a35d8b603a8be4020356e69efd54d
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge 1f773c92e158715bafab8d5973f16141b69005c9 into 0a4b372e9a8a425e639fbac3a488ea43dc915bc9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22669', '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: 15878\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22669', '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: 15878\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2098806
DEBUG    ya.test:process.py:259 Command (pid 2098806) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2098806) elapsed time (sec): 0.6072187423706055
DEBUG    ya.test:process.py:263 Command (pid 2098806) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) maxrss: 551904
DEBUG    ya.test:process.py:263 Command (pid 2098806) minflt: 18370
DEBUG    ya.test:process.py:263 Command (pid 2098806) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) nivcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 2098806) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2098806) nvcsw: 101
DEBUG    ya.test:process.py:263 Command (pid 2098806) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2098806) stime: 0.328654
DEBUG    ya.test:process.py:263 Command (pid 2098806) utime: 0.134442
DEBUG    ya.test:process.py:263 Command (pid 2098806) wtime: 0.683
DEBUG    ya.test:process.py:275 Command (pid 2098806) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22669', '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.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:22669', '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: 2098890
DEBUG    ya.test:process.py:259 Command (pid 2098890) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2098890) elapsed time (sec): 0.5646488666534424
DEBUG    ya.test:process.py:263 Command (pid 2098890) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) maxrss: 551892
DEBUG    ya.test:process.py:263 Command (pid 2098890) minflt: 18369
DEBUG    ya.test:process.py:263 Command (pid 2098890) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) nivcsw: 94
DEBUG    ya.test:process.py:263 Command (pid 2098890) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2098890) nvcsw: 93
DEBUG    ya.test:process.py:263 Command (pid 2098890) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2098890) stime: 0.288254
DEBUG    ya.test:process.py:263 Command (pid 2098890) utime: 0.14610299999999998
DEBUG    ya.test:process.py:263 Command (pid 2098890) wtime: 0.571
DEBUG    ya.test:process.py:275 Command (pid 2098890) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, 6a7aae7a-3673-428d-a7d9-96007ca157a2, localhost:22669): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6a7aae7a-3673-428d-a7d9-96007ca157a2, localhost:22669): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6a7aae7a-3673-428d-a7d9-96007ca157a2, localhost:22669): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 22669 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-g55i4aqpbu.auto.internal:22669, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22669
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb
INFO     root:test_overloads.py:43 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb -e grpc://localhost:22669 -d /Root workload log --path log_1000_1 init --path log_1000_1 --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22669', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'init', '--path', 'log_1000_1', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2098965
DEBUG    ya.test:process.py:259 Command (pid 2098965) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2098965) elapsed time (sec): 0.6169352531433105
DEBUG    ya.test:process.py:263 Command (pid 2098965) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) maxrss: 182572
DEBUG    ya.test:process.py:263 Command (pid 2098965) minflt: 3485
DEBUG    ya.test:process.py:263 Command (pid 2098965) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 2098965) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2098965) nvcsw: 174
DEBUG    ya.test:process.py:263 Command (pid 2098965) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2098965) stime: 0.028446
DEBUG    ya.test:process.py:263 Command (pid 2098965) utime: 0.056893
DEBUG    ya.test:process.py:263 Command (pid 2098965) wtime: 0.622
DEBUG    ya.test:process.py:275 Command (pid 2098965) output:
None
DEBUG    ya.test:process.py:276 Command (pid 2098965) errors:

INFO     root:test_overloads.py:51 YdbWorkloadOverload bulk_upsert
INFO     root:test_overloads.py:43 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb -e grpc://localhost:22669 -d /Root workload log --path log_1000_1 run bulk_upsert --seconds 60 --threads 10 --rows 10 --quiet with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22669', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2099048
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, 02988a4f-5c78-48d4-ace2-3d97cb1add4c, localhost:13610): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 02988a4f-5c78-48d4-ace2-3d97cb1add4c, localhost:13610): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 02988a4f-5c78-48d4-ace2-3d97cb1add4c, localhost:13610): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 13610 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-g55i4aqpbu.auto.internal:13610, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13610
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, 845c1900-bd9c-43c7-a162-e8d7514caf05, localhost:8001): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 845c1900-bd9c-43c7-a162-e8d7514caf05, localhost:8001): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 845c1900-bd9c-43c7-a162-e8d7514caf05, localhost:8001): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 8001 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-g55i4aqpbu.auto.internal:8001, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:8001
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, 166bc01f-369d-459c-80f5-24367bce3ce9, localhost:3939): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 166bc01f-369d-459c-80f5-24367bce3ce9, localhost:3939): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 166bc01f-369d-459c-80f5-24367bce3ce9, localhost:3939): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 3939 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-g55i4aqpbu.auto.internal:3939, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:3939
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, b18e5514-f8f3-4592-a35d-2b502d63014a, localhost:4719): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b18e5514-f8f3-4592-a35d-2b502d63014a, localhost:4719): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b18e5514-f8f3-4592-a35d-2b502d63014a, localhost:4719): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 4719 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-g55i4aqpbu.auto.internal:4719, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:4719
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, 7e8059f8-ffa1-4f6d-ba55-d769babecac0, localhost:13610): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7e8059f8-ffa1-4f6d-ba55-d769babecac0, localhost:13610): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7e8059f8-ffa1-4f6d-ba55-d769babecac0, localhost:13610): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 13610 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-g55i4aqpbu.auto.internal:13610, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13610
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:379 RpcState(ListEndpoints, 4ed0a400-fd27-4a6c-bade-3f689d76a22e, localhost:22669): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4ed0a400-fd27-4a6c-bade-3f689d76a22e, localhost:22669): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4ed0a400-fd27-4a6c-bade-3f689d76a22e, localhost:22669): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-g55i4aqpbu.auto.internal" port: 22669 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-g55i4aqpbu.auto.internal:22669, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22669
DEBUG    ya.test:process.py:773 Killing process 2099048
DEBUG    ya.test:process.py:799 Killing process tree for pid 2099048 (bin:'ydb')
DEBUG    ya.test:process.py:804 Sent signal 19 to the pid 2099048
DEBUG    ya.test:process.py:804 Sent signal 9 to the pid 2099048
DEBUG    ya.test:process.py:804 Sent signal 18 to the pid 2099048
DEBUG    ya.test:process.py:404 Command exception: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22669', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
DEBUG    ya.test:process.py:259 Command (pid 2099048) rc: -9
DEBUG    ya.test:process.py:260 Command (pid 2099048) elapsed time (sec): 120.08222699165344
DEBUG    ya.test:process.py:263 Command (pid 2099048) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) maxrss: 182572
DEBUG    ya.test:process.py:263 Command (pid 2099048) minflt: 5587
DEBUG    ya.test:process.py:263 Command (pid 2099048) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) nivcsw: 260
DEBUG    ya.test:process.py:263 Command (pid 2099048) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) nvcsw: 385825
DEBUG    ya.test:process.py:263 Command (pid 2099048) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2099048) stime: 1.8179569999999998
DEBUG    ya.test:process.py:263 Command (pid 2099048) utime: 2.15546
DEBUG    ya.test:process.py:263 Command (pid 2099048) wtime: 120.085
DEBUG    ya.test:process.py:275 Command (pid 2099048) output:
None
DEBUG    ya.test:process.py:276 Command (pid 2099048) errors:

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-g55i4aqpbu'
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/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8) 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.2099048' in '/home/runner/.ya/build/build_root/hhuq/001890/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:22669
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-g55i4aqpbu.auto.internal:22669
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:22669/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27848
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3956
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3191
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22669
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15878
============================== slowest durations ===============================
125.41s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
120.75s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
117.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
13.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
13.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
12.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_overloads.py::TestLogScenario::test_overloads_workload[1000-1] - yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/hhuq/001890/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22669', '-d', '/Root', 'workload', 'log', '--path', 'log_1000_1', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
=================== 1 failed, 4 passed in 404.85s (0:06:44) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hhuq/0018b1/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 56 items

test_overloads.py ...
upgrade_to_internal_path_id.py 

============================== slowest durations ===============================
119.33s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
91.82s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
88.57s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
13.47s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.14s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]

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

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/hhuq/0018b1/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/hhuq/0018b1/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/hhuq/0018b1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/hhuq/0018b1', '--source-root', '/home/runner/.ya/build/build_root/hhuq/0018b1/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/hhuq/0018b1/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/9750504073/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 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/hhuq/0018b1/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/hhuq/0018b1/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/hhuq/0018b1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/hhuq/0018b1', '--source-root', '/home/runner/.ya/build/build_root/hhuq/0018b1/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/hhuq/0018b1/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/9750504073/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",), {})
