============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vgs7/00309a/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 ===============================
71.50s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
24.09s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
22.55s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
19.51s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
15.38s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
15.27s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
13.97s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
13.68s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
13.50s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
13.33s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
12.69s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
12.58s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
12.53s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
12.24s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
12.23s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
11.52s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
10.93s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
10.81s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
9.46s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
9.22s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
8.51s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
8.05s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
5.03s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.97s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.86s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.85s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.82s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.75s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.75s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.74s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.71s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.70s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.70s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.69s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.68s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.67s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.66s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.65s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.65s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.64s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.64s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.62s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.58s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.58s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
0.01s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 22 passed in 394.70s (0:06:34) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26406
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/vgs7/0030cc/r3tmp/kikimr_cluster_d81owuks
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17819
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65155
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16493
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30048
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/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/vgs7/0030cc/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_mfmufg0g.log --grpc-port=17819 --mon-port=65155 --ic-port=26406
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:17819/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/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/vgs7/0030cc/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_mfmufg0g.log --grpc-port=17819 --mon-port=65155 --ic-port=26406
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/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_mfmufg0g.log', '--grpc-port=17819', '--mon-port=65155', '--ic-port=26406')' in '/home/runner/.ya/build/build_root/vgs7/0030cc/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: 1279382
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:17819/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/vgs7/0030cc/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1279383
DEBUG    ya.test:process.py:259 Command (pid 1279383) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1279383) elapsed time (sec): 0.664435863494873
DEBUG    ya.test:process.py:263 Command (pid 1279383) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) maxrss: 576388
DEBUG    ya.test:process.py:263 Command (pid 1279383) minflt: 45171
DEBUG    ya.test:process.py:263 Command (pid 1279383) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1279383) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1279383) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1279383) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1279383) stime: 0.18478999999999998
DEBUG    ya.test:process.py:263 Command (pid 1279383) utime: 0.434878
DEBUG    ya.test:process.py:263 Command (pid 1279383) wtime: 0.666
DEBUG    ya.test:process.py:275 Command (pid 1279383) output:
Git info:
    Commit: 4038aefdd0c17d131e7f05d02dae92dda92a9c0f
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 8f4835a39df1aac307087c3057523ed62e93cfa8 into 74633ee3a7252e68870785baefe1de9e9e586494

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 4038aefdd0c17d131e7f05d02dae92dda92a9c0f
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 8f4835a39df1aac307087c3057523ed62e93cfa8 into 74633ee3a7252e68870785baefe1de9e9e586494
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17819', '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: 26406\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/vgs7/0030cc/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17819', '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: 26406\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1279748
DEBUG    ya.test:process.py:259 Command (pid 1279748) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1279748) elapsed time (sec): 0.8546385765075684
DEBUG    ya.test:process.py:263 Command (pid 1279748) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) maxrss: 646104
DEBUG    ya.test:process.py:263 Command (pid 1279748) minflt: 51392
DEBUG    ya.test:process.py:263 Command (pid 1279748) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1279748) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1279748) nvcsw: 753
DEBUG    ya.test:process.py:263 Command (pid 1279748) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1279748) stime: 0.226467
DEBUG    ya.test:process.py:263 Command (pid 1279748) utime: 0.599042
DEBUG    ya.test:process.py:263 Command (pid 1279748) wtime: 0.856
DEBUG    ya.test:process.py:275 Command (pid 1279748) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17819', '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/vgs7/0030cc/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:17819', '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: 1279973
DEBUG    ya.test:process.py:259 Command (pid 1279973) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1279973) elapsed time (sec): 0.901038408279419
DEBUG    ya.test:process.py:263 Command (pid 1279973) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) maxrss: 646104
DEBUG    ya.test:process.py:263 Command (pid 1279973) minflt: 51586
DEBUG    ya.test:process.py:263 Command (pid 1279973) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 1279973) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1279973) nvcsw: 699
DEBUG    ya.test:process.py:263 Command (pid 1279973) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1279973) stime: 0.23258099999999998
DEBUG    ya.test:process.py:263 Command (pid 1279973) utime: 0.635873
DEBUG    ya.test:process.py:263 Command (pid 1279973) wtime: 0.903
DEBUG    ya.test:process.py:275 Command (pid 1279973) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1279973) 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/vgs7/0030cc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16763
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7186
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30886
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30886
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30887
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14705
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2012
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:17819 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/vgs7/0030cc/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_p_vezqyr.log --grpc-port=16763 --mon-port=7186 --ic-port=30887
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:17819 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/vgs7/0030cc/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_p_vezqyr.log --grpc-port=16763 --mon-port=7186 --ic-port=30887
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vgs7/0030cc/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vgs7/0030cc/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:17819', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/vgs7/0030cc/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_p_vezqyr.log', '--grpc-port=16763', '--mon-port=7186', '--ic-port=30887')' in '/home/runner/.ya/build/build_root/vgs7/0030cc/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: 1280561
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:16763/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/vgs7/0030cc/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1280562
DEBUG    ya.test:process.py:259 Command (pid 1280562) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1280562) elapsed time (sec): 0.8217768669128418
DEBUG    ya.test:process.py:263 Command (pid 1280562) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) maxrss: 657964
DEBUG    ya.test:process.py:263 Command (pid 1280562) minflt: 45162
DEBUG    ya.test:process.py:263 Command (pid 1280562) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1280562) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1280562) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1280562) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1280562) stime: 0.22356199999999998
DEBUG    ya.test:process.py:263 Command (pid 1280562) utime: 0.553343
DEBUG    ya.test:process.py:263 Command (pid 1280562) wtime: 0.824
DEBUG    ya.test:process.py:275 Command (pid 1280562) output:
Git info:
    Commit: 4038aefdd0c17d131e7f05d02dae92dda92a9c0f
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 8f4835a39df1aac307087c3057523ed62e93cfa8 into 74633ee3a7252e68870785baefe1de9e9e586494

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 4038aefdd0c17d131e7f05d02dae92dda92a9c0f
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge 8f4835a39df1aac307087c3057523ed62e93cfa8 into 74633ee3a7252e68870785baefe1de9e9e586494
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1281341
DEBUG    ya.test:process.py:259 Command (pid 1281341) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1281341) elapsed time (sec): 14.646172523498535
DEBUG    ya.test:process.py:263 Command (pid 1281341) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) maxrss: 658780
DEBUG    ya.test:process.py:263 Command (pid 1281341) minflt: 109312
DEBUG    ya.test:process.py:263 Command (pid 1281341) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 1281341) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281341) nvcsw: 4013
DEBUG    ya.test:process.py:263 Command (pid 1281341) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1281341) stime: 0.31516299999999997
DEBUG    ya.test:process.py:263 Command (pid 1281341) utime: 0.39153099999999996
DEBUG    ya.test:process.py:263 Command (pid 1281341) wtime: 14.649
DEBUG    ya.test:process.py:275 Command (pid 1281341) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1283698
DEBUG    ya.test:process.py:259 Command (pid 1283698) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1283698) elapsed time (sec): 0.8715436458587646
DEBUG    ya.test:process.py:263 Command (pid 1283698) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) maxrss: 659304
DEBUG    ya.test:process.py:263 Command (pid 1283698) minflt: 103316
DEBUG    ya.test:process.py:263 Command (pid 1283698) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) nivcsw: 71
DEBUG    ya.test:process.py:263 Command (pid 1283698) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) nvcsw: 2531
DEBUG    ya.test:process.py:263 Command (pid 1283698) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283698) stime: 0.206787
DEBUG    ya.test:process.py:263 Command (pid 1283698) utime: 0.362338
DEBUG    ya.test:process.py:263 Command (pid 1283698) wtime: 0.873
DEBUG    ya.test:process.py:275 Command (pid 1283698) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1283972
DEBUG    ya.test:process.py:259 Command (pid 1283972) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1283972) elapsed time (sec): 0.6482412815093994
DEBUG    ya.test:process.py:263 Command (pid 1283972) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) maxrss: 659656
DEBUG    ya.test:process.py:263 Command (pid 1283972) minflt: 103296
DEBUG    ya.test:process.py:263 Command (pid 1283972) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1283972) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) nvcsw: 2591
DEBUG    ya.test:process.py:263 Command (pid 1283972) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283972) stime: 0.24872
DEBUG    ya.test:process.py:263 Command (pid 1283972) utime: 0.33195399999999997
DEBUG    ya.test:process.py:263 Command (pid 1283972) wtime: 0.65
DEBUG    ya.test:process.py:275 Command (pid 1283972) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1284365
DEBUG    ya.test:process.py:259 Command (pid 1284365) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284365) elapsed time (sec): 0.7362911701202393
DEBUG    ya.test:process.py:263 Command (pid 1284365) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) maxrss: 660328
DEBUG    ya.test:process.py:263 Command (pid 1284365) minflt: 103150
DEBUG    ya.test:process.py:263 Command (pid 1284365) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) nivcsw: 120
DEBUG    ya.test:process.py:263 Command (pid 1284365) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) nvcsw: 2442
DEBUG    ya.test:process.py:263 Command (pid 1284365) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284365) stime: 0.247406
DEBUG    ya.test:process.py:263 Command (pid 1284365) utime: 0.326778
DEBUG    ya.test:process.py:263 Command (pid 1284365) wtime: 0.738
DEBUG    ya.test:process.py:275 Command (pid 1284365) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1284491
DEBUG    ya.test:process.py:259 Command (pid 1284491) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284491) elapsed time (sec): 0.7329716682434082
DEBUG    ya.test:process.py:263 Command (pid 1284491) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) maxrss: 660848
DEBUG    ya.test:process.py:263 Command (pid 1284491) minflt: 103243
DEBUG    ya.test:process.py:263 Command (pid 1284491) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1284491) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) nvcsw: 2701
DEBUG    ya.test:process.py:263 Command (pid 1284491) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284491) stime: 0.23771099999999998
DEBUG    ya.test:process.py:263 Command (pid 1284491) utime: 0.34768499999999997
DEBUG    ya.test:process.py:263 Command (pid 1284491) wtime: 0.735
DEBUG    ya.test:process.py:275 Command (pid 1284491) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1284633
DEBUG    ya.test:process.py:259 Command (pid 1284633) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284633) elapsed time (sec): 0.7472023963928223
DEBUG    ya.test:process.py:263 Command (pid 1284633) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) maxrss: 661272
DEBUG    ya.test:process.py:263 Command (pid 1284633) minflt: 103270
DEBUG    ya.test:process.py:263 Command (pid 1284633) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1284633) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) nvcsw: 2683
DEBUG    ya.test:process.py:263 Command (pid 1284633) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284633) stime: 0.276903
DEBUG    ya.test:process.py:263 Command (pid 1284633) utime: 0.32378799999999996
DEBUG    ya.test:process.py:263 Command (pid 1284633) wtime: 0.749
DEBUG    ya.test:process.py:275 Command (pid 1284633) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1284743
DEBUG    ya.test:process.py:259 Command (pid 1284743) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284743) elapsed time (sec): 0.624840497970581
DEBUG    ya.test:process.py:263 Command (pid 1284743) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) maxrss: 662068
DEBUG    ya.test:process.py:263 Command (pid 1284743) minflt: 103220
DEBUG    ya.test:process.py:263 Command (pid 1284743) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 1284743) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) nvcsw: 2661
DEBUG    ya.test:process.py:263 Command (pid 1284743) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284743) stime: 0.274204
DEBUG    ya.test:process.py:263 Command (pid 1284743) utime: 0.346524
DEBUG    ya.test:process.py:263 Command (pid 1284743) wtime: 0.627
DEBUG    ya.test:process.py:275 Command (pid 1284743) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1284894
DEBUG    ya.test:process.py:259 Command (pid 1284894) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284894) elapsed time (sec): 0.7293055057525635
DEBUG    ya.test:process.py:263 Command (pid 1284894) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) maxrss: 662508
DEBUG    ya.test:process.py:263 Command (pid 1284894) minflt: 103282
DEBUG    ya.test:process.py:263 Command (pid 1284894) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1284894) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) nvcsw: 2672
DEBUG    ya.test:process.py:263 Command (pid 1284894) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284894) stime: 0.24670999999999998
DEBUG    ya.test:process.py:263 Command (pid 1284894) utime: 0.349534
DEBUG    ya.test:process.py:263 Command (pid 1284894) wtime: 0.731
DEBUG    ya.test:process.py:275 Command (pid 1284894) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1285047
DEBUG    ya.test:process.py:259 Command (pid 1285047) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285047) elapsed time (sec): 178.94934940338135
DEBUG    ya.test:process.py:263 Command (pid 1285047) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) maxrss: 2804436
DEBUG    ya.test:process.py:263 Command (pid 1285047) minflt: 5317309
DEBUG    ya.test:process.py:263 Command (pid 1285047) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) nivcsw: 18269
DEBUG    ya.test:process.py:263 Command (pid 1285047) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285047) nvcsw: 824095
DEBUG    ya.test:process.py:263 Command (pid 1285047) oublock: 32
DEBUG    ya.test:process.py:263 Command (pid 1285047) stime: 37.939151
DEBUG    ya.test:process.py:263 Command (pid 1285047) utime: 211.61252
DEBUG    ya.test:process.py:263 Command (pid 1285047) wtime: 178.952
DEBUG    ya.test:process.py:275 Command (pid 1285047) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (12.217563s)
Fill table customer...
Fill table customer OK 150000 / 150000 (3.731988s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (144.855080s)
Fill table part...
Fill table part OK 200000 / 200000 (16.571204s)
Fill table nation...
Fill table nation OK 25 / 25 (0.183012s)
Fill table region...
Fill table region OK 5 / 5 (0.204133s)

DEBUG    ya.test:process.py:276 Command (pid 1285047) 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/vgs7/0030cc/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/vgs7/0030cc/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17819', '-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: 1316489
DEBUG    ya.test:process.py:259 Command (pid 1316489) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1316489) elapsed time (sec): 253.11452341079712
DEBUG    ya.test:process.py:263 Command (pid 1316489) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) maxrss: 2765028
DEBUG    ya.test:process.py:263 Command (pid 1316489) minflt: 5278883
DEBUG    ya.test:process.py:263 Command (pid 1316489) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) nivcsw: 25963
DEBUG    ya.test:process.py:263 Command (pid 1316489) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1316489) nvcsw: 1085146
DEBUG    ya.test:process.py:263 Command (pid 1316489) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 1316489) stime: 36.46388
DEBUG    ya.test:process.py:263 Command (pid 1316489) utime: 226.592546
DEBUG    ya.test:process.py:263 Command (pid 1316489) wtime: 253.117
DEBUG    ya.test:process.py:275 Command (pid 1316489) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (12.562628s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.997926s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (196.074961s)
Fill table part...
Fill table part OK 200000 / 200000 (36.830076s)
Fill table nation...
Fill table nation OK 25 / 25 (0.393123s)
Fill table region...
Fill table region OK 5 / 5 (0.458633s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 554
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:17819 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, a457fc56-7330-4961-a4b8-5fbe930c299e, localhost:17819): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a457fc56-7330-4961-a4b8-5fbe930c299e, localhost:17819): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a457fc56-7330-4961-a4b8-5fbe930c299e, localhost:17819): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tkhx3tdvmi.auto.internal" port: 16763 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-tkhx3tdvmi.auto.internal:16763, 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:17819
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 57cca381-430a-415e-bde5-1af182ef3180, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 57cca381-430a-415e-bde5-1af182ef3180, ghrun-tkhx3tdvmi.auto.internal:16763): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 57cca381-430a-415e-bde5-1af182ef3180, ghrun-tkhx3tdvmi.auto.internal:16763): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 554
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, a2e6c2f9-d501-4368-a58c-82a07ac1b530, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, a2e6c2f9-d501-4368-a58c-82a07ac1b530, ghrun-tkhx3tdvmi.auto.internal:16763): 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, a2e6c2f9-d501-4368-a58c-82a07ac1b530, ghrun-tkhx3tdvmi.auto.internal:16763): 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: 1760121097560 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, 53dc1c93-9cf5-411d-8521-8934a18c0e32, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 53dc1c93-9cf5-411d-8521-8934a18c0e32, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 53dc1c93-9cf5-411d-8521-8934a18c0e32, ghrun-tkhx3tdvmi.auto.internal:16763): 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: 1760121097560 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121097560 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121099670 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121099990 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121101860 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121103610 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121105530 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121105870 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760121107710 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "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 583
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:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "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 583
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:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "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 582
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:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "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 583
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:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 200 583
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 200 583
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "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 582
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:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "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:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 200 583
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 3753ef31-40c4-4ee5-b4ba-1b9ff2025307, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 3753ef31-40c4-4ee5-b4ba-1b9ff2025307, ghrun-tkhx3tdvmi.auto.internal:16763): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 3753ef31-40c4-4ee5-b4ba-1b9ff2025307, ghrun-tkhx3tdvmi.auto.internal:16763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 02b4d35c-d612-4fb7-bda9-068167abcdda, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 02b4d35c-d612-4fb7-bda9-068167abcdda, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 02b4d35c-d612-4fb7-bda9-068167abcdda, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 69220cb1-2d48-40f0-af4f-c03f99824fdc, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 69220cb1-2d48-40f0-af4f-c03f99824fdc, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 69220cb1-2d48-40f0-af4f-c03f99824fdc, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 08f41e39-dffe-4079-beb6-b3e2641063d5, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 08f41e39-dffe-4079-beb6-b3e2641063d5, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 08f41e39-dffe-4079-beb6-b3e2641063d5, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 03f71870-48e6-42bf-bf9d-09ef2601477e, localhost:17819): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 03f71870-48e6-42bf-bf9d-09ef2601477e, localhost:17819): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 03f71870-48e6-42bf-bf9d-09ef2601477e, localhost:17819): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tkhx3tdvmi.auto.internal" port: 16763 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-tkhx3tdvmi.auto.internal:16763, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17819
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 1254c233-beb3-4168-9e4a-d8289cf55200, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 1254c233-beb3-4168-9e4a-d8289cf55200, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 1254c233-beb3-4168-9e4a-d8289cf55200, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 4427e394-39f9-4579-bdab-895a0ff69894, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 4427e394-39f9-4579-bdab-895a0ff69894, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 4427e394-39f9-4579-bdab-895a0ff69894, ghrun-tkhx3tdvmi.auto.internal:16763): 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, f99c9ffd-a830-4245-aaf1-7244ea42c16d, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, f99c9ffd-a830-4245-aaf1-7244ea42c16d, ghrun-tkhx3tdvmi.auto.internal:16763): 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, f99c9ffd-a830-4245-aaf1-7244ea42c16d, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 65e81bbc-3294-497b-8824-352a4802760e, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 65e81bbc-3294-497b-8824-352a4802760e, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 65e81bbc-3294-497b-8824-352a4802760e, ghrun-tkhx3tdvmi.auto.internal:16763): 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, 16bf78e2-a4d3-4769-bf90-75df559403e3, localhost:17819): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 16bf78e2-a4d3-4769-bf90-75df559403e3, localhost:17819): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 16bf78e2-a4d3-4769-bf90-75df559403e3, localhost:17819): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tkhx3tdvmi.auto.internal" port: 16763 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-tkhx3tdvmi.auto.internal:16763, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17819
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, e8f10620-5b7d-40f4-aa9b-56e95c06b5d6, ghrun-tkhx3tdvmi.auto.internal:16763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, e8f10620-5b7d-40f4-aa9b-56e95c06b5d6, ghrun-tkhx3tdvmi.auto.internal:16763): 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, e8f10620-5b7d-40f4-aa9b-56e95c06b5d6, ghrun-tkhx3tdvmi.auto.internal:16763): 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:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /viewer/json/nodes HTTP/1.1" 200 808
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /viewer/json/nodes HTTP/1.1" 200 801
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:65155
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:65155 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
INFO     root:allure_utils.py:292 All nodes before filtering: [('30887@ghrun-tkhx3tdvmi.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-tkhx3tdvmi.auto.internal', 1)]
INFO     root:allure_utils.py:889 iterations_table created, length: 515
INFO     root:allure_utils.py:895 Added iterations table to description HTML
============================== slowest durations ===============================
599.51s setup    test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1]
=========================== short test summary info ============================
ERROR test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1] - Failed: Graceful shutdown requested
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 603.52s (0:10:03) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...-capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vgs7/0030cc/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/vgs7/0030cc', '--source-root', '/home/runner/.ya/build/build_root/vgs7/0030cc/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vgs7/0030cc/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/9943449381/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/vgs7/0030cc/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/vgs7/0030cc', '--source-root', '/home/runner/.ya/build/build_root/vgs7/0030cc/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vgs7/0030cc/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/9943449381/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/vgs7/0030b6/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 ===============================
203.63s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.77s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.64s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.59s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.56s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.53s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.53s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.50s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.49s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.49s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.49s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.48s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.27s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.17s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.17s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.17s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.13s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.13s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.13s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
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[Query07]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.03s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 236.69s (0:03:56) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vgs7/0030d0/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 ===============================
220.04s setup    test_s1.py::TestTpchS1::test_tpch[1]
37.41s call     test_s1.py::TestTpchS1::test_tpch[17]
28.25s call     test_s1.py::TestTpchS1::test_tpch[18]
28.01s call     test_s1.py::TestTpchS1::test_tpch[8]
24.58s call     test_s1.py::TestTpchS1::test_tpch[9]
21.80s call     test_s1.py::TestTpchS1::test_tpch[5]
19.74s call     test_s1.py::TestTpchS1::test_tpch[4]
18.60s call     test_s1.py::TestTpchS1::test_tpch[1]
18.47s call     test_s1.py::TestTpchS1::test_tpch[2]
18.44s call     test_s1.py::TestTpchS1::test_tpch[10]
16.80s call     test_s1.py::TestTpchS1::test_tpch[7]
16.63s call     test_s1.py::TestTpchS1::test_tpch[3]
14.92s call     test_s1.py::TestTpchS1::test_tpch[15]
14.87s call     test_s1.py::TestTpchS1::test_tpch[16]
13.14s call     test_s1.py::TestTpchS1::test_tpch[11]
13.10s call     test_s1.py::TestTpchS1::test_tpch[13]
13.06s call     test_s1.py::TestTpchS1::test_tpch[19]
13.01s call     test_s1.py::TestTpchS1::test_tpch[12]
8.93s call     test_s1.py::TestTpchS1::test_tpch[14]
5.62s call     test_s1.py::TestTpchS1::test_tpch[6]
1.74s setup    test_s1.py::TestTpchS1::test_tpch[12]
1.67s setup    test_s1.py::TestTpchS1::test_tpch[17]
1.65s setup    test_s1.py::TestTpchS1::test_tpch[20]
1.64s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.64s setup    test_s1.py::TestTpchS1::test_tpch[14]
1.63s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.63s setup    test_s1.py::TestTpchS1::test_tpch[19]
1.63s setup    test_s1.py::TestTpchS1::test_tpch[18]
1.62s setup    test_s1.py::TestTpchS1::test_tpch[15]
1.62s setup    test_s1.py::TestTpchS1::test_tpch[13]
1.59s setup    test_s1.py::TestTpchS1::test_tpch[16]
1.55s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.54s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.54s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.52s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.48s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.44s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.34s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.11s setup    test_s1.py::TestTpchS1::test_tpch[2]
0.03s teardown test_s1.py::TestTpchS1::test_tpch[19]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 19 passed in 598.86s (0:09:58) ========================

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/vgs7/0030d0/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vgs7/0030d0/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/vgs7/0030d0', '--source-root', '/home/runner/.ya/build/build_root/vgs7/0030d0/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vgs7/0030d0/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/9943449381/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/vgs7/0030d0/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vgs7/0030d0/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/vgs7/0030d0', '--source-root', '/home/runner/.ya/build/build_root/vgs7/0030d0/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vgs7/0030d0/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/9943449381/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/vgs7/0030c8/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 ===============================
88.01s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
68.82s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
19.93s call     test_s_float.py::TestTpchS0_2::test_tpch[8]
18.84s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
17.70s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
15.43s call     test_s_float.py::TestTpchS0_2::test_tpch[9]
15.26s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
14.65s call     test_s_float.py::TestTpchS0_2::test_tpch[5]
13.88s call     test_s_float.py::TestTpchS0_2::test_tpch[3]
13.78s call     test_s_float.py::TestTpchS0_2::test_tpch[7]
13.44s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
13.11s call     test_s_float.py::TestTpchS0_2::test_tpch[11]
12.72s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
12.72s call     test_s_float.py::TestTpchS0_2::test_tpch[4]
12.64s call     test_s_float.py::TestTpchS0_2::test_tpch[10]
12.45s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
12.17s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
11.81s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
11.03s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
10.95s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
10.61s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
10.59s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
10.54s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
10.53s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
10.51s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
10.26s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
10.16s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
8.88s call     test_s_float.py::TestTpchS0_2::test_tpch[12]
8.40s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
8.28s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
7.07s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
6.82s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
6.33s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
5.20s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
5.15s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
4.94s call     test_s_float.py::TestTpchS0_2::test_tpch[6]
1.81s setup    test_s_float.py::TestTpchS0_2::test_tpch[6]
1.73s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
1.71s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
1.69s setup    test_s_float.py::TestTpchS0_2::test_tpch[13]
1.68s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.67s setup    test_s_float.py::TestTpchS0_2::test_tpch[10]
1.65s setup    test_s_float.py::TestTpchS0_2::test_tpch[9]
1.64s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.63s setup    test_s_float.py::TestTpchS0_2::test_tpch[7]
1.63s setup    test_s_float.py::TestTpchS0_2::test_tpch[11]
1.63s setup    test_s_float.py::TestTpchS0_2::test_tpch[12]
1.62s setup    test_s_float.py::TestTpchS0_2::test_tpch[8]
1.57s setup    test_s_float.py::TestTpchS0_2::test_tpch[4]
1.57s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.55s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.53s setup    test_s_float.py::TestTpchS0_2::test_tpch[5]
1.53s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.48s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.47s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.45s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.42s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.39s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.38s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.37s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.36s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.30s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.23s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.20s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.18s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.17s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.15s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[5]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]

(31 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 34 passed in 600.02s (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: .../tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vgs7/0030c8/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/vgs7/0030c8', '--source-root', '/home/runner/.ya/build/build_root/vgs7/0030c8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vgs7/0030c8/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/9943449381/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/vgs7/0030c8/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/vgs7/0030c8', '--source-root', '/home/runner/.ya/build/build_root/vgs7/0030c8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vgs7/0030c8/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/9943449381/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",), {})
