============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/crvr/00224e/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 ===============================
60.02s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
18.28s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
17.86s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
16.86s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
12.82s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
12.55s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
12.32s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
11.95s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
11.93s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
11.88s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
11.77s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
11.34s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
11.02s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
10.80s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
10.16s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
9.09s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
8.41s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
8.39s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
7.65s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
7.47s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
6.62s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
5.61s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
4.60s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.62s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.60s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.59s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.55s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.54s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.53s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.51s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.46s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.45s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.40s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.39s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.38s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.38s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.36s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.35s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
1.35s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.35s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.35s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.33s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.32s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
0.02s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 22 passed in 329.90s (0:05:29) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/crvr/00221e/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)}`')
contrib/python/allure-python-commons/allure_commons/utils.py:231: in func_parameters
    arg_spec = inspect.getfullargspec(func)
contrib/tools/python3/Lib/inspect.py:1401: in getfullargspec
    raise TypeError('unsupported callable') from ex
E   Failed: unsupported callable
------------------------------ 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/crvr/00221e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20380
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/crvr/00221e/r3tmp/kikimr_cluster_wtmexxtn
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28290
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28290
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28291
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28429
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2286
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22000
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/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/crvr/00221e/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_5omkbj9p.log --grpc-port=28291 --mon-port=28429 --ic-port=20380
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:28291/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/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/crvr/00221e/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_5omkbj9p.log --grpc-port=28291 --mon-port=28429 --ic-port=20380
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/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_5omkbj9p.log', '--grpc-port=28291', '--mon-port=28429', '--ic-port=20380')' in '/home/runner/.ya/build/build_root/crvr/00221e/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: 1301593
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28291/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/crvr/00221e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1301609
DEBUG    ya.test:process.py:259 Command (pid 1301609) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1301609) elapsed time (sec): 0.8049683570861816
DEBUG    ya.test:process.py:263 Command (pid 1301609) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) maxrss: 572708
DEBUG    ya.test:process.py:263 Command (pid 1301609) minflt: 45182
DEBUG    ya.test:process.py:263 Command (pid 1301609) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) nivcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 1301609) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1301609) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1301609) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1301609) stime: 0.186576
DEBUG    ya.test:process.py:263 Command (pid 1301609) utime: 0.5006079999999999
DEBUG    ya.test:process.py:263 Command (pid 1301609) wtime: 0.817
DEBUG    ya.test:process.py:275 Command (pid 1301609) output:
Git info:
    Commit: f0c67e158268390afc7a787d31aa13e60f3f7f73
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge d328ed85580d52acb5afad91b3806e371d10b0ea into a910006445e382a21443ba1283b32dcb05cdc4b1

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: f0c67e158268390afc7a787d31aa13e60f3f7f73
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge d328ed85580d52acb5afad91b3806e371d10b0ea into a910006445e382a21443ba1283b32dcb05cdc4b1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28291', '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: 20380\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/crvr/00221e/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28291', '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: 20380\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1302642
DEBUG    ya.test:process.py:259 Command (pid 1302642) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1302642) elapsed time (sec): 0.9347691535949707
DEBUG    ya.test:process.py:263 Command (pid 1302642) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) maxrss: 650332
DEBUG    ya.test:process.py:263 Command (pid 1302642) minflt: 51438
DEBUG    ya.test:process.py:263 Command (pid 1302642) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1302642) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1302642) nvcsw: 1117
DEBUG    ya.test:process.py:263 Command (pid 1302642) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1302642) stime: 0.27602699999999997
DEBUG    ya.test:process.py:263 Command (pid 1302642) utime: 0.533679
DEBUG    ya.test:process.py:263 Command (pid 1302642) wtime: 0.938
DEBUG    ya.test:process.py:275 Command (pid 1302642) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28291', '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/crvr/00221e/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28291', '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: 1302796
DEBUG    ya.test:process.py:259 Command (pid 1302796) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1302796) elapsed time (sec): 0.8727779388427734
DEBUG    ya.test:process.py:263 Command (pid 1302796) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) maxrss: 650352
DEBUG    ya.test:process.py:263 Command (pid 1302796) minflt: 51409
DEBUG    ya.test:process.py:263 Command (pid 1302796) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) nivcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 1302796) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1302796) nvcsw: 705
DEBUG    ya.test:process.py:263 Command (pid 1302796) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1302796) stime: 0.23008499999999998
DEBUG    ya.test:process.py:263 Command (pid 1302796) utime: 0.544057
DEBUG    ya.test:process.py:263 Command (pid 1302796) wtime: 0.884
DEBUG    ya.test:process.py:275 Command (pid 1302796) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1302796) 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/crvr/00221e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64581
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16863
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7398
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3697
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30117
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28291 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/crvr/00221e/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_bvskub2q.log --grpc-port=64581 --mon-port=16863 --ic-port=7398
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28291 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/crvr/00221e/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_bvskub2q.log --grpc-port=64581 --mon-port=16863 --ic-port=7398
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/crvr/00221e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/crvr/00221e/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:28291', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/crvr/00221e/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_bvskub2q.log', '--grpc-port=64581', '--mon-port=16863', '--ic-port=7398')' in '/home/runner/.ya/build/build_root/crvr/00221e/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: 1302909
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:64581/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/crvr/00221e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1302910
DEBUG    ya.test:process.py:259 Command (pid 1302910) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1302910) elapsed time (sec): 0.8153979778289795
DEBUG    ya.test:process.py:263 Command (pid 1302910) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) maxrss: 663152
DEBUG    ya.test:process.py:263 Command (pid 1302910) minflt: 45176
DEBUG    ya.test:process.py:263 Command (pid 1302910) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) nivcsw: 64
DEBUG    ya.test:process.py:263 Command (pid 1302910) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1302910) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1302910) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1302910) stime: 0.21961999999999998
DEBUG    ya.test:process.py:263 Command (pid 1302910) utime: 0.531906
DEBUG    ya.test:process.py:263 Command (pid 1302910) wtime: 0.817
DEBUG    ya.test:process.py:275 Command (pid 1302910) output:
Git info:
    Commit: f0c67e158268390afc7a787d31aa13e60f3f7f73
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge d328ed85580d52acb5afad91b3806e371d10b0ea into a910006445e382a21443ba1283b32dcb05cdc4b1

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: f0c67e158268390afc7a787d31aa13e60f3f7f73
    Branch: 
    Author: nfrmtk <nfrmtk.aka.fkfka@gmail.com>
    Summary: Merge d328ed85580d52acb5afad91b3806e371d10b0ea into a910006445e382a21443ba1283b32dcb05cdc4b1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1303275
DEBUG    ya.test:process.py:259 Command (pid 1303275) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1303275) elapsed time (sec): 13.1266188621521
DEBUG    ya.test:process.py:263 Command (pid 1303275) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) maxrss: 663844
DEBUG    ya.test:process.py:263 Command (pid 1303275) minflt: 110006
DEBUG    ya.test:process.py:263 Command (pid 1303275) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) nivcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 1303275) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1303275) nvcsw: 4487
DEBUG    ya.test:process.py:263 Command (pid 1303275) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 1303275) stime: 0.283972
DEBUG    ya.test:process.py:263 Command (pid 1303275) utime: 0.47698999999999997
DEBUG    ya.test:process.py:263 Command (pid 1303275) wtime: 13.129
DEBUG    ya.test:process.py:275 Command (pid 1303275) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1304411
DEBUG    ya.test:process.py:259 Command (pid 1304411) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1304411) elapsed time (sec): 0.6306025981903076
DEBUG    ya.test:process.py:263 Command (pid 1304411) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) maxrss: 664376
DEBUG    ya.test:process.py:263 Command (pid 1304411) minflt: 103224
DEBUG    ya.test:process.py:263 Command (pid 1304411) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 1304411) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) nvcsw: 2599
DEBUG    ya.test:process.py:263 Command (pid 1304411) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304411) stime: 0.233123
DEBUG    ya.test:process.py:263 Command (pid 1304411) utime: 0.302359
DEBUG    ya.test:process.py:263 Command (pid 1304411) wtime: 0.632
DEBUG    ya.test:process.py:275 Command (pid 1304411) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1304523
DEBUG    ya.test:process.py:259 Command (pid 1304523) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1304523) elapsed time (sec): 0.5775208473205566
DEBUG    ya.test:process.py:263 Command (pid 1304523) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) maxrss: 664940
DEBUG    ya.test:process.py:263 Command (pid 1304523) minflt: 103242
DEBUG    ya.test:process.py:263 Command (pid 1304523) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 1304523) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) nvcsw: 2686
DEBUG    ya.test:process.py:263 Command (pid 1304523) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304523) stime: 0.23166599999999998
DEBUG    ya.test:process.py:263 Command (pid 1304523) utime: 0.322141
DEBUG    ya.test:process.py:263 Command (pid 1304523) wtime: 0.579
DEBUG    ya.test:process.py:275 Command (pid 1304523) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1304742
DEBUG    ya.test:process.py:259 Command (pid 1304742) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1304742) elapsed time (sec): 0.651160717010498
DEBUG    ya.test:process.py:263 Command (pid 1304742) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) maxrss: 665520
DEBUG    ya.test:process.py:263 Command (pid 1304742) minflt: 103312
DEBUG    ya.test:process.py:263 Command (pid 1304742) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1304742) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) nvcsw: 2656
DEBUG    ya.test:process.py:263 Command (pid 1304742) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304742) stime: 0.236639
DEBUG    ya.test:process.py:263 Command (pid 1304742) utime: 0.30516099999999996
DEBUG    ya.test:process.py:263 Command (pid 1304742) wtime: 0.653
DEBUG    ya.test:process.py:275 Command (pid 1304742) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1304884
DEBUG    ya.test:process.py:259 Command (pid 1304884) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1304884) elapsed time (sec): 0.7011733055114746
DEBUG    ya.test:process.py:263 Command (pid 1304884) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) maxrss: 666012
DEBUG    ya.test:process.py:263 Command (pid 1304884) minflt: 103330
DEBUG    ya.test:process.py:263 Command (pid 1304884) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 1304884) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) nvcsw: 2763
DEBUG    ya.test:process.py:263 Command (pid 1304884) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1304884) stime: 0.215778
DEBUG    ya.test:process.py:263 Command (pid 1304884) utime: 0.349035
DEBUG    ya.test:process.py:263 Command (pid 1304884) wtime: 0.703
DEBUG    ya.test:process.py:275 Command (pid 1304884) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1305103
DEBUG    ya.test:process.py:259 Command (pid 1305103) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305103) elapsed time (sec): 0.6606202125549316
DEBUG    ya.test:process.py:263 Command (pid 1305103) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) maxrss: 666344
DEBUG    ya.test:process.py:263 Command (pid 1305103) minflt: 103369
DEBUG    ya.test:process.py:263 Command (pid 1305103) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1305103) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) nvcsw: 2776
DEBUG    ya.test:process.py:263 Command (pid 1305103) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305103) stime: 0.209894
DEBUG    ya.test:process.py:263 Command (pid 1305103) utime: 0.358407
DEBUG    ya.test:process.py:263 Command (pid 1305103) wtime: 0.662
DEBUG    ya.test:process.py:275 Command (pid 1305103) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1305326
DEBUG    ya.test:process.py:259 Command (pid 1305326) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305326) elapsed time (sec): 0.5660972595214844
DEBUG    ya.test:process.py:263 Command (pid 1305326) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) maxrss: 667060
DEBUG    ya.test:process.py:263 Command (pid 1305326) minflt: 103183
DEBUG    ya.test:process.py:263 Command (pid 1305326) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 1305326) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) nvcsw: 2644
DEBUG    ya.test:process.py:263 Command (pid 1305326) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305326) stime: 0.252832
DEBUG    ya.test:process.py:263 Command (pid 1305326) utime: 0.28881399999999996
DEBUG    ya.test:process.py:263 Command (pid 1305326) wtime: 0.568
DEBUG    ya.test:process.py:275 Command (pid 1305326) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1305510
DEBUG    ya.test:process.py:259 Command (pid 1305510) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305510) elapsed time (sec): 0.6787817478179932
DEBUG    ya.test:process.py:263 Command (pid 1305510) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) maxrss: 667680
DEBUG    ya.test:process.py:263 Command (pid 1305510) minflt: 103201
DEBUG    ya.test:process.py:263 Command (pid 1305510) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 1305510) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) nvcsw: 2647
DEBUG    ya.test:process.py:263 Command (pid 1305510) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305510) stime: 0.286998
DEBUG    ya.test:process.py:263 Command (pid 1305510) utime: 0.284446
DEBUG    ya.test:process.py:263 Command (pid 1305510) wtime: 0.68
DEBUG    ya.test:process.py:275 Command (pid 1305510) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1305716
DEBUG    ya.test:process.py:259 Command (pid 1305716) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1305716) elapsed time (sec): 182.6293008327484
DEBUG    ya.test:process.py:263 Command (pid 1305716) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) maxrss: 2791968
DEBUG    ya.test:process.py:263 Command (pid 1305716) minflt: 5300073
DEBUG    ya.test:process.py:263 Command (pid 1305716) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) nivcsw: 17767
DEBUG    ya.test:process.py:263 Command (pid 1305716) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1305716) nvcsw: 823846
DEBUG    ya.test:process.py:263 Command (pid 1305716) oublock: 56
DEBUG    ya.test:process.py:263 Command (pid 1305716) stime: 36.692685
DEBUG    ya.test:process.py:263 Command (pid 1305716) utime: 206.418276
DEBUG    ya.test:process.py:263 Command (pid 1305716) wtime: 182.632
DEBUG    ya.test:process.py:275 Command (pid 1305716) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (11.280726s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.516608s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (146.786355s)
Fill table part...
Fill table part OK 200000 / 200000 (18.593912s)
Fill table nation...
Fill table nation OK 25 / 25 (0.182404s)
Fill table region...
Fill table region OK 5 / 5 (0.157953s)

DEBUG    ya.test:process.py:276 Command (pid 1305716) 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/crvr/00221e/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/crvr/00221e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28291', '-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: 1344159
DEBUG    ya.test:process.py:259 Command (pid 1344159) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1344159) elapsed time (sec): 310.97011852264404
DEBUG    ya.test:process.py:263 Command (pid 1344159) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) inblock: 16
DEBUG    ya.test:process.py:263 Command (pid 1344159) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) maxrss: 2659832
DEBUG    ya.test:process.py:263 Command (pid 1344159) minflt: 5284120
DEBUG    ya.test:process.py:263 Command (pid 1344159) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) nivcsw: 43038
DEBUG    ya.test:process.py:263 Command (pid 1344159) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1344159) nvcsw: 983403
DEBUG    ya.test:process.py:263 Command (pid 1344159) oublock: 56
DEBUG    ya.test:process.py:263 Command (pid 1344159) stime: 31.015056
DEBUG    ya.test:process.py:263 Command (pid 1344159) utime: 212.636304
DEBUG    ya.test:process.py:263 Command (pid 1344159) wtime: 310.972
DEBUG    ya.test:process.py:275 Command (pid 1344159) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.976657s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.911952s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (257.646008s)
Fill table part...
Fill table part OK 200000 / 200000 (35.086897s)
Fill table nation...
Fill table nation OK 25 / 25 (0.343969s)
Fill table region...
Fill table region OK 5 / 5 (0.353163s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:28291 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, 9b9e7db0-3c68-4f0f-8528-a1772fe7a2f3, localhost:28291): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9b9e7db0-3c68-4f0f-8528-a1772fe7a2f3, localhost:28291): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9b9e7db0-3c68-4f0f-8528-a1772fe7a2f3, localhost:28291): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-66nk6oze7e.auto.internal" port: 64581 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-66nk6oze7e.auto.internal:64581, 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:28291
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 2d430120-87ac-48de-bcba-1c8f66a4223d, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 2d430120-87ac-48de-bcba-1c8f66a4223d, ghrun-66nk6oze7e.auto.internal:64581): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 2d430120-87ac-48de-bcba-1c8f66a4223d, ghrun-66nk6oze7e.auto.internal:64581): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 553
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py: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, a904507c-83f9-4365-9ba0-76f07c31dfe6, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, a904507c-83f9-4365-9ba0-76f07c31dfe6, ghrun-66nk6oze7e.auto.internal:64581): 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, a904507c-83f9-4365-9ba0-76f07c31dfe6, ghrun-66nk6oze7e.auto.internal:64581): 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: 1760620201960 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, ed0ae0db-1a02-4bf1-a759-2d5cab8cad4e, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, ed0ae0db-1a02-4bf1-a759-2d5cab8cad4e, ghrun-66nk6oze7e.auto.internal:64581): 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, ed0ae0db-1a02-4bf1-a759-2d5cab8cad4e, ghrun-66nk6oze7e.auto.internal:64581): 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: 1760620201960 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620201960 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620203730 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620204020 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620205780 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620207550 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620209220 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620209510 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760620211120 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 582
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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 582
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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 581
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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 582
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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 582
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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 582
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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 200 581
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429 "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 582
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, 54c8023a-a503-4c56-bdc5-7674a44d3032, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 54c8023a-a503-4c56-bdc5-7674a44d3032, ghrun-66nk6oze7e.auto.internal:64581): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 54c8023a-a503-4c56-bdc5-7674a44d3032, ghrun-66nk6oze7e.auto.internal:64581): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 6e61243c-4acb-464f-89f1-afca9a99a08d, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 6e61243c-4acb-464f-89f1-afca9a99a08d, ghrun-66nk6oze7e.auto.internal:64581): 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, 6e61243c-4acb-464f-89f1-afca9a99a08d, ghrun-66nk6oze7e.auto.internal:64581): 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, b9c5a1a9-4147-436c-a71c-199797265126, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, b9c5a1a9-4147-436c-a71c-199797265126, ghrun-66nk6oze7e.auto.internal:64581): 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, b9c5a1a9-4147-436c-a71c-199797265126, ghrun-66nk6oze7e.auto.internal:64581): 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, 4295fea0-88cf-423f-98a7-ce694e995825, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 4295fea0-88cf-423f-98a7-ce694e995825, ghrun-66nk6oze7e.auto.internal:64581): 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, 4295fea0-88cf-423f-98a7-ce694e995825, ghrun-66nk6oze7e.auto.internal:64581): 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, bffae1d1-682c-45af-922a-e620d5fdc9e9, ghrun-66nk6oze7e.auto.internal:64581): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, bffae1d1-682c-45af-922a-e620d5fdc9e9, ghrun-66nk6oze7e.auto.internal:64581): 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, bffae1d1-682c-45af-922a-e620d5fdc9e9, ghrun-66nk6oze7e.auto.internal:64581): 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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /viewer/json/nodes HTTP/1.1" 200 807
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "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:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /viewer/json/nodes HTTP/1.1" 200 799
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:28429
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:28429 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 555
INFO     root:allure_utils.py:292 All nodes before filtering: [('7398@ghrun-66nk6oze7e.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-66nk6oze7e.auto.internal', 1)]
INFO     root:allure_utils.py:889 iterations_table created, length: 514
INFO     root:allure_utils.py:895 Added iterations table to description HTML
============================== slowest durations ===============================
598.35s setup    test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1]
=========================== short test summary info ============================
ERROR test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1] - Failed: unsupported callable
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 602.85s (0:10:02) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...-capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/crvr/00221e/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/crvr/00221e', '--source-root', '/home/runner/.ya/build/build_root/crvr/00221e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/crvr/00221e/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/9974358003/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/crvr/00221e/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/crvr/00221e', '--source-root', '/home/runner/.ya/build/build_root/crvr/00221e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/crvr/00221e/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/9974358003/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_duplicates.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/crvr/002264/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.40s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.69s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.57s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.50s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.47s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.46s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.44s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.42s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.41s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.40s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.40s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.39s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.38s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.38s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.37s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.37s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.36s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.36s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.35s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.33s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.33s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.29s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.23s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.10s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.03s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 235.90s (0:03:55) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/crvr/00227c/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 ===============================
211.35s setup    test_s1.py::TestTpchS1::test_tpch[1]
36.74s call     test_s1.py::TestTpchS1::test_tpch[17]
33.96s call     test_s1.py::TestTpchS1::test_tpch[8]
25.27s call     test_s1.py::TestTpchS1::test_tpch[9]
22.97s call     test_s1.py::TestTpchS1::test_tpch[1]
22.40s call     test_s1.py::TestTpchS1::test_tpch[3]
21.77s call     test_s1.py::TestTpchS1::test_tpch[4]
20.70s call     test_s1.py::TestTpchS1::test_tpch[5]
20.50s call     test_s1.py::TestTpchS1::test_tpch[10]
20.38s call     test_s1.py::TestTpchS1::test_tpch[15]
18.83s call     test_s1.py::TestTpchS1::test_tpch[7]
18.25s call     test_s1.py::TestTpchS1::test_tpch[2]
14.56s call     test_s1.py::TestTpchS1::test_tpch[16]
14.17s call     test_s1.py::TestTpchS1::test_tpch[13]
13.98s call     test_s1.py::TestTpchS1::test_tpch[12]
13.48s call     test_s1.py::TestTpchS1::test_tpch[11]
10.07s call     test_s1.py::TestTpchS1::test_tpch[14]
8.39s call     test_s1.py::TestTpchS1::test_tpch[6]
1.85s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.65s setup    test_s1.py::TestTpchS1::test_tpch[12]
1.65s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.63s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.62s setup    test_s1.py::TestTpchS1::test_tpch[13]
1.62s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.62s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.59s setup    test_s1.py::TestTpchS1::test_tpch[14]
1.58s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.57s setup    test_s1.py::TestTpchS1::test_tpch[15]
1.54s setup    test_s1.py::TestTpchS1::test_tpch[18]
1.52s setup    test_s1.py::TestTpchS1::test_tpch[17]
1.50s setup    test_s1.py::TestTpchS1::test_tpch[16]
1.46s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.35s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.34s setup    test_s1.py::TestTpchS1::test_tpch[2]
1.33s setup    test_s1.py::TestTpchS1::test_tpch[4]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[10]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[1]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 17 passed in 599.66s (0:09:59) ========================

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/crvr/00227c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/crvr/00227c/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/crvr/00227c', '--source-root', '/home/runner/.ya/build/build_root/crvr/00227c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/crvr/00227c/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/9974358003/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/crvr/00227c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/crvr/00227c/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/crvr/00227c', '--source-root', '/home/runner/.ya/build/build_root/crvr/00227c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/crvr/00227c/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/9974358003/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_s1.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/crvr/002226/ydb/tests/functional/tpc/medium/tpch/test-results/py3test/testing_out_stuff/test_s_float
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, timeout-2.4.0, typeguard-2.13.3
collected 66 items

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

============================== slowest durations ===============================
90.41s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
61.35s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
19.02s call     test_s_float.py::TestTpchS0_2::test_tpch[8]
18.83s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
18.32s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
17.65s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
16.19s call     test_s_float.py::TestTpchS0_2::test_tpch[9]
15.25s call     test_s_float.py::TestTpchS0_2::test_tpch[7]
14.42s call     test_s_float.py::TestTpchS0_2::test_tpch[3]
13.66s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
13.51s call     test_s_float.py::TestTpchS0_2::test_tpch[5]
13.31s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
13.23s call     test_s_float.py::TestTpchS0_2::test_tpch[11]
13.11s call     test_s_float.py::TestTpchS0_2::test_tpch[10]
12.92s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
12.63s call     test_s_float.py::TestTpchS0_2::test_tpch[4]
12.46s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
12.24s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
12.04s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
11.53s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
11.52s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
11.29s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
11.26s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
11.25s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
11.21s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
9.94s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
9.84s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
8.49s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
7.96s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
7.62s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
7.08s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
6.72s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
6.14s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
5.19s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
4.10s call     test_s_float.py::TestTpchS0_2::test_tpch[6]
2.01s setup    test_s_float.py::TestTpchS0_2::test_tpch[9]
1.76s setup    test_s_float.py::TestTpchS0_2::test_tpch[5]
1.70s setup    test_s_float.py::TestTpchS0_2::test_tpch[7]
1.69s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
1.63s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.60s setup    test_s_float.py::TestTpchS0_2::test_tpch[8]
1.60s setup    test_s_float.py::TestTpchS0_2::test_tpch[4]
1.58s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.57s setup    test_s_float.py::TestTpchS0_2::test_tpch[6]
1.56s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
1.55s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.54s setup    test_s_float.py::TestTpchS0_2::test_tpch[12]
1.52s setup    test_s_float.py::TestTpchS0_2::test_tpch[11]
1.50s setup    test_s_float.py::TestTpchS0_2::test_tpch[10]
1.50s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.49s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.48s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.46s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.42s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.41s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.40s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.37s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.36s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.36s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.35s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.34s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.31s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.30s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.27s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.26s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.26s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.24s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[22]

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