============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/9i66/001e92/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 ===============================
74.31s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
21.64s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
21.21s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
19.96s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
15.86s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
15.25s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
14.46s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
13.15s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
12.81s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
12.73s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
12.72s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
12.68s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
12.42s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
12.01s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
11.24s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
10.46s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
10.42s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
9.41s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
9.20s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
8.58s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
8.38s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
8.05s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
5.53s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.93s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.81s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.77s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.71s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.71s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.65s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.65s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.63s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.62s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.61s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.60s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.60s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.60s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.59s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.59s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.55s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
1.53s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.52s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.51s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.51s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.48s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
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 386.87s (0:06:26) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13755
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:471 Working directory: /home/runner/.ya/build/build_root/9i66/001eed/r3tmp/kikimr_cluster_4a9zi_5g
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8565
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9034
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27111
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8607
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/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/9i66/001eed/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_evmszoig.log --grpc-port=8565 --mon-port=9034 --ic-port=13755
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8565/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/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/9i66/001eed/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_evmszoig.log --grpc-port=8565 --mon-port=9034 --ic-port=13755
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/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_evmszoig.log', '--grpc-port=8565', '--mon-port=9034', '--ic-port=13755')' in '/home/runner/.ya/build/build_root/9i66/001eed/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: 1308836
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:8565/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/9i66/001eed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1308837
DEBUG    ya.test:process.py:259 Command (pid 1308837) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1308837) elapsed time (sec): 0.801037073135376
DEBUG    ya.test:process.py:263 Command (pid 1308837) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) maxrss: 578012
DEBUG    ya.test:process.py:263 Command (pid 1308837) minflt: 45261
DEBUG    ya.test:process.py:263 Command (pid 1308837) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) nivcsw: 64
DEBUG    ya.test:process.py:263 Command (pid 1308837) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1308837) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1308837) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1308837) stime: 0.21293099999999998
DEBUG    ya.test:process.py:263 Command (pid 1308837) utime: 0.514957
DEBUG    ya.test:process.py:263 Command (pid 1308837) wtime: 0.803
DEBUG    ya.test:process.py:275 Command (pid 1308837) output:
Git info:
    Commit: 3fe021912e9fe826dfe61e2b1804ab65a907492e
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge 4499f62f814ce125a2dabe4e9adb815653d7d16b into 0562407c1b19b9c811eb3dce2f93482ded4363c5

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-i3kqv64fj4
    Host information: 
        Linux ghrun-i3kqv64fj4 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 1308837) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 3fe021912e9fe826dfe61e2b1804ab65a907492e
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge 4499f62f814ce125a2dabe4e9adb815653d7d16b into 0562407c1b19b9c811eb3dce2f93482ded4363c5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8565', '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: 13755\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/9i66/001eed/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8565', '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: 13755\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1309709
DEBUG    ya.test:process.py:259 Command (pid 1309709) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1309709) elapsed time (sec): 0.8242785930633545
DEBUG    ya.test:process.py:263 Command (pid 1309709) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) maxrss: 644960
DEBUG    ya.test:process.py:263 Command (pid 1309709) minflt: 51498
DEBUG    ya.test:process.py:263 Command (pid 1309709) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 1309709) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1309709) nvcsw: 793
DEBUG    ya.test:process.py:263 Command (pid 1309709) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1309709) stime: 0.262019
DEBUG    ya.test:process.py:263 Command (pid 1309709) utime: 0.5390849999999999
DEBUG    ya.test:process.py:263 Command (pid 1309709) wtime: 0.826
DEBUG    ya.test:process.py:275 Command (pid 1309709) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8565', '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/9i66/001eed/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8565', '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: 1309802
DEBUG    ya.test:process.py:259 Command (pid 1309802) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1309802) elapsed time (sec): 0.7950339317321777
DEBUG    ya.test:process.py:263 Command (pid 1309802) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) maxrss: 644960
DEBUG    ya.test:process.py:263 Command (pid 1309802) minflt: 51653
DEBUG    ya.test:process.py:263 Command (pid 1309802) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 1309802) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1309802) nvcsw: 797
DEBUG    ya.test:process.py:263 Command (pid 1309802) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1309802) stime: 0.253174
DEBUG    ya.test:process.py:263 Command (pid 1309802) utime: 0.514667
DEBUG    ya.test:process.py:263 Command (pid 1309802) wtime: 0.797
DEBUG    ya.test:process.py:275 Command (pid 1309802) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1309802) 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/9i66/001eed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26169
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20158
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27808
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17222
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11359
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8565 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/9i66/001eed/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_b6v7qqvj.log --grpc-port=26169 --mon-port=20158 --ic-port=27808
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8565 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/9i66/001eed/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_b6v7qqvj.log --grpc-port=26169 --mon-port=20158 --ic-port=27808
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9i66/001eed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9i66/001eed/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:8565', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/9i66/001eed/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_b6v7qqvj.log', '--grpc-port=26169', '--mon-port=20158', '--ic-port=27808')' in '/home/runner/.ya/build/build_root/9i66/001eed/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: 1309894
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:26169/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/9i66/001eed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1309895
DEBUG    ya.test:process.py:259 Command (pid 1309895) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1309895) elapsed time (sec): 0.735762357711792
DEBUG    ya.test:process.py:263 Command (pid 1309895) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) maxrss: 657396
DEBUG    ya.test:process.py:263 Command (pid 1309895) minflt: 45312
DEBUG    ya.test:process.py:263 Command (pid 1309895) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 1309895) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1309895) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1309895) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1309895) stime: 0.176889
DEBUG    ya.test:process.py:263 Command (pid 1309895) utime: 0.5145649999999999
DEBUG    ya.test:process.py:263 Command (pid 1309895) wtime: 0.738
DEBUG    ya.test:process.py:275 Command (pid 1309895) output:
Git info:
    Commit: 3fe021912e9fe826dfe61e2b1804ab65a907492e
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge 4499f62f814ce125a2dabe4e9adb815653d7d16b into 0562407c1b19b9c811eb3dce2f93482ded4363c5

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-i3kqv64fj4
    Host information: 
        Linux ghrun-i3kqv64fj4 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 1309895) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 3fe021912e9fe826dfe61e2b1804ab65a907492e
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge 4499f62f814ce125a2dabe4e9adb815653d7d16b into 0562407c1b19b9c811eb3dce2f93482ded4363c5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1310286
DEBUG    ya.test:process.py:259 Command (pid 1310286) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1310286) elapsed time (sec): 13.635300397872925
DEBUG    ya.test:process.py:263 Command (pid 1310286) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) maxrss: 658048
DEBUG    ya.test:process.py:263 Command (pid 1310286) minflt: 111120
DEBUG    ya.test:process.py:263 Command (pid 1310286) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 1310286) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1310286) nvcsw: 5273
DEBUG    ya.test:process.py:263 Command (pid 1310286) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1310286) stime: 0.357134
DEBUG    ya.test:process.py:263 Command (pid 1310286) utime: 0.41445299999999996
DEBUG    ya.test:process.py:263 Command (pid 1310286) wtime: 13.637
DEBUG    ya.test:process.py:275 Command (pid 1310286) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1313423
DEBUG    ya.test:process.py:259 Command (pid 1313423) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1313423) elapsed time (sec): 0.6991934776306152
DEBUG    ya.test:process.py:263 Command (pid 1313423) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) maxrss: 658524
DEBUG    ya.test:process.py:263 Command (pid 1313423) minflt: 103397
DEBUG    ya.test:process.py:263 Command (pid 1313423) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1313423) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) nvcsw: 2625
DEBUG    ya.test:process.py:263 Command (pid 1313423) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1313423) stime: 0.22399
DEBUG    ya.test:process.py:263 Command (pid 1313423) utime: 0.334543
DEBUG    ya.test:process.py:263 Command (pid 1313423) wtime: 0.701
DEBUG    ya.test:process.py:275 Command (pid 1313423) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1313778
DEBUG    ya.test:process.py:259 Command (pid 1313778) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1313778) elapsed time (sec): 0.723867654800415
DEBUG    ya.test:process.py:263 Command (pid 1313778) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) maxrss: 659004
DEBUG    ya.test:process.py:263 Command (pid 1313778) minflt: 103427
DEBUG    ya.test:process.py:263 Command (pid 1313778) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 1313778) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) nvcsw: 2435
DEBUG    ya.test:process.py:263 Command (pid 1313778) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1313778) stime: 0.245778
DEBUG    ya.test:process.py:263 Command (pid 1313778) utime: 0.316457
DEBUG    ya.test:process.py:263 Command (pid 1313778) wtime: 0.726
DEBUG    ya.test:process.py:275 Command (pid 1313778) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1313905
DEBUG    ya.test:process.py:259 Command (pid 1313905) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1313905) elapsed time (sec): 0.7085516452789307
DEBUG    ya.test:process.py:263 Command (pid 1313905) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) maxrss: 659620
DEBUG    ya.test:process.py:263 Command (pid 1313905) minflt: 103492
DEBUG    ya.test:process.py:263 Command (pid 1313905) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 1313905) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) nvcsw: 2210
DEBUG    ya.test:process.py:263 Command (pid 1313905) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1313905) stime: 0.21997599999999998
DEBUG    ya.test:process.py:263 Command (pid 1313905) utime: 0.327411
DEBUG    ya.test:process.py:263 Command (pid 1313905) wtime: 0.71
DEBUG    ya.test:process.py:275 Command (pid 1313905) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1314019
DEBUG    ya.test:process.py:259 Command (pid 1314019) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1314019) elapsed time (sec): 0.8183596134185791
DEBUG    ya.test:process.py:263 Command (pid 1314019) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) maxrss: 660164
DEBUG    ya.test:process.py:263 Command (pid 1314019) minflt: 103367
DEBUG    ya.test:process.py:263 Command (pid 1314019) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) nivcsw: 103
DEBUG    ya.test:process.py:263 Command (pid 1314019) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) nvcsw: 2470
DEBUG    ya.test:process.py:263 Command (pid 1314019) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314019) stime: 0.245004
DEBUG    ya.test:process.py:263 Command (pid 1314019) utime: 0.330495
DEBUG    ya.test:process.py:263 Command (pid 1314019) wtime: 0.82
DEBUG    ya.test:process.py:275 Command (pid 1314019) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1314132
DEBUG    ya.test:process.py:259 Command (pid 1314132) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1314132) elapsed time (sec): 0.7552077770233154
DEBUG    ya.test:process.py:263 Command (pid 1314132) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) maxrss: 660816
DEBUG    ya.test:process.py:263 Command (pid 1314132) minflt: 103332
DEBUG    ya.test:process.py:263 Command (pid 1314132) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) nivcsw: 53
DEBUG    ya.test:process.py:263 Command (pid 1314132) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) nvcsw: 2407
DEBUG    ya.test:process.py:263 Command (pid 1314132) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314132) stime: 0.22389599999999998
DEBUG    ya.test:process.py:263 Command (pid 1314132) utime: 0.328088
DEBUG    ya.test:process.py:263 Command (pid 1314132) wtime: 0.757
DEBUG    ya.test:process.py:275 Command (pid 1314132) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1314476
DEBUG    ya.test:process.py:259 Command (pid 1314476) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1314476) elapsed time (sec): 0.6993541717529297
DEBUG    ya.test:process.py:263 Command (pid 1314476) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) maxrss: 661380
DEBUG    ya.test:process.py:263 Command (pid 1314476) minflt: 103467
DEBUG    ya.test:process.py:263 Command (pid 1314476) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 1314476) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) nvcsw: 2504
DEBUG    ya.test:process.py:263 Command (pid 1314476) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314476) stime: 0.25235799999999997
DEBUG    ya.test:process.py:263 Command (pid 1314476) utime: 0.30439499999999997
DEBUG    ya.test:process.py:263 Command (pid 1314476) wtime: 0.702
DEBUG    ya.test:process.py:275 Command (pid 1314476) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1314705
DEBUG    ya.test:process.py:259 Command (pid 1314705) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1314705) elapsed time (sec): 0.685600757598877
DEBUG    ya.test:process.py:263 Command (pid 1314705) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) maxrss: 662180
DEBUG    ya.test:process.py:263 Command (pid 1314705) minflt: 103261
DEBUG    ya.test:process.py:263 Command (pid 1314705) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 1314705) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) nvcsw: 2694
DEBUG    ya.test:process.py:263 Command (pid 1314705) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1314705) stime: 0.226569
DEBUG    ya.test:process.py:263 Command (pid 1314705) utime: 0.334131
DEBUG    ya.test:process.py:263 Command (pid 1314705) wtime: 0.687
DEBUG    ya.test:process.py:275 Command (pid 1314705) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1314822
DEBUG    ya.test:process.py:259 Command (pid 1314822) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1314822) elapsed time (sec): 212.48073029518127
DEBUG    ya.test:process.py:263 Command (pid 1314822) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) inblock: 16
DEBUG    ya.test:process.py:263 Command (pid 1314822) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) maxrss: 2675740
DEBUG    ya.test:process.py:263 Command (pid 1314822) minflt: 5177584
DEBUG    ya.test:process.py:263 Command (pid 1314822) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) nivcsw: 20609
DEBUG    ya.test:process.py:263 Command (pid 1314822) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1314822) nvcsw: 1021533
DEBUG    ya.test:process.py:263 Command (pid 1314822) oublock: 32
DEBUG    ya.test:process.py:263 Command (pid 1314822) stime: 38.055106
DEBUG    ya.test:process.py:263 Command (pid 1314822) utime: 214.551348
DEBUG    ya.test:process.py:263 Command (pid 1314822) wtime: 212.482
DEBUG    ya.test:process.py:275 Command (pid 1314822) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (11.791856s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.774252s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (176.417584s)
Fill table part...
Fill table part OK 200000 / 200000 (18.108959s)
Fill table nation...
Fill table nation OK 25 / 25 (0.162314s)
Fill table region...
Fill table region OK 5 / 5 (0.151814s)

DEBUG    ya.test:process.py:276 Command (pid 1314822) 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/9i66/001eed/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/9i66/001eed/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8565', '-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: 1361486
DEBUG    ya.test:process.py:259 Command (pid 1361486) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1361486) elapsed time (sec): 239.90476036071777
DEBUG    ya.test:process.py:263 Command (pid 1361486) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) maxrss: 2926980
DEBUG    ya.test:process.py:263 Command (pid 1361486) minflt: 5447777
DEBUG    ya.test:process.py:263 Command (pid 1361486) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) nivcsw: 18869
DEBUG    ya.test:process.py:263 Command (pid 1361486) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1361486) nvcsw: 851026
DEBUG    ya.test:process.py:263 Command (pid 1361486) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 1361486) stime: 38.023496
DEBUG    ya.test:process.py:263 Command (pid 1361486) utime: 211.579942
DEBUG    ya.test:process.py:263 Command (pid 1361486) wtime: 239.907
DEBUG    ya.test:process.py:275 Command (pid 1361486) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.933463s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.782303s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (193.603779s)
Fill table part...
Fill table part OK 200000 / 200000 (28.315178s)
Fill table nation...
Fill table nation OK 25 / 25 (0.293730s)
Fill table region...
Fill table region OK 5 / 5 (0.304144s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:8565 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, 3b596acb-2e3f-4fd8-bb09-7b2ec3ee7b47, localhost:8565): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3b596acb-2e3f-4fd8-bb09-7b2ec3ee7b47, localhost:8565): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3b596acb-2e3f-4fd8-bb09-7b2ec3ee7b47, localhost:8565): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-i3kqv64fj4.auto.internal" port: 26169 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-i3kqv64fj4.auto.internal:26169, 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:8565
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 77d658d2-c867-4deb-884a-fc5083860b2b, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 77d658d2-c867-4deb-884a-fc5083860b2b, ghrun-i3kqv64fj4.auto.internal:26169): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 77d658d2-c867-4deb-884a-fc5083860b2b, ghrun-i3kqv64fj4.auto.internal:26169): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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, fc7d4493-6df2-4232-a0ad-7f1d7857637d, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fc7d4493-6df2-4232-a0ad-7f1d7857637d, ghrun-i3kqv64fj4.auto.internal:26169): 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, fc7d4493-6df2-4232-a0ad-7f1d7857637d, ghrun-i3kqv64fj4.auto.internal:26169): 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: 1761849632790 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, 9136af1c-b8db-4607-84b6-8d29c0ef1824, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9136af1c-b8db-4607-84b6-8d29c0ef1824, ghrun-i3kqv64fj4.auto.internal:26169): 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, 9136af1c-b8db-4607-84b6-8d29c0ef1824, ghrun-i3kqv64fj4.auto.internal:26169): 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: 1761849632790 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849632790 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849634620 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849634920 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849636500 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849638490 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849640190 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849640510 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761849642200 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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 583
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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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 583
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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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 581
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:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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:9034 "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 583
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, 04b77bcc-f9d9-4588-b710-44e3c8ddbe28, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 04b77bcc-f9d9-4588-b710-44e3c8ddbe28, ghrun-i3kqv64fj4.auto.internal:26169): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 04b77bcc-f9d9-4588-b710-44e3c8ddbe28, ghrun-i3kqv64fj4.auto.internal:26169): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 78c94ff2-8b89-43fd-ac37-3d36beed6524, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 78c94ff2-8b89-43fd-ac37-3d36beed6524, ghrun-i3kqv64fj4.auto.internal:26169): 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, 78c94ff2-8b89-43fd-ac37-3d36beed6524, ghrun-i3kqv64fj4.auto.internal:26169): 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, 97f11242-f468-4835-ab4c-c31427762c4a, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 97f11242-f468-4835-ab4c-c31427762c4a, ghrun-i3kqv64fj4.auto.internal:26169): 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, 97f11242-f468-4835-ab4c-c31427762c4a, ghrun-i3kqv64fj4.auto.internal:26169): 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, 522d43e5-f765-4c22-beda-d27a3871821b, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 522d43e5-f765-4c22-beda-d27a3871821b, ghrun-i3kqv64fj4.auto.internal:26169): 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, 522d43e5-f765-4c22-beda-d27a3871821b, ghrun-i3kqv64fj4.auto.internal:26169): 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, eb3db7c9-d82a-405a-a238-ac19decd705c, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, eb3db7c9-d82a-405a-a238-ac19decd705c, ghrun-i3kqv64fj4.auto.internal:26169): 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, eb3db7c9-d82a-405a-a238-ac19decd705c, ghrun-i3kqv64fj4.auto.internal:26169): 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, c5caa872-117c-44ce-8486-f3c2bf3573aa, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, c5caa872-117c-44ce-8486-f3c2bf3573aa, ghrun-i3kqv64fj4.auto.internal:26169): 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, c5caa872-117c-44ce-8486-f3c2bf3573aa, ghrun-i3kqv64fj4.auto.internal:26169): 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, 335ab6f0-9df0-444a-9c17-845d680f128f, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 335ab6f0-9df0-444a-9c17-845d680f128f, ghrun-i3kqv64fj4.auto.internal:26169): 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, 335ab6f0-9df0-444a-9c17-845d680f128f, ghrun-i3kqv64fj4.auto.internal:26169): 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, ad54e5af-bfe0-4697-8355-6c8b617deca0, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, ad54e5af-bfe0-4697-8355-6c8b617deca0, ghrun-i3kqv64fj4.auto.internal:26169): 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, ad54e5af-bfe0-4697-8355-6c8b617deca0, ghrun-i3kqv64fj4.auto.internal:26169): 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, 56ad3a56-fd8f-45e9-a9f4-672b5e80a2f0, ghrun-i3kqv64fj4.auto.internal:26169): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 56ad3a56-fd8f-45e9-a9f4-672b5e80a2f0, ghrun-i3kqv64fj4.auto.internal:26169): 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, 56ad3a56-fd8f-45e9-a9f4-672b5e80a2f0, ghrun-i3kqv64fj4.auto.internal:26169): 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, 9e9e8948-671b-4f81-88fa-3a8068cc151f, localhost:8565): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9e9e8948-671b-4f81-88fa-3a8068cc151f, localhost:8565): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9e9e8948-671b-4f81-88fa-3a8068cc151f, localhost:8565): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-i3kqv64fj4.auto.internal" port: 26169 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-i3kqv64fj4.auto.internal:26169, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8565
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /viewer/json/nodes HTTP/1.1" 200 791
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 552
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /viewer/json/nodes HTTP/1.1" 200 794
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9034
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9034 "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: [('27808@ghrun-i3kqv64fj4.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-i3kqv64fj4.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 ===============================
597.58s 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 601.01s (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: ...capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed', '--source-root', '/home/runner/.ya/build/build_root/9i66/001eed/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001eed/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/9i66/001eed', '--source-root', '/home/runner/.ya/build/build_root/9i66/001eed/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/001eed/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/9i66/001e7f/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 ===============================
240.28s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.82s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.77s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.74s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.73s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.71s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.69s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.69s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.68s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.67s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.60s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.60s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.59s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.58s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.58s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.58s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.57s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.57s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.54s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.54s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.54s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.50s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.11s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.11s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.10s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query17]

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 278.08s (0:04:38) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/9i66/001e8c/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 ===============================
270.25s setup    test_s1.py::TestTpchS1::test_tpch[1]
51.46s call     test_s1.py::TestTpchS1::test_tpch[8]
47.47s call     test_s1.py::TestTpchS1::test_tpch[9]
42.42s call     test_s1.py::TestTpchS1::test_tpch[7]
32.09s call     test_s1.py::TestTpchS1::test_tpch[5]
26.02s call     test_s1.py::TestTpchS1::test_tpch[1]
24.88s call     test_s1.py::TestTpchS1::test_tpch[3]
23.38s call     test_s1.py::TestTpchS1::test_tpch[4]
20.32s call     test_s1.py::TestTpchS1::test_tpch[6]
18.49s call     test_s1.py::TestTpchS1::test_tpch[2]
2.25s setup    test_s1.py::TestTpchS1::test_tpch[10]
2.10s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.73s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.64s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.62s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.61s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.60s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.56s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.53s setup    test_s1.py::TestTpchS1::test_tpch[2]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[9]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[1]

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

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ot/9i66/001e8c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/9i66/001e8c/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/9i66/001e8c', '--source-root', '/home/runner/.ya/build/build_root/9i66/001e8c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/001e8c/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/9i66/001e8c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/9i66/001e8c/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/9i66/001e8c', '--source-root', '/home/runner/.ya/build/build_root/9i66/001e8c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/001e8c/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/9i66/001e99/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 ===============================
68.73s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
28.30s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
24.69s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
23.42s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
20.61s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
17.55s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
17.53s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
15.51s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
15.41s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
14.85s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
14.81s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
13.29s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
12.34s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
12.17s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
11.87s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
11.70s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
11.66s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
10.30s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
10.07s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
9.01s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
8.57s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
8.11s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
6.47s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
2.29s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.92s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.87s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.83s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.81s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.78s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.77s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.74s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.73s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.65s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.64s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.62s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.58s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.56s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.55s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.54s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.53s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.52s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.51s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.43s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[17]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[22]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]

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

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/9i66/001e99/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/9i66/001e99', '--source-root', '/home/runner/.ya/build/build_root/9i66/001e99/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/001e99/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/9i66/001e99/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/9i66/001e99', '--source-root', '/home/runner/.ya/build/build_root/9i66/001e99/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/001e99/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",), {})
