============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6xoa/000b87/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 ===============================
82.78s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
21.01s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
15.70s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
15.18s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
15.02s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
14.06s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
12.81s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
11.71s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
11.37s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
11.29s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
10.34s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
9.85s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
9.44s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
8.91s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
8.59s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
8.37s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
8.14s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
8.08s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
7.90s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
7.36s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]
6.28s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
6.08s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
4.05s call     test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.52s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[10]
1.49s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[19]
1.47s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[9]
1.43s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[8]
1.39s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[11]
1.36s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[2]
1.36s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[13]
1.34s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[12]
1.30s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[14]
1.27s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[17]
1.26s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[16]
1.23s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[18]
1.23s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[15]
1.22s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[20]
1.17s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[7]
1.15s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[21]
1.14s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[6]
1.14s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[5]
1.14s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[4]
1.14s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[22]
1.09s setup    test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[3]
0.01s teardown test_decimal.py::TestTpchS0_1DecimalNative::test_tpch[1]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 22 passed in 341.37s (0:05:41) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6xoa/000b30/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:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12151
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:491 Working directory: /home/runner/.ya/build/build_root/6xoa/000b30/r3tmp/kikimr_cluster_meklqf6r
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8340
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1350
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5068
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3308
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6xoa/000b30/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:269 Final command: /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/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_jd8cpkaq.log --grpc-port=8340 --mon-port=1350 --ic-port=12151
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8340/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6xoa/000b30/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:269 Final command: /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/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_jd8cpkaq.log --grpc-port=8340 --mon-port=1350 --ic-port=12151
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/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_jd8cpkaq.log', '--grpc-port=8340', '--mon-port=1350', '--ic-port=12151')' in '/home/runner/.ya/build/build_root/6xoa/000b30/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: 1337091
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:8340/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/6xoa/000b30/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1337108
DEBUG    ya.test:process.py:259 Command (pid 1337108) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1337108) elapsed time (sec): 0.5755248069763184
DEBUG    ya.test:process.py:263 Command (pid 1337108) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) maxrss: 579916
DEBUG    ya.test:process.py:263 Command (pid 1337108) minflt: 45383
DEBUG    ya.test:process.py:263 Command (pid 1337108) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1337108) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1337108) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1337108) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1337108) stime: 0.16261299999999998
DEBUG    ya.test:process.py:263 Command (pid 1337108) utime: 0.36859
DEBUG    ya.test:process.py:263 Command (pid 1337108) wtime: 0.581
DEBUG    ya.test:process.py:275 Command (pid 1337108) output:
Git info:
    Commit: c202ebf160b106f747228e18d74107d22d1d4d33
    Branch: 
    Author: Innokentii Mokin <enjection@ya.ru>
    Summary: Merge 023a765bfc078c519f47310cba5a70e2787ddb90 into 1b58af3a906452a78db18ad3c720ea328ea9392a

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-6rwgi7ik4i
    Host information: 
        Linux ghrun-6rwgi7ik4i 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 1337108) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: c202ebf160b106f747228e18d74107d22d1d4d33
    Branch: 
    Author: Innokentii Mokin <enjection@ya.ru>
    Summary: Merge 023a765bfc078c519f47310cba5a70e2787ddb90 into 1b58af3a906452a78db18ad3c720ea328ea9392a
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:440 Executing command = ['/home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8340', '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: 12151\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/6xoa/000b30/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8340', '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: 12151\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1337717
DEBUG    ya.test:process.py:259 Command (pid 1337717) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1337717) elapsed time (sec): 0.5930240154266357
DEBUG    ya.test:process.py:263 Command (pid 1337717) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) maxrss: 642312
DEBUG    ya.test:process.py:263 Command (pid 1337717) minflt: 51592
DEBUG    ya.test:process.py:263 Command (pid 1337717) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1337717) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1337717) nvcsw: 700
DEBUG    ya.test:process.py:263 Command (pid 1337717) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1337717) stime: 0.238726
DEBUG    ya.test:process.py:263 Command (pid 1337717) utime: 0.327345
DEBUG    ya.test:process.py:263 Command (pid 1337717) wtime: 0.595
DEBUG    ya.test:process.py:275 Command (pid 1337717) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:440 Executing command = ['/home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8340', '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/6xoa/000b30/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8340', '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: 1337801
DEBUG    ya.test:process.py:259 Command (pid 1337801) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1337801) elapsed time (sec): 0.5906491279602051
DEBUG    ya.test:process.py:263 Command (pid 1337801) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) maxrss: 642312
DEBUG    ya.test:process.py:263 Command (pid 1337801) minflt: 51670
DEBUG    ya.test:process.py:263 Command (pid 1337801) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 1337801) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1337801) nvcsw: 613
DEBUG    ya.test:process.py:263 Command (pid 1337801) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1337801) stime: 0.210036
DEBUG    ya.test:process.py:263 Command (pid 1337801) utime: 0.35464
DEBUG    ya.test:process.py:263 Command (pid 1337801) wtime: 0.592
DEBUG    ya.test:process.py:275 Command (pid 1337801) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:570 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:577 Cluster started and initialized
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21318
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20695
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26828
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32081
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16957
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6xoa/000b30/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:269 Final command: /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8340 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/6xoa/000b30/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_96j0kkks.log --grpc-port=21318 --mon-port=20695 --ic-port=26828
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6xoa/000b30/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:269 Final command: /home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:8340 --tenant=/local/test_db --log-file-name=/home/runner/.ya/build/build_root/6xoa/000b30/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_96j0kkks.log --grpc-port=21318 --mon-port=20695 --ic-port=26828
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6xoa/000b30/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6xoa/000b30/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:8340', '--tenant=/local/test_db', '--log-file-name=/home/runner/.ya/build/build_root/6xoa/000b30/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_96j0kkks.log', '--grpc-port=21318', '--mon-port=20695', '--ic-port=26828')' in '/home/runner/.ya/build/build_root/6xoa/000b30/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: 1338001
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:21318/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/6xoa/000b30/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1338015
DEBUG    ya.test:process.py:259 Command (pid 1338015) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1338015) elapsed time (sec): 0.5802762508392334
DEBUG    ya.test:process.py:263 Command (pid 1338015) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) maxrss: 651276
DEBUG    ya.test:process.py:263 Command (pid 1338015) minflt: 45331
DEBUG    ya.test:process.py:263 Command (pid 1338015) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1338015) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1338015) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1338015) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1338015) stime: 0.17001
DEBUG    ya.test:process.py:263 Command (pid 1338015) utime: 0.365543
DEBUG    ya.test:process.py:263 Command (pid 1338015) wtime: 0.581
DEBUG    ya.test:process.py:275 Command (pid 1338015) output:
Git info:
    Commit: c202ebf160b106f747228e18d74107d22d1d4d33
    Branch: 
    Author: Innokentii Mokin <enjection@ya.ru>
    Summary: Merge 023a765bfc078c519f47310cba5a70e2787ddb90 into 1b58af3a906452a78db18ad3c720ea328ea9392a

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-6rwgi7ik4i
    Host information: 
        Linux ghrun-6rwgi7ik4i 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 1338015) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: c202ebf160b106f747228e18d74107d22d1d4d33
    Branch: 
    Author: Innokentii Mokin <enjection@ya.ru>
    Summary: Merge 023a765bfc078c519f47310cba5a70e2787ddb90 into 1b58af3a906452a78db18ad3c720ea328ea9392a
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1338805
DEBUG    ya.test:process.py:259 Command (pid 1338805) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1338805) elapsed time (sec): 10.19365644454956
DEBUG    ya.test:process.py:263 Command (pid 1338805) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) maxrss: 651968
DEBUG    ya.test:process.py:263 Command (pid 1338805) minflt: 110574
DEBUG    ya.test:process.py:263 Command (pid 1338805) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1338805) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1338805) nvcsw: 4196
DEBUG    ya.test:process.py:263 Command (pid 1338805) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1338805) stime: 0.26473599999999997
DEBUG    ya.test:process.py:263 Command (pid 1338805) utime: 0.42016899999999996
DEBUG    ya.test:process.py:263 Command (pid 1338805) wtime: 10.195
DEBUG    ya.test:process.py:275 Command (pid 1338805) output:
Init tables ...
Init tables ...Ok

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1342165
DEBUG    ya.test:process.py:259 Command (pid 1342165) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1342165) elapsed time (sec): 0.7950806617736816
DEBUG    ya.test:process.py:263 Command (pid 1342165) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) maxrss: 652532
DEBUG    ya.test:process.py:263 Command (pid 1342165) minflt: 104524
DEBUG    ya.test:process.py:263 Command (pid 1342165) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) nivcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 1342165) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) nvcsw: 2882
DEBUG    ya.test:process.py:263 Command (pid 1342165) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1342165) stime: 0.277451
DEBUG    ya.test:process.py:263 Command (pid 1342165) utime: 0.24640299999999998
DEBUG    ya.test:process.py:263 Command (pid 1342165) wtime: 0.797
DEBUG    ya.test:process.py:275 Command (pid 1342165) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1342972
DEBUG    ya.test:process.py:259 Command (pid 1342972) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1342972) elapsed time (sec): 0.6358168125152588
DEBUG    ya.test:process.py:263 Command (pid 1342972) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) maxrss: 652956
DEBUG    ya.test:process.py:263 Command (pid 1342972) minflt: 103572
DEBUG    ya.test:process.py:263 Command (pid 1342972) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) nivcsw: 94
DEBUG    ya.test:process.py:263 Command (pid 1342972) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) nvcsw: 2726
DEBUG    ya.test:process.py:263 Command (pid 1342972) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1342972) stime: 0.201031
DEBUG    ya.test:process.py:263 Command (pid 1342972) utime: 0.305234
DEBUG    ya.test:process.py:263 Command (pid 1342972) wtime: 0.637
DEBUG    ya.test:process.py:275 Command (pid 1342972) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1343369
DEBUG    ya.test:process.py:259 Command (pid 1343369) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1343369) elapsed time (sec): 0.8826556205749512
DEBUG    ya.test:process.py:263 Command (pid 1343369) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) maxrss: 653420
DEBUG    ya.test:process.py:263 Command (pid 1343369) minflt: 104094
DEBUG    ya.test:process.py:263 Command (pid 1343369) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) nivcsw: 105
DEBUG    ya.test:process.py:263 Command (pid 1343369) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) nvcsw: 2898
DEBUG    ya.test:process.py:263 Command (pid 1343369) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1343369) stime: 0.222998
DEBUG    ya.test:process.py:263 Command (pid 1343369) utime: 0.319641
DEBUG    ya.test:process.py:263 Command (pid 1343369) wtime: 0.891
DEBUG    ya.test:process.py:275 Command (pid 1343369) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1343912
DEBUG    ya.test:process.py:259 Command (pid 1343912) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1343912) elapsed time (sec): 0.7995538711547852
DEBUG    ya.test:process.py:263 Command (pid 1343912) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) maxrss: 654056
DEBUG    ya.test:process.py:263 Command (pid 1343912) minflt: 103289
DEBUG    ya.test:process.py:263 Command (pid 1343912) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) nivcsw: 62
DEBUG    ya.test:process.py:263 Command (pid 1343912) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) nvcsw: 2490
DEBUG    ya.test:process.py:263 Command (pid 1343912) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1343912) stime: 0.23069199999999998
DEBUG    ya.test:process.py:263 Command (pid 1343912) utime: 0.243222
DEBUG    ya.test:process.py:263 Command (pid 1343912) wtime: 0.801
DEBUG    ya.test:process.py:275 Command (pid 1343912) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1344381
DEBUG    ya.test:process.py:259 Command (pid 1344381) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1344381) elapsed time (sec): 0.7575993537902832
DEBUG    ya.test:process.py:263 Command (pid 1344381) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) maxrss: 654556
DEBUG    ya.test:process.py:263 Command (pid 1344381) minflt: 104565
DEBUG    ya.test:process.py:263 Command (pid 1344381) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 1344381) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) nvcsw: 3069
DEBUG    ya.test:process.py:263 Command (pid 1344381) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1344381) stime: 0.20242
DEBUG    ya.test:process.py:263 Command (pid 1344381) utime: 0.325129
DEBUG    ya.test:process.py:263 Command (pid 1344381) wtime: 0.759
DEBUG    ya.test:process.py:275 Command (pid 1344381) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1344723
DEBUG    ya.test:process.py:259 Command (pid 1344723) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1344723) elapsed time (sec): 0.6374483108520508
DEBUG    ya.test:process.py:263 Command (pid 1344723) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) maxrss: 655204
DEBUG    ya.test:process.py:263 Command (pid 1344723) minflt: 104481
DEBUG    ya.test:process.py:263 Command (pid 1344723) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 1344723) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) nvcsw: 2941
DEBUG    ya.test:process.py:263 Command (pid 1344723) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1344723) stime: 0.22223099999999998
DEBUG    ya.test:process.py:263 Command (pid 1344723) utime: 0.302172
DEBUG    ya.test:process.py:263 Command (pid 1344723) wtime: 0.639
DEBUG    ya.test:process.py:275 Command (pid 1344723) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1345058
DEBUG    ya.test:process.py:259 Command (pid 1345058) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1345058) elapsed time (sec): 0.6905131340026855
DEBUG    ya.test:process.py:263 Command (pid 1345058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) maxrss: 655956
DEBUG    ya.test:process.py:263 Command (pid 1345058) minflt: 104214
DEBUG    ya.test:process.py:263 Command (pid 1345058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1345058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) nvcsw: 3014
DEBUG    ya.test:process.py:263 Command (pid 1345058) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1345058) stime: 0.212669
DEBUG    ya.test:process.py:263 Command (pid 1345058) utime: 0.297165
DEBUG    ya.test:process.py:263 Command (pid 1345058) wtime: 0.693
DEBUG    ya.test:process.py:275 Command (pid 1345058) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1345315
DEBUG    ya.test:process.py:259 Command (pid 1345315) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1345315) elapsed time (sec): 221.0036838054657
DEBUG    ya.test:process.py:263 Command (pid 1345315) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) maxrss: 2857496
DEBUG    ya.test:process.py:263 Command (pid 1345315) minflt: 5405726
DEBUG    ya.test:process.py:263 Command (pid 1345315) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) nivcsw: 8888
DEBUG    ya.test:process.py:263 Command (pid 1345315) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1345315) nvcsw: 681675
DEBUG    ya.test:process.py:263 Command (pid 1345315) oublock: 104
DEBUG    ya.test:process.py:263 Command (pid 1345315) stime: 33.062292
DEBUG    ya.test:process.py:263 Command (pid 1345315) utime: 180.742245
DEBUG    ya.test:process.py:263 Command (pid 1345315) wtime: 221.006
DEBUG    ya.test:process.py:275 Command (pid 1345315) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (9.389469s)
Fill table customer...
Fill table customer OK 150000 / 150000 (3.547313s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (179.660418s)
Fill table part...
Fill table part OK 200000 / 200000 (27.051216s)
Fill table nation...
Fill table nation OK 25 / 25 (0.158636s)
Fill table region...
Fill table region OK 5 / 5 (0.163931s)

DEBUG    ya.test:process.py:276 Command (pid 1345315) errors:
10000 / 10000

10000 / 150000
20000 / 150000
30000 / 150000
40000 / 150000
50000 / 150000
60000 / 150000
70000 / 150000
80000 / 150000
90000 / 150000
100000 / 150000
110000 / 150000
120000 / 150000
130000 / 150000
140000 / 150000
150000 / 150000

20000 / 1500000
30000 / 1500000
50000 / 1500000
60000 / 1500000
80000 / 1500000
90000 / 1500000
110000 / 1500000
120000 / 1500000
140000 / 1500000
150000 / 1500000
170000 / 1500000
180000 / 1500000
200000 / 1500000
210000 / 1500000
230000 / 1500000
240000 / 1500000
260000 / 1500000
270000 / 1500000
290000 / 1500000
300000 / 1500000
320000 / 1500000
330000 / 1500000
350000 / 1500000
360000 / 1500000
380000 / 1500000
390000 / 1500000
410000 / 1500000
420000 / 1500000
440000 / 1500000
450000 / 1500000
470000 / 1500000
480000 / 1500000
500000 / 1500000
510000 / 1500000
530000 / 1500000
540000 / 1500000
560000 / 1500000
570000 / 1500000
590000 / 1500000
600000 / 1500000
620000 / 1500000
630000 / 1500000
650000 / 1500000
660000 / 1500000
680000 / 1500000
690000 / 1500000
710000 / 1500000
720000 / 1500000
740000 / 1500000
750000 / 1500000
770000 / 1500000
780000 / 1500000
800000 / 1500000
810000 / 1500000
830000 / 1500000
840000 / 1500000
860000 / 1500000
870000 / 1500000
890000 / 1500000
900000 / 1500000
920000 / 1500000
930000 / 1500000
950000 / 1500000
960000 / 1500000
980000 / 1500000
990000 / 1500000
1010000 / 1500000
1020000 / 1500000
1040000 / 1500000
1050000 / 1500000
1070000 / 1500000
1080000 / 1500000
1100000 / 1500000
1110000 / 1500000
1130000 / 1500000
1140000 / 1500000
1160000 / 1500000
1170000 / 1500000
1190000 / 1500000
1200000 / 1500000
1220000 / 1500000
1230000 / 1500000
1250000 / 1500000
1260000 / 1500000
1280000 / 1500000
1290000 / 1500000
1310000 / 1500000
1320000 / 1500000
1340000 / 1500000
1350000 / 1500000
1370000 / 1500000
1380000 / 1500000
1400000 / 1500000
1410000 / 1500000
1430000 / 1500000
1440000 / 1500000
1460000 / 1500000
1470000 / 1500000
1490000 / 1500000
1500000 / 1500000

10000 / 200000
20000 / 200000
30000 / 200000
40000 / 200000
50000 / 200000
60000 / 200000
70000 / 200000
80000 / 200000
90000 / 200000
100000 / 200000
110000 / 200000
120000 / 200000
130000 / 200000
140000 / 200000
150000 / 200000
160000 / 200000
170000 / 200000
180000 / 200000
190000 / 200000
200000 / 200000

25 / 25

5 / 5


DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6xoa/000b30/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/6xoa/000b30/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8340', '-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: 1393943
DEBUG    ya.test:process.py:259 Command (pid 1393943) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1393943) elapsed time (sec): 273.32487201690674
DEBUG    ya.test:process.py:263 Command (pid 1393943) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 1393943) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) maxrss: 2888404
DEBUG    ya.test:process.py:263 Command (pid 1393943) minflt: 5402531
DEBUG    ya.test:process.py:263 Command (pid 1393943) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) nivcsw: 27571
DEBUG    ya.test:process.py:263 Command (pid 1393943) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1393943) nvcsw: 1010909
DEBUG    ya.test:process.py:263 Command (pid 1393943) oublock: 144
DEBUG    ya.test:process.py:263 Command (pid 1393943) stime: 35.391576
DEBUG    ya.test:process.py:263 Command (pid 1393943) utime: 205.950591
DEBUG    ya.test:process.py:263 Command (pid 1393943) wtime: 273.327
DEBUG    ya.test:process.py:275 Command (pid 1393943) output:
Fill table supplier...
Fill table supplier OK 10000 / 10000 (10.132423s)
Fill table customer...
Fill table customer OK 150000 / 150000 (4.692915s)
Fill table orders...
Fill table orders OK 1500000 / 1500000 (218.516176s)
Fill table part...
Fill table part OK 200000 / 200000 (38.062305s)
Fill table nation...
Fill table nation OK 25 / 25 (0.218105s)
Fill table region...
Fill table region OK 5 / 5 (0.288319s)

DEBUG    ya.test:process.py:276 Command (pid 1393943) errors:
10000 / 10000

10000 / 150000
20000 / 150000
30000 / 150000
40000 / 150000
50000 / 150000
60000 / 150000
70000 / 150000
80000 / 150000
90000 / 150000
100000 / 150000
110000 / 150000
120000 / 150000
130000 / 150000
140000 / 150000
150000 / 150000

20000 / 1500000
30000 / 1500000
50000 / 1500000
60000 / 1500000
80000 / 1500000
90000 / 1500000
110000 / 1500000
120000 / 1500000
140000 / 1500000
150000 / 1500000
170000 / 1500000
180000 / 1500000
200000 / 1500000
210000 / 1500000
230000 / 1500000
240000 / 1500000
260000 / 1500000
270000 / 1500000
290000 / 1500000
300000 / 1500000
320000 / 1500000
330000 / 1500000
350000 / 1500000
360000 / 1500000
380000 / 1500000
390000 / 1500000
410000 / 1500000
420000 / 1500000
440000 / 1500000
450000 / 1500000
470000 / 1500000
480000 / 1500000
500000 / 1500000
510000 / 1500000
530000 / 1500000
540000 / 1500000
560000 / 1500000
570000 / 1500000
590000 / 1500000
600000 / 1500000
620000 / 1500000
630000 / 1500000
650000 / 1500000
660000 / 1500000
680000 / 1500000
690000 / 1500000
710000 / 1500000
720000 / 1500000
740000 / 1500000
750000 / 1500000
770000 / 1500000
780000 / 1500000
800000 / 1500000
810000 / 1500000
830000 / 1500000
840000 / 1500000
860000 / 1500000
870000 / 1500000
890000 / 1500000
900000 / 1500000
920000 / 1500000
930000 / 1500000
950000 / 1500000
960000 / 1500000
980000 / 1500000
990000 / 1500000
1010000 / 1500000
1020000 / 1500000
1040000 / 1500000
1050000 / 1500000
1070000 / 1500000
1080000 / 1500000
1100000 / 1500000
1110000 / 1500000
1130000 / 1500000
1140000 / 1500000
1160000 / 1500000
1170000 / 1500000
1190000 / 1500000
1200000 / 1500000
1220000 / 1500000
1230000 / 1500000
1250000 / 1500000
1260000 / 1500000
1280000 / 1500000
1290000 / 1500000
1310000 / 1500000
1320000 / 1500000
1340000 / 1500000
1350000 / 1500000
1370000 / 1500000
1380000 / 1500000
1400000 / 1500000
1410000 / 1500000
1430000 / 1500000
1440000 / 1500000
1460000 / 1500000
1470000 / 1500000
1490000 / 1500000
1500000 / 1500000

10000 / 200000
20000 / 200000
30000 / 200000
40000 / 200000
50000 / 200000
60000 / 200000
70000 / 200000
80000 / 200000
90000 / 200000
100000 / 200000
110000 / 200000
120000 / 200000
130000 / 200000
140000 / 200000
150000 / 200000
160000 / 200000
170000 / 200000
180000 / 200000
190000 / 200000
200000 / 200000

25 / 25

5 / 5


DEBUG    ya.test:process.py:456 No sanitizer errors found
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 552
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:206 Connecting to grpc://localhost:8340 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, b35e0642-d4fc-4744-bcfb-ac367f7135ca, localhost:8340): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b35e0642-d4fc-4744-bcfb-ac367f7135ca, localhost:8340): request = { database: "local/test_db" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b35e0642-d4fc-4744-bcfb-ac367f7135ca, localhost:8340): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-6rwgi7ik4i.auto.internal" port: 21318 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-6rwgi7ik4i.auto.internal:21318, 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:8340
INFO     root:ydb_cluster.py:222 Connected
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 2740d26d-b9cb-42b0-b270-76f295433fdb, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 2740d26d-b9cb-42b0-b270-76f295433fdb, ghrun-6rwgi7ik4i.auto.internal:21318): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 2740d26d-b9cb-42b0-b270-76f295433fdb, ghrun-6rwgi7ik4i.auto.internal:21318): response = { <_MultiThreadedRendezvous object> }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 554
DEBUG    root:ydb_cluster.py:370 Expected nodes count: 1
INFO     root:ydb_cluster.py:273 get_tables /local/test_db/olap_yatests/tpch/s1
INFO     root:ydb_cluster.py:267 describe /local/test_db/olap_yatests/tpch/s1
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b5d07524-b87c-49ac-bdf1-49e4e5552424, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b5d07524-b87c-49ac-bdf1-49e4e5552424, ghrun-6rwgi7ik4i.auto.internal:21318): 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, b5d07524-b87c-49ac-bdf1-49e4e5552424, ghrun-6rwgi7ik4i.auto.internal:21318): 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: 1762953872120 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, 5c211ef3-1f5a-46ce-a774-6339b51d5be6, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5c211ef3-1f5a-46ce-a774-6339b51d5be6, ghrun-6rwgi7ik4i.auto.internal:21318): 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, 5c211ef3-1f5a-46ce-a774-6339b51d5be6, ghrun-6rwgi7ik4i.auto.internal:21318): 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: 1762953872120 tx_id: 281474976720659 } } children { name: "customer" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953872120 tx_id: 281474976720659 } } children { name: "lineitem" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953873360 tx_id: 281474976720660 } } children { name: "nation" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953873550 tx_id: 281474976720661 } } children { name: "orders" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953874700 tx_id: 281474976720662 } } children { name: "part" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953876240 tx_id: 281474976720663 } } children { name: "partsupp" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953877840 tx_id: 281474976720664 } } children { name: "region" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953878100 tx_id: 281474976720665 } } children { name: "supplier" owner: "root@builtin" type: COLUMN_TABLE created_at { plan_step: 1762953879500 tx_id: 281474976720666 } } } } } }
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "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 584
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:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "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 584
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:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "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 583
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:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "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 584
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:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/part&tablets=true HTTP/1.1" 200 583
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/part balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/partsupp&tablets=true HTTP/1.1" 200 583
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/partsupp balance: 64-64 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/region&tablets=true HTTP/1.1" 200 582
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/region balance: 1-1 shards.
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db&path=/local/test_db/olap_yatests/tpch/s1/supplier&tablets=true HTTP/1.1" 200 583
INFO     root:ydb_cluster.py:412 Table /local/test_db/olap_yatests/tpch/s1/supplier balance: 64-64 shards.
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 3f3d90aa-94ae-42b4-a140-58c68b6e2ba6, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 3f3d90aa-94ae-42b4-a140-58c68b6e2ba6, ghrun-6rwgi7ik4i.auto.internal:21318): request = { query { yql_text: "select 1" } mode: MODE_EXEC collect_stats: STATS_COLLECTION_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamExecuteScanQuery, 3f3d90aa-94ae-42b4-a140-58c68b6e2ba6, ghrun-6rwgi7ik4i.auto.internal:21318): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(StreamExecuteScanQuery, 0ce8c178-66a7-49fa-b539-d1cda86cacba, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 0ce8c178-66a7-49fa-b539-d1cda86cacba, ghrun-6rwgi7ik4i.auto.internal:21318): 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, 0ce8c178-66a7-49fa-b539-d1cda86cacba, ghrun-6rwgi7ik4i.auto.internal:21318): 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, f79a91a8-d5eb-403c-8093-a04d9f29de58, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, f79a91a8-d5eb-403c-8093-a04d9f29de58, ghrun-6rwgi7ik4i.auto.internal:21318): 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, f79a91a8-d5eb-403c-8093-a04d9f29de58, ghrun-6rwgi7ik4i.auto.internal:21318): 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, 8f4214ec-b349-47d8-ae66-e8bad7a4114c, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 8f4214ec-b349-47d8-ae66-e8bad7a4114c, ghrun-6rwgi7ik4i.auto.internal:21318): 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, 8f4214ec-b349-47d8-ae66-e8bad7a4114c, ghrun-6rwgi7ik4i.auto.internal:21318): 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, 1cf9040a-1ddd-4183-9ec5-c5b9f3f299a3, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, 1cf9040a-1ddd-4183-9ec5-c5b9f3f299a3, ghrun-6rwgi7ik4i.auto.internal:21318): 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, 1cf9040a-1ddd-4183-9ec5-c5b9f3f299a3, ghrun-6rwgi7ik4i.auto.internal:21318): 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, f0ba67bc-f01c-4fb4-9da3-568ab64b0bf4, ghrun-6rwgi7ik4i.auto.internal:21318): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamExecuteScanQuery, f0ba67bc-f01c-4fb4-9da3-568ab64b0bf4, ghrun-6rwgi7ik4i.auto.internal:21318): 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, f0ba67bc-f01c-4fb4-9da3-568ab64b0bf4, ghrun-6rwgi7ik4i.auto.internal:21318): 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:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /viewer/json/nodes HTTP/1.1" 200 809
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "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:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /viewer/json/nodes HTTP/1.1" 200 810
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:1350
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /viewer/json/nodes?database=/local/test_db HTTP/1.1" 307 0
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:1350 "GET /node/50000/viewer/json/nodes?database=/local/test_db HTTP/1.1" 200 552
INFO     root:allure_utils.py:292 All nodes before filtering: [('26828@ghrun-6rwgi7ik4i.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-6rwgi7ik4i.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 ===============================
599.46s 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 604.40s (0:10:04) =========================

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/6xoa/000b30/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/6xoa/000b30', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000b30/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000b30/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/10190826595/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/6xoa/000b30/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/6xoa/000b30', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000b30/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000b30/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/10190826595/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/6xoa/000b4b/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 ===============================
190.70s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
1.58s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
1.54s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
1.53s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
1.50s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
1.50s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
1.49s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
1.47s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
1.43s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
1.43s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
1.42s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
1.42s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
1.42s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
1.41s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
1.40s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
1.37s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
1.37s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
1.31s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
1.31s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
1.28s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
1.27s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
1.26s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
1.18s setup    test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.09s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query20]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query21]
0.08s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query08]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query09]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query11]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query10]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query17]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query05]
0.07s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query02]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query15]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query04]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query16]
0.06s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query12]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query22]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query03]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query07]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query19]
0.05s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query13]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query14]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query18]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query01]
0.04s call     test_parallel.py::TestTpchParallelS0_1T10::test[Query06]
0.03s call     test_parallel.py::TestTpchParallelS0_1T10::test[Sum]
0.01s teardown test_parallel.py::TestTpchParallelS0_1T10::test[Query01]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 23 passed in 223.08s (0:03:43) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6xoa/000b66/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 ===============================
215.55s setup    test_s1.py::TestTpchS1::test_tpch[1]
39.69s call     test_s1.py::TestTpchS1::test_tpch[17]
26.44s call     test_s1.py::TestTpchS1::test_tpch[10]
25.96s call     test_s1.py::TestTpchS1::test_tpch[8]
25.88s call     test_s1.py::TestTpchS1::test_tpch[18]
23.69s call     test_s1.py::TestTpchS1::test_tpch[9]
21.67s call     test_s1.py::TestTpchS1::test_tpch[5]
19.91s call     test_s1.py::TestTpchS1::test_tpch[1]
19.01s call     test_s1.py::TestTpchS1::test_tpch[12]
18.41s call     test_s1.py::TestTpchS1::test_tpch[7]
18.11s call     test_s1.py::TestTpchS1::test_tpch[15]
17.32s call     test_s1.py::TestTpchS1::test_tpch[4]
16.99s call     test_s1.py::TestTpchS1::test_tpch[3]
16.41s call     test_s1.py::TestTpchS1::test_tpch[14]
14.30s call     test_s1.py::TestTpchS1::test_tpch[2]
14.08s call     test_s1.py::TestTpchS1::test_tpch[16]
12.76s call     test_s1.py::TestTpchS1::test_tpch[11]
12.41s call     test_s1.py::TestTpchS1::test_tpch[13]
11.61s call     test_s1.py::TestTpchS1::test_tpch[6]
1.56s setup    test_s1.py::TestTpchS1::test_tpch[11]
1.51s setup    test_s1.py::TestTpchS1::test_tpch[17]
1.46s setup    test_s1.py::TestTpchS1::test_tpch[16]
1.41s setup    test_s1.py::TestTpchS1::test_tpch[18]
1.40s setup    test_s1.py::TestTpchS1::test_tpch[10]
1.40s setup    test_s1.py::TestTpchS1::test_tpch[2]
1.40s setup    test_s1.py::TestTpchS1::test_tpch[14]
1.40s setup    test_s1.py::TestTpchS1::test_tpch[12]
1.36s setup    test_s1.py::TestTpchS1::test_tpch[19]
1.28s setup    test_s1.py::TestTpchS1::test_tpch[13]
1.24s setup    test_s1.py::TestTpchS1::test_tpch[4]
1.21s setup    test_s1.py::TestTpchS1::test_tpch[8]
1.21s setup    test_s1.py::TestTpchS1::test_tpch[3]
1.20s setup    test_s1.py::TestTpchS1::test_tpch[7]
1.20s setup    test_s1.py::TestTpchS1::test_tpch[15]
1.13s setup    test_s1.py::TestTpchS1::test_tpch[9]
1.11s setup    test_s1.py::TestTpchS1::test_tpch[6]
1.09s setup    test_s1.py::TestTpchS1::test_tpch[5]
0.01s teardown test_s1.py::TestTpchS1::test_tpch[1]

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

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ot/6xoa/000b66/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/6xoa/000b66/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/6xoa/000b66', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000b66/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000b66/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/10190826595/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/6xoa/000b66/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/6xoa/000b66/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/6xoa/000b66', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000b66/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000b66/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/10190826595/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/6xoa/000b06/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 ===============================
62.28s setup    test_s_float.py::TestTpchS0_1::test_tpch[1]
35.29s call     test_s_float.py::TestTpchS0_1::test_tpch[21]
28.13s call     test_s_float.py::TestTpchS0_1::test_tpch[8]
26.00s call     test_s_float.py::TestTpchS0_1::test_tpch[20]
22.06s call     test_s_float.py::TestTpchS0_1::test_tpch[16]
19.56s call     test_s_float.py::TestTpchS0_1::test_tpch[17]
19.29s call     test_s_float.py::TestTpchS0_1::test_tpch[22]
19.25s call     test_s_float.py::TestTpchS0_1::test_tpch[9]
18.70s call     test_s_float.py::TestTpchS0_1::test_tpch[10]
17.64s call     test_s_float.py::TestTpchS0_1::test_tpch[18]
17.30s call     test_s_float.py::TestTpchS0_1::test_tpch[11]
14.81s call     test_s_float.py::TestTpchS0_1::test_tpch[7]
14.79s call     test_s_float.py::TestTpchS0_1::test_tpch[19]
14.28s call     test_s_float.py::TestTpchS0_1::test_tpch[15]
13.61s call     test_s_float.py::TestTpchS0_1::test_tpch[5]
11.18s call     test_s_float.py::TestTpchS0_1::test_tpch[2]
10.50s call     test_s_float.py::TestTpchS0_1::test_tpch[12]
10.11s call     test_s_float.py::TestTpchS0_1::test_tpch[14]
9.94s call     test_s_float.py::TestTpchS0_1::test_tpch[3]
9.93s call     test_s_float.py::TestTpchS0_1::test_tpch[13]
8.51s call     test_s_float.py::TestTpchS0_1::test_tpch[4]
6.88s call     test_s_float.py::TestTpchS0_1::test_tpch[1]
5.30s call     test_s_float.py::TestTpchS0_1::test_tpch[6]
2.89s setup    test_s_float.py::TestTpchS0_1::test_tpch[21]
2.75s setup    test_s_float.py::TestTpchS0_1::test_tpch[22]
2.46s setup    test_s_float.py::TestTpchS0_1::test_tpch[19]
2.25s setup    test_s_float.py::TestTpchS0_1::test_tpch[15]
2.15s setup    test_s_float.py::TestTpchS0_1::test_tpch[18]
2.14s setup    test_s_float.py::TestTpchS0_1::test_tpch[16]
2.12s setup    test_s_float.py::TestTpchS0_1::test_tpch[17]
1.95s setup    test_s_float.py::TestTpchS0_1::test_tpch[11]
1.95s setup    test_s_float.py::TestTpchS0_1::test_tpch[20]
1.94s setup    test_s_float.py::TestTpchS0_1::test_tpch[12]
1.70s setup    test_s_float.py::TestTpchS0_1::test_tpch[3]
1.68s setup    test_s_float.py::TestTpchS0_1::test_tpch[14]
1.67s setup    test_s_float.py::TestTpchS0_1::test_tpch[13]
1.62s setup    test_s_float.py::TestTpchS0_1::test_tpch[9]
1.60s setup    test_s_float.py::TestTpchS0_1::test_tpch[10]
1.57s setup    test_s_float.py::TestTpchS0_1::test_tpch[8]
1.56s setup    test_s_float.py::TestTpchS0_1::test_tpch[5]
1.56s setup    test_s_float.py::TestTpchS0_1::test_tpch[4]
1.55s setup    test_s_float.py::TestTpchS0_1::test_tpch[7]
1.52s setup    test_s_float.py::TestTpchS0_1::test_tpch[6]
1.30s setup    test_s_float.py::TestTpchS0_1::test_tpch[2]
0.03s teardown test_s_float.py::TestTpchS0_1::test_tpch[14]
0.02s teardown test_s_float.py::TestTpchS0_1::test_tpch[8]
0.02s teardown test_s_float.py::TestTpchS0_1::test_tpch[22]
0.02s teardown test_s_float.py::TestTpchS0_1::test_tpch[17]
0.01s teardown test_s_float.py::TestTpchS0_1::test_tpch[1]

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

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/6xoa/000b06/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/6xoa/000b06', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000b06/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000b06/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/10190826595/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/6xoa/000b06/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/6xoa/000b06', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000b06/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000b06/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/10190826595/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",), {})
