============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ygsp/002638/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 ===============================
63.54s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
20.43s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
17.85s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
15.77s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
13.54s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
13.45s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
12.61s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
12.17s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
11.95s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
11.79s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
11.59s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
11.42s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
11.30s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
11.26s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
10.61s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
10.35s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
9.16s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
8.44s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
8.41s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
8.06s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
7.77s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
5.80s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
4.70s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.65s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.61s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.59s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.59s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.54s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.52s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.48s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.48s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.46s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.45s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.45s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.44s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
1.43s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.42s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.37s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.34s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.33s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.30s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]

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

test_duplicates.py E

==================================== ERRORS ====================================
__________ ERROR at setup of TestTpchDuplicatesZeroLevel.test_tpch[1] __________
ydb/tests/olap/load/lib/tpch.py:38: in do_setup_class
    cls.check_tables_size(folder=cls._get_path(), tables=TpchSuiteBase._get_tables_size(cls))
ydb/tests/olap/load/lib/conftest.py:140: in check_tables_size
    size = sth.get_table_rows_count(table_full)
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:671: in get_table_rows_count
    result_set = self.execute_scan_query(f'SELECT count(*) FROM `{self.get_full_path(tablename)}`')
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:480: in execute_scan_query
    for result_set in it:
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/connection.py:359: in __next__
    return self.it.__next__()
contrib/python/grpcio/py3/grpc/_channel.py:543: in __next__
    return self._next()
contrib/python/grpcio/py3/grpc/_channel.py:960: in _next
    _common.wait(self._state.condition.wait, _response_ready)
contrib/python/grpcio/py3/grpc/_common.py:156: in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
contrib/python/grpcio/py3/grpc/_common.py:116: in _wait_once
    wait_fn(timeout=timeout)
contrib/tools/python3/Lib/threading.py:359: in wait
    gotit = waiter.acquire(True, timeout)
library/python/pytest/plugins/ya.py:349: in _graceful_shutdown
    _graceful_shutdown_on_log(not capman.is_globally_capturing())
library/python/pytest/plugins/ya.py:321: in _graceful_shutdown_on_log
    pytest.exit("Graceful shutdown requested")
E   Failed: Graceful shutdown requested
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_tpch[1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6216
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/ygsp/002641/r3tmp/kikimr_cluster_x9lnyu00
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2280
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61579
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61580
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13482
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18664
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/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/ygsp/002641/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_44038qtz.log --grpc-port=2280 --mon-port=61580 --ic-port=6216
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:2280/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/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/ygsp/002641/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_44038qtz.log --grpc-port=2280 --mon-port=61580 --ic-port=6216
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/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_44038qtz.log', '--grpc-port=2280', '--mon-port=61580', '--ic-port=6216')' in '/home/runner/.ya/build/build_root/ygsp/002641/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: 1260032
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:2280/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/ygsp/002641/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1260033
DEBUG    ya.test:process.py:259 Command (pid 1260033) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1260033) elapsed time (sec): 0.6980135440826416
DEBUG    ya.test:process.py:263 Command (pid 1260033) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) maxrss: 577060
DEBUG    ya.test:process.py:263 Command (pid 1260033) minflt: 45108
DEBUG    ya.test:process.py:263 Command (pid 1260033) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) nivcsw: 70
DEBUG    ya.test:process.py:263 Command (pid 1260033) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1260033) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1260033) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1260033) stime: 0.22439099999999998
DEBUG    ya.test:process.py:263 Command (pid 1260033) utime: 0.42774199999999996
DEBUG    ya.test:process.py:263 Command (pid 1260033) wtime: 0.7
DEBUG    ya.test:process.py:275 Command (pid 1260033) output:
Git info:
    Commit: 9a90d84c1462eab5e6d836e96ecaa86eb48aa4d1
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 834977fc44faac0d4668f39ffec80dcbbc74fbaf

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 9a90d84c1462eab5e6d836e96ecaa86eb48aa4d1
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 834977fc44faac0d4668f39ffec80dcbbc74fbaf
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:2280', '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: 6216\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/ygsp/002641/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:2280', '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: 6216\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1260482
DEBUG    ya.test:process.py:259 Command (pid 1260482) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1260482) elapsed time (sec): 0.7944576740264893
DEBUG    ya.test:process.py:263 Command (pid 1260482) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) maxrss: 652092
DEBUG    ya.test:process.py:263 Command (pid 1260482) minflt: 51340
DEBUG    ya.test:process.py:263 Command (pid 1260482) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1260482) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1260482) nvcsw: 716
DEBUG    ya.test:process.py:263 Command (pid 1260482) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1260482) stime: 0.262455
DEBUG    ya.test:process.py:263 Command (pid 1260482) utime: 0.503622
DEBUG    ya.test:process.py:263 Command (pid 1260482) wtime: 0.796
DEBUG    ya.test:process.py:275 Command (pid 1260482) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:2280', '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/ygsp/002641/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:2280', '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: 1260745
DEBUG    ya.test:process.py:259 Command (pid 1260745) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1260745) elapsed time (sec): 0.8756787776947021
DEBUG    ya.test:process.py:263 Command (pid 1260745) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) maxrss: 653280
DEBUG    ya.test:process.py:263 Command (pid 1260745) minflt: 51420
DEBUG    ya.test:process.py:263 Command (pid 1260745) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1260745) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1260745) nvcsw: 689
DEBUG    ya.test:process.py:263 Command (pid 1260745) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1260745) stime: 0.27413699999999996
DEBUG    ya.test:process.py:263 Command (pid 1260745) utime: 0.573438
DEBUG    ya.test:process.py:263 Command (pid 1260745) wtime: 0.877
DEBUG    ya.test:process.py:275 Command (pid 1260745) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1260745) 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/ygsp/002641/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29386
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29156
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65403
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17296
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1666
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:2280 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/ygsp/002641/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_l9rptmzj.log --grpc-port=29386 --mon-port=29156 --ic-port=65403
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:2280 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/ygsp/002641/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_l9rptmzj.log --grpc-port=29386 --mon-port=29156 --ic-port=65403
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ygsp/002641/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ygsp/002641/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:2280', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/ygsp/002641/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_l9rptmzj.log', '--grpc-port=29386', '--mon-port=29156', '--ic-port=65403')' in '/home/runner/.ya/build/build_root/ygsp/002641/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: 1260981
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:29386/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/ygsp/002641/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1260982
DEBUG    ya.test:process.py:259 Command (pid 1260982) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1260982) elapsed time (sec): 0.7526910305023193
DEBUG    ya.test:process.py:263 Command (pid 1260982) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) maxrss: 666216
DEBUG    ya.test:process.py:263 Command (pid 1260982) minflt: 45106
DEBUG    ya.test:process.py:263 Command (pid 1260982) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 1260982) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1260982) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1260982) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1260982) stime: 0.20296399999999998
DEBUG    ya.test:process.py:263 Command (pid 1260982) utime: 0.5048819999999999
DEBUG    ya.test:process.py:263 Command (pid 1260982) wtime: 0.754
DEBUG    ya.test:process.py:275 Command (pid 1260982) output:
Git info:
    Commit: 9a90d84c1462eab5e6d836e96ecaa86eb48aa4d1
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 834977fc44faac0d4668f39ffec80dcbbc74fbaf

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 9a90d84c1462eab5e6d836e96ecaa86eb48aa4d1
    Branch: 
    Author: Александр Новожилов <ivningman@gmail.com>
    Summary: Merge 525f117c40c48dab008f7b2e05d4242aab8b6254 into 834977fc44faac0d4668f39ffec80dcbbc74fbaf
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1261625
DEBUG    ya.test:process.py:259 Command (pid 1261625) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1261625) elapsed time (sec): 12.61424446105957
DEBUG    ya.test:process.py:263 Command (pid 1261625) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) inblock: 252320
DEBUG    ya.test:process.py:263 Command (pid 1261625) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) majflt: 46
DEBUG    ya.test:process.py:263 Command (pid 1261625) maxrss: 666804
DEBUG    ya.test:process.py:263 Command (pid 1261625) minflt: 109199
DEBUG    ya.test:process.py:263 Command (pid 1261625) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 1261625) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1261625) nvcsw: 4104
DEBUG    ya.test:process.py:263 Command (pid 1261625) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 1261625) stime: 0.361573
DEBUG    ya.test:process.py:263 Command (pid 1261625) utime: 0.402006
DEBUG    ya.test:process.py:263 Command (pid 1261625) wtime: 12.616
DEBUG    ya.test:process.py:275 Command (pid 1261625) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1263607
DEBUG    ya.test:process.py:259 Command (pid 1263607) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1263607) elapsed time (sec): 0.622626781463623
DEBUG    ya.test:process.py:263 Command (pid 1263607) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) maxrss: 667420
DEBUG    ya.test:process.py:263 Command (pid 1263607) minflt: 103229
DEBUG    ya.test:process.py:263 Command (pid 1263607) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1263607) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) nvcsw: 2605
DEBUG    ya.test:process.py:263 Command (pid 1263607) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1263607) stime: 0.28699199999999997
DEBUG    ya.test:process.py:263 Command (pid 1263607) utime: 0.24698699999999998
DEBUG    ya.test:process.py:263 Command (pid 1263607) wtime: 0.625
DEBUG    ya.test:process.py:275 Command (pid 1263607) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1263729
DEBUG    ya.test:process.py:259 Command (pid 1263729) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1263729) elapsed time (sec): 0.5491435527801514
DEBUG    ya.test:process.py:263 Command (pid 1263729) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) maxrss: 668032
DEBUG    ya.test:process.py:263 Command (pid 1263729) minflt: 103211
DEBUG    ya.test:process.py:263 Command (pid 1263729) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1263729) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) nvcsw: 2538
DEBUG    ya.test:process.py:263 Command (pid 1263729) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1263729) stime: 0.192458
DEBUG    ya.test:process.py:263 Command (pid 1263729) utime: 0.331294
DEBUG    ya.test:process.py:263 Command (pid 1263729) wtime: 0.551
DEBUG    ya.test:process.py:275 Command (pid 1263729) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1263844
DEBUG    ya.test:process.py:259 Command (pid 1263844) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1263844) elapsed time (sec): 0.6631488800048828
DEBUG    ya.test:process.py:263 Command (pid 1263844) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) maxrss: 668492
DEBUG    ya.test:process.py:263 Command (pid 1263844) minflt: 103312
DEBUG    ya.test:process.py:263 Command (pid 1263844) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1263844) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) nvcsw: 2603
DEBUG    ya.test:process.py:263 Command (pid 1263844) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1263844) stime: 0.221737
DEBUG    ya.test:process.py:263 Command (pid 1263844) utime: 0.292134
DEBUG    ya.test:process.py:263 Command (pid 1263844) wtime: 0.665
DEBUG    ya.test:process.py:275 Command (pid 1263844) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1264162
DEBUG    ya.test:process.py:259 Command (pid 1264162) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1264162) elapsed time (sec): 0.6261744499206543
DEBUG    ya.test:process.py:263 Command (pid 1264162) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) maxrss: 668976
DEBUG    ya.test:process.py:263 Command (pid 1264162) minflt: 103313
DEBUG    ya.test:process.py:263 Command (pid 1264162) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 1264162) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) nvcsw: 2584
DEBUG    ya.test:process.py:263 Command (pid 1264162) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264162) stime: 0.200465
DEBUG    ya.test:process.py:263 Command (pid 1264162) utime: 0.308963
DEBUG    ya.test:process.py:263 Command (pid 1264162) wtime: 0.628
DEBUG    ya.test:process.py:275 Command (pid 1264162) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1264271
DEBUG    ya.test:process.py:259 Command (pid 1264271) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1264271) elapsed time (sec): 0.5844025611877441
DEBUG    ya.test:process.py:263 Command (pid 1264271) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) maxrss: 669628
DEBUG    ya.test:process.py:263 Command (pid 1264271) minflt: 103205
DEBUG    ya.test:process.py:263 Command (pid 1264271) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1264271) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) nvcsw: 2676
DEBUG    ya.test:process.py:263 Command (pid 1264271) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264271) stime: 0.21009799999999998
DEBUG    ya.test:process.py:263 Command (pid 1264271) utime: 0.270547
DEBUG    ya.test:process.py:263 Command (pid 1264271) wtime: 0.586
DEBUG    ya.test:process.py:275 Command (pid 1264271) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1264386
DEBUG    ya.test:process.py:259 Command (pid 1264386) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1264386) elapsed time (sec): 0.5517392158508301
DEBUG    ya.test:process.py:263 Command (pid 1264386) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) maxrss: 670172
DEBUG    ya.test:process.py:263 Command (pid 1264386) minflt: 103249
DEBUG    ya.test:process.py:263 Command (pid 1264386) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1264386) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) nvcsw: 2824
DEBUG    ya.test:process.py:263 Command (pid 1264386) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264386) stime: 0.22421
DEBUG    ya.test:process.py:263 Command (pid 1264386) utime: 0.30505499999999997
DEBUG    ya.test:process.py:263 Command (pid 1264386) wtime: 0.553
DEBUG    ya.test:process.py:275 Command (pid 1264386) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1264503
DEBUG    ya.test:process.py:259 Command (pid 1264503) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1264503) elapsed time (sec): 0.6424548625946045
DEBUG    ya.test:process.py:263 Command (pid 1264503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) maxrss: 670952
DEBUG    ya.test:process.py:263 Command (pid 1264503) minflt: 103152
DEBUG    ya.test:process.py:263 Command (pid 1264503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 1264503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) nvcsw: 2594
DEBUG    ya.test:process.py:263 Command (pid 1264503) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264503) stime: 0.185943
DEBUG    ya.test:process.py:263 Command (pid 1264503) utime: 0.33901899999999996
DEBUG    ya.test:process.py:263 Command (pid 1264503) wtime: 0.644
DEBUG    ya.test:process.py:275 Command (pid 1264503) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1264714
DEBUG    ya.test:process.py:259 Command (pid 1264714) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1264714) elapsed time (sec): 208.81112837791443
DEBUG    ya.test:process.py:263 Command (pid 1264714) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) maxrss: 2926616
DEBUG    ya.test:process.py:263 Command (pid 1264714) minflt: 5394388
DEBUG    ya.test:process.py:263 Command (pid 1264714) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) nivcsw: 9569
DEBUG    ya.test:process.py:263 Command (pid 1264714) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1264714) nvcsw: 758415
DEBUG    ya.test:process.py:263 Command (pid 1264714) oublock: 40
DEBUG    ya.test:process.py:263 Command (pid 1264714) stime: 34.803213
DEBUG    ya.test:process.py:263 Command (pid 1264714) utime: 188.1979
DEBUG    ya.test:process.py:263 Command (pid 1264714) wtime: 208.813
DEBUG    ya.test:process.py:275 Command (pid 1264714) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.353490s)
Fill table customer...
Fill table customer OK 150000 / 150000 (3.413474s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (176.150106s)
Fill table part...
Fill table part OK 200000 / 200000 (17.414930s)
Fill table nation...
Fill table nation OK 25 / 25 (0.153816s)
Fill table region...
Fill table region OK 5 / 5 (0.183151s)

DEBUG    ya.test:process.py:276 Command (pid 1264714) 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/ygsp/002641/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/ygsp/002641/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:2280', '-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: 1312483
DEBUG    ya.test:process.py:259 Command (pid 1312483) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312483) elapsed time (sec): 222.44196152687073
DEBUG    ya.test:process.py:263 Command (pid 1312483) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 1312483) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) maxrss: 2934188
DEBUG    ya.test:process.py:263 Command (pid 1312483) minflt: 5425483
DEBUG    ya.test:process.py:263 Command (pid 1312483) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) nivcsw: 11783
DEBUG    ya.test:process.py:263 Command (pid 1312483) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1312483) nvcsw: 782014
DEBUG    ya.test:process.py:263 Command (pid 1312483) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 1312483) stime: 35.259979
DEBUG    ya.test:process.py:263 Command (pid 1312483) utime: 194.838538
DEBUG    ya.test:process.py:263 Command (pid 1312483) wtime: 222.444
DEBUG    ya.test:process.py:275 Command (pid 1312483) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.596975s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.092547s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (173.927699s)
Fill table part...
Fill table part OK 200000 / 200000 (31.107634s)
Fill table nation...
Fill table nation OK 25 / 25 (0.387582s)
Fill table region...
Fill table region OK 5 / 5 (0.402537s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:2280 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, c2b31a9a-9182-4d50-9842-856687bbd460, localhost:2280): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c2b31a9a-9182-4d50-9842-856687bbd460, localhost:2280): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c2b31a9a-9182-4d50-9842-856687bbd460, localhost:2280): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-cg3t4ljx3u.auto.internal" port: 29386 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-cg3t4ljx3u.auto.internal:29386, 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:2280
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, f591cc05-e764-4514-a744-73ee70cb8be4, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, f591cc05-e764-4514-a744-73ee70cb8be4, ghrun-cg3t4ljx3u.auto.internal:29386): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, f591cc05-e764-4514-a744-73ee70cb8be4, ghrun-cg3t4ljx3u.auto.internal:29386): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:273 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:267 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 978c7914-9fb7-4430-b7e8-69e1544897f3, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 978c7914-9fb7-4430-b7e8-69e1544897f3, ghrun-cg3t4ljx3u.auto.internal:29386): 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, 978c7914-9fb7-4430-b7e8-69e1544897f3, ghrun-cg3t4ljx3u.auto.internal:29386): 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: 1760483212530 tx_id: 281474976720659 } } } } } }
INFO     root:ydb_cluster.py:251 list /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a8a35691-a0c5-4b5f-b623-04ef04f201b4, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a8a35691-a0c5-4b5f-b623-04ef04f201b4, ghrun-cg3t4ljx3u.auto.internal:29386): 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, a8a35691-a0c5-4b5f-b623-04ef04f201b4, ghrun-cg3t4ljx3u.auto.internal:29386): 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: 1760483212530 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483212530 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483214320 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483214610 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483216150 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483217950 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483219630 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483219900 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760483221520 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 577
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/customer balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 577
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/lineitem balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 575
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/nation balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 577
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/orders balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 577
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 577
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 576
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "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:61580 "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 577
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, fd1c509e-960d-4504-bfd9-39743af01ae7, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, fd1c509e-960d-4504-bfd9-39743af01ae7, ghrun-cg3t4ljx3u.auto.internal:29386): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, fd1c509e-960d-4504-bfd9-39743af01ae7, ghrun-cg3t4ljx3u.auto.internal:29386): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 1fc43abe-9195-4cb4-876e-8a589b2428c3, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 1fc43abe-9195-4cb4-876e-8a589b2428c3, ghrun-cg3t4ljx3u.auto.internal:29386): 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, 1fc43abe-9195-4cb4-876e-8a589b2428c3, ghrun-cg3t4ljx3u.auto.internal:29386): 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, 35daa3dd-29c2-4de2-bf19-a1947957db05, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 35daa3dd-29c2-4de2-bf19-a1947957db05, ghrun-cg3t4ljx3u.auto.internal:29386): 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, 35daa3dd-29c2-4de2-bf19-a1947957db05, ghrun-cg3t4ljx3u.auto.internal:29386): 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, af9e703e-1322-4892-98f9-2257af2f69a5, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, af9e703e-1322-4892-98f9-2257af2f69a5, ghrun-cg3t4ljx3u.auto.internal:29386): 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, af9e703e-1322-4892-98f9-2257af2f69a5, ghrun-cg3t4ljx3u.auto.internal:29386): 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, c971c709-2b75-4dc0-9882-bf028740cdae, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, c971c709-2b75-4dc0-9882-bf028740cdae, ghrun-cg3t4ljx3u.auto.internal:29386): 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, c971c709-2b75-4dc0-9882-bf028740cdae, ghrun-cg3t4ljx3u.auto.internal:29386): 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, fe8adb93-7fa5-4728-a743-67a66b9c75e2, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, fe8adb93-7fa5-4728-a743-67a66b9c75e2, ghrun-cg3t4ljx3u.auto.internal:29386): 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, fe8adb93-7fa5-4728-a743-67a66b9c75e2, ghrun-cg3t4ljx3u.auto.internal:29386): 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, 31c3af88-d96f-4cad-af9c-e9fef2b47bb8, localhost:2280): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31c3af88-d96f-4cad-af9c-e9fef2b47bb8, localhost:2280): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31c3af88-d96f-4cad-af9c-e9fef2b47bb8, localhost:2280): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-cg3t4ljx3u.auto.internal" port: 29386 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-cg3t4ljx3u.auto.internal:29386, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2280
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, b51caf94-10cb-41b3-88ff-34249c0a0389, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, b51caf94-10cb-41b3-88ff-34249c0a0389, ghrun-cg3t4ljx3u.auto.internal:29386): 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, b51caf94-10cb-41b3-88ff-34249c0a0389, ghrun-cg3t4ljx3u.auto.internal:29386): 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, aa1d64a7-e88a-4001-81c0-d9414d24fb8b, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, aa1d64a7-e88a-4001-81c0-d9414d24fb8b, ghrun-cg3t4ljx3u.auto.internal:29386): 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, aa1d64a7-e88a-4001-81c0-d9414d24fb8b, ghrun-cg3t4ljx3u.auto.internal:29386): 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, cbc34224-f9a0-4e70-baa1-07c411496bfe, ghrun-cg3t4ljx3u.auto.internal:29386): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, cbc34224-f9a0-4e70-baa1-07c411496bfe, ghrun-cg3t4ljx3u.auto.internal:29386): 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, cbc34224-f9a0-4e70-baa1-07c411496bfe, ghrun-cg3t4ljx3u.auto.internal:29386): 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:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /viewer/json/nodes HTTP/1.1" 200 807
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 550
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /viewer/json/nodes HTTP/1.1" 200 806
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:61580
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:61580 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
INFO     root:allure_utils.py:292 All nodes before filtering: [('65403@ghrun-cg3t4ljx3u.auto.internal', <Role.UNKNOWN: 0>)]
INFO     root:allure_utils.py:312 Auto-discovered hosts (all roles): 1 hosts from 1 total nodes
INFO     root:allure_utils.py:313 Host to nodes mapping: [('ghrun-cg3t4ljx3u.auto.internal', 1)]
INFO     root:allure_utils.py:889 iterations_table created, length: 515
INFO     root:allure_utils.py:895 Added iterations table to description HTML
============================== slowest durations ===============================
597.58s setup    test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1]
=========================== short test summary info ============================
ERROR test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1] - Failed: Graceful shutdown requested
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 600.88s (0:10:00) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...-capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ygsp/002641/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/ygsp/002641', '--source-root', '/home/runner/.ya/build/build_root/ygsp/002641/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ygsp/002641/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/9954964563/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/ygsp/002641/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/ygsp/002641', '--source-root', '/home/runner/.ya/build/build_root/ygsp/002641/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ygsp/002641/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/9954964563/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/ygsp/00261e/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 ===============================
217.03s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.72s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.65s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.63s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.60s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.59s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.58s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.57s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.54s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.53s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.51s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.49s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.48s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.48s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.47s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.47s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.46s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.44s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.40s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.40s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.34s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.10s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.05s 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[Query13]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 252.06s (0:04:12) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ygsp/002623/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 ===============================
225.26s setup    test_s1.py::TestTpchS1::test_tpch[1]
43.08s call     test_s1.py::TestTpchS1::test_tpch[9]
41.10s call     test_s1.py::TestTpchS1::test_tpch[8]
31.58s call     test_s1.py::TestTpchS1::test_tpch[10]
24.83s call     test_s1.py::TestTpchS1::test_tpch[1]
22.49s call     test_s1.py::TestTpchS1::test_tpch[5]
22.46s call     test_s1.py::TestTpchS1::test_tpch[3]
22.41s call     test_s1.py::TestTpchS1::test_tpch[2]
21.06s call     test_s1.py::TestTpchS1::test_tpch[11]
20.64s call     test_s1.py::TestTpchS1::test_tpch[12]
19.89s call     test_s1.py::TestTpchS1::test_tpch[4]
19.08s call     test_s1.py::TestTpchS1::test_tpch[13]
18.93s call     test_s1.py::TestTpchS1::test_tpch[7]
18.12s call     test_s1.py::TestTpchS1::test_tpch[14]
7.79s call     test_s1.py::TestTpchS1::test_tpch[6]
2.24s setup    test_s1.py::TestTpchS1::test_tpch[13]
2.10s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.97s setup    test_s1.py::TestTpchS1::test_tpch[15]
1.96s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.93s setup    test_s1.py::TestTpchS1::test_tpch[12]
1.89s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.88s setup    test_s1.py::TestTpchS1::test_tpch[14]
1.69s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.61s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.59s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.58s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.50s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.50s setup    test_s1.py::TestTpchS1::test_tpch[2]
1.48s setup    test_s1.py::TestTpchS1::test_tpch[6]
0.03s teardown test_s1.py::TestTpchS1::test_tpch[1]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[9]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[14]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[10]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[12]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 14 passed in 602.07s (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: ...oot/ygsp/002623/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ygsp/002623/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/ygsp/002623', '--source-root', '/home/runner/.ya/build/build_root/ygsp/002623/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ygsp/002623/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/9954964563/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/ygsp/002623/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ygsp/002623/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/ygsp/002623', '--source-root', '/home/runner/.ya/build/build_root/ygsp/002623/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ygsp/002623/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/9954964563/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/ygsp/002631/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 ===============================
104.79s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
61.87s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
21.91s call     test_s_float.py::TestTpchS0_2::test_tpch[3]
20.81s call     test_s_float.py::TestTpchS0_2::test_tpch[7]
20.21s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
19.98s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
19.33s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
18.40s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
17.46s call     test_s_float.py::TestTpchS0_2::test_tpch[5]
17.18s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
14.12s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
13.51s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
13.39s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
12.74s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
12.40s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
12.40s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
11.81s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
11.61s call     test_s_float.py::TestTpchS0_2::test_tpch[4]
10.95s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
10.86s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
10.82s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
10.07s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
9.95s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
8.30s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
8.28s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
8.10s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
7.56s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
7.37s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
6.79s call     test_s_float.py::TestTpchS0_2::test_tpch[6]
5.97s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
5.07s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
2.70s setup    test_s_float.py::TestTpchS0_2::test_tpch[6]
2.25s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
2.20s setup    test_s_float.py::TestTpchS0_2::test_tpch[7]
2.17s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
2.10s setup    test_s_float.py::TestTpchS0_2::test_tpch[5]
2.05s setup    test_s_float.py::TestTpchS0_2::test_tpch[4]
2.01s setup    test_s_float.py::TestTpchS0_2::test_tpch[8]
1.59s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.59s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.58s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.57s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.56s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.56s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.55s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.54s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.52s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.49s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.47s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.45s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.45s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.42s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.42s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.38s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.36s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.28s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[6]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]

(26 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 29 passed in 601.66s (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/ygsp/002631/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/ygsp/002631', '--source-root', '/home/runner/.ya/build/build_root/ygsp/002631/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ygsp/002631/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/9954964563/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/ygsp/002631/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/ygsp/002631', '--source-root', '/home/runner/.ya/build/build_root/ygsp/002631/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ygsp/002631/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/9954964563/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",), {})
