============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/qx24/002a61/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_decimal
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, timeout-2.4.0, typeguard-2.13.3
collected 22 items

test_decimal.py ......................

============================== slowest durations ===============================
66.66s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
16.64s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
14.39s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
14.30s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
12.61s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
12.30s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
12.03s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
11.83s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
10.62s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
10.08s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
9.29s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
9.03s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
8.51s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
8.39s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
8.12s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
8.06s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
7.52s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
7.24s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
7.09s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
6.89s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
6.68s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
5.17s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
4.99s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.54s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.52s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.51s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
1.50s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.48s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.43s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.40s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.28s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.27s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.23s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.22s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.22s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.21s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.20s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.19s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.18s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.16s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.14s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.13s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.11s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.10s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
0.01s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 22 passed in 305.63s (0:05:05) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, timeout-2.4.0, typeguard-2.13.3
collected 22 items

test_duplicates.py E

==================================== ERRORS ====================================
__________ ERROR at setup of TestTpchDuplicatesZeroLevel.test_tpch[1] __________
ydb/tests/olap/load/lib/tpch.py:38: in do_setup_class
    cls.check_tables_size(folder=cls._get_path(), tables=TpchSuiteBase._get_tables_size(cls))
ydb/tests/olap/load/lib/conftest.py:140: in check_tables_size
    size = sth.get_table_rows_count(table_full)
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:671: in get_table_rows_count
    result_set = self.execute_scan_query(f'SELECT count(*) FROM `{self.get_full_path(tablename)}`')
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:480: in execute_scan_query
    for result_set in it:
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/connection.py:359: in __next__
    return self.it.__next__()
contrib/python/grpcio/py3/grpc/_channel.py:543: in __next__
    return self._next()
contrib/python/grpcio/py3/grpc/_channel.py:960: in _next
    _common.wait(self._state.condition.wait, _response_ready)
contrib/python/grpcio/py3/grpc/_common.py:156: in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
contrib/python/grpcio/py3/grpc/_common.py:116: in _wait_once
    wait_fn(timeout=timeout)
contrib/tools/python3/Lib/threading.py:359: in wait
    gotit = waiter.acquire(True, timeout)
library/python/pytest/plugins/ya.py:349: in _graceful_shutdown
    _graceful_shutdown_on_log(not capman.is_globally_capturing())
library/python/pytest/plugins/ya.py:321: in _graceful_shutdown_on_log
    pytest.exit("Graceful shutdown requested")
E   Failed: Graceful shutdown requested
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_tpch[1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9324
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:471 Working directory: /home/runner/.ya/build/build_root/qx24/002a7b/r3tmp/kikimr_cluster_f38su4_o
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2758
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4047
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18351
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19982
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/qx24/002a7b/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/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/node_1/logfile_ah2z2cv6.log --grpc-port=2758 --mon-port=4047 --ic-port=9324
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2758/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/qx24/002a7b/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/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/node_1/logfile_ah2z2cv6.log --grpc-port=2758 --mon-port=4047 --ic-port=9324
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/node_1/logfile_ah2z2cv6.log', '--grpc-port=2758', '--mon-port=4047', '--ic-port=9324')' in '/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1305518
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:2758/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1305519
DEBUG    ya.test:process.py:259 Command (pid 1305519) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305519) elapsed time (sec): 0.6479651927947998
DEBUG    ya.test:process.py:263 Command (pid 1305519) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) maxrss: 577304
DEBUG    ya.test:process.py:263 Command (pid 1305519) minflt: 45523
DEBUG    ya.test:process.py:263 Command (pid 1305519) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305519) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1305519) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1305519) stime: 0.180916
DEBUG    ya.test:process.py:263 Command (pid 1305519) utime: 0.42228299999999996
DEBUG    ya.test:process.py:263 Command (pid 1305519) wtime: 0.649
DEBUG    ya.test:process.py:275 Command (pid 1305519) output:
Git info:
    Commit: 45a7bb56e37aca0c67c2feb8e914c991c6e60883
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge 7afe21c2a0dc31b8ec0a3ae594f55c4c02849d07 into a5229a5c9a45a452d8c1a05d2461fa09346db606

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 45a7bb56e37aca0c67c2feb8e914c991c6e60883
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge 7afe21c2a0dc31b8ec0a3ae594f55c4c02849d07 into a5229a5c9a45a452d8c1a05d2461fa09346db606
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2758', '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: 9324\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2758', '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: 9324\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1305882
DEBUG    ya.test:process.py:259 Command (pid 1305882) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305882) elapsed time (sec): 0.7219464778900146
DEBUG    ya.test:process.py:263 Command (pid 1305882) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) maxrss: 645860
DEBUG    ya.test:process.py:263 Command (pid 1305882) minflt: 51905
DEBUG    ya.test:process.py:263 Command (pid 1305882) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) nivcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 1305882) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305882) nvcsw: 688
DEBUG    ya.test:process.py:263 Command (pid 1305882) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1305882) stime: 0.22488
DEBUG    ya.test:process.py:263 Command (pid 1305882) utime: 0.47240299999999996
DEBUG    ya.test:process.py:263 Command (pid 1305882) wtime: 0.724
DEBUG    ya.test:process.py:275 Command (pid 1305882) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2758', '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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2758', '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: 1305951
DEBUG    ya.test:process.py:259 Command (pid 1305951) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305951) elapsed time (sec): 0.7251536846160889
DEBUG    ya.test:process.py:263 Command (pid 1305951) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) maxrss: 645860
DEBUG    ya.test:process.py:263 Command (pid 1305951) minflt: 51920
DEBUG    ya.test:process.py:263 Command (pid 1305951) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1305951) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305951) nvcsw: 702
DEBUG    ya.test:process.py:263 Command (pid 1305951) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1305951) stime: 0.20713299999999998
DEBUG    ya.test:process.py:263 Command (pid 1305951) utime: 0.492056
DEBUG    ya.test:process.py:263 Command (pid 1305951) wtime: 0.727
DEBUG    ya.test:process.py:275 Command (pid 1305951) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:549 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:556 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23596
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12130
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64825
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13178
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8764
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:2758 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/slot_1/logfile_bmnj3uir.log --grpc-port=23596 --mon-port=12130 --ic-port=64825
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:2758 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/slot_1/logfile_bmnj3uir.log --grpc-port=23596 --mon-port=12130 --ic-port=64825
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:2758', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/slot_1/logfile_bmnj3uir.log', '--grpc-port=23596', '--mon-port=12130', '--ic-port=64825')' in '/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff/test_duplicates.py.TestTpchDuplicatesZeroLevel.test_tpch.1/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1306122
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:23596/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1306123
DEBUG    ya.test:process.py:259 Command (pid 1306123) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1306123) elapsed time (sec): 0.5919756889343262
DEBUG    ya.test:process.py:263 Command (pid 1306123) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) maxrss: 653420
DEBUG    ya.test:process.py:263 Command (pid 1306123) minflt: 45511
DEBUG    ya.test:process.py:263 Command (pid 1306123) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1306123) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1306123) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1306123) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1306123) stime: 0.13676
DEBUG    ya.test:process.py:263 Command (pid 1306123) utime: 0.41062899999999997
DEBUG    ya.test:process.py:263 Command (pid 1306123) wtime: 0.594
DEBUG    ya.test:process.py:275 Command (pid 1306123) output:
Git info:
    Commit: 45a7bb56e37aca0c67c2feb8e914c991c6e60883
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge 7afe21c2a0dc31b8ec0a3ae594f55c4c02849d07 into a5229a5c9a45a452d8c1a05d2461fa09346db606

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 45a7bb56e37aca0c67c2feb8e914c991c6e60883
    Branch: 
    Author: Alexander Rutkovsky <alexvru@ydb.tech>
    Summary: Merge 7afe21c2a0dc31b8ec0a3ae594f55c4c02849d07 into a5229a5c9a45a452d8c1a05d2461fa09346db606
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'workload', 'tpch', '-p', 'olap_yatests/tpch/s1', 'init', '--store=column', '--datetime-types=dt64']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1306661
DEBUG    ya.test:process.py:259 Command (pid 1306661) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1306661) elapsed time (sec): 11.0211820602417
DEBUG    ya.test:process.py:263 Command (pid 1306661) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) maxrss: 654252
DEBUG    ya.test:process.py:263 Command (pid 1306661) minflt: 109513
DEBUG    ya.test:process.py:263 Command (pid 1306661) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1306661) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1306661) nvcsw: 3900
DEBUG    ya.test:process.py:263 Command (pid 1306661) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1306661) stime: 0.259231
DEBUG    ya.test:process.py:263 Command (pid 1306661) utime: 0.383355
DEBUG    ya.test:process.py:263 Command (pid 1306661) wtime: 11.022
DEBUG    ya.test:process.py:275 Command (pid 1306661) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/customer` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1307257
DEBUG    ya.test:process.py:259 Command (pid 1307257) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1307257) elapsed time (sec): 0.6017935276031494
DEBUG    ya.test:process.py:263 Command (pid 1307257) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) inblock: 8992
DEBUG    ya.test:process.py:263 Command (pid 1307257) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1307257) maxrss: 654808
DEBUG    ya.test:process.py:263 Command (pid 1307257) minflt: 103513
DEBUG    ya.test:process.py:263 Command (pid 1307257) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1307257) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) nvcsw: 2603
DEBUG    ya.test:process.py:263 Command (pid 1307257) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307257) stime: 0.210065
DEBUG    ya.test:process.py:263 Command (pid 1307257) utime: 0.295664
DEBUG    ya.test:process.py:263 Command (pid 1307257) wtime: 0.603
DEBUG    ya.test:process.py:275 Command (pid 1307257) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/nation` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1307413
DEBUG    ya.test:process.py:259 Command (pid 1307413) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1307413) elapsed time (sec): 0.5424978733062744
DEBUG    ya.test:process.py:263 Command (pid 1307413) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) maxrss: 655224
DEBUG    ya.test:process.py:263 Command (pid 1307413) minflt: 103577
DEBUG    ya.test:process.py:263 Command (pid 1307413) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1307413) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) nvcsw: 2740
DEBUG    ya.test:process.py:263 Command (pid 1307413) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307413) stime: 0.199351
DEBUG    ya.test:process.py:263 Command (pid 1307413) utime: 0.31129
DEBUG    ya.test:process.py:263 Command (pid 1307413) wtime: 0.544
DEBUG    ya.test:process.py:275 Command (pid 1307413) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/orders` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1307699
DEBUG    ya.test:process.py:259 Command (pid 1307699) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1307699) elapsed time (sec): 0.6326503753662109
DEBUG    ya.test:process.py:263 Command (pid 1307699) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) maxrss: 655656
DEBUG    ya.test:process.py:263 Command (pid 1307699) minflt: 103561
DEBUG    ya.test:process.py:263 Command (pid 1307699) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1307699) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) nvcsw: 2481
DEBUG    ya.test:process.py:263 Command (pid 1307699) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307699) stime: 0.21306
DEBUG    ya.test:process.py:263 Command (pid 1307699) utime: 0.285393
DEBUG    ya.test:process.py:263 Command (pid 1307699) wtime: 0.634
DEBUG    ya.test:process.py:275 Command (pid 1307699) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/part` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1307851
DEBUG    ya.test:process.py:259 Command (pid 1307851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1307851) elapsed time (sec): 0.5657944679260254
DEBUG    ya.test:process.py:263 Command (pid 1307851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) maxrss: 656336
DEBUG    ya.test:process.py:263 Command (pid 1307851) minflt: 103544
DEBUG    ya.test:process.py:263 Command (pid 1307851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1307851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) nvcsw: 2568
DEBUG    ya.test:process.py:263 Command (pid 1307851) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307851) stime: 0.22480799999999998
DEBUG    ya.test:process.py:263 Command (pid 1307851) utime: 0.243249
DEBUG    ya.test:process.py:263 Command (pid 1307851) wtime: 0.567
DEBUG    ya.test:process.py:275 Command (pid 1307851) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/partsupp` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1307966
DEBUG    ya.test:process.py:259 Command (pid 1307966) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1307966) elapsed time (sec): 0.5821835994720459
DEBUG    ya.test:process.py:263 Command (pid 1307966) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) maxrss: 656756
DEBUG    ya.test:process.py:263 Command (pid 1307966) minflt: 103646
DEBUG    ya.test:process.py:263 Command (pid 1307966) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1307966) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) nvcsw: 2656
DEBUG    ya.test:process.py:263 Command (pid 1307966) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1307966) stime: 0.25656999999999996
DEBUG    ya.test:process.py:263 Command (pid 1307966) utime: 0.241008
DEBUG    ya.test:process.py:263 Command (pid 1307966) wtime: 0.584
DEBUG    ya.test:process.py:275 Command (pid 1307966) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.5
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/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/region` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1308085
DEBUG    ya.test:process.py:259 Command (pid 1308085) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1308085) elapsed time (sec): 0.5578234195709229
DEBUG    ya.test:process.py:263 Command (pid 1308085) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) maxrss: 657396
DEBUG    ya.test:process.py:263 Command (pid 1308085) minflt: 103638
DEBUG    ya.test:process.py:263 Command (pid 1308085) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1308085) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) nvcsw: 2548
DEBUG    ya.test:process.py:263 Command (pid 1308085) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1308085) stime: 0.23219199999999998
DEBUG    ya.test:process.py:263 Command (pid 1308085) utime: 0.282256
DEBUG    ya.test:process.py:263 Command (pid 1308085) wtime: 0.559
DEBUG    ya.test:process.py:275 Command (pid 1308085) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.6
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/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'table', 'query', 'execute', '-t', 'scheme', '-q', '\n            ALTER OBJECT `/local/test_db/olap_yatests/tpch/s1/supplier` (TYPE TABLE)\n                SET (ACTION=UPSERT_OPTIONS, `COMPACTION_PLANNER.CLASS_NAME`=`lc-buckets`, `COMPACTION_PLANNER.FEATURES`=`\n                    {"levels" : [{"class_name" : "Zero", "expected_blobs_size" : 2048000},\n                                    {"class_name" : "Zero"}]}`);\n        ']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1308335
DEBUG    ya.test:process.py:259 Command (pid 1308335) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1308335) elapsed time (sec): 0.6447064876556396
DEBUG    ya.test:process.py:263 Command (pid 1308335) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) maxrss: 658188
DEBUG    ya.test:process.py:263 Command (pid 1308335) minflt: 103640
DEBUG    ya.test:process.py:263 Command (pid 1308335) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1308335) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) nvcsw: 2712
DEBUG    ya.test:process.py:263 Command (pid 1308335) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1308335) stime: 0.228291
DEBUG    ya.test:process.py:263 Command (pid 1308335) utime: 0.29241
DEBUG    ya.test:process.py:263 Command (pid 1308335) wtime: 0.646
DEBUG    ya.test:process.py:275 Command (pid 1308335) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'workload', 'tpch', '-p', 'olap_yatests/tpch/s1', 'import', 'generator', '--scale=1']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1308694
DEBUG    ya.test:process.py:259 Command (pid 1308694) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1308694) elapsed time (sec): 213.57072234153748
DEBUG    ya.test:process.py:263 Command (pid 1308694) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) maxrss: 2870728
DEBUG    ya.test:process.py:263 Command (pid 1308694) minflt: 5433422
DEBUG    ya.test:process.py:263 Command (pid 1308694) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) nivcsw: 10221
DEBUG    ya.test:process.py:263 Command (pid 1308694) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1308694) nvcsw: 773538
DEBUG    ya.test:process.py:263 Command (pid 1308694) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 1308694) stime: 35.733244
DEBUG    ya.test:process.py:263 Command (pid 1308694) utime: 199.985277
DEBUG    ya.test:process.py:263 Command (pid 1308694) wtime: 213.572
DEBUG    ya.test:process.py:275 Command (pid 1308694) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.648671s)
Fill table customer...
Fill table customer OK 150000 / 150000 (3.688543s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (176.121875s)
Fill table part...
Fill table part OK 200000 / 200000 (21.311886s)
Fill table nation...
Fill table nation OK 25 / 25 (0.186413s)
Fill table region...
Fill table region OK 5 / 5 (0.304062s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/qx24/002a7b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2758', '-d', '/local/test_db', 'workload', 'tpch', '-p', 'olap_yatests/tpch/s1', 'import', 'generator', '--scale=1']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1353598
DEBUG    ya.test:process.py:259 Command (pid 1353598) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1353598) elapsed time (sec): 252.59344363212585
DEBUG    ya.test:process.py:263 Command (pid 1353598) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) inblock: 16
DEBUG    ya.test:process.py:263 Command (pid 1353598) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) maxrss: 2811072
DEBUG    ya.test:process.py:263 Command (pid 1353598) minflt: 5409723
DEBUG    ya.test:process.py:263 Command (pid 1353598) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) nivcsw: 24753
DEBUG    ya.test:process.py:263 Command (pid 1353598) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1353598) nvcsw: 1001345
DEBUG    ya.test:process.py:263 Command (pid 1353598) oublock: 72
DEBUG    ya.test:process.py:263 Command (pid 1353598) stime: 38.62199
DEBUG    ya.test:process.py:263 Command (pid 1353598) utime: 217.523494
DEBUG    ya.test:process.py:263 Command (pid 1353598) wtime: 252.603
DEBUG    ya.test:process.py:275 Command (pid 1353598) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (12.261321s)
Fill table customer...
Fill table customer OK 150000 / 150000 (5.478828s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (197.990216s)
Fill table part...
Fill table part OK 200000 / 200000 (34.913490s)
Fill table nation...
Fill table nation OK 25 / 25 (0.244111s)
Fill table region...
Fill table region OK 5 / 5 (0.296418s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 552
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:2758 to local/test_db ydb_access_token is set False
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local/test_db
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 31f0569a-edb8-41cb-9c97-6b6f0e275379, localhost:2758): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31f0569a-edb8-41cb-9c97-6b6f0e275379, localhost:2758): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31f0569a-edb8-41cb-9c97-6b6f0e275379, localhost:2758): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3k6klsdo5m.auto.internal" port: 23596 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local/test_db: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-3k6klsdo5m.auto.internal:23596, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2758
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, f449f227-d4bb-4a2d-bf68-b400a3a08e17, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, f449f227-d4bb-4a2d-bf68-b400a3a08e17, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, f449f227-d4bb-4a2d-bf68-b400a3a08e17, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 552
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:273 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:267 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 90de0483-1f32-4df0-9f49-2ff280613c33, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 90de0483-1f32-4df0-9f49-2ff280613c33, ghrun-3k6klsdo5m.auto.internal:23596): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/local/test_db/olap_yatests/tpch/s1" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 90de0483-1f32-4df0-9f49-2ff280613c33, ghrun-3k6klsdo5m.auto.internal:23596): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "s1" owner: "root@builtin" type: DIRECTORY effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1761823881280 tx_id: 281474976720659 } } } } } }
INFO     root:ydb_cluster.py:251 list /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 68360550-32ec-4f42-b261-5fb0d3762a97, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 68360550-32ec-4f42-b261-5fb0d3762a97, ghrun-3k6klsdo5m.auto.internal:23596): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/local/test_db/olap_yatests/tpch/s1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 68360550-32ec-4f42-b261-5fb0d3762a97, ghrun-3k6klsdo5m.auto.internal:23596): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "s1" owner: "root@builtin" type: DIRECTORY effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1761823881280 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823881280 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823882770 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823883010 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823884330 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823885760 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823887350 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823887640 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761823889090 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/customer&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/customer&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/customer balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/lineitem&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/lineitem&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/lineitem balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/nation&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/nation&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/nation balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/orders&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/orders&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/orders balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 200 580
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, cecf54dc-9cd9-4e53-9d27-ac9c59597f99, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, cecf54dc-9cd9-4e53-9d27-ac9c59597f99, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, cecf54dc-9cd9-4e53-9d27-ac9c59597f99, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, c27d114d-4c92-4e8c-a92d-420c41329df2, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, c27d114d-4c92-4e8c-a92d-420c41329df2, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/customer`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, c27d114d-4c92-4e8c-a92d-420c41329df2, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, ee60c212-824a-4d38-889b-41bfe8192848, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, ee60c212-824a-4d38-889b-41bfe8192848, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/nation`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, ee60c212-824a-4d38-889b-41bfe8192848, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 7189528e-0acb-4913-9b45-aed20d99c16b, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 7189528e-0acb-4913-9b45-aed20d99c16b, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/orders`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 7189528e-0acb-4913-9b45-aed20d99c16b, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, ef317fee-ba59-43a3-bba1-32e264921a1a, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, ef317fee-ba59-43a3-bba1-32e264921a1a, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/part`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, ef317fee-ba59-43a3-bba1-32e264921a1a, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, da3b64a0-5b3b-48c3-9827-35ed69167116, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, da3b64a0-5b3b-48c3-9827-35ed69167116, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/partsupp`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, da3b64a0-5b3b-48c3-9827-35ed69167116, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, d0989ffb-98e8-4273-bb7b-6cc49fcb3ce0, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, d0989ffb-98e8-4273-bb7b-6cc49fcb3ce0, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/region`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, d0989ffb-98e8-4273-bb7b-6cc49fcb3ce0, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 5cb24ac8-71b6-4dfd-8d90-ea9baeab21db, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 5cb24ac8-71b6-4dfd-8d90-ea9baeab21db, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/supplier`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 5cb24ac8-71b6-4dfd-8d90-ea9baeab21db, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 431b77d6-d35e-49dc-b7f1-0f7777f66779, ghrun-3k6klsdo5m.auto.internal:23596): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 431b77d6-d35e-49dc-b7f1-0f7777f66779, ghrun-3k6klsdo5m.auto.internal:23596): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/lineitem`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 431b77d6-d35e-49dc-b7f1-0f7777f66779, ghrun-3k6klsdo5m.auto.internal:23596): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local/test_db
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f90204e4-04da-4563-aa94-011d1716afb7, localhost:2758): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f90204e4-04da-4563-aa94-011d1716afb7, localhost:2758): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f90204e4-04da-4563-aa94-011d1716afb7, localhost:2758): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3k6klsdo5m.auto.internal" port: 23596 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local/test_db: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-3k6klsdo5m.auto.internal:23596, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2758
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes HTTP/1.1" 200 806
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes HTTP/1.1" 200 805
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:4047
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:4047 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
INFO     root:allure_utils.py:292 All nodes before filtering: [('64825@ghrun-3k6klsdo5m.auto.internal', <Role.UNKNOWN: 0>)]
INFO     root:allure_utils.py:312 Auto-discovered hosts (all roles): 1 hosts from 1 total nodes
INFO     root:allure_utils.py:313 Host to nodes mapping: [('ghrun-3k6klsdo5m.auto.internal', 1)]
INFO     root:allure_utils.py:889 iterations_table created, length: 515
INFO     root:allure_utils.py:895 Added iterations table to description HTML
============================== slowest durations ===============================
599.57s setup    test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1]
=========================== short test summary info ============================
ERROR test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1] - Failed: Graceful shutdown requested
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 603.27s (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: ...capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/002a7b', '--source-root', '/home/runner/.ya/build/build_root/qx24/002a7b/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/tpc/medium/tpch', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_duplicates.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/002a7b', '--source-root', '/home/runner/.ya/build/build_root/qx24/002a7b/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/002a7b/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_duplicates/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/tpc/medium/tpch', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_duplicates.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/qx24/002a4f/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_parallel
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, timeout-2.4.0, typeguard-2.13.3
collected 23 items

test_parallel.py .......................

============================== slowest durations ===============================
183.00s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.48s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.48s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.47s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.35s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.31s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.30s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.30s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.29s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.29s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.27s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.25s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.24s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.24s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.22s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.21s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.21s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.20s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.19s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.18s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.18s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.12s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.03s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 212.68s (0:03:32) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/qx24/002a42/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, timeout-2.4.0, typeguard-2.13.3
collected 22 items

test_s1.py ................

============================== slowest durations ===============================
233.88s setup    test_s1.py::TestTpchS1::test_tpch[1]
33.98s call     test_s1.py::TestTpchS1::test_tpch[8]
33.74s call     test_s1.py::TestTpchS1::test_tpch[9]
29.69s call     test_s1.py::TestTpchS1::test_tpch[10]
28.01s call     test_s1.py::TestTpchS1::test_tpch[5]
24.16s call     test_s1.py::TestTpchS1::test_tpch[12]
23.54s call     test_s1.py::TestTpchS1::test_tpch[15]
20.76s call     test_s1.py::TestTpchS1::test_tpch[14]
20.50s call     test_s1.py::TestTpchS1::test_tpch[7]
19.24s call     test_s1.py::TestTpchS1::test_tpch[16]
17.04s call     test_s1.py::TestTpchS1::test_tpch[11]
15.73s call     test_s1.py::TestTpchS1::test_tpch[1]
15.24s call     test_s1.py::TestTpchS1::test_tpch[3]
15.21s call     test_s1.py::TestTpchS1::test_tpch[4]
14.25s call     test_s1.py::TestTpchS1::test_tpch[13]
14.09s call     test_s1.py::TestTpchS1::test_tpch[6]
13.36s call     test_s1.py::TestTpchS1::test_tpch[2]
1.93s setup    test_s1.py::TestTpchS1::test_tpch[17]
1.70s setup    test_s1.py::TestTpchS1::test_tpch[12]
1.69s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.67s setup    test_s1.py::TestTpchS1::test_tpch[15]
1.64s setup    test_s1.py::TestTpchS1::test_tpch[13]
1.59s setup    test_s1.py::TestTpchS1::test_tpch[16]
1.57s setup    test_s1.py::TestTpchS1::test_tpch[14]
1.56s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.49s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.42s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.33s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.24s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.21s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.14s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.11s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.10s setup    test_s1.py::TestTpchS1::test_tpch[2]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[10]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[11]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 16 passed in 603.59s (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: ...ot/qx24/002a42/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/002a42/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/002a42', '--source-root', '/home/runner/.ya/build/build_root/qx24/002a42/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/002a42/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/tpc/medium/tpch', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_s1.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ot/qx24/002a42/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/002a42/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/002a42', '--source-root', '/home/runner/.ya/build/build_root/qx24/002a42/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/002a42/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/tpc/medium/tpch', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_s1.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/qx24/002a34/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s_float
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, timeout-2.4.0, typeguard-2.13.3
collected 66 items

test_s_float.py ..........................

============================== slowest durations ===============================
110.77s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
62.21s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
25.74s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
25.37s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
21.43s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
18.67s call     test_s_float.py::TestTpchS0_2::test_tpch[3]
17.94s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
16.94s call     test_s_float.py::TestTpchS0_2::test_tpch[4]
16.02s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
15.41s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
14.65s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
14.60s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
14.58s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
14.18s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
13.02s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
12.91s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
12.84s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
12.65s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
12.57s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
12.27s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
11.97s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
11.68s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
11.26s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
11.24s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
9.07s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
7.87s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
7.82s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
5.67s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
2.58s setup    test_s_float.py::TestTpchS0_2::test_tpch[5]
2.46s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
2.30s setup    test_s_float.py::TestTpchS0_2::test_tpch[4]
1.89s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
1.80s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.79s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.76s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.76s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.74s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.73s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.73s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.69s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.69s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.69s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.68s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.68s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.67s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.67s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.66s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.66s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.65s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.60s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.60s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.54s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.54s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[3]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[4]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 26 passed in 601.62s (0:10:01) ========================

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: ...tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/002a34/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s_float/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/002a34', '--source-root', '/home/runner/.ya/build/build_root/qx24/002a34/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/002a34/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s_float/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/tpc/medium/tpch', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_s_float.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/002a34/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s_float/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/002a34', '--source-root', '/home/runner/.ya/build/build_root/qx24/002a34/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/002a34/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s_float/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/tpc/medium/tpch', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_s_float.py']' stopped by 600 seconds timeout",), {})
