============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a1c8/002749/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, typeguard-2.13.3
collected 22 items

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

============================== slowest durations ===============================
84.43s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
27.89s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
24.91s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
24.27s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
20.84s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
19.81s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
18.11s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
18.10s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
17.65s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
17.05s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
16.82s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
15.59s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
15.02s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
14.86s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
13.49s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
13.10s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
12.03s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
11.97s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
11.69s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
11.43s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
10.52s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
7.68s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
5.29s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.99s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.98s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.93s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.91s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.90s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.88s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.86s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.85s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.85s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.85s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.83s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.82s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.81s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.79s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.79s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
1.76s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.72s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.72s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.71s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.69s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.63s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
0.01s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
0.01s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 22 passed in 471.08s (0:07:51) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a1c8/00278c/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, 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:107: in check_tables_size
    size = sth.get_table_rows_count(table_full)
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:671: in get_table_rows_count
    result_set = self.execute_scan_query(f'SELECT count(*) FROM `{self.get_full_path(tablename)}`')
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:480: in execute_scan_query
    for result_set in it:
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/grpcio/py3/grpc/_channel.py:543: in __next__
    return self._next()
contrib/python/grpcio/py3/grpc/_channel.py:960: in _next
    _common.wait(self._state.condition.wait, _response_ready)
contrib/python/grpcio/py3/grpc/_common.py:156: in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
contrib/python/grpcio/py3/grpc/_common.py:116: in _wait_once
    wait_fn(timeout=timeout)
contrib/tools/python3/Lib/threading.py:359: in wait
    gotit = waiter.acquire(True, timeout)
library/python/pytest/plugins/ya.py:349: in _graceful_shutdown
    _graceful_shutdown_on_log(not capman.is_globally_capturing())
library/python/pytest/plugins/ya.py:321: in _graceful_shutdown_on_log
    pytest.exit("Graceful shutdown requested")
E   Failed: Graceful shutdown requested
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_tpch[1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10523
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/a1c8/00278c/r3tmp/kikimr_cluster_uuyn2eur
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28726
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25706
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17113
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18462
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/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/a1c8/00278c/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_g3xx22fp.log --grpc-port=28726 --mon-port=25706 --ic-port=10523
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:28726/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/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/a1c8/00278c/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_g3xx22fp.log --grpc-port=28726 --mon-port=25706 --ic-port=10523
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/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_g3xx22fp.log', '--grpc-port=28726', '--mon-port=25706', '--ic-port=10523')' in '/home/runner/.ya/build/build_root/a1c8/00278c/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: 1283909
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:28726/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/a1c8/00278c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1283910
DEBUG    ya.test:process.py:259 Command (pid 1283910) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1283910) elapsed time (sec): 0.8021984100341797
DEBUG    ya.test:process.py:263 Command (pid 1283910) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) maxrss: 563812
DEBUG    ya.test:process.py:263 Command (pid 1283910) minflt: 45254
DEBUG    ya.test:process.py:263 Command (pid 1283910) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 1283910) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1283910) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1283910) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1283910) stime: 0.19555699999999998
DEBUG    ya.test:process.py:263 Command (pid 1283910) utime: 0.5618409999999999
DEBUG    ya.test:process.py:263 Command (pid 1283910) wtime: 0.804
DEBUG    ya.test:process.py:275 Command (pid 1283910) output:
Git info:
    Commit: 8b64dd24aea35d725021d40e16ab395193ac3ce2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 410508d454dc75f03c1d226b2c4556f3712555b6 into 5b6443297977022e2bebf5380390631845bcdeb7

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xefpfhuyma
    Host information: 
        Linux ghrun-xefpfhuyma 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 1283910) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 8b64dd24aea35d725021d40e16ab395193ac3ce2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 410508d454dc75f03c1d226b2c4556f3712555b6 into 5b6443297977022e2bebf5380390631845bcdeb7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28726', '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: 10523\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/a1c8/00278c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28726', '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: 10523\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1285087
DEBUG    ya.test:process.py:259 Command (pid 1285087) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285087) elapsed time (sec): 0.9281957149505615
DEBUG    ya.test:process.py:263 Command (pid 1285087) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) maxrss: 642744
DEBUG    ya.test:process.py:263 Command (pid 1285087) minflt: 51576
DEBUG    ya.test:process.py:263 Command (pid 1285087) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1285087) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285087) nvcsw: 699
DEBUG    ya.test:process.py:263 Command (pid 1285087) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1285087) stime: 0.338553
DEBUG    ya.test:process.py:263 Command (pid 1285087) utime: 0.5658949999999999
DEBUG    ya.test:process.py:263 Command (pid 1285087) wtime: 0.936
DEBUG    ya.test:process.py:275 Command (pid 1285087) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28726', '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/a1c8/00278c/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:28726', '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: 1285316
DEBUG    ya.test:process.py:259 Command (pid 1285316) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285316) elapsed time (sec): 0.9336357116699219
DEBUG    ya.test:process.py:263 Command (pid 1285316) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) maxrss: 642804
DEBUG    ya.test:process.py:263 Command (pid 1285316) minflt: 51566
DEBUG    ya.test:process.py:263 Command (pid 1285316) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 1285316) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285316) nvcsw: 727
DEBUG    ya.test:process.py:263 Command (pid 1285316) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1285316) stime: 0.269204
DEBUG    ya.test:process.py:263 Command (pid 1285316) utime: 0.632292
DEBUG    ya.test:process.py:263 Command (pid 1285316) wtime: 0.936
DEBUG    ya.test:process.py:275 Command (pid 1285316) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1285316) 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/a1c8/00278c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22256
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63560
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8642
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32604
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3772
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28726 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/a1c8/00278c/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_68ukt_xm.log --grpc-port=22256 --mon-port=63560 --ic-port=8642
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:28726 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/a1c8/00278c/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_68ukt_xm.log --grpc-port=22256 --mon-port=63560 --ic-port=8642
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a1c8/00278c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a1c8/00278c/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:28726', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/a1c8/00278c/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_68ukt_xm.log', '--grpc-port=22256', '--mon-port=63560', '--ic-port=8642')' in '/home/runner/.ya/build/build_root/a1c8/00278c/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: 1285546
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:22256/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/a1c8/00278c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1285547
DEBUG    ya.test:process.py:259 Command (pid 1285547) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285547) elapsed time (sec): 0.7958219051361084
DEBUG    ya.test:process.py:263 Command (pid 1285547) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) maxrss: 654484
DEBUG    ya.test:process.py:263 Command (pid 1285547) minflt: 45294
DEBUG    ya.test:process.py:263 Command (pid 1285547) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 1285547) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285547) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1285547) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1285547) stime: 0.187533
DEBUG    ya.test:process.py:263 Command (pid 1285547) utime: 0.564053
DEBUG    ya.test:process.py:263 Command (pid 1285547) wtime: 0.798
DEBUG    ya.test:process.py:275 Command (pid 1285547) output:
Git info:
    Commit: 8b64dd24aea35d725021d40e16ab395193ac3ce2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 410508d454dc75f03c1d226b2c4556f3712555b6 into 5b6443297977022e2bebf5380390631845bcdeb7

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xefpfhuyma
    Host information: 
        Linux ghrun-xefpfhuyma 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 1285547) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 8b64dd24aea35d725021d40e16ab395193ac3ce2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 410508d454dc75f03c1d226b2c4556f3712555b6 into 5b6443297977022e2bebf5380390631845bcdeb7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1286321
DEBUG    ya.test:process.py:259 Command (pid 1286321) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1286321) elapsed time (sec): 15.034107208251953
DEBUG    ya.test:process.py:263 Command (pid 1286321) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) maxrss: 655128
DEBUG    ya.test:process.py:263 Command (pid 1286321) minflt: 111373
DEBUG    ya.test:process.py:263 Command (pid 1286321) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 1286321) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1286321) nvcsw: 5493
DEBUG    ya.test:process.py:263 Command (pid 1286321) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1286321) stime: 0.36621499999999996
DEBUG    ya.test:process.py:263 Command (pid 1286321) utime: 0.4602
DEBUG    ya.test:process.py:263 Command (pid 1286321) wtime: 15.036
DEBUG    ya.test:process.py:275 Command (pid 1286321) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1289116
DEBUG    ya.test:process.py:259 Command (pid 1289116) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1289116) elapsed time (sec): 0.8555850982666016
DEBUG    ya.test:process.py:263 Command (pid 1289116) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) maxrss: 655484
DEBUG    ya.test:process.py:263 Command (pid 1289116) minflt: 104431
DEBUG    ya.test:process.py:263 Command (pid 1289116) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 1289116) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) nvcsw: 3083
DEBUG    ya.test:process.py:263 Command (pid 1289116) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289116) stime: 0.302664
DEBUG    ya.test:process.py:263 Command (pid 1289116) utime: 0.31076
DEBUG    ya.test:process.py:263 Command (pid 1289116) wtime: 0.857
DEBUG    ya.test:process.py:275 Command (pid 1289116) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1289393
DEBUG    ya.test:process.py:259 Command (pid 1289393) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1289393) elapsed time (sec): 0.6798050403594971
DEBUG    ya.test:process.py:263 Command (pid 1289393) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1289393) maxrss: 656144
DEBUG    ya.test:process.py:263 Command (pid 1289393) minflt: 104545
DEBUG    ya.test:process.py:263 Command (pid 1289393) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 1289393) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) nvcsw: 3666
DEBUG    ya.test:process.py:263 Command (pid 1289393) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289393) stime: 0.290161
DEBUG    ya.test:process.py:263 Command (pid 1289393) utime: 0.328158
DEBUG    ya.test:process.py:263 Command (pid 1289393) wtime: 0.682
DEBUG    ya.test:process.py:275 Command (pid 1289393) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1289614
DEBUG    ya.test:process.py:259 Command (pid 1289614) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1289614) elapsed time (sec): 0.8003110885620117
DEBUG    ya.test:process.py:263 Command (pid 1289614) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) maxrss: 656604
DEBUG    ya.test:process.py:263 Command (pid 1289614) minflt: 103412
DEBUG    ya.test:process.py:263 Command (pid 1289614) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 1289614) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) nvcsw: 2734
DEBUG    ya.test:process.py:263 Command (pid 1289614) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289614) stime: 0.268471
DEBUG    ya.test:process.py:263 Command (pid 1289614) utime: 0.32026099999999996
DEBUG    ya.test:process.py:263 Command (pid 1289614) wtime: 0.803
DEBUG    ya.test:process.py:275 Command (pid 1289614) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1289844
DEBUG    ya.test:process.py:259 Command (pid 1289844) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1289844) elapsed time (sec): 0.7020590305328369
DEBUG    ya.test:process.py:263 Command (pid 1289844) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) maxrss: 657012
DEBUG    ya.test:process.py:263 Command (pid 1289844) minflt: 103313
DEBUG    ya.test:process.py:263 Command (pid 1289844) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1289844) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) nvcsw: 2645
DEBUG    ya.test:process.py:263 Command (pid 1289844) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289844) stime: 0.249885
DEBUG    ya.test:process.py:263 Command (pid 1289844) utime: 0.324692
DEBUG    ya.test:process.py:263 Command (pid 1289844) wtime: 0.704
DEBUG    ya.test:process.py:275 Command (pid 1289844) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1289962
DEBUG    ya.test:process.py:259 Command (pid 1289962) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1289962) elapsed time (sec): 0.7756891250610352
DEBUG    ya.test:process.py:263 Command (pid 1289962) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) maxrss: 657556
DEBUG    ya.test:process.py:263 Command (pid 1289962) minflt: 104363
DEBUG    ya.test:process.py:263 Command (pid 1289962) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 1289962) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) nvcsw: 3303
DEBUG    ya.test:process.py:263 Command (pid 1289962) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1289962) stime: 0.25908
DEBUG    ya.test:process.py:263 Command (pid 1289962) utime: 0.367801
DEBUG    ya.test:process.py:263 Command (pid 1289962) wtime: 0.778
DEBUG    ya.test:process.py:275 Command (pid 1289962) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1290364
DEBUG    ya.test:process.py:259 Command (pid 1290364) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1290364) elapsed time (sec): 0.6627528667449951
DEBUG    ya.test:process.py:263 Command (pid 1290364) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) maxrss: 658060
DEBUG    ya.test:process.py:263 Command (pid 1290364) minflt: 103504
DEBUG    ya.test:process.py:263 Command (pid 1290364) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1290364) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) nvcsw: 2540
DEBUG    ya.test:process.py:263 Command (pid 1290364) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1290364) stime: 0.227966
DEBUG    ya.test:process.py:263 Command (pid 1290364) utime: 0.350906
DEBUG    ya.test:process.py:263 Command (pid 1290364) wtime: 0.665
DEBUG    ya.test:process.py:275 Command (pid 1290364) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1290547
DEBUG    ya.test:process.py:259 Command (pid 1290547) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1290547) elapsed time (sec): 0.7448728084564209
DEBUG    ya.test:process.py:263 Command (pid 1290547) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) maxrss: 658544
DEBUG    ya.test:process.py:263 Command (pid 1290547) minflt: 103412
DEBUG    ya.test:process.py:263 Command (pid 1290547) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 1290547) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) nvcsw: 2655
DEBUG    ya.test:process.py:263 Command (pid 1290547) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1290547) stime: 0.250062
DEBUG    ya.test:process.py:263 Command (pid 1290547) utime: 0.329658
DEBUG    ya.test:process.py:263 Command (pid 1290547) wtime: 0.747
DEBUG    ya.test:process.py:275 Command (pid 1290547) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1291127
DEBUG    ya.test:process.py:259 Command (pid 1291127) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1291127) elapsed time (sec): 242.6913104057312
DEBUG    ya.test:process.py:263 Command (pid 1291127) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) maxrss: 2527820
DEBUG    ya.test:process.py:263 Command (pid 1291127) minflt: 5131723
DEBUG    ya.test:process.py:263 Command (pid 1291127) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) nivcsw: 20414
DEBUG    ya.test:process.py:263 Command (pid 1291127) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1291127) nvcsw: 1113802
DEBUG    ya.test:process.py:263 Command (pid 1291127) oublock: 32
DEBUG    ya.test:process.py:263 Command (pid 1291127) stime: 39.254345
DEBUG    ya.test:process.py:263 Command (pid 1291127) utime: 228.698057
DEBUG    ya.test:process.py:263 Command (pid 1291127) wtime: 242.694
DEBUG    ya.test:process.py:275 Command (pid 1291127) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (12.620985s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.378790s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (194.029676s)
Fill table part...
Fill table part OK 200000 / 200000 (29.917377s)
Fill table nation...
Fill table nation OK 25 / 25 (0.244640s)
Fill table region...
Fill table region OK 5 / 5 (0.188422s)

DEBUG    ya.test:process.py:276 Command (pid 1291127) 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/a1c8/00278c/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/a1c8/00278c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28726', '-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: 1329331
DEBUG    ya.test:process.py:259 Command (pid 1329331) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1329331) elapsed time (sec): 254.1192843914032
DEBUG    ya.test:process.py:263 Command (pid 1329331) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) maxrss: 2665616
DEBUG    ya.test:process.py:263 Command (pid 1329331) minflt: 5229276
DEBUG    ya.test:process.py:263 Command (pid 1329331) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) nivcsw: 32449
DEBUG    ya.test:process.py:263 Command (pid 1329331) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1329331) nvcsw: 1167013
DEBUG    ya.test:process.py:263 Command (pid 1329331) oublock: 32
DEBUG    ya.test:process.py:263 Command (pid 1329331) stime: 41.449018
DEBUG    ya.test:process.py:263 Command (pid 1329331) utime: 233.823654
DEBUG    ya.test:process.py:263 Command (pid 1329331) wtime: 254.124
DEBUG    ya.test:process.py:275 Command (pid 1329331) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (12.300917s)
Fill table customer...
Fill table customer OK 150000 / 150000 (8.817163s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (203.313524s)
Fill table part...
Fill table part OK 200000 / 200000 (27.897421s)
Fill table nation...
Fill table nation OK 25 / 25 (0.180661s)
Fill table region...
Fill table region OK 5 / 5 (0.212422s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    root:ydb_cluster.py:345 Expected nodes count: 1
INFO     root:ydb_cluster.py:181 Connecting to grpc://localhost:28726 to local/test_db ydb_access_token is set False
DEBUG    ydb.connection:connection.py:299 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:299 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:379 RpcState(ListEndpoints, aa2101f0-0eae-4715-85ea-9d0690331be4, localhost:28726): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aa2101f0-0eae-4715-85ea-9d0690331be4, localhost:28726): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, aa2101f0-0eae-4715-85ea-9d0690331be4, localhost:28726): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xefpfhuyma.auto.internal" port: 22256 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-xefpfhuyma.auto.internal:22256, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:28726
INFO     root:ydb_cluster.py:197 Connected
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, cf392e44-70cc-43b7-bdd8-cd6c7ee4baab, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, cf392e44-70cc-43b7-bdd8-cd6c7ee4baab, ghrun-xefpfhuyma.auto.internal:22256): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, cf392e44-70cc-43b7-bdd8-cd6c7ee4baab, ghrun-xefpfhuyma.auto.internal:22256): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 551
DEBUG    root:ydb_cluster.py:345 Expected nodes count: 1
INFO     root:ydb_cluster.py:248 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:242 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:379 RpcState(DescribePath, fcfc71b0-55ff-4633-a0f3-81dcede9cb5f, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fcfc71b0-55ff-4633-a0f3-81dcede9cb5f, ghrun-xefpfhuyma.auto.internal:22256): 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, fcfc71b0-55ff-4633-a0f3-81dcede9cb5f, ghrun-xefpfhuyma.auto.internal:22256): 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: 1760109507420 tx_id: 281474976720659 } } } } } }
INFO     root:ydb_cluster.py:226 list /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:379 RpcState(ListDirectory, 3dafd252-a3da-440a-a347-a3c545bfe6e8, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 3dafd252-a3da-440a-a347-a3c545bfe6e8, ghrun-xefpfhuyma.auto.internal:22256): 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, 3dafd252-a3da-440a-a347-a3c545bfe6e8, ghrun-xefpfhuyma.auto.internal:22256): 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: 1760109507420 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109507420 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109509340 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109509750 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109511560 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109513630 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109515650 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109516010 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1760109517770 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/customer&tablets=true HTTP/1.1" 200 579
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/customer balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/lineitem&tablets=true HTTP/1.1" 200 579
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/lineitem balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/nation&tablets=true HTTP/1.1" 200 578
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/nation balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/orders&tablets=true HTTP/1.1" 200 579
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/orders balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "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 580
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "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 580
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 200 579
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "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:25706 "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 580
INFO     root:ydb_cluster.py:387 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, db65c5e8-1a5a-4983-8fdf-e20d6e252d08, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, db65c5e8-1a5a-4983-8fdf-e20d6e252d08, ghrun-xefpfhuyma.auto.internal:22256): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, db65c5e8-1a5a-4983-8fdf-e20d6e252d08, ghrun-xefpfhuyma.auto.internal:22256): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, 11940836-d69f-4a24-b43d-81b82f23e6b3, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 11940836-d69f-4a24-b43d-81b82f23e6b3, ghrun-xefpfhuyma.auto.internal:22256): 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, 11940836-d69f-4a24-b43d-81b82f23e6b3, ghrun-xefpfhuyma.auto.internal:22256): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, 0b309332-fe91-4970-b5fd-dd997dd5721c, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 0b309332-fe91-4970-b5fd-dd997dd5721c, ghrun-xefpfhuyma.auto.internal:22256): 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, 0b309332-fe91-4970-b5fd-dd997dd5721c, ghrun-xefpfhuyma.auto.internal:22256): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, 2bab5197-9675-463c-9cc2-a67fa1045101, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 2bab5197-9675-463c-9cc2-a67fa1045101, ghrun-xefpfhuyma.auto.internal:22256): 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, 2bab5197-9675-463c-9cc2-a67fa1045101, ghrun-xefpfhuyma.auto.internal:22256): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, 24198599-9229-42c0-aebe-ab802299df92, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 24198599-9229-42c0-aebe-ab802299df92, ghrun-xefpfhuyma.auto.internal:22256): 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, 24198599-9229-42c0-aebe-ab802299df92, ghrun-xefpfhuyma.auto.internal:22256): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:379 RpcState(StreamExecuteScanQuery, 7f0ce494-974c-4be2-bd92-765a9a3c1717, ghrun-xefpfhuyma.auto.internal:22256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 7f0ce494-974c-4be2-bd92-765a9a3c1717, ghrun-xefpfhuyma.auto.internal:22256): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/partsupp`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 7f0ce494-974c-4be2-bd92-765a9a3c1717, ghrun-xefpfhuyma.auto.internal:22256): 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:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /viewer/json/nodes HTTP/1.1" 200 803
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 550
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /viewer/json/nodes HTTP/1.1" 200 808
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:25706
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:25706 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 548
INFO     root:allure_utils.py:227 All nodes before filtering: [('8642@ghrun-xefpfhuyma.auto.internal', <Role.UNKNOWN: 0>)]
INFO     root:allure_utils.py:247 Auto-discovered hosts (all roles): 1 hosts from 1 total nodes
INFO     root:allure_utils.py:248 Host to nodes mapping: [('ghrun-xefpfhuyma.auto.internal', 1)]
INFO     root:allure_utils.py:804 iterations_table created, length: 514
INFO     root:allure_utils.py:810 Added iterations table to description HTML
============================== slowest durations ===============================
597.85s setup    test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1]
=========================== short test summary info ============================
ERROR test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1] - Failed: Graceful shutdown requested
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 601.47s (0:10:01) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...-capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/a1c8/00278c/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/a1c8/00278c', '--source-root', '/home/runner/.ya/build/build_root/a1c8/00278c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/a1c8/00278c/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/9750504073/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/a1c8/00278c/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/a1c8/00278c', '--source-root', '/home/runner/.ya/build/build_root/a1c8/00278c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/a1c8/00278c/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/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_duplicates.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a1c8/002750/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, typeguard-2.13.3
collected 23 items

test_parallel.py .......................

============================== slowest durations ===============================
507.95s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.76s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.71s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.70s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.70s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.68s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.66s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.65s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.65s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.64s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.64s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.64s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.64s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.64s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.63s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.63s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.59s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.58s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.57s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.12s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.11s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.11s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.11s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.10s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.10s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query17]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 546.19s (0:09:06) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a1c8/00277e/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, typeguard-2.13.3
collected 22 items

test_s1.py ..........

============================== slowest durations ===============================
290.99s setup    test_s1.py::TestTpchS1::test_tpch[1]
38.91s call     test_s1.py::TestTpchS1::test_tpch[8]
37.36s call     test_s1.py::TestTpchS1::test_tpch[9]
36.05s call     test_s1.py::TestTpchS1::test_tpch[1]
32.84s call     test_s1.py::TestTpchS1::test_tpch[5]
31.43s call     test_s1.py::TestTpchS1::test_tpch[3]
26.67s call     test_s1.py::TestTpchS1::test_tpch[2]
25.99s call     test_s1.py::TestTpchS1::test_tpch[10]
25.88s call     test_s1.py::TestTpchS1::test_tpch[4]
22.69s call     test_s1.py::TestTpchS1::test_tpch[7]
7.13s call     test_s1.py::TestTpchS1::test_tpch[6]
2.01s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.88s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.79s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.78s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.78s setup    test_s1.py::TestTpchS1::test_tpch[2]
1.77s setup    test_s1.py::TestTpchS1::test_tpch[5]
1.71s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.69s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.64s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.60s setup    test_s1.py::TestTpchS1::test_tpch[9]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[1]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 10 passed in 599.76s (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/a1c8/00277e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/a1c8/00277e/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/a1c8/00277e', '--source-root', '/home/runner/.ya/build/build_root/a1c8/00277e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/a1c8/00277e/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/9750504073/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/a1c8/00277e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/a1c8/00277e/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/a1c8/00277e', '--source-root', '/home/runner/.ya/build/build_root/a1c8/00277e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/a1c8/00277e/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/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/tpc/medium/tpch', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address', '--test-file-filter', 'test_s1.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a1c8/002799/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, typeguard-2.13.3
collected 66 items

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

============================== slowest durations ===============================
97.72s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
76.47s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
26.95s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
25.92s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
24.36s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
20.51s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
18.50s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
18.16s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
17.96s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
17.41s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
17.37s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
16.93s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
16.80s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
15.12s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
14.96s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
14.84s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
14.66s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
12.75s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
12.49s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
12.13s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
12.07s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
10.86s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
10.26s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
9.67s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
9.47s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
5.13s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
2.53s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
2.26s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
2.03s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.96s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.94s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.92s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.87s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.86s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.85s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.83s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.81s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.80s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.80s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.80s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.76s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.74s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.73s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.73s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.71s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.68s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.68s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.65s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
1.65s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[22]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]

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