============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/00084c/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 ===============================
364.61s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
63.10s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
49.75s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
21.74s call     order_by_with_limit.py::TestOrderBy::test_random
11.44s setup    data_read_correctness.py::TestDataReadCorrectness::test
6.61s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.75s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.23s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test
0.10s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.09s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
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 522.27s (0:08:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/00084f/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: 37.7 ms
create table: 498.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 50.1
    "min_ms": 28.2
    "median_ms": 49.0
    "max_ms": 104.4
    "stdev_ms": 23.1
select count(*) after initial inserts: 152.9 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 68.0
    "min_ms": 43.1
    "median_ms": 61.5
    "max_ms": 169.6
    "stdev_ms": 21.2
select count(*) after all modifications: 3289.4 ms
select all: 3654.5 ms
delete from table: 4532.6 ms
select all after delete: 4390.8 ms
.drop table: 40.3 ms
create table: 448.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.6
    "min_ms": 26.5
    "median_ms": 29.7
    "max_ms": 31.8
    "stdev_ms": 1.3
select count(*) after initial inserts: 90.9 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 73.8
    "min_ms": 42.8
    "median_ms": 66.4
    "max_ms": 154.8
    "stdev_ms": 24.5
updates (step 1):
    "runs": 200
    "avg_ms": 177.2
    "min_ms": 101.2
    "median_ms": 169.6
    "max_ms": 342.4
    "stdev_ms": 39.9
upserts (step 2):
    "runs": 200
    "avg_ms": 32.2
    "min_ms": 23.6
    "median_ms": 29.5
    "max_ms": 64.4
    "stdev_ms": 7.7
select count(*) after all modifications: 350.0 ms
select all: 322.0 ms
delete from table: 440.5 ms
select all after delete: 381.1 ms
.drop table: 37.1 ms
create table: 444.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.9
    "min_ms": 26.9
    "median_ms": 31.5
    "max_ms": 50.4
    "stdev_ms": 7.3
select count(*) after initial inserts: 100.8 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 111.2
    "min_ms": 69.4
    "median_ms": 104.6
    "max_ms": 364.9
    "stdev_ms": 29.0
select count(*) after all modifications: 213.2 ms
select all: 183.7 ms
delete from table: 192.2 ms
select all after delete: 188.0 ms
.drop table: 26.5 ms
create table: 381.8 ms
initial inserts:
    "runs": 15
    "avg_ms": 26.1
    "min_ms": 19.5
    "median_ms": 29.5
    "max_ms": 30.8
    "stdev_ms": 4.8
select count(*) after initial inserts: 64.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 80.4
    "min_ms": 70.1
    "median_ms": 79.0
    "max_ms": 115.4
    "stdev_ms": 6.8
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 55.2
    "min_ms": 50.9
    "median_ms": 55.2
    "max_ms": 63.6
    "stdev_ms": 2.2
select count(*) after all modifications: 253.1 ms
select all: 220.1 ms
delete from table: 268.6 ms
select all after delete: 199.3 ms
.

============================== slowest durations ===============================
129.39s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
112.95s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
112.52s call     tablets_movement.py::TestTabletsMovement::test[ROW]
51.64s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
51.07s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
19.40s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
18.10s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
14.19s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
1.22s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
1.14s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.04s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 515.54s (0:08:35) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/000853/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: 19.7 ms
create table: 316.8 ms
initial inserts:
    "runs": 20
    "avg_ms": 30.2
    "min_ms": 28.3
    "median_ms": 29.8
    "max_ms": 34.1
    "stdev_ms": 1.4
select count(*) after initial inserts: 95.7 ms
updates (step 0):
    "runs": 200
    "avg_ms": 107.1
    "min_ms": 70.8
    "median_ms": 102.3
    "max_ms": 308.4
    "stdev_ms": 28.1
upserts (step 1):
    "runs": 200
    "avg_ms": 25.9
    "min_ms": 19.7
    "median_ms": 24.8
    "max_ms": 51.1
    "stdev_ms": 4.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 105.4
    "min_ms": 73.8
    "median_ms": 100.1
    "max_ms": 192.3
    "stdev_ms": 22.9
select count(*) after all modifications: 573.2 ms
select all: 466.4 ms
delete from table: 712.5 ms
select all after delete: 508.5 ms
.drop table: 61.9 ms
create table: 556.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.5
    "min_ms": 26.9
    "median_ms": 38.4
    "max_ms": 43.6
    "stdev_ms": 6.2
select count(*) after initial inserts: 109.0 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 71.7
    "min_ms": 24.4
    "median_ms": 63.9
    "max_ms": 471.5
    "stdev_ms": 38.3
select count(*) after all modifications: 890.0 ms
select all: 624.5 ms
delete from table: 554.3 ms
select all after delete: 701.4 ms
.Generated operation sequence:
  0. BULK_UPSERT: 5 operations
  1. UPDATE: 8 operations
  2. UPSERT: 6 operations
  3. UPDATE: 10 operations
  4. UPSERT: 5 operations
  5. BULK_UPSERT: 4 operations
  6. BULK_UPSERT: 20 operations
  7. UPSERT: 14 operations
  8. UPDATE: 6 operations
  9. UPDATE: 14 operations
drop table: 169.5 ms
create table: 902.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 72.9
    "min_ms": 43.8
    "median_ms": 71.2
    "max_ms": 137.0
    "stdev_ms": 28.6
select count(*) after initial inserts: 303.4 ms
bulk_upserts (step 0):
    "runs": 5
    "avg_ms": 210.3
    "min_ms": 149.2
    "median_ms": 226.2
    "max_ms": 239.4
    "stdev_ms": 36.7
updates (step 1):
    "runs": 80
    "avg_ms": 302.8
    "min_ms": 179.7
    "median_ms": 276.5
    "max_ms": 968.3
    "stdev_ms": 114.5
upserts (step 2):
    "runs": 60
    "avg_ms": 68.0
    "min_ms": 33.8
    "median_ms": 62.2
    "max_ms": 141.5
    "stdev_ms": 27.3
updates (step 3):
    "runs": 100
    "avg_ms": 245.8
    "min_ms": 146.9
    "median_ms": 224.3
    "max_ms": 1295.6
    "stdev_ms": 122.9
upserts (step 4):
    "runs": 50
    "avg_ms": 65.5
    "min_ms": 35.6
    "median_ms": 57.5
    "max_ms": 148.3
    "stdev_ms": 26.5
bulk_upserts (step 5):
    "runs": 4
    "avg_ms": 111.0
    "min_ms": 68.2
    "median_ms": 112.6
    "max_ms": 179.4
    "stdev_ms": 49.1
bulk_upserts (step 6):
    "runs": 20
    "avg_ms": 96.7
    "min_ms": 64.9
    "median_ms": 88.3
    "max_ms": 194.8
    "stdev_ms": 33.4
upserts (step 7):
    "runs": 140
    "avg_ms": 62.6
    "min_ms": 33.9
    "median_ms": 59.4
    "max_ms": 131.8
    "stdev_ms": 20.6
updates (step 8):
    "runs": 60
    "avg_ms": 250.7
    "min_ms": 166.5
    "median_ms": 242.5
    "max_ms": 469.4
    "stdev_ms": 56.0
updates (step 9):
    "runs": 140
    "avg_ms": 286.6
    "min_ms": 179.5
    "median_ms": 275.3
    "max_ms": 517.8
    "stdev_ms": 66.9
select count(*) after all modifications: 726.9 ms
select all: 456.7 ms
delete from table: 619.8 ms
select all after delete: 446.1 ms
.
test_log_scenario.py ...

============================== slowest durations ===============================
127.95s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
99.81s call     test_log_scenario.py::TestLogScenario::test_log_uniform
75.63s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
57.56s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
40.44s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
38.19s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
9.06s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
7.08s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
7.06s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 6 passed in 467.43s (0:07:47) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/00084a/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.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
14.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
11.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
10.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
9.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
7.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.14s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 71.39s (0:01:11) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/00084b/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 ===============================
17.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
13.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
12.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
12.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
11.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.50s 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.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
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[1000-1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 78.86s (0:01:18) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/00084e/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 ===============================
18.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
18.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
16.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
15.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
10.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
10.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.02s 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-1]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
========================= 6 passed in 94.78s (0:01:34) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/000851/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 ===============================
8.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
7.07s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
3.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
3.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
============================== 5 passed in 32.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/ses8/000852/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 ===============================
8.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
3.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]

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

============================== slowest durations ===============================
125.53s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
108.76s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
100.29s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
14.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
9.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
1.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 5 passed in 360.51s (0:06:00) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ses8/000850/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 .F.
upgrade_to_internal_path_id.py 

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

During handling of the above exception, another exception occurred:
ydb/tests/olap/test_overloads.py:173: in test_overloads_workload
    ydb_workload.bulk_upsert(seconds=wait_time, threads=10, rows=10, wait=True)
ydb/tests/olap/test_overloads.py:69: in bulk_upsert
    self._insert_rows(operation_name="bulk_upsert", seconds=seconds, threads=threads, rows=rows, wait=wait)
ydb/tests/olap/test_overloads.py:63: in _insert_rows
    self._call(command=command, wait=wait, timeout=2*seconds)
ydb/tests/olap/test_overloads.py:44: in _call
    yatest.common.execute(command=command, wait=wait, timeout=timeout, stderr=self.stderr, stdout=self.stdout)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:398: in wait
    raise ExecutionTimeoutError(self, str(e))
E   yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29869', '-d', '/Root', 'workload', 'log', '--path', 'log_2_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_overloads_workload[2-10000]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_overloads.py::TestLogScenario, test_name: test_overloads_workload[2-10000])
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3761825
DEBUG    ya.test:process.py:259 Command (pid 3761825) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3761825) elapsed time (sec): 1.5202746391296387
DEBUG    ya.test:process.py:263 Command (pid 3761825) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3761825) maxrss: 543644
DEBUG    ya.test:process.py:263 Command (pid 3761825) minflt: 16231
DEBUG    ya.test:process.py:263 Command (pid 3761825) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) nivcsw: 322
DEBUG    ya.test:process.py:263 Command (pid 3761825) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3761825) nvcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 3761825) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3761825) stime: 0.5902569999999999
DEBUG    ya.test:process.py:263 Command (pid 3761825) utime: 0.137257
DEBUG    ya.test:process.py:263 Command (pid 3761825) wtime: 1.534
DEBUG    ya.test:process.py:275 Command (pid 3761825) output:
Git info:
    Commit: 64c1a81f48b5f7e8e8909a0c72f1e1c22a808bee
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge c265f1babb510ca2d0adc79c43afda517e7838b6 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-sjppillp5m
    Host information: 
        Linux ghrun-sjppillp5m 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 3761825) errors:

INFO     __tests__.test_overloads:test_overloads.py:92 Git info:
    Commit: 64c1a81f48b5f7e8e8909a0c72f1e1c22a808bee
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge c265f1babb510ca2d0adc79c43afda517e7838b6 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-sjppillp5m
    Host information: 
        Linux ghrun-sjppillp5m 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/ses8/000850/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12791
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/ses8/000850/r3tmp/kikimr_cluster_n5pggqan
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29869
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12105
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1331
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7030
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/ses8/000850/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/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/logfile_49_cc16e.log --grpc-port=29869 --mon-port=12105 --ic-port=12791
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29869/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/ses8/000850/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/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/logfile_49_cc16e.log --grpc-port=29869 --mon-port=12105 --ic-port=12791
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/logfile_49_cc16e.log', '--grpc-port=29869', '--mon-port=12105', '--ic-port=12791')' in '/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3762658
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:29869/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3762688
DEBUG    ya.test:process.py:259 Command (pid 3762688) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3762688) elapsed time (sec): 1.2458899021148682
DEBUG    ya.test:process.py:263 Command (pid 3762688) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) maxrss: 543644
DEBUG    ya.test:process.py:263 Command (pid 3762688) minflt: 16230
DEBUG    ya.test:process.py:263 Command (pid 3762688) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) nivcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 3762688) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3762688) nvcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 3762688) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3762688) stime: 0.35678299999999996
DEBUG    ya.test:process.py:263 Command (pid 3762688) utime: 0.138063
DEBUG    ya.test:process.py:263 Command (pid 3762688) wtime: 1.27
DEBUG    ya.test:process.py:275 Command (pid 3762688) output:
Git info:
    Commit: 64c1a81f48b5f7e8e8909a0c72f1e1c22a808bee
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge c265f1babb510ca2d0adc79c43afda517e7838b6 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-sjppillp5m
    Host information: 
        Linux ghrun-sjppillp5m 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 3762688) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 64c1a81f48b5f7e8e8909a0c72f1e1c22a808bee
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge c265f1babb510ca2d0adc79c43afda517e7838b6 into 0a4b372e9a8a425e639fbac3a488ea43dc915bc9
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:29869', '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: 12791\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:29869', '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: 12791\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3765993
DEBUG    ya.test:process.py:259 Command (pid 3765993) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3765993) elapsed time (sec): 1.0970373153686523
DEBUG    ya.test:process.py:263 Command (pid 3765993) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) maxrss: 551984
DEBUG    ya.test:process.py:263 Command (pid 3765993) minflt: 18379
DEBUG    ya.test:process.py:263 Command (pid 3765993) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) nivcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 3765993) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3765993) nvcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 3765993) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3765993) stime: 0.339962
DEBUG    ya.test:process.py:263 Command (pid 3765993) utime: 0.15542599999999998
DEBUG    ya.test:process.py:263 Command (pid 3765993) wtime: 1.123
DEBUG    ya.test:process.py:275 Command (pid 3765993) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:29869', '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.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:29869', '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: 3766666
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, 59ef70e0-dc52-4308-92e9-d9e0b8579bb7, localhost:29162): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 59ef70e0-dc52-4308-92e9-d9e0b8579bb7, localhost:29162): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 59ef70e0-dc52-4308-92e9-d9e0b8579bb7, localhost:29162): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-sjppillp5m.auto.internal" port: 29162 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-sjppillp5m.auto.internal:29162, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:29162
DEBUG    ya.test:process.py:259 Command (pid 3766666) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3766666) elapsed time (sec): 1.4339382648468018
DEBUG    ya.test:process.py:263 Command (pid 3766666) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) maxrss: 552012
DEBUG    ya.test:process.py:263 Command (pid 3766666) minflt: 18373
DEBUG    ya.test:process.py:263 Command (pid 3766666) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) nivcsw: 213
DEBUG    ya.test:process.py:263 Command (pid 3766666) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3766666) nvcsw: 93
DEBUG    ya.test:process.py:263 Command (pid 3766666) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3766666) stime: 0.316617
DEBUG    ya.test:process.py:263 Command (pid 3766666) utime: 0.157992
DEBUG    ya.test:process.py:263 Command (pid 3766666) wtime: 1.45
DEBUG    ya.test:process.py:275 Command (pid 3766666) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3766666) 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, 86d61559-833a-45ea-9e76-b88ab24f3df1, localhost:29869): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 86d61559-833a-45ea-9e76-b88ab24f3df1, localhost:29869): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 86d61559-833a-45ea-9e76-b88ab24f3df1, localhost:29869): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-sjppillp5m.auto.internal" port: 29869 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-sjppillp5m.auto.internal:29869, 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:29869
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb
INFO     root:test_overloads.py:43 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb -e grpc://localhost:29869 -d /Root workload log --path log_2_10000 init --path log_2_10000 --store column --ttl 1000 with wait = True
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/ses8/000850/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29869', '-d', '/Root', 'workload', 'log', '--path', 'log_2_10000', 'init', '--path', 'log_2_10000', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3768721
DEBUG    ya.test:process.py:259 Command (pid 3768721) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3768721) elapsed time (sec): 1.1869306564331055
DEBUG    ya.test:process.py:263 Command (pid 3768721) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) maxrss: 175896
DEBUG    ya.test:process.py:263 Command (pid 3768721) minflt: 3478
DEBUG    ya.test:process.py:263 Command (pid 3768721) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) nivcsw: 73
DEBUG    ya.test:process.py:263 Command (pid 3768721) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3768721) nvcsw: 126
DEBUG    ya.test:process.py:263 Command (pid 3768721) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3768721) stime: 0.017331
DEBUG    ya.test:process.py:263 Command (pid 3768721) utime: 0.060648
DEBUG    ya.test:process.py:263 Command (pid 3768721) wtime: 1.189
DEBUG    ya.test:process.py:275 Command (pid 3768721) output:
None
DEBUG    ya.test:process.py:276 Command (pid 3768721) errors:

INFO     root:test_overloads.py:51 YdbWorkloadOverload bulk_upsert
INFO     root:test_overloads.py:43 YdbWorkloadOverload execute /home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb -e grpc://localhost:29869 -d /Root workload log --path log_2_10000 run bulk_upsert --seconds 60 --threads 10 --rows 10 --quiet with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29869', '-d', '/Root', 'workload', 'log', '--path', 'log_2_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3769433
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, 543c8bec-db39-48f6-bfce-7c8eb07ced06, localhost:29869): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 543c8bec-db39-48f6-bfce-7c8eb07ced06, localhost:29869): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 543c8bec-db39-48f6-bfce-7c8eb07ced06, localhost:29869): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-sjppillp5m.auto.internal" port: 29869 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-sjppillp5m.auto.internal:29869, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:29869
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, e66b8123-ed64-47d3-aef8-f0300ed15597, localhost:29162): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e66b8123-ed64-47d3-aef8-f0300ed15597, localhost:29162): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e66b8123-ed64-47d3-aef8-f0300ed15597, localhost:29162): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-sjppillp5m.auto.internal" port: 29162 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-sjppillp5m.auto.internal:29162, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:29162
DEBUG    ya.test:process.py:773 Killing process 3769433
DEBUG    ya.test:process.py:799 Killing process tree for pid 3769433 (bin:'ydb')
DEBUG    ya.test:process.py:804 Sent signal 19 to the pid 3769433
DEBUG    ya.test:process.py:804 Sent signal 9 to the pid 3769433
DEBUG    ya.test:process.py:804 Sent signal 18 to the pid 3769433
DEBUG    ya.test:process.py:404 Command exception: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29869', '-d', '/Root', 'workload', 'log', '--path', 'log_2_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
DEBUG    ya.test:process.py:259 Command (pid 3769433) rc: -9
DEBUG    ya.test:process.py:260 Command (pid 3769433) elapsed time (sec): 120.12884044647217
DEBUG    ya.test:process.py:263 Command (pid 3769433) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) maxrss: 175896
DEBUG    ya.test:process.py:263 Command (pid 3769433) minflt: 5571
DEBUG    ya.test:process.py:263 Command (pid 3769433) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) nivcsw: 360
DEBUG    ya.test:process.py:263 Command (pid 3769433) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) nvcsw: 357894
DEBUG    ya.test:process.py:263 Command (pid 3769433) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3769433) stime: 1.569601
DEBUG    ya.test:process.py:263 Command (pid 3769433) utime: 2.099987
DEBUG    ya.test:process.py:263 Command (pid 3769433) wtime: 120.203
DEBUG    ya.test:process.py:275 Command (pid 3769433) output:
None
DEBUG    ya.test:process.py:276 Command (pid 3769433) errors:

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-sjppillp5m'
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/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9) 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.3769433' in '/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
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
============================== slowest durations ===============================
132.05s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
107.56s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
98.06s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
9.52s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_overloads.py::TestLogScenario::test_overloads_workload[2-10000] - yatest.common.process.ExecutionTimeoutError: (("120 second(s) wait timeout has expired: Command '['/home/runner/.ya/build/build_root/ses8/000850/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29869', '-d', '/Root', 'workload', 'log', '--path', 'log_2_10000', 'run', 'bulk_upsert', '--seconds', '60', '--threads', '10', '--rows', '10', '--quiet']' stopped by 120 seconds timeout",), {})
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
=================== 1 failed, 2 passed in 602.82s (0:10:02) ====================

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/ses8/000850/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/ses8/000850/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ses8/000850', '--source-root', '/home/runner/.ya/build/build_root/ses8/000850/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ses8/000850/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/ses8/000850/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/ses8/000850/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ses8/000850/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ses8/000850', '--source-root', '/home/runner/.ya/build/build_root/ses8/000850/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ses8/000850/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",), {})
