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

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

============================== slowest durations ===============================
66.95s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
19.24s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
17.96s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
17.63s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
14.31s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
13.74s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
13.35s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
12.98s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
12.37s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
12.34s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
12.14s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
11.77s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
11.62s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
11.49s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
11.16s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
10.98s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
9.63s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
9.54s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
8.94s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
7.99s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
7.35s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
5.76s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
5.66s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.65s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.56s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.56s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.55s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.53s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.53s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.53s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.51s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.45s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
1.45s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.44s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.44s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.44s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.43s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.43s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.42s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.37s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.37s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.34s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
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 356.08s (0:05:56) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/etp0/0016b5/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:137: 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/etp0/0016b5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24340
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/etp0/0016b5/r3tmp/kikimr_cluster_z94hz7l5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1394
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3104
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1601
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/etp0/0016b5/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:257 Final command: /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/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_dft955ud.log --grpc-port=1394 --mon-port=3104 --ic-port=24340
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:1394/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/etp0/0016b5/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:257 Final command: /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/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_dft955ud.log --grpc-port=1394 --mon-port=3104 --ic-port=24340
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/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_dft955ud.log', '--grpc-port=1394', '--mon-port=3104', '--ic-port=24340')' in '/home/runner/.ya/build/build_root/etp0/0016b5/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: 2716162
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:1394/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/etp0/0016b5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2716163
DEBUG    ya.test:process.py:259 Command (pid 2716163) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2716163) elapsed time (sec): 0.7547669410705566
DEBUG    ya.test:process.py:263 Command (pid 2716163) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) maxrss: 571312
DEBUG    ya.test:process.py:263 Command (pid 2716163) minflt: 44931
DEBUG    ya.test:process.py:263 Command (pid 2716163) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 2716163) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2716163) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2716163) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2716163) stime: 0.186809
DEBUG    ya.test:process.py:263 Command (pid 2716163) utime: 0.501822
DEBUG    ya.test:process.py:263 Command (pid 2716163) wtime: 0.756
DEBUG    ya.test:process.py:275 Command (pid 2716163) output:
Git info:
    Commit: 3e1df1eed9bb6da847658312a5f63a182e77ae39
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge e964521c04fc636c430c0fe505ecb6e74cd1bb1b into df38aca3fb40ede425fbc29d12bbda2191636800

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-2gy2lv3rri
    Host information: 
        Linux ghrun-2gy2lv3rri 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9767151549/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9767151549/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-unused-but-set-variable -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-unused-but-set-variable -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 2716163) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 3e1df1eed9bb6da847658312a5f63a182e77ae39
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge e964521c04fc636c430c0fe505ecb6e74cd1bb1b into df38aca3fb40ede425fbc29d12bbda2191636800
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1394', '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: 24340\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/etp0/0016b5/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1394', '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: 24340\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2716973
DEBUG    ya.test:process.py:259 Command (pid 2716973) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2716973) elapsed time (sec): 0.8208942413330078
DEBUG    ya.test:process.py:263 Command (pid 2716973) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) maxrss: 641636
DEBUG    ya.test:process.py:263 Command (pid 2716973) minflt: 51190
DEBUG    ya.test:process.py:263 Command (pid 2716973) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 2716973) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2716973) nvcsw: 842
DEBUG    ya.test:process.py:263 Command (pid 2716973) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2716973) stime: 0.229949
DEBUG    ya.test:process.py:263 Command (pid 2716973) utime: 0.532446
DEBUG    ya.test:process.py:263 Command (pid 2716973) wtime: 0.823
DEBUG    ya.test:process.py:275 Command (pid 2716973) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1394', '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/etp0/0016b5/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:1394', '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: 2717073
DEBUG    ya.test:process.py:259 Command (pid 2717073) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2717073) elapsed time (sec): 0.8195767402648926
DEBUG    ya.test:process.py:263 Command (pid 2717073) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) maxrss: 642480
DEBUG    ya.test:process.py:263 Command (pid 2717073) minflt: 51283
DEBUG    ya.test:process.py:263 Command (pid 2717073) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2717073) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2717073) nvcsw: 674
DEBUG    ya.test:process.py:263 Command (pid 2717073) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2717073) stime: 0.28259799999999996
DEBUG    ya.test:process.py:263 Command (pid 2717073) utime: 0.503499
DEBUG    ya.test:process.py:263 Command (pid 2717073) wtime: 0.821
DEBUG    ya.test:process.py:275 Command (pid 2717073) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24027
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24583
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1956
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26264
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6578
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/etp0/0016b5/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:257 Final command: /home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1394 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/etp0/0016b5/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_l93vw4dt.log --grpc-port=24027 --mon-port=24583 --ic-port=1956
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/etp0/0016b5/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:257 Final command: /home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:1394 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/etp0/0016b5/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_l93vw4dt.log --grpc-port=24027 --mon-port=24583 --ic-port=1956
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/etp0/0016b5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/etp0/0016b5/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:1394', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/etp0/0016b5/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_l93vw4dt.log', '--grpc-port=24027', '--mon-port=24583', '--ic-port=1956')' in '/home/runner/.ya/build/build_root/etp0/0016b5/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: 2717260
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:24027/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/etp0/0016b5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2717261
DEBUG    ya.test:process.py:259 Command (pid 2717261) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2717261) elapsed time (sec): 0.6536200046539307
DEBUG    ya.test:process.py:263 Command (pid 2717261) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) maxrss: 655396
DEBUG    ya.test:process.py:263 Command (pid 2717261) minflt: 44886
DEBUG    ya.test:process.py:263 Command (pid 2717261) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2717261) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2717261) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2717261) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2717261) stime: 0.157462
DEBUG    ya.test:process.py:263 Command (pid 2717261) utime: 0.451267
DEBUG    ya.test:process.py:263 Command (pid 2717261) wtime: 0.655
DEBUG    ya.test:process.py:275 Command (pid 2717261) output:
Git info:
    Commit: 3e1df1eed9bb6da847658312a5f63a182e77ae39
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge e964521c04fc636c430c0fe505ecb6e74cd1bb1b into df38aca3fb40ede425fbc29d12bbda2191636800

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-2gy2lv3rri
    Host information: 
        Linux ghrun-2gy2lv3rri 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/9767151549/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9767151549/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-unused-but-set-variable -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-unused-but-set-variable -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 2717261) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 3e1df1eed9bb6da847658312a5f63a182e77ae39
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge e964521c04fc636c430c0fe505ecb6e74cd1bb1b into df38aca3fb40ede425fbc29d12bbda2191636800
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2717865
DEBUG    ya.test:process.py:259 Command (pid 2717865) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2717865) elapsed time (sec): 11.82532787322998
DEBUG    ya.test:process.py:263 Command (pid 2717865) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) maxrss: 655712
DEBUG    ya.test:process.py:263 Command (pid 2717865) minflt: 111861
DEBUG    ya.test:process.py:263 Command (pid 2717865) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) nivcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 2717865) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2717865) nvcsw: 5638
DEBUG    ya.test:process.py:263 Command (pid 2717865) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2717865) stime: 0.28593399999999997
DEBUG    ya.test:process.py:263 Command (pid 2717865) utime: 0.440668
DEBUG    ya.test:process.py:263 Command (pid 2717865) wtime: 11.827
DEBUG    ya.test:process.py:275 Command (pid 2717865) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2721141
DEBUG    ya.test:process.py:259 Command (pid 2721141) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2721141) elapsed time (sec): 0.6963341236114502
DEBUG    ya.test:process.py:263 Command (pid 2721141) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) maxrss: 656220
DEBUG    ya.test:process.py:263 Command (pid 2721141) minflt: 104575
DEBUG    ya.test:process.py:263 Command (pid 2721141) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 2721141) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) nvcsw: 3116
DEBUG    ya.test:process.py:263 Command (pid 2721141) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2721141) stime: 0.197007
DEBUG    ya.test:process.py:263 Command (pid 2721141) utime: 0.32250999999999996
DEBUG    ya.test:process.py:263 Command (pid 2721141) wtime: 0.707
DEBUG    ya.test:process.py:275 Command (pid 2721141) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2721839
DEBUG    ya.test:process.py:259 Command (pid 2721839) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2721839) elapsed time (sec): 0.6496214866638184
DEBUG    ya.test:process.py:263 Command (pid 2721839) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) maxrss: 656712
DEBUG    ya.test:process.py:263 Command (pid 2721839) minflt: 104193
DEBUG    ya.test:process.py:263 Command (pid 2721839) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) nivcsw: 57
DEBUG    ya.test:process.py:263 Command (pid 2721839) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) nvcsw: 2859
DEBUG    ya.test:process.py:263 Command (pid 2721839) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2721839) stime: 0.17718499999999998
DEBUG    ya.test:process.py:263 Command (pid 2721839) utime: 0.316033
DEBUG    ya.test:process.py:263 Command (pid 2721839) wtime: 0.651
DEBUG    ya.test:process.py:275 Command (pid 2721839) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2722310
DEBUG    ya.test:process.py:259 Command (pid 2722310) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2722310) elapsed time (sec): 0.7564551830291748
DEBUG    ya.test:process.py:263 Command (pid 2722310) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) maxrss: 656960
DEBUG    ya.test:process.py:263 Command (pid 2722310) minflt: 103147
DEBUG    ya.test:process.py:263 Command (pid 2722310) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) nivcsw: 56
DEBUG    ya.test:process.py:263 Command (pid 2722310) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) nvcsw: 2254
DEBUG    ya.test:process.py:263 Command (pid 2722310) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2722310) stime: 0.187059
DEBUG    ya.test:process.py:263 Command (pid 2722310) utime: 0.292489
DEBUG    ya.test:process.py:263 Command (pid 2722310) wtime: 0.759
DEBUG    ya.test:process.py:275 Command (pid 2722310) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2723003
DEBUG    ya.test:process.py:259 Command (pid 2723003) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2723003) elapsed time (sec): 0.8759479522705078
DEBUG    ya.test:process.py:263 Command (pid 2723003) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) maxrss: 657380
DEBUG    ya.test:process.py:263 Command (pid 2723003) minflt: 103091
DEBUG    ya.test:process.py:263 Command (pid 2723003) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) nivcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 2723003) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) nvcsw: 2009
DEBUG    ya.test:process.py:263 Command (pid 2723003) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2723003) stime: 0.142254
DEBUG    ya.test:process.py:263 Command (pid 2723003) utime: 0.328968
DEBUG    ya.test:process.py:263 Command (pid 2723003) wtime: 0.878
DEBUG    ya.test:process.py:275 Command (pid 2723003) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2723534
DEBUG    ya.test:process.py:259 Command (pid 2723534) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2723534) elapsed time (sec): 0.7229130268096924
DEBUG    ya.test:process.py:263 Command (pid 2723534) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) maxrss: 657656
DEBUG    ya.test:process.py:263 Command (pid 2723534) minflt: 104145
DEBUG    ya.test:process.py:263 Command (pid 2723534) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) nivcsw: 91
DEBUG    ya.test:process.py:263 Command (pid 2723534) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) nvcsw: 2774
DEBUG    ya.test:process.py:263 Command (pid 2723534) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2723534) stime: 0.198188
DEBUG    ya.test:process.py:263 Command (pid 2723534) utime: 0.286897
DEBUG    ya.test:process.py:263 Command (pid 2723534) wtime: 0.725
DEBUG    ya.test:process.py:275 Command (pid 2723534) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2724159
DEBUG    ya.test:process.py:259 Command (pid 2724159) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2724159) elapsed time (sec): 0.7121138572692871
DEBUG    ya.test:process.py:263 Command (pid 2724159) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) maxrss: 657980
DEBUG    ya.test:process.py:263 Command (pid 2724159) minflt: 104159
DEBUG    ya.test:process.py:263 Command (pid 2724159) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) nivcsw: 68
DEBUG    ya.test:process.py:263 Command (pid 2724159) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) nvcsw: 2830
DEBUG    ya.test:process.py:263 Command (pid 2724159) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2724159) stime: 0.21204499999999998
DEBUG    ya.test:process.py:263 Command (pid 2724159) utime: 0.268043
DEBUG    ya.test:process.py:263 Command (pid 2724159) wtime: 0.715
DEBUG    ya.test:process.py:275 Command (pid 2724159) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2724381
DEBUG    ya.test:process.py:259 Command (pid 2724381) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2724381) elapsed time (sec): 0.819347620010376
DEBUG    ya.test:process.py:263 Command (pid 2724381) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) maxrss: 658556
DEBUG    ya.test:process.py:263 Command (pid 2724381) minflt: 104817
DEBUG    ya.test:process.py:263 Command (pid 2724381) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 2724381) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) nvcsw: 3386
DEBUG    ya.test:process.py:263 Command (pid 2724381) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2724381) stime: 0.227758
DEBUG    ya.test:process.py:263 Command (pid 2724381) utime: 0.314777
DEBUG    ya.test:process.py:263 Command (pid 2724381) wtime: 0.824
DEBUG    ya.test:process.py:275 Command (pid 2724381) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2724804
DEBUG    ya.test:process.py:259 Command (pid 2724804) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2724804) elapsed time (sec): 209.38887882232666
DEBUG    ya.test:process.py:263 Command (pid 2724804) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) maxrss: 2574440
DEBUG    ya.test:process.py:263 Command (pid 2724804) minflt: 5094116
DEBUG    ya.test:process.py:263 Command (pid 2724804) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) nivcsw: 14123
DEBUG    ya.test:process.py:263 Command (pid 2724804) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2724804) nvcsw: 1041861
DEBUG    ya.test:process.py:263 Command (pid 2724804) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 2724804) stime: 34.517281
DEBUG    ya.test:process.py:263 Command (pid 2724804) utime: 201.833014
DEBUG    ya.test:process.py:263 Command (pid 2724804) wtime: 209.391
DEBUG    ya.test:process.py:275 Command (pid 2724804) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.635496s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.263631s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (164.914580s)
Fill table part...
Fill table part OK 200000 / 200000 (28.031934s)
Fill table nation...
Fill table nation OK 25 / 25 (0.174447s)
Fill table region...
Fill table region OK 5 / 5 (0.214293s)

DEBUG    ya.test:process.py:276 Command (pid 2724804) 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/etp0/0016b5/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/etp0/0016b5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1394', '-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: 2764431
DEBUG    ya.test:process.py:259 Command (pid 2764431) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2764431) elapsed time (sec): 222.80487632751465
DEBUG    ya.test:process.py:263 Command (pid 2764431) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) inblock: 16
DEBUG    ya.test:process.py:263 Command (pid 2764431) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) maxrss: 2981376
DEBUG    ya.test:process.py:263 Command (pid 2764431) minflt: 5474415
DEBUG    ya.test:process.py:263 Command (pid 2764431) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) nivcsw: 14046
DEBUG    ya.test:process.py:263 Command (pid 2764431) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2764431) nvcsw: 775981
DEBUG    ya.test:process.py:263 Command (pid 2764431) oublock: 72
DEBUG    ya.test:process.py:263 Command (pid 2764431) stime: 34.391221
DEBUG    ya.test:process.py:263 Command (pid 2764431) utime: 191.24796
DEBUG    ya.test:process.py:263 Command (pid 2764431) wtime: 222.807
DEBUG    ya.test:process.py:275 Command (pid 2764431) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.920612s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.861508s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (175.282445s)
Fill table part...
Fill table part OK 200000 / 200000 (29.236185s)
Fill table nation...
Fill table nation OK 25 / 25 (0.341713s)
Fill table region...
Fill table region OK 5 / 5 (0.452132s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
DEBUG    root:ydb_cluster.py:345 Expected nodes count: 1
INFO     root:ydb_cluster.py:181 Connecting to grpc://localhost:1394 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, 5a83e30f-885e-4071-bdf8-9d374b37c31c, localhost:1394): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5a83e30f-885e-4071-bdf8-9d374b37c31c, localhost:1394): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5a83e30f-885e-4071-bdf8-9d374b37c31c, localhost:1394): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2gy2lv3rri.auto.internal" port: 24027 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-2gy2lv3rri.auto.internal:24027, 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:1394
INFO     root:ydb_cluster.py:197 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 484b01de-4a81-4d74-a1f7-2b98db5f08a2, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 484b01de-4a81-4d74-a1f7-2b98db5f08a2, ghrun-2gy2lv3rri.auto.internal:24027): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 484b01de-4a81-4d74-a1f7-2b98db5f08a2, ghrun-2gy2lv3rri.auto.internal:24027): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    root:ydb_cluster.py:345 Expected nodes count: 1
INFO     root:ydb_cluster.py:248 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:242 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d32728a1-43c3-4303-90a1-d1bd60de16c2, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d32728a1-43c3-4303-90a1-d1bd60de16c2, ghrun-2gy2lv3rri.auto.internal:24027): 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, d32728a1-43c3-4303-90a1-d1bd60de16c2, ghrun-2gy2lv3rri.auto.internal:24027): 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: 1759337594260 tx_id: 281474976720659 } } } } } }
INFO     root:ydb_cluster.py:226 list /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d299f8c4-8868-43aa-9fd1-a69d9f20278e, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d299f8c4-8868-43aa-9fd1-a69d9f20278e, ghrun-2gy2lv3rri.auto.internal:24027): 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, d299f8c4-8868-43aa-9fd1-a69d9f20278e, ghrun-2gy2lv3rri.auto.internal:24027): 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: 1759337594260 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337594260 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337595730 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337595990 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337597340 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337598960 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337600590 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337600900 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1759337602650 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "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 579
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "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 579
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "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 578
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "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 579
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "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 579
INFO     root:ydb_cluster.py:387 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:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "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:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 9a216413-52b3-40a7-aec2-adbc9c1bc583, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 9a216413-52b3-40a7-aec2-adbc9c1bc583, ghrun-2gy2lv3rri.auto.internal:24027): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 9a216413-52b3-40a7-aec2-adbc9c1bc583, ghrun-2gy2lv3rri.auto.internal:24027): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, b988d996-d97d-4133-9f2a-f347d1d9f8e7, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, b988d996-d97d-4133-9f2a-f347d1d9f8e7, ghrun-2gy2lv3rri.auto.internal:24027): 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, b988d996-d97d-4133-9f2a-f347d1d9f8e7, ghrun-2gy2lv3rri.auto.internal:24027): 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, 512a67c9-d162-483e-b244-aac80629beb8, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 512a67c9-d162-483e-b244-aac80629beb8, ghrun-2gy2lv3rri.auto.internal:24027): 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, 512a67c9-d162-483e-b244-aac80629beb8, ghrun-2gy2lv3rri.auto.internal:24027): 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, e606e2f0-2795-4e86-90f4-f120fed62c51, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, e606e2f0-2795-4e86-90f4-f120fed62c51, ghrun-2gy2lv3rri.auto.internal:24027): 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, e606e2f0-2795-4e86-90f4-f120fed62c51, ghrun-2gy2lv3rri.auto.internal:24027): 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, f858abca-33e6-4aad-8ddf-c127d4162fa5, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, f858abca-33e6-4aad-8ddf-c127d4162fa5, ghrun-2gy2lv3rri.auto.internal:24027): 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, f858abca-33e6-4aad-8ddf-c127d4162fa5, ghrun-2gy2lv3rri.auto.internal:24027): 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, 4dce9a57-ab1a-4680-bab7-541f2354679f, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 4dce9a57-ab1a-4680-bab7-541f2354679f, ghrun-2gy2lv3rri.auto.internal:24027): 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, 4dce9a57-ab1a-4680-bab7-541f2354679f, ghrun-2gy2lv3rri.auto.internal:24027): 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, 880ab419-36d5-4544-b914-066bbf8df76d, localhost:1394): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 880ab419-36d5-4544-b914-066bbf8df76d, localhost:1394): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 880ab419-36d5-4544-b914-066bbf8df76d, localhost:1394): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2gy2lv3rri.auto.internal" port: 24027 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-2gy2lv3rri.auto.internal:24027, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1394
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 9669002e-69af-4794-bd87-475de1dcb716, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 9669002e-69af-4794-bd87-475de1dcb716, ghrun-2gy2lv3rri.auto.internal:24027): 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, 9669002e-69af-4794-bd87-475de1dcb716, ghrun-2gy2lv3rri.auto.internal:24027): 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, 019dbfc2-25a5-465f-853a-2dc146ae2840, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 019dbfc2-25a5-465f-853a-2dc146ae2840, ghrun-2gy2lv3rri.auto.internal:24027): 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, 019dbfc2-25a5-465f-853a-2dc146ae2840, ghrun-2gy2lv3rri.auto.internal:24027): 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, 948f0391-b87e-4970-aace-6e4e69e3605b, ghrun-2gy2lv3rri.auto.internal:24027): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 948f0391-b87e-4970-aace-6e4e69e3605b, ghrun-2gy2lv3rri.auto.internal:24027): 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, 948f0391-b87e-4970-aace-6e4e69e3605b, ghrun-2gy2lv3rri.auto.internal:24027): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /viewer/json/nodes HTTP/1.1" 200 803
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /viewer/json/nodes HTTP/1.1" 200 804
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3104
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3104 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
INFO     root:allure_utils.py:235 All nodes before filtering: [('1956@ghrun-2gy2lv3rri.auto.internal', <Role.UNKNOWN: 0>)]
INFO     root:allure_utils.py:255 Auto-discovered hosts (all roles): 1 hosts from 1 total nodes
INFO     root:allure_utils.py:256 Host to nodes mapping: [('ghrun-2gy2lv3rri.auto.internal', 1)]
INFO     root:allure_utils.py:815 iterations_table created, length: 515
INFO     root:allure_utils.py:821 Added iterations table to description HTML
============================== slowest durations ===============================
598.99s 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 602.88s (0:10:02) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...-capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5', '--source-root', '/home/runner/.ya/build/build_root/etp0/0016b5/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/etp0/0016b5/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/9824364966/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 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...-capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/etp0/0016b5/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/etp0/0016b5', '--source-root', '/home/runner/.ya/build/build_root/etp0/0016b5/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/etp0/0016b5/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/9824364966/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.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/etp0/0016c2/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 ===============================
228.28s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.68s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.52s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.51s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.50s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.48s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.47s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.46s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.46s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.45s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.44s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.43s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.42s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.41s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.41s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.41s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.39s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.39s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.38s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.37s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.36s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.36s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.12s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.03s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 261.77s (0:04:21) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/etp0/00167b/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 ===============================
231.42s setup    test_s1.py::TestTpchS1::test_tpch[1]
41.43s call     test_s1.py::TestTpchS1::test_tpch[8]
36.35s call     test_s1.py::TestTpchS1::test_tpch[9]
30.49s call     test_s1.py::TestTpchS1::test_tpch[10]
29.38s call     test_s1.py::TestTpchS1::test_tpch[1]
23.62s call     test_s1.py::TestTpchS1::test_tpch[13]
23.37s call     test_s1.py::TestTpchS1::test_tpch[5]
23.04s call     test_s1.py::TestTpchS1::test_tpch[7]
22.95s call     test_s1.py::TestTpchS1::test_tpch[11]
21.28s call     test_s1.py::TestTpchS1::test_tpch[12]
19.80s call     test_s1.py::TestTpchS1::test_tpch[3]
19.58s call     test_s1.py::TestTpchS1::test_tpch[2]
17.85s call     test_s1.py::TestTpchS1::test_tpch[4]
17.57s call     test_s1.py::TestTpchS1::test_tpch[14]
9.24s call     test_s1.py::TestTpchS1::test_tpch[6]
2.88s setup    test_s1.py::TestTpchS1::test_tpch[15]
2.34s setup    test_s1.py::TestTpchS1::test_tpch[12]
2.14s setup    test_s1.py::TestTpchS1::test_tpch[14]
2.07s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.99s setup    test_s1.py::TestTpchS1::test_tpch[13]
1.85s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.70s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.60s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.56s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.55s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.53s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.49s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.48s setup    test_s1.py::TestTpchS1::test_tpch[2]
1.43s setup    test_s1.py::TestTpchS1::test_tpch[4]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[1]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 14 passed in 601.86s (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: ...oot/etp0/00167b/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/etp0/00167b/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/etp0/00167b', '--source-root', '/home/runner/.ya/build/build_root/etp0/00167b/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/etp0/00167b/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/9824364966/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 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...oot/etp0/00167b/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/etp0/00167b/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/etp0/00167b', '--source-root', '/home/runner/.ya/build/build_root/etp0/00167b/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/etp0/00167b/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/9824364966/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.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/etp0/0016f4/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 ===============================
90.39s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
65.31s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
25.26s call     test_s_float.py::TestTpchS0_2::test_tpch[3]
20.91s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
19.90s call     test_s_float.py::TestTpchS0_2::test_tpch[7]
19.84s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
19.57s call     test_s_float.py::TestTpchS0_2::test_tpch[5]
17.83s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
16.85s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
15.53s call     test_s_float.py::TestTpchS0_2::test_tpch[4]
14.89s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
14.53s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
14.08s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
14.03s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
12.42s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
11.80s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
11.77s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
11.40s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
11.20s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
11.13s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
10.88s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
10.57s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
9.81s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
8.59s call     test_s_float.py::TestTpchS0_2::test_tpch[6]
8.42s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
8.38s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
7.92s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
7.88s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
7.67s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
5.83s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
5.29s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
2.57s setup    test_s_float.py::TestTpchS0_2::test_tpch[8]
2.10s setup    test_s_float.py::TestTpchS0_2::test_tpch[6]
2.08s setup    test_s_float.py::TestTpchS0_2::test_tpch[7]
2.06s setup    test_s_float.py::TestTpchS0_2::test_tpch[5]
2.02s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
1.79s setup    test_s_float.py::TestTpchS0_2::test_tpch[4]
1.71s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.67s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.64s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
1.57s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.57s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.53s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.53s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.52s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.52s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.49s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.48s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.47s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.45s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.44s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.44s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.43s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.43s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.42s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.41s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.40s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.39s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[7]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[5]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[6]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[3]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]

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

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