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

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

============================== slowest durations ===============================
73.08s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
25.28s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
24.19s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
23.61s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
18.94s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
16.34s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
16.23s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
16.00s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
15.68s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
15.64s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
15.62s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
15.27s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
14.29s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
14.29s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
13.99s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
13.36s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
11.08s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
11.04s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
9.87s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
9.86s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
8.19s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
8.08s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
6.03s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
2.11s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
2.06s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
2.03s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
2.01s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.96s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.88s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.86s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.84s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.79s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.78s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.78s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.72s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.70s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.69s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.67s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.66s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.62s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.61s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.58s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.55s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.44s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
0.01s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]

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

test_duplicates.py E

==================================== ERRORS ====================================
__________ ERROR at setup of TestTpchDuplicatesZeroLevel.test_tpch[1] __________
ydb/tests/olap/load/lib/tpch.py:38: in do_setup_class
    cls.check_tables_size(folder=cls._get_path(), tables=TpchSuiteBase._get_tables_size(cls))
ydb/tests/olap/load/lib/conftest.py:140: in check_tables_size
    size = sth.get_table_rows_count(table_full)
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:671: in get_table_rows_count
    result_set = self.execute_scan_query(f'SELECT count(*) FROM `{self.get_full_path(tablename)}`')
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:480: in execute_scan_query
    for result_set in it:
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/connection.py:359: in __next__
    return self.it.__next__()
contrib/python/grpcio/py3/grpc/_channel.py:543: in __next__
    return self._next()
contrib/python/grpcio/py3/grpc/_channel.py:960: in _next
    _common.wait(self._state.condition.wait, _response_ready)
contrib/python/grpcio/py3/grpc/_common.py:156: in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
contrib/python/grpcio/py3/grpc/_common.py:116: in _wait_once
    wait_fn(timeout=timeout)
contrib/tools/python3/Lib/threading.py:359: in wait
    gotit = waiter.acquire(True, timeout)
library/python/pytest/plugins/ya.py:349: in _graceful_shutdown
    _graceful_shutdown_on_log(not capman.is_globally_capturing())
library/python/pytest/plugins/ya.py:321: in _graceful_shutdown_on_log
    pytest.exit("Graceful shutdown requested")
E   Failed: Graceful shutdown requested
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_tpch[1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20216
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:471 Working directory: /home/runner/.ya/build/build_root/ky6e/002168/r3tmp/kikimr_cluster_36chgudo
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30344
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12722
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22899
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13898
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ky6e/002168/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:266 Final command: /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/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_lpds764p.log --grpc-port=30344 --mon-port=12722 --ic-port=20216
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30344/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ky6e/002168/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:266 Final command: /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/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_lpds764p.log --grpc-port=30344 --mon-port=12722 --ic-port=20216
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/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_lpds764p.log', '--grpc-port=30344', '--mon-port=12722', '--ic-port=20216')' in '/home/runner/.ya/build/build_root/ky6e/002168/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: 1280082
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:30344/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/ky6e/002168/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1280083
DEBUG    ya.test:process.py:259 Command (pid 1280083) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1280083) elapsed time (sec): 0.8050816059112549
DEBUG    ya.test:process.py:263 Command (pid 1280083) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) maxrss: 576380
DEBUG    ya.test:process.py:263 Command (pid 1280083) minflt: 45579
DEBUG    ya.test:process.py:263 Command (pid 1280083) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1280083) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1280083) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1280083) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1280083) stime: 0.230131
DEBUG    ya.test:process.py:263 Command (pid 1280083) utime: 0.524319
DEBUG    ya.test:process.py:263 Command (pid 1280083) wtime: 0.806
DEBUG    ya.test:process.py:275 Command (pid 1280083) output:
Git info:
    Commit: edb26cfc28c120c038d7de1dbd19af25b27dc21c
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge e6b12584519d694d3982217ec0d4688998168b84 into aad5b54a9867501a9e11eaa10a851c3e830ae9ef

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: edb26cfc28c120c038d7de1dbd19af25b27dc21c
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge e6b12584519d694d3982217ec0d4688998168b84 into aad5b54a9867501a9e11eaa10a851c3e830ae9ef
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30344', '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: 20216\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/ky6e/002168/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30344', '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: 20216\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1281420
DEBUG    ya.test:process.py:259 Command (pid 1281420) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1281420) elapsed time (sec): 0.8728549480438232
DEBUG    ya.test:process.py:263 Command (pid 1281420) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) maxrss: 650600
DEBUG    ya.test:process.py:263 Command (pid 1281420) minflt: 51971
DEBUG    ya.test:process.py:263 Command (pid 1281420) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1281420) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281420) nvcsw: 813
DEBUG    ya.test:process.py:263 Command (pid 1281420) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1281420) stime: 0.316104
DEBUG    ya.test:process.py:263 Command (pid 1281420) utime: 0.530005
DEBUG    ya.test:process.py:263 Command (pid 1281420) wtime: 0.874
DEBUG    ya.test:process.py:275 Command (pid 1281420) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:418 Executing command = ['/home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30344', '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/ky6e/002168/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30344', '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: 1281686
DEBUG    ya.test:process.py:259 Command (pid 1281686) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1281686) elapsed time (sec): 0.8647119998931885
DEBUG    ya.test:process.py:263 Command (pid 1281686) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) maxrss: 651068
DEBUG    ya.test:process.py:263 Command (pid 1281686) minflt: 52083
DEBUG    ya.test:process.py:263 Command (pid 1281686) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1281686) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281686) nvcsw: 803
DEBUG    ya.test:process.py:263 Command (pid 1281686) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1281686) stime: 0.327022
DEBUG    ya.test:process.py:263 Command (pid 1281686) utime: 0.5149
DEBUG    ya.test:process.py:263 Command (pid 1281686) wtime: 0.866
DEBUG    ya.test:process.py:275 Command (pid 1281686) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:549 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:556 Cluster started and initialized
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15502
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9842
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14201
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5518
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10195
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ky6e/002168/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:266 Final command: /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:30344 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/ky6e/002168/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_ig99i9iz.log --grpc-port=15502 --mon-port=9842 --ic-port=14201
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ky6e/002168/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:266 Final command: /home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:30344 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/ky6e/002168/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_ig99i9iz.log --grpc-port=15502 --mon-port=9842 --ic-port=14201
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ky6e/002168/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ky6e/002168/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:30344', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/ky6e/002168/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_ig99i9iz.log', '--grpc-port=15502', '--mon-port=9842', '--ic-port=14201')' in '/home/runner/.ya/build/build_root/ky6e/002168/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: 1282188
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15502/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/ky6e/002168/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1282189
DEBUG    ya.test:process.py:259 Command (pid 1282189) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1282189) elapsed time (sec): 0.8043062686920166
DEBUG    ya.test:process.py:263 Command (pid 1282189) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) maxrss: 663972
DEBUG    ya.test:process.py:263 Command (pid 1282189) minflt: 45509
DEBUG    ya.test:process.py:263 Command (pid 1282189) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 1282189) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1282189) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1282189) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1282189) stime: 0.26347899999999996
DEBUG    ya.test:process.py:263 Command (pid 1282189) utime: 0.497417
DEBUG    ya.test:process.py:263 Command (pid 1282189) wtime: 0.808
DEBUG    ya.test:process.py:275 Command (pid 1282189) output:
Git info:
    Commit: edb26cfc28c120c038d7de1dbd19af25b27dc21c
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge e6b12584519d694d3982217ec0d4688998168b84 into aad5b54a9867501a9e11eaa10a851c3e830ae9ef

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: edb26cfc28c120c038d7de1dbd19af25b27dc21c
    Branch: 
    Author: Vladilen <muzychenkovm@yandex.ru>
    Summary: Merge e6b12584519d694d3982217ec0d4688998168b84 into aad5b54a9867501a9e11eaa10a851c3e830ae9ef
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1282953
DEBUG    ya.test:process.py:259 Command (pid 1282953) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1282953) elapsed time (sec): 12.657551288604736
DEBUG    ya.test:process.py:263 Command (pid 1282953) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) maxrss: 664736
DEBUG    ya.test:process.py:263 Command (pid 1282953) minflt: 109666
DEBUG    ya.test:process.py:263 Command (pid 1282953) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1282953) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1282953) nvcsw: 4073
DEBUG    ya.test:process.py:263 Command (pid 1282953) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1282953) stime: 0.316916
DEBUG    ya.test:process.py:263 Command (pid 1282953) utime: 0.44894
DEBUG    ya.test:process.py:263 Command (pid 1282953) wtime: 12.66
DEBUG    ya.test:process.py:275 Command (pid 1282953) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1284592
DEBUG    ya.test:process.py:259 Command (pid 1284592) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284592) elapsed time (sec): 0.6724481582641602
DEBUG    ya.test:process.py:263 Command (pid 1284592) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) maxrss: 665196
DEBUG    ya.test:process.py:263 Command (pid 1284592) minflt: 103576
DEBUG    ya.test:process.py:263 Command (pid 1284592) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 1284592) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) nvcsw: 2581
DEBUG    ya.test:process.py:263 Command (pid 1284592) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284592) stime: 0.29470599999999997
DEBUG    ya.test:process.py:263 Command (pid 1284592) utime: 0.276318
DEBUG    ya.test:process.py:263 Command (pid 1284592) wtime: 0.675
DEBUG    ya.test:process.py:275 Command (pid 1284592) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1284897
DEBUG    ya.test:process.py:259 Command (pid 1284897) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1284897) elapsed time (sec): 0.5947616100311279
DEBUG    ya.test:process.py:263 Command (pid 1284897) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) maxrss: 665712
DEBUG    ya.test:process.py:263 Command (pid 1284897) minflt: 103559
DEBUG    ya.test:process.py:263 Command (pid 1284897) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 1284897) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) nvcsw: 2739
DEBUG    ya.test:process.py:263 Command (pid 1284897) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284897) stime: 0.258853
DEBUG    ya.test:process.py:263 Command (pid 1284897) utime: 0.30987899999999996
DEBUG    ya.test:process.py:263 Command (pid 1284897) wtime: 0.597
DEBUG    ya.test:process.py:275 Command (pid 1284897) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1285069
DEBUG    ya.test:process.py:259 Command (pid 1285069) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285069) elapsed time (sec): 0.741065502166748
DEBUG    ya.test:process.py:263 Command (pid 1285069) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) maxrss: 666176
DEBUG    ya.test:process.py:263 Command (pid 1285069) minflt: 103641
DEBUG    ya.test:process.py:263 Command (pid 1285069) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1285069) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) nvcsw: 2459
DEBUG    ya.test:process.py:263 Command (pid 1285069) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285069) stime: 0.226871
DEBUG    ya.test:process.py:263 Command (pid 1285069) utime: 0.35944
DEBUG    ya.test:process.py:263 Command (pid 1285069) wtime: 0.743
DEBUG    ya.test:process.py:275 Command (pid 1285069) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1285262
DEBUG    ya.test:process.py:259 Command (pid 1285262) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285262) elapsed time (sec): 0.762962818145752
DEBUG    ya.test:process.py:263 Command (pid 1285262) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) maxrss: 666644
DEBUG    ya.test:process.py:263 Command (pid 1285262) minflt: 103633
DEBUG    ya.test:process.py:263 Command (pid 1285262) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 1285262) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) nvcsw: 2591
DEBUG    ya.test:process.py:263 Command (pid 1285262) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285262) stime: 0.237455
DEBUG    ya.test:process.py:263 Command (pid 1285262) utime: 0.33624499999999996
DEBUG    ya.test:process.py:263 Command (pid 1285262) wtime: 0.765
DEBUG    ya.test:process.py:275 Command (pid 1285262) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1285410
DEBUG    ya.test:process.py:259 Command (pid 1285410) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285410) elapsed time (sec): 0.7340366840362549
DEBUG    ya.test:process.py:263 Command (pid 1285410) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) maxrss: 667348
DEBUG    ya.test:process.py:263 Command (pid 1285410) minflt: 103585
DEBUG    ya.test:process.py:263 Command (pid 1285410) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1285410) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) nvcsw: 2682
DEBUG    ya.test:process.py:263 Command (pid 1285410) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285410) stime: 0.245414
DEBUG    ya.test:process.py:263 Command (pid 1285410) utime: 0.357328
DEBUG    ya.test:process.py:263 Command (pid 1285410) wtime: 0.736
DEBUG    ya.test:process.py:275 Command (pid 1285410) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1285731
DEBUG    ya.test:process.py:259 Command (pid 1285731) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285731) elapsed time (sec): 0.6859018802642822
DEBUG    ya.test:process.py:263 Command (pid 1285731) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) maxrss: 667788
DEBUG    ya.test:process.py:263 Command (pid 1285731) minflt: 103692
DEBUG    ya.test:process.py:263 Command (pid 1285731) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 1285731) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) nvcsw: 2715
DEBUG    ya.test:process.py:263 Command (pid 1285731) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285731) stime: 0.333768
DEBUG    ya.test:process.py:263 Command (pid 1285731) utime: 0.288794
DEBUG    ya.test:process.py:263 Command (pid 1285731) wtime: 0.688
DEBUG    ya.test:process.py:275 Command (pid 1285731) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1285851
DEBUG    ya.test:process.py:259 Command (pid 1285851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1285851) elapsed time (sec): 0.6663472652435303
DEBUG    ya.test:process.py:263 Command (pid 1285851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) maxrss: 668384
DEBUG    ya.test:process.py:263 Command (pid 1285851) minflt: 103440
DEBUG    ya.test:process.py:263 Command (pid 1285851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1285851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) nvcsw: 2603
DEBUG    ya.test:process.py:263 Command (pid 1285851) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1285851) stime: 0.271259
DEBUG    ya.test:process.py:263 Command (pid 1285851) utime: 0.31185199999999996
DEBUG    ya.test:process.py:263 Command (pid 1285851) wtime: 0.668
DEBUG    ya.test:process.py:275 Command (pid 1285851) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1286130
DEBUG    ya.test:process.py:259 Command (pid 1286130) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1286130) elapsed time (sec): 212.2614402770996
DEBUG    ya.test:process.py:263 Command (pid 1286130) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) maxrss: 2914356
DEBUG    ya.test:process.py:263 Command (pid 1286130) minflt: 5442080
DEBUG    ya.test:process.py:263 Command (pid 1286130) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) nivcsw: 8657
DEBUG    ya.test:process.py:263 Command (pid 1286130) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1286130) nvcsw: 763152
DEBUG    ya.test:process.py:263 Command (pid 1286130) oublock: 32
DEBUG    ya.test:process.py:263 Command (pid 1286130) stime: 41.784023
DEBUG    ya.test:process.py:263 Command (pid 1286130) utime: 223.41596
DEBUG    ya.test:process.py:263 Command (pid 1286130) wtime: 212.263
DEBUG    ya.test:process.py:275 Command (pid 1286130) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.523484s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.369335s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (167.749166s)
Fill table part...
Fill table part OK 200000 / 200000 (28.257904s)
Fill table nation...
Fill table nation OK 25 / 25 (0.157020s)
Fill table region...
Fill table region OK 5 / 5 (0.159416s)

DEBUG    ya.test:process.py:276 Command (pid 1286130) 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/ky6e/002168/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/ky6e/002168/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30344', '-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: 1323888
DEBUG    ya.test:process.py:259 Command (pid 1323888) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1323888) elapsed time (sec): 263.0426118373871
DEBUG    ya.test:process.py:263 Command (pid 1323888) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) inblock: 16
DEBUG    ya.test:process.py:263 Command (pid 1323888) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) maxrss: 2906560
DEBUG    ya.test:process.py:263 Command (pid 1323888) minflt: 5557021
DEBUG    ya.test:process.py:263 Command (pid 1323888) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) nivcsw: 13434
DEBUG    ya.test:process.py:263 Command (pid 1323888) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1323888) nvcsw: 785957
DEBUG    ya.test:process.py:263 Command (pid 1323888) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 1323888) stime: 45.680883
DEBUG    ya.test:process.py:263 Command (pid 1323888) utime: 236.789047
DEBUG    ya.test:process.py:263 Command (pid 1323888) wtime: 263.044
DEBUG    ya.test:process.py:275 Command (pid 1323888) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.815235s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.826730s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (211.530203s)
Fill table part...
Fill table part OK 200000 / 200000 (34.032474s)
Fill table nation...
Fill table nation OK 25 / 25 (0.264127s)
Fill table region...
Fill table region OK 5 / 5 (0.197379s)

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







DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 550
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:30344 to local/test_db ydb_access_token is set False
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local/test_db
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 206f007d-1adf-4ac8-b124-22a208e7511d, localhost:30344): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 206f007d-1adf-4ac8-b124-22a208e7511d, localhost:30344): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 206f007d-1adf-4ac8-b124-22a208e7511d, localhost:30344): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-z6djm5mowu.auto.internal" port: 15502 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-z6djm5mowu.auto.internal:15502, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30344
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 74e565fd-3612-433e-a55a-72ef23c5ab5c, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 74e565fd-3612-433e-a55a-72ef23c5ab5c, ghrun-z6djm5mowu.auto.internal:15502): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 74e565fd-3612-433e-a55a-72ef23c5ab5c, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 550
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:273 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:267 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 5c48c88d-6abe-46b7-a94f-22873bc385b5, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5c48c88d-6abe-46b7-a94f-22873bc385b5, ghrun-z6djm5mowu.auto.internal:15502): 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, 5c48c88d-6abe-46b7-a94f-22873bc385b5, ghrun-z6djm5mowu.auto.internal:15502): 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: 1761764186380 tx_id: 281474976720659 } } } } } }
INFO     root:ydb_cluster.py:251 list /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 20cbec0b-4c2a-46c2-8f0a-b7362b16c16a, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 20cbec0b-4c2a-46c2-8f0a-b7362b16c16a, ghrun-z6djm5mowu.auto.internal:15502): 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, 20cbec0b-4c2a-46c2-8f0a-b7362b16c16a, ghrun-z6djm5mowu.auto.internal:15502): 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: 1761764186380 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764186380 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764188330 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764188650 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764190230 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764192270 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764193960 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764194250 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1761764196040 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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:412 Table /local/test_db/olap_yatests/tpch/s1/customer balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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:412 Table /local/test_db/olap_yatests/tpch/s1/lineitem balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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:412 Table /local/test_db/olap_yatests/tpch/s1/nation balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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 580
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/orders balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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:412 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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:412 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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 578
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "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:12722 "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:412 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, a8e0c0ce-c708-4ac5-8494-53dec84f565f, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, a8e0c0ce-c708-4ac5-8494-53dec84f565f, ghrun-z6djm5mowu.auto.internal:15502): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, a8e0c0ce-c708-4ac5-8494-53dec84f565f, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 45be653c-2cd1-4609-82f5-4b89eda7c8df, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 45be653c-2cd1-4609-82f5-4b89eda7c8df, ghrun-z6djm5mowu.auto.internal:15502): 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, 45be653c-2cd1-4609-82f5-4b89eda7c8df, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 2d5ba279-7cf4-46db-a94b-c97cbde34c0d, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 2d5ba279-7cf4-46db-a94b-c97cbde34c0d, ghrun-z6djm5mowu.auto.internal:15502): 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, 2d5ba279-7cf4-46db-a94b-c97cbde34c0d, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 6703c0f6-b4f3-46d7-a6bd-42007369d103, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 6703c0f6-b4f3-46d7-a6bd-42007369d103, ghrun-z6djm5mowu.auto.internal:15502): 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, 6703c0f6-b4f3-46d7-a6bd-42007369d103, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 2e48da9e-ead4-4b9f-9eea-594e7b2c6ef2, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 2e48da9e-ead4-4b9f-9eea-594e7b2c6ef2, ghrun-z6djm5mowu.auto.internal:15502): 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, 2e48da9e-ead4-4b9f-9eea-594e7b2c6ef2, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 6fabf256-efbe-489a-9ac5-a7d6067e5f04, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 6fabf256-efbe-489a-9ac5-a7d6067e5f04, ghrun-z6djm5mowu.auto.internal:15502): 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, 6fabf256-efbe-489a-9ac5-a7d6067e5f04, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 0bbd687a-7e31-40a6-b054-28b1958282f3, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 0bbd687a-7e31-40a6-b054-28b1958282f3, ghrun-z6djm5mowu.auto.internal:15502): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/region`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 0bbd687a-7e31-40a6-b054-28b1958282f3, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 04229a67-4c35-4d11-8076-66c908cb3b92, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 04229a67-4c35-4d11-8076-66c908cb3b92, ghrun-z6djm5mowu.auto.internal:15502): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/supplier`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 04229a67-4c35-4d11-8076-66c908cb3b92, ghrun-z6djm5mowu.auto.internal:15502): response = { <_MultiThreadedRendezvous object> }
INFO     ydb.tests.olap.scenario.helpers.scenario_tests_helper:scenario_tests_helper.py:349 Success operation
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 1f558fff-5a52-46da-9830-988ef76cc46d, ghrun-z6djm5mowu.auto.internal:15502): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 1f558fff-5a52-46da-9830-988ef76cc46d, ghrun-z6djm5mowu.auto.internal:15502): request = { query { yql_text: "SELECT count(*) FROM `/local/test_db/olap_yatests/tpch/s1/lineitem`" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 1f558fff-5a52-46da-9830-988ef76cc46d, ghrun-z6djm5mowu.auto.internal:15502): 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:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /viewer/json/nodes HTTP/1.1" 200 798
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 552
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /viewer/json/nodes HTTP/1.1" 200 796
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:12722
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:12722 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 549
INFO     root:allure_utils.py:292 All nodes before filtering: [('14201@ghrun-z6djm5mowu.auto.internal', <Role.UNKNOWN: 0>)]
INFO     root:allure_utils.py:312 Auto-discovered hosts (all roles): 1 hosts from 1 total nodes
INFO     root:allure_utils.py:313 Host to nodes mapping: [('ghrun-z6djm5mowu.auto.internal', 1)]
INFO     root:allure_utils.py:889 iterations_table created, length: 514
INFO     root:allure_utils.py:895 Added iterations table to description HTML
============================== slowest durations ===============================
598.04s setup    test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1]
=========================== short test summary info ============================
ERROR test_duplicates.py::TestTpchDuplicatesZeroLevel::test_tpch[1] - Failed: Graceful shutdown requested
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
========================= 1 error in 600.84s (0:10:00) =========================

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

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

============================== slowest durations ===============================
244.59s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.95s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.92s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.91s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.87s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.86s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.86s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.85s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.84s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.83s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.78s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.76s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.76s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.73s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.72s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.68s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.61s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.59s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
1.51s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.46s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.46s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.45s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.17s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.11s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.02s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]

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

test_s1.py ......

============================== slowest durations ===============================
315.76s setup    test_s1.py::TestTpchS1::test_tpch[1]
40.57s call     test_s1.py::TestTpchS1::test_tpch[5]
35.20s call     test_s1.py::TestTpchS1::test_tpch[3]
33.91s call     test_s1.py::TestTpchS1::test_tpch[1]
28.31s call     test_s1.py::TestTpchS1::test_tpch[6]
25.51s call     test_s1.py::TestTpchS1::test_tpch[4]
22.82s call     test_s1.py::TestTpchS1::test_tpch[2]
2.43s setup    test_s1.py::TestTpchS1::test_tpch[7]
2.26s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.93s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.87s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.85s setup    test_s1.py::TestTpchS1::test_tpch[2]
1.49s setup    test_s1.py::TestTpchS1::test_tpch[5]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[1]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[2]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 6 passed in 606.96s (0:10:06) =========================

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

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

============================== slowest durations ===============================
134.24s setup    test_s_float.py::TestTpchS0_2::test_tpch[1]
74.39s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
29.42s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
22.33s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
22.24s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
18.63s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
17.20s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
16.44s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
16.27s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
15.23s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
15.18s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
15.12s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
14.64s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
13.85s call     test_s_float.py::TestTpchS0_2::test_tpch[2]
13.82s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
13.13s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
12.32s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
11.98s call     test_s_float.py::TestTpchS0_2::test_tpch[1]
11.66s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
11.65s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
9.77s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
9.68s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
9.35s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
9.08s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
8.81s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
5.31s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
2.10s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
1.98s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
1.92s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
1.86s setup    test_s_float.py::TestTpchS0_2::test_tpch[2]
1.83s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.82s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
1.82s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.81s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
1.79s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.74s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.69s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.66s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.65s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.65s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.64s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.63s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.63s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
1.63s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.57s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.54s setup    test_s_float.py::TestTpchS0_2::test_tpch[3]
1.51s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
1.42s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.40s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
0.02s teardown test_s_float.py::TestTpchS0_1::test_tpch[8]
0.01s teardown test_s_float.py::TestTpchS0_2::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[22]

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 24 passed in 600.09s (0:10:00) ========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ky6e/002172/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/ky6e/002172', '--source-root', '/home/runner/.ya/build/build_root/ky6e/002172/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ky6e/002172/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/10116586272/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 1768, 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/ky6e/002172/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/ky6e/002172', '--source-root', '/home/runner/.ya/build/build_root/ky6e/002172/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ky6e/002172/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/10116586272/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",), {})
