============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_workload.py F

=================================== FAILURES ===================================
_____________________________ TestYdbWorkload.test _____________________________
ydb/tests/stress/olap_workload/tests/test_workload.py:26: in test
    yatest.common.execute([
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:9130 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
E       for next_opt in opt_generator:
E                       ^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
E       result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
E                                             ^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
E       with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
E            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
E       self._session = self._pool.acquire(self._timeout)
E                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
E       session = self._create_new_session(time_left)
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
E       session.create(settings=BaseRequestSettings().with_timeout(timeout))
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
E       self._attach()
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
E       raise e
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
E       raise RuntimeError("Failed to attach session")
E   RuntimeError: Failed to attach session
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9183
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61163
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7942
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29470
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13636
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21139
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13114
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13114
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13115
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5924
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:479 Working directory: /home/runner/.ya/build/build_root/ig79/000817/r3tmp/kikimr_cluster_jghi5gph
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9130
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9678
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22946
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6325
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/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/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_mjtp_0n2.log --grpc-port=9130 --mon-port=9678 --ic-port=9183
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23931
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15737
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19146
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27083
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_n5zmyi89.log --grpc-port=23931 --mon-port=15737 --ic-port=61163
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12678
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21182
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62588
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5401
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_28i_yvkb.log --grpc-port=12678 --mon-port=21182 --ic-port=7942
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12707
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7730
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31006
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24604
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d71vphlp.log --grpc-port=12707 --mon-port=7730 --ic-port=29470
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7260
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21431
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22063
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_7a09y6_f.log --grpc-port=12457 --mon-port=7260 --ic-port=13636
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21281
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25591
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3161
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kirexdln.log --grpc-port=21281 --mon-port=25591 --ic-port=21139
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7602
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2353
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63832
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28870
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_jz20mitz.log --grpc-port=7602 --mon-port=2353 --ic-port=13115
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15853
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16391
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23397
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15671
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15672
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_h0aic996.log --grpc-port=15853 --mon-port=16391 --ic-port=17477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11652
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26423
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5829
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63237
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_k4bcwsl2.log --grpc-port=11652 --mon-port=26423 --ic-port=5924
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9130/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/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/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_mjtp_0n2.log --grpc-port=9130 --mon-port=9678 --ic-port=9183
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_mjtp_0n2.log', '--grpc-port=9130', '--mon-port=9678', '--ic-port=9183')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1528562
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:9130/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/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1528563
DEBUG    ya.test:process.py:259 Command (pid 1528563) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1528563) elapsed time (sec): 0.9317612648010254
DEBUG    ya.test:process.py:263 Command (pid 1528563) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) maxrss: 472936
DEBUG    ya.test:process.py:263 Command (pid 1528563) minflt: 45465
DEBUG    ya.test:process.py:263 Command (pid 1528563) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) nivcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 1528563) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1528563) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1528563) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1528563) stime: 0.245159
DEBUG    ya.test:process.py:263 Command (pid 1528563) utime: 0.5241939999999999
DEBUG    ya.test:process.py:263 Command (pid 1528563) wtime: 0.933
DEBUG    ya.test:process.py:275 Command (pid 1528563) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23931/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_n5zmyi89.log --grpc-port=23931 --mon-port=15737 --ic-port=61163
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_n5zmyi89.log', '--grpc-port=23931', '--mon-port=15737', '--ic-port=61163')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1528791
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23931/2
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/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1528796
DEBUG    ya.test:process.py:259 Command (pid 1528796) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1528796) elapsed time (sec): 0.8891551494598389
DEBUG    ya.test:process.py:263 Command (pid 1528796) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) maxrss: 472880
DEBUG    ya.test:process.py:263 Command (pid 1528796) minflt: 45479
DEBUG    ya.test:process.py:263 Command (pid 1528796) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) nivcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 1528796) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1528796) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1528796) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1528796) stime: 0.20285999999999998
DEBUG    ya.test:process.py:263 Command (pid 1528796) utime: 0.503347
DEBUG    ya.test:process.py:263 Command (pid 1528796) wtime: 0.898
DEBUG    ya.test:process.py:275 Command (pid 1528796) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12678/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_28i_yvkb.log --grpc-port=12678 --mon-port=21182 --ic-port=7942
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_28i_yvkb.log', '--grpc-port=12678', '--mon-port=21182', '--ic-port=7942')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1528982
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12678/3
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/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1528991
DEBUG    ya.test:process.py:259 Command (pid 1528991) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1528991) elapsed time (sec): 0.9541571140289307
DEBUG    ya.test:process.py:263 Command (pid 1528991) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) maxrss: 472900
DEBUG    ya.test:process.py:263 Command (pid 1528991) minflt: 45480
DEBUG    ya.test:process.py:263 Command (pid 1528991) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) nivcsw: 217
DEBUG    ya.test:process.py:263 Command (pid 1528991) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1528991) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1528991) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1528991) stime: 0.204917
DEBUG    ya.test:process.py:263 Command (pid 1528991) utime: 0.547796
DEBUG    ya.test:process.py:263 Command (pid 1528991) wtime: 0.957
DEBUG    ya.test:process.py:275 Command (pid 1528991) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12707/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d71vphlp.log --grpc-port=12707 --mon-port=7730 --ic-port=29470
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d71vphlp.log', '--grpc-port=12707', '--mon-port=7730', '--ic-port=29470')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1529417
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12707/4
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/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1529456
DEBUG    ya.test:process.py:259 Command (pid 1529456) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1529456) elapsed time (sec): 1.08488130569458
DEBUG    ya.test:process.py:263 Command (pid 1529456) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) maxrss: 472904
DEBUG    ya.test:process.py:263 Command (pid 1529456) minflt: 45470
DEBUG    ya.test:process.py:263 Command (pid 1529456) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) nivcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 1529456) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529456) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1529456) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1529456) stime: 0.23146
DEBUG    ya.test:process.py:263 Command (pid 1529456) utime: 0.510617
DEBUG    ya.test:process.py:263 Command (pid 1529456) wtime: 1.088
DEBUG    ya.test:process.py:275 Command (pid 1529456) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12457/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_7a09y6_f.log --grpc-port=12457 --mon-port=7260 --ic-port=13636
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_7a09y6_f.log', '--grpc-port=12457', '--mon-port=7260', '--ic-port=13636')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1530020
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12457/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1530043
DEBUG    ya.test:process.py:259 Command (pid 1530043) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1530043) elapsed time (sec): 1.2874367237091064
DEBUG    ya.test:process.py:263 Command (pid 1530043) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) maxrss: 472944
DEBUG    ya.test:process.py:263 Command (pid 1530043) minflt: 45505
DEBUG    ya.test:process.py:263 Command (pid 1530043) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) nivcsw: 258
DEBUG    ya.test:process.py:263 Command (pid 1530043) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1530043) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1530043) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1530043) stime: 0.219358
DEBUG    ya.test:process.py:263 Command (pid 1530043) utime: 0.545362
DEBUG    ya.test:process.py:263 Command (pid 1530043) wtime: 1.3
DEBUG    ya.test:process.py:275 Command (pid 1530043) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21281/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kirexdln.log --grpc-port=21281 --mon-port=25591 --ic-port=21139
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kirexdln.log', '--grpc-port=21281', '--mon-port=25591', '--ic-port=21139')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1530300
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21281/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1530302
DEBUG    ya.test:process.py:259 Command (pid 1530302) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1530302) elapsed time (sec): 1.0851218700408936
DEBUG    ya.test:process.py:263 Command (pid 1530302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) maxrss: 473100
DEBUG    ya.test:process.py:263 Command (pid 1530302) minflt: 45525
DEBUG    ya.test:process.py:263 Command (pid 1530302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) nivcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 1530302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1530302) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1530302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1530302) stime: 0.24370299999999998
DEBUG    ya.test:process.py:263 Command (pid 1530302) utime: 0.504308
DEBUG    ya.test:process.py:263 Command (pid 1530302) wtime: 1.098
DEBUG    ya.test:process.py:275 Command (pid 1530302) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7602/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_jz20mitz.log --grpc-port=7602 --mon-port=2353 --ic-port=13115
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_jz20mitz.log', '--grpc-port=7602', '--mon-port=2353', '--ic-port=13115')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1530819
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7602/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1530820
DEBUG    ya.test:process.py:259 Command (pid 1530820) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1530820) elapsed time (sec): 1.1373541355133057
DEBUG    ya.test:process.py:263 Command (pid 1530820) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1530820) maxrss: 472508
DEBUG    ya.test:process.py:263 Command (pid 1530820) minflt: 45511
DEBUG    ya.test:process.py:263 Command (pid 1530820) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) nivcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 1530820) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1530820) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1530820) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1530820) stime: 0.230073
DEBUG    ya.test:process.py:263 Command (pid 1530820) utime: 0.5108159999999999
DEBUG    ya.test:process.py:263 Command (pid 1530820) wtime: 1.148
DEBUG    ya.test:process.py:275 Command (pid 1530820) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15853/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_h0aic996.log --grpc-port=15853 --mon-port=16391 --ic-port=17477
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_h0aic996.log', '--grpc-port=15853', '--mon-port=16391', '--ic-port=17477')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1531178
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15853/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1531179
DEBUG    ya.test:process.py:259 Command (pid 1531179) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1531179) elapsed time (sec): 1.0864124298095703
DEBUG    ya.test:process.py:263 Command (pid 1531179) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) maxrss: 472584
DEBUG    ya.test:process.py:263 Command (pid 1531179) minflt: 45433
DEBUG    ya.test:process.py:263 Command (pid 1531179) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) nivcsw: 210
DEBUG    ya.test:process.py:263 Command (pid 1531179) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1531179) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1531179) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1531179) stime: 0.23979899999999998
DEBUG    ya.test:process.py:263 Command (pid 1531179) utime: 0.483066
DEBUG    ya.test:process.py:263 Command (pid 1531179) wtime: 1.094
DEBUG    ya.test:process.py:275 Command (pid 1531179) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11652/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_k4bcwsl2.log --grpc-port=11652 --mon-port=26423 --ic-port=5924
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_k4bcwsl2.log', '--grpc-port=11652', '--mon-port=26423', '--ic-port=5924')' in '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1531448
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11652/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1531450
DEBUG    ya.test:process.py:259 Command (pid 1531450) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1531450) elapsed time (sec): 1.3431105613708496
DEBUG    ya.test:process.py:263 Command (pid 1531450) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) maxrss: 472836
DEBUG    ya.test:process.py:263 Command (pid 1531450) minflt: 45405
DEBUG    ya.test:process.py:263 Command (pid 1531450) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) nivcsw: 248
DEBUG    ya.test:process.py:263 Command (pid 1531450) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1531450) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1531450) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1531450) stime: 0.24379199999999998
DEBUG    ya.test:process.py:263 Command (pid 1531450) utime: 0.5297189999999999
DEBUG    ya.test:process.py:263 Command (pid 1531450) wtime: 1.357
DEBUG    ya.test:process.py:275 Command (pid 1531450) output:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 9 version:
Git info:
    Commit: 6441c678894c9a3c1d59b695641447b86da8c745
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge 24bb1d54388e9c3e10da6e3dbe09d8cacab3b4c3 into 71fdebae09ad893363534741ebd43a956064be0b
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9130', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 9183\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 61163\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7942\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29470\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13636\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21139\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13115\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17477\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5924\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9130', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 9183\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 61163\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 7942\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29470\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13636\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21139\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13115\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17477\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5924\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1533525
DEBUG    ya.test:process.py:259 Command (pid 1533525) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1533525) elapsed time (sec): 1.3553657531738281
DEBUG    ya.test:process.py:263 Command (pid 1533525) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) maxrss: 773512
DEBUG    ya.test:process.py:263 Command (pid 1533525) minflt: 51860
DEBUG    ya.test:process.py:263 Command (pid 1533525) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) nivcsw: 242
DEBUG    ya.test:process.py:263 Command (pid 1533525) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1533525) nvcsw: 456
DEBUG    ya.test:process.py:263 Command (pid 1533525) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1533525) stime: 0.315921
DEBUG    ya.test:process.py:263 Command (pid 1533525) utime: 0.559078
DEBUG    ya.test:process.py:263 Command (pid 1533525) wtime: 1.367
DEBUG    ya.test:process.py:275 Command (pid 1533525) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9130', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9130', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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: 1533850
DEBUG    ya.test:process.py:259 Command (pid 1533850) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1533850) elapsed time (sec): 1.7473115921020508
DEBUG    ya.test:process.py:263 Command (pid 1533850) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) maxrss: 773512
DEBUG    ya.test:process.py:263 Command (pid 1533850) minflt: 51782
DEBUG    ya.test:process.py:263 Command (pid 1533850) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) nivcsw: 251
DEBUG    ya.test:process.py:263 Command (pid 1533850) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1533850) nvcsw: 519
DEBUG    ya.test:process.py:263 Command (pid 1533850) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1533850) stime: 0.313909
DEBUG    ya.test:process.py:263 Command (pid 1533850) utime: 0.559859
DEBUG    ya.test:process.py:263 Command (pid 1533850) wtime: 1.763
DEBUG    ya.test:process.py:275 Command (pid 1533850) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:557 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:564 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 391da5d6-4f81-47ce-82ca-3f947a67e7f4, localhost:9130): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 391da5d6-4f81-47ce-82ca-3f947a67e7f4, localhost:9130): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 391da5d6-4f81-47ce-82ca-3f947a67e7f4, localhost:9130): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 12678 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" location: "3" node_id: 3 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 23931 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" location: "2" node_id: 2 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 21281 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" location: "3" node_id: 6 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 7602 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" location: "1" node_id: 7 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 12457 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" location: "2" node_id: 5 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 11652 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" location: "3" node_id: 9 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 9130 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" location: "1" node_id: 1 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 12707 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" location: "1" node_id: 4 } endpoints { address: "ghrun-2ztl5j4eji.auto.internal" port: 15853 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" location: "2" node_id: 8 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-2ztl5j4eji.auto.internal:12707, location 1, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:9130, location 1, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:7602, location 1, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:21281, location 3, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:23931, location 2, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:12457, location 2, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:12678, location 3, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:11652, location 3, ssl: False>, <Endpoint ghrun-2ztl5j4eji.auto.internal:15853, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:9130', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1534297
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ya.test:process.py:259 Command (pid 1534297) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1534297) elapsed time (sec): 73.742520570755
DEBUG    ya.test:process.py:263 Command (pid 1534297) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) inblock: 182256
DEBUG    ya.test:process.py:263 Command (pid 1534297) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) majflt: 989
DEBUG    ya.test:process.py:263 Command (pid 1534297) maxrss: 773512
DEBUG    ya.test:process.py:263 Command (pid 1534297) minflt: 133969
DEBUG    ya.test:process.py:263 Command (pid 1534297) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) nivcsw: 881
DEBUG    ya.test:process.py:263 Command (pid 1534297) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1534297) nvcsw: 9159
DEBUG    ya.test:process.py:263 Command (pid 1534297) oublock: 64
DEBUG    ya.test:process.py:263 Command (pid 1534297) stime: 0.8151079999999999
DEBUG    ya.test:process.py:263 Command (pid 1534297) utime: 2.797004
DEBUG    ya.test:process.py:263 Command (pid 1534297) wtime: 73.772
DEBUG    ya.test:process.py:275 Command (pid 1534297) output:

DEBUG    ya.test:process.py:276 Command (pid 1534297) errors:
Error: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_19]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070) while executing query: 
                        ALTER TABLE `/Root/olap_workload/rename_tables/tbl_19` RENAME TO `/Root/olap_workload/rename_tables/tbl_10`
                        
Error: Failed to attach session while executing query: 
                CREATE TABLE `/Root/olap_workload/create_drop/14542` (
                    c0 Decimal(15,0) NOT NULL, c1 Int16 NOT NULL, c2 String NOT NULL, c3 Timestamp64 NOT NULL, c4 Decimal(22,9) NOT NULL, c5 Uint8 NOT NULL, c6 Date NOT NULL, c7 Interval64 NOT NULL, c8 Timestamp NOT NULL, c9 Datetime64 NOT NULL, c10 Int16 NOT NULL, c11 Int16 NOT NULL, c12 Datetime NOT NULL, c13 Uint16 NOT NULL, c14 Decimal(22,9) NOT NULL, c15 Date NOT NULL, c16 String NOT NULL, c17 Uint32 NOT NULL, c18 Datetime NOT NULL, c19 Utf8 NOT NULL, c20 Uint64 NOT NULL, c21 Uint16 NOT NULL, c22 Decimal(22,9) NOT NULL, c23 Int64 NOT NULL, c24 Int64 NOT NULL, c25 Date NOT NULL, c26 Interval64 NOT NULL, c27 Interval64 NOT NULL, c28 Uint64 NOT NULL, c29 Timestamp NOT NULL, c30 Decimal(15,0) NOT NULL, c31 Timestamp64 NOT NULL, c32 Datetime64 NOT NULL, c33 Date32 NOT NULL, c34 Decimal(15,0) NOT NULL, c35 Decimal(35,10) NOT NULL, c36 Interval64 NOT NULL, c37 Int16 NOT NULL, c38 Int8 NOT NULL, c39 Decimal(35,10) NOT NULL, c40 Int8 NOT NULL, c41 Int64 NOT NULL, c42 Date NOT NULL, c43 Date NOT NULL, c44 Date NOT NULL, c45 Date NOT NULL, c46 Date32 NOT NULL, c47 Uint64 NOT NULL, c48 Uint16 NOT NULL, c49 Uint32 NOT NULL, c50 Timestamp NOT NULL, c51 Date NOT NULL, c52 Uint32 NOT NULL, c53 Uint32 NOT NULL, c54 Decimal(22,9) NOT NULL, c55 Int16 NOT NULL, c56 Decimal(22,9) NOT NULL, c57 Uint8 NOT NULL, c58 Datetime64 NOT NULL, c59 Int8 NOT NULL, c60 Uint64 NOT NULL, c61 Timestamp NOT NULL, c62 Int8 NOT NULL, c63 Date NOT NULL, c64 Decimal(35,10) NOT NULL, c65 Utf8 NOT NULL, c66 Datetime64 NOT NULL, c67 String NOT NULL, c68 Int8 NOT NULL, c69 Decimal(22,9) NOT NULL, c70 Int32 NOT NULL, c71 Int16 NOT NULL, c72 Uint32 NOT NULL, c73 Utf8 NOT NULL, c74 Uint8 NOT NULL, c75 Int8 NOT NULL, c76 Datetime NOT NULL, c77 Timestamp64 NOT NULL, c78 Decimal(15,0) NOT NULL, c79 Datetime NOT NULL, c80 Datetime NOT NULL, c81 Int16 NOT NULL, c82 Uint64 NOT NULL, c83 Utf8 NOT NULL, c84 Date NOT NULL, c85 Decimal(15,0) NOT NULL, c86 Uint32 NOT NULL, c87 Int16 NOT NULL, c88 Interval64 NOT NULL, c89 Int64 NOT NULL, c90 Interval64 NOT NULL, c91 Interval64 NOT NULL, c92 Date NOT NULL, c93 Decimal(35,10) NOT NULL, c94 Decimal(15,0) NOT NULL, c95 Int16 NOT NULL, c96 Interval64 NOT NULL, c97 Date NOT NULL, c98 Uint8 NOT NULL, c99 Uint8 NOT NULL, c100 Datetime NOT NULL, c101 Int64 NOT NULL, c102 Datetime NOT NULL, c103 Uint32 NOT NULL, c104 Datetime NOT NULL, c105 Uint32 NOT NULL, c106 Int16 NOT NULL, c107 Interval64 NOT NULL, c108 Date NOT NULL, c109 Timestamp NOT NULL, c110 String NOT NULL, c111 Uint16 NOT NULL, c112 Date NOT NULL, c113 Date NOT NULL, c114 String NOT NULL, c115 Timestamp NOT NULL, c116 Timestamp NOT NULL, c117 Int32 NOT NULL, c118 Int8 NOT NULL, c119 Uint64 NOT NULL, c120 Decimal(15,0) NOT NULL, c121 Decimal(35,10) NOT NULL, c122 Int32 NOT NULL, c123 Datetime64 NOT NULL, c124 String NOT NULL, c125 Date NOT NULL, c126 String NOT NULL, c127 Decimal(15,0) NOT NULL, c128 Interval64 NOT NULL, c129 Decimal(15,0) NOT NULL, c130 Timestamp NOT NULL, c131 Uint32 NOT NULL, c132 Uint16 NOT NULL, c133 Uint16 NOT NULL, c134 Int64 NOT NULL, c135 Int16 NOT NULL, c136 Uint64 NOT NULL, c137 Int8 NOT NULL, c138 Uint32 NOT NULL, c139 Uint32 NOT NULL, c140 Interval64 NOT NULL, c141 Date NOT NULL, c142 Uint64 NOT NULL, c143 Timestamp64 NOT NULL, c144 Decimal(15,0) NOT NULL, c145 Int8 NOT NULL, c146 Int8 NOT NULL, c147 Uint32 NOT NULL, c148 Uint16 NOT NULL, c149 Decimal(15,0) NOT NULL, c150 Datetime64 NOT NULL, c151 Decimal(35,10) NOT NULL, c152 Int64 NOT NULL, c153 Decimal(35,10) NOT NULL, c154 Uint32 NOT NULL, c155 Interval64 NOT NULL, c156 Timestamp NOT NULL, c157 Decimal(15,0) NOT NULL, c158 Datetime NOT NULL, c159 Int16 NOT NULL, c160 Uint8 NOT NULL, c161 Uint8 NOT NULL, c162 Interval64 NOT NULL, c163 Uint64 NOT NULL, c164 Decimal(15,0) NOT NULL, c165 Date NOT NULL, c166 Int64 NOT NULL, c167 Int16 NOT NULL, c168 String NOT NULL, c169 Utf8 NOT NULL, c170 String NOT NULL, c171 Interval64 NOT NULL, c172 Decimal(35,10) NOT NULL, c173 Date NOT NULL, c174 Int32 NOT NULL, c175 Uint16 NOT NULL, c176 Uint64 NOT NULL, c177 Datetime NOT NULL, c178 Int16 NOT NULL, c179 Datetime NOT NULL, c180 Date NOT NULL, c181 Date NOT NULL, c182 Timestamp64 NOT NULL, c183 Utf8 NOT NULL, c184 Interval64 NOT NULL, c185 Timestamp64 NOT NULL, c186 Uint16 NOT NULL, c187 Uint32 NOT NULL, c188 Decimal(22,9) NOT NULL, c189 Decimal(15,0) NOT NULL, c190 Int8 NOT NULL, c191 Uint64 NOT NULL, c192 Uint64 NOT NULL, c193 Timestamp64 NOT NULL, c194 Uint32 NOT NULL, c195 Uint16 NOT NULL, c196 Uint64 NOT NULL, c197 Uint32 NOT NULL, c198 Uint32 NOT NULL, c199 Int16 NOT NULL, c200 Timestamp64 NOT NULL, c201 Decimal(15,0) NOT NULL, c202 Date32 NOT NULL, c203 Decimal(15,0) NOT NULL, c204 String NOT NULL, c205 Uint64 NOT NULL, c206 Uint8 NOT NULL, c207 Date NOT NULL, c208 Decimal(35,10) NOT NULL, c209 Int64 NOT NULL, c210 Datetime NOT NULL, c211 Uint32 NOT NULL, c212 Datetime NOT NULL, c213 Decimal(22,9) NOT NULL, c214 Uint64 NOT NULL, c215 Timestamp NOT NULL, c216 Int32 NOT NULL, c217 Uint32 NOT NULL, c218 Int32 NOT NULL, c219 Datetime NOT NULL, c220 Uint8 NOT NULL, c221 Decimal(35,10) NOT NULL, c222 Uint32 NOT NULL, c223 Int64 NOT NULL, c224 Datetime NOT NULL, c225 Date NOT NULL, c226 Datetime64 NOT NULL, c227 Uint8 NOT NULL, c228 Timestamp NOT NULL, c229 Datetime NOT NULL, c230 Int32 NOT NULL, c231 Datetime64 NOT NULL, c232 Decimal(35,10) NOT NULL, c233 String NOT NULL, c234 Decimal(35,10) NOT NULL, c235 Int8 NOT NULL, c236 Uint8 NOT NULL, c237 Timestamp64 NOT NULL, c238 Utf8 NOT NULL, c239 Timestamp NOT NULL, c240 Timestamp64 NOT NULL, c241 Datetime64 NOT NULL, c242 Datetime64 NOT NULL, c243 Decimal(35,10) NOT NULL, c244 Uint32 NOT NULL, c245 Uint32 NOT NULL, c246 Datetime64 NOT NULL, c247 Int64 NOT NULL, c248 Decimal(22,9) NOT NULL, c249 Uint64 NOT NULL, c250 Int32 NOT NULL, c251 Int16 NOT NULL, c252 Decimal(15,0) NOT NULL, c253 Int64 NOT NULL, c254 Utf8 NOT NULL, c255 Int8 NOT NULL, c256 Int64 NOT NULL, c257 Decimal(22,9) NOT NULL, c258 Int64 NOT NULL, c259 Decimal(35,10) NOT NULL, c260 Datetime64 NOT NULL, c261 Uint8 NOT NULL, c262 Decimal(15,0) NOT NULL, c263 Decimal(35,10) NOT NULL, c264 Date NOT NULL, c265 Uint16 NOT NULL, c266 Int16 NOT NULL, c267 Int16 NOT NULL, c268 Uint8 NOT NULL, c269 Date NOT NULL, c270 Timestamp64 NOT NULL, c271 Decimal(35,10) NOT NULL, c272 Timestamp64 NOT NULL, c273 Timestamp64 NOT NULL, c274 String NOT NULL, c275 Decimal(22,9) NOT NULL, c276 Timestamp NOT NULL, c277 Date32 NOT NULL, c278 Uint64 NOT NULL, c279 Int8 NOT NULL, c280 Int32 NOT NULL, c281 Int16 NOT NULL, c282 Int16 NOT NULL, c283 Date NOT NULL, c284 Int8 NOT NULL, c285 String NOT NULL, c286 Timestamp64 NOT NULL, c287 String NOT NULL, c288 Int8 NOT NULL, c289 Date32 NOT NULL, c290 Uint32 NOT NULL, c291 Datetime NOT NULL, c292 Date NOT NULL, c293 Int32 NOT NULL, c294 Datetime NOT NULL, c295 String NOT NULL, c296 Date32 NOT NULL, c297 Int16 NOT NULL, c298 Int32 NOT NULL, c299 Uint16 NOT NULL, c300 Int64 NOT NULL, c301 Date32 NOT NULL, c302 Interval64 NOT NULL, c303 Uint16 NOT NULL, c304 Uint64 NOT NULL, c305 Decimal(35,10) NOT NULL, c306 Datetime64 NOT NULL, c307 Uint16 NOT NULL, c308 Uint32 NOT NULL, c309 Int64 NOT NULL, c310 Uint64 NOT NULL, c311 Date32 NOT NULL, c312 Int64 NOT NULL, c313 Datetime NOT NULL, c314 Timestamp64 NOT NULL, c315 Int8 NOT NULL, c316 Decimal(22,9) NOT NULL, c317 Date32 NOT NULL, c318 String NOT NULL, c319 Uint32 NOT NULL, c320 Datetime NOT NULL, c321 Int8 NOT NULL, c322 Datetime64 NOT NULL, c323 Interval64 NOT NULL, c324 Uint8 NOT NULL, c325 Decimal(15,0) NOT NULL, c326 Int16 NOT NULL, c327 Int8 NOT NULL, c328 Datetime64 NOT NULL, c329 Decimal(35,10) NOT NULL, c330 Int64 NOT NULL, c331 Date32 NOT NULL, c332 Decimal(15,0) NOT NULL, c333 Int64 NOT NULL, c334 Decimal(15,0) NOT NULL, c335 Interval64 NOT NULL, c336 Uint8 NOT NULL, c337 Int16 NOT NULL, c338 Date NOT NULL, c339 Date32 NOT NULL, c340 Timestamp64 NOT NULL, c341 Uint8 NOT NULL, c342 Decimal(35,10) NOT NULL, c343 Timestamp64 NOT NULL, c344 Uint32 NOT NULL, c345 Decimal(22,9) NOT NULL, c346 Uint8 NOT NULL, c347 Uint32 NOT NULL, c348 Int64 NOT NULL, c349 Datetime64 NOT NULL, c350 Date32 NOT NULL, c351 Timestamp64 NOT NULL, c352 Decimal(15,0) NOT NULL, c353 String NOT NULL, c354 Decimal(15,0) NOT NULL, c355 Int8 NOT NULL, c356 Date NOT NULL, c357 Decimal(15,0) NOT NULL, c358 Uint32 NOT NULL, c359 Timestamp NOT NULL, c360 Date32 NOT NULL, c361 Uint8 NOT NULL, c362 Interval64 NOT NULL, c363 Date32 NOT NULL, c364 Uint32 NOT NULL, c365 Uint16 NOT NULL, c366 Date NOT NULL, c367 Uint64 NOT NULL, c368 Timestamp NOT NULL, c369 Int32 NOT NULL, c370 Int8 NOT NULL, c371 String NOT NULL, c372 Utf8 NOT NULL, c373 Decimal(15,0) NOT NULL, c374 Uint8 NOT NULL, c375 Date32 NOT NULL, c376 Date32 NOT NULL, c377 Datetime NOT NULL, c378 Int16 NOT NULL, c379 Uint8 NOT NULL, c380 Date NOT NULL, c381 Int8 NOT NULL, c382 Int8 NOT NULL, c383 Utf8 NOT NULL, c384 Uint32 NOT NULL, c385 Interval64 NOT NULL, c386 Uint8 NOT NULL, c387 Int16 NOT NULL, c388 Int8 NOT NULL, c389 Int32 NOT NULL, c390 Datetime NOT NULL, c391 Int8 NOT NULL, c392 Datetime64 NOT NULL, c393 Uint32 NOT NULL, c394 Interval64 NOT NULL, c395 Decimal(35,10) NOT NULL, c396 Decimal(15,0) NOT NULL, c397 Timestamp NOT NULL, c398 Int32 NOT NULL, c399 Timestamp64 NOT NULL, c400 Decimal(15,0) NOT NULL, c401 Timestamp NOT NULL, c402 String NOT NULL, c403 Uint32 NOT NULL, c404 Date NOT NULL, c405 Uint64 NOT NULL, c406 Int16 NOT NULL, c407 Int16 NOT NULL, c408 Int64 NOT NULL, c409 Date NOT NULL, c410 Int8 NOT NULL, c411 Date32 NOT NULL, c412 Int32 NOT NULL, c413 Datetime64 NOT NULL, c414 Date32 NOT NULL, c415 Uint64 NOT NULL, c416 Uint8 NOT NULL, c417 Uint8 NOT NULL, c418 Date32 NOT NULL, c419 Interval64 NOT NULL, c420 Int8 NOT NULL, c421 Uint32 NOT NULL, c422 Uint64 NOT NULL, c423 Datetime NOT NULL, c424 Date NOT NULL, c425 Int64 NOT NULL, c426 Int16 NOT NULL, c427 Datetime64 NOT NULL, c428 Timestamp64 NOT NULL, c429 Interval64 NOT NULL, c430 Uint64 NOT NULL, c431 Datetime64 NOT NULL, c432 Int64 NOT NULL, c433 Uint64 NOT NULL, c434 Date32 NOT NULL, c435 Int16 NOT NULL, c436 Decimal(35,10) NOT NULL, c437 Datetime64 NOT NULL, c438 Decimal(35,10) NOT NULL, c439 Decimal(22,9) NOT NULL, c440 Uint8 NOT NULL, c441 Uint64 NOT NULL, c442 Uint64 NOT NULL, c443 Int16 NOT NULL, c444 Interval64 NOT NULL, c445 Int32 NOT NULL, c446 Datetime NOT NULL, c447 Timestamp NOT NULL, c448 Uint16 NOT NULL, c449 Interval64 NOT NULL, c450 Utf8 NOT NULL, c451 Int32 NOT NULL, c452 Uint64 NOT NULL, c453 Date32 NOT NULL, c454 Uint32 NOT NULL, c455 Date NOT NULL, c456 Decimal(35,10) NOT NULL, c457 Decimal(15,0) NOT NULL, c458 Timestamp NOT NULL, c459 Int64 NOT NULL, c460 Int32 NOT NULL, c461 Int8 NOT NULL, c462 Datetime NOT NULL, c463 Int8 NOT NULL, c464 String NOT NULL, c465 Int64 NOT NULL, c466 Int8 NOT NULL, c467 Int64 NOT NULL, c468 Interval64 NOT NULL, c469 Int64 NOT NULL, c470 Date NOT NULL, c471 Uint16 NOT NULL, c472 Timestamp NOT NULL, c473 Decimal(22,9) NOT NULL, c474 Uint32 NOT NULL, c475 Decimal(35,10) NOT NULL, c476 Int32 NOT NULL, c477 Date NOT NULL, c478 String NOT NULL, c479 String NOT NULL, c480 Decimal(35,10) NOT NULL, c481 Datetime64 NOT NULL, c482 Int64 NOT NULL, c483 Decimal(35,10) NOT NULL, c484 Int64 NOT NULL, c485 String NOT NULL, c486 Decimal(15,0) NOT NULL, c487 Decimal(35,10) NOT NULL, c488 Timestamp NOT NULL, c489 Date32 NOT NULL, c490 Timestamp NOT NULL, c491 Uint8 NOT NULL, c492 Timestamp NOT NULL, c493 Date NOT NULL, c494 Int32 NOT NULL, c495 Datetime NOT NULL, c496 Int64 NOT NULL, c497 Int64 NOT NULL, c498 Int64 NOT NULL, c499 Datetime NOT NULL, c500 Uint32 NOT NULL, c501 Utf8 NOT NULL, c502 Decimal(22,9) NOT NULL, c503 Utf8 NOT NULL, c504 Uint8 NOT NULL, c505 Timestamp64 NOT NULL, c506 Timestamp64 NOT NULL, c507 Uint8 NOT NULL, c508 Uint32 NOT NULL, c509 Uint32 NOT NULL, c510 Uint8 NOT NULL, c511 Uint8 NOT NULL, c512 Int64 NOT NULL, c513 Int8 NOT NULL, c514 Uint32 NOT NULL, c515 Utf8 NOT NULL, c516 Int64 NOT NULL, c517 Uint64 NOT NULL, c518 Date NOT NULL, c519 Uint16 NOT NULL, c520 Uint32 NOT NULL, c521 Int32 NOT NULL, c522 Datetime64 NOT NULL, c523 Decimal(35,10) NOT NULL, c524 Utf8 NOT NULL, c525 Timestamp64 NOT NULL, c526 Uint8 NOT NULL, c527 String NOT NULL, c528 Int64 NOT NULL, c529 Decimal(22,9) NOT NULL, c530 Datetime NOT NULL, c531 Date32 NOT NULL, c532 Uint8 NOT NULL, c533 Int8 NOT NULL, c534 Interval64 NOT NULL, c535 Date32 NOT NULL, c536 Date32 NOT NULL, c537 Timestamp NOT NULL, c538 Uint16 NOT NULL, c539 Date32 NOT NULL, c540 Uint32 NOT NULL, c541 Uint32 NOT NULL, c542 Uint16 NOT NULL, c543 Utf8 NOT NULL, c544 Uint64 NOT NULL, c545 Int32 NOT NULL, c546 Timestamp NOT NULL, c547 Decimal(22,9) NOT NULL, c548 Uint64 NOT NULL, c549 Int32 NOT NULL, c550 Uint8 NOT NULL, c551 Decimal(22,9) NOT NULL, c552 Date NOT NULL, c553 Uint32 NOT NULL, c554 Uint32 NOT NULL, c555 Utf8 NOT NULL, c556 String NOT NULL, c557 Uint64 NOT NULL, c558 Int32 NOT NULL, c559 Date NOT NULL, c560 Uint32 NOT NULL, c561 Utf8 NOT NULL, c562 Int8 NOT NULL, c563 Utf8 NOT NULL, c564 String NOT NULL, c565 Decimal(22,9) NOT NULL, c566 Decimal(35,10) NOT NULL, c567 Decimal(15,0) NOT NULL, c568 Date32 NOT NULL, c569 Uint64 NOT NULL, c570 Int8 NOT NULL, c571 Uint8 NOT NULL, c572 Interval64 NOT NULL, c573 Utf8 NOT NULL, c574 Interval64 NOT NULL, c575 Uint8 NOT NULL, c576 Interval64 NOT NULL, c577 Uint8 NOT NULL, c578 Datetime64 NOT NULL, c579 Int64 NOT NULL, c580 Decimal(22,9) NOT NULL, c581 Uint16 NOT NULL, c582 Decimal(15,0) NOT NULL, c583 Decimal(35,10) NOT NULL, c584 Decimal(15,0) NOT NULL, c585 Date32 NOT NULL, c586 Interval64 NOT NULL, c587 Datetime64 NOT NULL, c588 String NOT NULL, c589 Decimal(35,10) NOT NULL, c590 Uint16 NOT NULL, c591 Date NOT NULL, c592 Utf8 NOT NULL, c593 Uint8 NOT NULL, c594 Uint8 NOT NULL, c595 Datetime NOT NULL, c596 Int32 NOT NULL, c597 Timestamp64 NOT NULL, c598 Int16 NOT NULL, c599 Int64 NOT NULL, c600 Uint16 NOT NULL, c601 Int32 NOT NULL, c602 Int64 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 String NOT NULL, c605 Uint32 NOT NULL, c606 Int32 NOT NULL, c607 Int64 NOT NULL, c608 Utf8 NOT NULL, c609 Decimal(22,9) NOT NULL, c610 Decimal(15,0) NOT NULL, c611 Int64 NOT NULL, c612 Datetime64 NOT NULL, c613 Timestamp NOT NULL, c614 Int8 NOT NULL, c615 Interval64 NOT NULL, c616 Uint8 NOT NULL, c617 Decimal(15,0) NOT NULL, c618 Int8 NOT NULL, c619 Utf8 NOT NULL, c620 Timestamp NOT NULL, c621 Datetime64 NOT NULL, c622 Timestamp64 NOT NULL, c623 Timestamp64 NOT NULL, c624 Datetime64 NOT NULL, c625 Int16 NOT NULL, c626 Timestamp64 NOT NULL, c627 Uint8 NOT NULL, c628 String NOT NULL, c629 Int8 NOT NULL, c630 Uint16 NOT NULL, c631 Uint8 NOT NULL, c632 Int8 NOT NULL, c633 Utf8 NOT NULL, c634 Uint16 NOT NULL, c635 Datetime NOT NULL, c636 Uint8 NOT NULL, c637 Decimal(15,0) NOT NULL, c638 Uint8 NOT NULL, c639 Decimal(22,9) NOT NULL, c640 Uint8 NOT NULL, c641 Datetime64 NOT NULL, c642 Interval64 NOT NULL, c643 Date NOT NULL, c644 Interval64 NOT NULL, c645 Date32 NOT NULL, c646 Uint16 NOT NULL, c647 Uint32 NOT NULL, c648 Uint64 NOT NULL, c649 Int32 NOT NULL, c650 Timestamp NOT NULL, c651 Int8 NOT NULL, c652 Int32 NOT NULL, c653 Decimal(15,0) NOT NULL, c654 Decimal(35,10) NOT NULL, c655 Int64 NOT NULL, c656 Decimal(35,10) NOT NULL, c657 Int32 NOT NULL, c658 Uint16 NOT NULL, c659 Uint32 NOT NULL, c660 Interval64 NOT NULL, c661 Decimal(15,0) NOT NULL, c662 Decimal(15,0) NOT NULL, c663 Date NOT NULL, c664 Date NOT NULL, c665 Uint8 NOT NULL, c666 Int16 NOT NULL, c667 Interval64 NOT NULL, c668 Interval64 NOT NULL, c669 Int64 NOT NULL, c670 Datetime64 NOT NULL, c671 Timestamp NOT NULL, c672 Int16 NOT NULL, c673 Decimal(15,0) NOT NULL, c674 Decimal(15,0) NOT NULL, c675 Decimal(22,9) NOT NULL, c676 Decimal(35,10) NOT NULL, c677 Interval64 NOT NULL, c678 String NOT NULL, c679 Datetime NOT NULL, c680 Int8 NOT NULL, c681 Decimal(35,10) NOT NULL, c682 Interval64 NOT NULL, c683 Date32 NOT NULL, c684 Datetime NOT NULL, c685 Decimal(15,0) NOT NULL, c686 Decimal(15,0) NOT NULL, c687 Uint8 NOT NULL, c688 Decimal(35,10) NOT NULL, c689 Uint16 NOT NULL, c690 Uint32 NOT NULL, c691 Decimal(35,10) NOT NULL, c692 Utf8 NOT NULL, c693 Timestamp NOT NULL, c694 Utf8 NOT NULL, c695 Uint16 NOT NULL, c696 Utf8 NOT NULL, c697 Decimal(15,0) NOT NULL, c698 Int32 NOT NULL, c699 Int64 NOT NULL, c700 Int8, c701 Json, c702 Decimal(15,0) NOT NULL, c703 Int16, c704 Decimal(35,10), c705 Utf8, c706 Uint32 NOT NULL, c707 Json, c708 Date, c709 Uint8, c710 Int8 NOT NULL, c711 Datetime64 NOT NULL, c712 Json NOT NULL, c713 Decimal(35,10), c714 Json, c715 Int16 NOT NULL, c716 Decimal(35,10) NOT NULL, c717 Double NOT NULL, c718 Decimal(22,9) NOT NULL, c719 Json NOT NULL, c720 Datetime NOT NULL, c721 Utf8 NOT NULL, c722 Interval64 NOT NULL, c723 Yson, c724 Uint8, c725 Datetime64, c726 Uint16 NOT NULL, c727 Date NOT NULL, c728 Uint8 NOT NULL, c729 Int8, c730 Utf8, c731 Uint16 NOT NULL, c732 Datetime64 NOT NULL, c733 Uint64, c734 Decimal(15,0) NOT NULL, c735 Date NOT NULL, c736 Date32, c737 Decimal(35,10), c738 Uint64 NOT NULL, c739 Json, c740 Timestamp NOT NULL, c741 Yson, c742 Uint16, c743 Datetime64 NOT NULL, c744 Decimal(15,0) NOT NULL, c745 Timestamp64, c746 Interval64, c747 Decimal(15,0) NOT NULL, c748 Date, c749 Uint32 NOT NULL, c750 Json, c751 Decimal(35,10) NOT NULL, c752 Decimal(15,0), c753 Int32 NOT NULL, c754 Date NOT NULL, c755 Timestamp64 NOT NULL, c756 Uint16, c757 Uint32, c758 Int64 NOT NULL, c759 Json NOT NULL, c760 Json, c761 Int32, c762 JsonDocument NOT NULL, c763 Timestamp64 NOT NULL, c764 Timestamp NOT NULL, c765 Int32, c766 Int8, c767 Json, c768 Uint64, c769 String NOT NULL, c770 Json NOT NULL, c771 Int16 NOT NULL, c772 Decimal(22,9), c773 Int64, c774 Int64, c775 Yson, c776 Datetime64, c777 Uint16 NOT NULL, c778 Json NOT NULL, c779 Interval64, c780 Datetime64, c781 String, c782 Timestamp, c783 Datetime, c784 Utf8 NOT NULL, c785 Decimal(35,10) NOT NULL, c786 Double NOT NULL, c787 Timestamp NOT NULL, c788 Datetime NOT NULL, c789 String, c790 Datetime, c791 Int32, c792 String NOT NULL, c793 Double NOT NULL, c794 Float, c795 Timestamp64 NOT NULL, c796 Int8 NOT NULL, c797 Interval64 NOT NULL, c798 Double, c799 Timestamp, c800 JsonDocument, c801 Timestamp64, c802 Interval64, c803 Yson NOT NULL, c804 Date NOT NULL, c805 JsonDocument, c806 Datetime64, c807 Uint32 NOT NULL, c808 Date32 NOT NULL, c809 Int16, c810 Uint64, c811 Date32, c812 Int16, c813 Uint32 NOT NULL, c814 Interval64 NOT NULL, c815 Float, c816 Datetime64 NOT NULL, c817 Datetime64 NOT NULL, c818 Uint64, c819 Datetime, c820 Int8 NOT NULL, c821 Datetime64, c822 Int16 NOT NULL, c823 Timestamp64, c824 Uint8, c825 Int32 NOT NULL, c826 Interval64 NOT NULL, c827 Uint16 NOT NULL, c828 Uint32 NOT NULL, c829 Decimal(22,9), c830 Decimal(15,0), c831 Date NOT NULL, c832 Yson, c833 Float NOT NULL, c834 Decimal(15,0) NOT NULL, c835 Int8, c836 Datetime, c837 Uint8 NOT NULL, c838 Timestamp64 NOT NULL, c839 Date32, c840 Yson, c841 Timestamp NOT NULL, c842 Uint8, c843 Timestamp NOT NULL, c844 Date32 NOT NULL, c845 Timestamp, c846 Int8 NOT NULL, c847 Uint32, c848 Uint32, c849 Date NOT NULL, c850 Interval64, c851 Interval64, c852 Uint8, c853 Int64 NOT NULL, c854 Decimal(22,9) NOT NULL, c855 Int32 NOT NULL, c856 Float, c857 Int16, c858 Yson NOT NULL, c859 Uint64 NOT NULL, c860 Int64 NOT NULL, c861 Int64, c862 Float, c863 Interval64, c864 Decimal(22,9), c865 Date, c866 Datetime, c867 Timestamp NOT NULL, c868 Uint16, c869 Int64 NOT NULL, c870 Float NOT NULL, c871 Decimal(22,9), c872 Interval64, c873 Timestamp, c874 String, c875 Date NOT NULL, c876 Datetime, c877 String NOT NULL, c878 Uint32 NOT NULL, c879 Int64, c880 Uint8, c881 Timestamp, c882 Datetime64, c883 Interval64 NOT NULL, c884 Timestamp, c885 Uint16, c886 Decimal(35,10), c887 Json, c888 Uint64 NOT NULL, c889 Interval64 NOT NULL, c890 Interval64, c891 Int8, c892 Uint16, c893 Int64, c894 Date32, c895 Decimal(35,10), c896 Interval64, c897 Datetime NOT NULL, c898 Interval64 NOT NULL, c899 Float NOT NULL, c900 Decimal(35,10) NOT NULL, c901 Date, c902 Datetime64, c903 Uint8 NOT NULL, c904 Decimal(22,9), c905 Int64, c906 Datetime, c907 Interval64, c908 Int64 NOT NULL, c909 Int32 NOT NULL, c910 Int8 NOT NULL, c911 Float, c912 Date, c913 Uint16 NOT NULL, c914 Decimal(22,9), c915 Date32 NOT NULL, c916 JsonDocument, c917 JsonDocument, c918 Decimal(35,10), c919 Timestamp64, c920 Json NOT NULL, c921 Date32 NOT NULL, c922 Interval64, c923 Decimal(22,9), c924 Double NOT NULL, c925 Uint64, c926 Date NOT NULL, c927 Uint32, c928 Uint32, c929 Decimal(22,9) NOT NULL, c930 Decimal(35,10) NOT NULL, c931 Uint64 NOT NULL, c932 Int32 NOT NULL, c933 Uint16, c934 Timestamp NOT NULL, c935 Int32, c936 Timestamp64 NOT NULL, c937 Decimal(22,9), c938 Utf8 NOT NULL, c939 Decimal(22,9) NOT NULL, c940 Int64 NOT NULL, c941 Float, c942 Uint8, c943 Date32, c944 Date32 NOT NULL, c945 JsonDocument NOT NULL, c946 Utf8 NOT NULL, c947 Uint64 NOT NULL, c948 Json, c949 Double, c950 String NOT NULL, c951 Decimal(22,9) NOT NULL, c952 Uint8, c953 Json NOT NULL, c954 Decimal(15,0) NOT NULL, c955 Decimal(35,10), c956 Timestamp64, c957 String NOT NULL, c958 Float, c959 Uint16 NOT NULL, c960 Uint16, c961 String, c962 Decimal(22,9) NOT NULL, c963 Timestamp NOT NULL, c964 Uint16, c965 Interval64 NOT NULL, c966 Json NOT NULL, c967 Uint16 NOT NULL, c968 Float, c969 Datetime64, c970 Interval64, c971 Decimal(15,0), c972 Double, c973 Timestamp, c974 Int8, c975 Yson NOT NULL, c976 String, c977 Date NOT NULL, c978 Utf8, c979 Datetime64, c980 Uint16 NOT NULL, c981 Utf8, c982 Decimal(35,10), c983 Date32 NOT NULL, c984 Uint8 NOT NULL, c985 Datetime64 NOT NULL, c986 Utf8 NOT NULL, c987 Int64, c988 Int32, c989 Date32 NOT NULL, c990 Date NOT NULL, c991 Double, c992 Decimal(15,0), c993 JsonDocument NOT NULL, c994 Uint8, c995 Int64 NOT NULL, c996 Timestamp64, c997 Uint16, c998 Uint16 NOT NULL, c999 Utf8 NOT NULL, c1000 Uint16, c1001 Decimal(35,10) NOT NULL, c1002 Uint32, c1003 Int8, c1004 Timestamp NOT NULL, c1005 Int8 NOT NULL,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: Failed to attach session
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'Error: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_19]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070) while executing query: \n                        ALTER TABLE `/Root/olap_workload/rename_tables/tbl_19` RENAME TO `/Root/olap_workload/rename_tables/tbl_10`\n                        \nError: Failed to attach session while executing query: \n                CREATE TABLE `/Root/olap_workload/create_drop/14542` (\n                    c0 Decimal(15,0) NOT NULL, c1 Int16 NOT NULL, c2 String NOT NULL, c3 Timestamp64 NOT NULL, c4 Decimal(22,9) NOT NULL, c5 Uint8 NOT NULL, c6 Date NOT NULL, c7 Interval64 NOT NULL, c8 Timestamp NOT NULL, c9 Datetime64 NOT NULL, c10 Int16 NOT NULL, c11 Int16 NOT NULL, c12 Datetime NOT NULL, c13 Uint16 NOT NULL, c14 Decimal(22,9) NOT NULL, c15 Date NOT NULL, c16 String NOT NULL, c17 Uint32 NOT NULL, c18 Datetime NOT NULL, c19 Utf8 NOT NULL, c20 Uint64 NOT NULL, c21 Uint16 NOT NULL, c22 Decimal(22,9) NOT NULL, c23 Int64 NOT NULL, c24 Int64 NOT NULL, c25 Date NOT NULL, c26 Interval64 NOT NULL, c27 Interval64 NOT NULL, c28 Uint64 NOT NULL, c29 Timestamp NOT NULL, c30 Decimal(15,0) NOT NULL, c31 Timestamp64 NOT NULL, c32 Datetime64 NOT NULL, c33 Date32 NOT NULL, c34 Decimal(15,0) NOT NULL, c35 Decimal(35,10) NOT NULL, c36 Interval64 NOT NULL, c37 Int16 NOT NULL, c38 Int8 NOT NULL, c39 Decimal(35,10) NOT NULL, c40 Int8 NOT NULL, c41 Int64 NOT NULL, c42 Date NOT NULL, c43 Date NOT NULL, c44 Date NOT NULL, c45 Date NOT NULL, c46 Date32 NOT NULL, c47 Uint64 NOT NULL, c48 Uint16 NOT NULL, c49 Uint32 NOT NULL, c50 Timestamp NOT NULL, c51 Date NOT NULL, c52 Uint32 NOT NULL, c53 Uint32 NOT NULL, c54 Decimal(22,9) NOT NULL, c55 Int16 NOT NULL, c56 Decimal(22,9) NOT NULL, c57 Uint8 NOT NULL, c58 Datetime64 NOT NULL, c59 Int8 NOT NULL, c60 Uint64 NOT NULL, c61 Timestamp NOT NULL, c62 Int8 NOT NULL, c63 Date NOT NULL, c64 Decimal(35,10) NOT NULL, c65 Utf8 NOT NULL, c66 Datetime64 NOT NULL, c67 String NOT NULL, c68 Int8 NOT NULL, c69 Decimal(22,9) NOT NULL, c70 Int32 NOT NULL, c71 Int16 NOT NULL, c72 Uint32 NOT NULL, c73 Utf8 NOT NULL, c74 Uint8 NOT NULL, c75 Int8 NOT NULL, c76 Datetime NOT NULL, c77 Timestamp64 NOT NULL, c78 Decimal(15,0) NOT NULL, c79 Datetime NOT NULL, c80 Datetime NOT NULL, c81 Int16 NOT NULL, c82 Uint64 NOT NULL, c83 Utf8 NOT NULL, c84 Date NOT NULL, c85 Decimal(15,0) NOT NULL, c86 Uint32 NOT NULL, c87 Int16 NOT NULL, c88 Interval64 NOT NULL, c89 Int64 NOT NULL, c90 Interval64 NOT NULL, c91 Interval64 NOT NULL, c92 Date NOT NULL, c93 Decimal(35,10) NOT NULL, c94 Decimal(15,0) NOT NULL, c95 Int16 NOT NULL, c96 Interval64 NOT NULL, c97 Date NOT NULL, c98 Uint8 NOT NULL, c99 Uint8 NOT NULL, c100 Datetime NOT NULL, c101 Int64 NOT NULL, c102 Datetime NOT NULL, c103 Uint32 NOT NULL, c104 Datetime NOT NULL, c105 Uint32 NOT NULL, c106 Int16 NOT NULL, c107 Interval64 NOT NULL, c108 Date NOT NULL, c109 Timestamp NOT NULL, c110 String NOT NULL, c111 Uint16 NOT NULL, c112 Date NOT NULL, c113 Date NOT NULL, c114 String NOT NULL, c115 Timestamp NOT NULL, c116 Timestamp NOT NULL, c117 Int32 NOT NULL, c118 Int8 NOT NULL, c119 Uint64 NOT NULL, c120 Decimal(15,0) NOT NULL, c121 Decimal(35,10) NOT NULL, c122 Int32 NOT NULL, c123 Datetime64 NOT NULL, c124 String NOT NULL, c125 Date NOT NULL, c126 String NOT NULL, c127 Decimal(15,0) NOT NULL, c128 Interval64 NOT NULL, c129 Decimal(15,0) NOT NULL, c130 Timestamp NOT NULL, c131 Uint32 NOT NULL, c132 Uint16 NOT NULL, c133 Uint16 NOT NULL, c134 Int64 NOT NULL, c135 Int16 NOT NULL, c136 Uint64 NOT NULL, c137 Int8 NOT NULL, c138 Uint32 NOT NULL, c139 Uint32 NOT NULL, c140 Interval64 NOT NULL, c141 Date NOT NULL, c142 Uint64 NOT NULL, c143 Timestamp64 NOT NULL, c144 Decimal(15,0) NOT NULL, c145 Int8 NOT NULL, c146 Int8 NOT NULL, c147 Uint32 NOT NULL, c148 Uint16 NOT NULL, c149 Decimal(15,0) NOT NULL, c150 Datetime64 NOT NULL, c151 Decimal(35,10) NOT NULL, c152 Int64 NOT NULL, c153 Decimal(35,10) NOT NULL, c154 Uint32 NOT NULL, c155 Interval64 NOT NULL, c156 Timestamp NOT NULL, c157 Decimal(15,0) NOT NULL, c158 Datetime NOT NULL, c159 Int16 NOT NULL, c160 Uint8 NOT NULL, c161 Uint8 NOT NULL, c162 Interval64 NOT NULL, c163 Uint64 NOT NULL, c164 Decimal(15,0) NOT NULL, c165 Date NOT NULL, c166 Int64 NOT NULL, c167 Int16 NOT NULL, c168 String NOT NULL, c169 Utf8 NOT NULL, c170 String NOT NULL, c171 Interval64 NOT NULL, c172 Decimal(35,10) NOT NULL, c173 Date NOT NULL, c174 Int32 NOT NULL, c175 Uint16 NOT NULL, c176 Uint64 NOT NULL, c177 Datetime NOT NULL, c178 Int16 NOT NULL, c179 Datetime NOT NULL, c180 Date NOT NULL, c181 Date NOT NULL, c182 Timestamp64 NOT NULL, c183 Utf8 NOT NULL, c184 Interval64 NOT NULL, c185 Timestamp64 NOT NULL, c186 Uint16 NOT NULL, c187 Uint32 NOT NULL, c188 Decimal(22,9) NOT NULL, c189 Decimal(15,0) NOT NULL, c190 Int8 NOT NULL, c191 Uint64 NOT NULL, c192 Uint64 NOT NULL, c193 Timestamp64 NOT NULL, c194 Uint32 NOT NULL, c195 Uint16 NOT NULL, c196 Uint64 NOT NULL, c197 Uint32 NOT NULL, c198 Uint32 NOT NULL, c199 Int16 NOT NULL, c200 Timestamp64 NOT NULL, c201 Decimal(15,0) NOT NULL, c202 Date32 NOT NULL, c203 Decimal(15,0) NOT NULL, c204 String NOT NULL, c205 Uint64 NOT NULL, c206 Uint8 NOT NULL, c207 Date NOT NULL, c208 Decimal(35,10) NOT NULL, c209 Int64 NOT NULL, c210 Datetime NOT NULL, c211 Uint32 NOT NULL, c212 Datetime NOT NULL, c213 Decimal(22,9) NOT NULL, c214 Uint64 NOT NULL, c215 Timestamp NOT NULL, c216 Int32 NOT NULL, c217 Uint32 NOT NULL, c218 Int32 NOT NULL, c219 Datetime NOT NULL, c220 Uint8 NOT NULL, c221 Decimal(35,10) NOT NULL, c222 Uint32 NOT NULL, c223 Int64 NOT NULL, c224 Datetime NOT NULL, c225 Date NOT NULL, c226 Datetime64 NOT NULL, c227 Uint8 NOT NULL, c228 Timestamp NOT NULL, c229 Datetime NOT NULL, c230 Int32 NOT NULL, c231 Datetime64 NOT NULL, c232 Decimal(35,10) NOT NULL, c233 String NOT NULL, c234 Decimal(35,10) NOT NULL, c235 Int8 NOT NULL, c236 Uint8 NOT NULL, c237 Timestamp64 NOT NULL, c238 Utf8 NOT NULL, c239 Timestamp NOT NULL, c240 Timestamp64 NOT NULL, c241 Datetime64 NOT NULL, c242 Datetime64 NOT NULL, c243 Decimal(35,10) NOT NULL, c244 Uint32 NOT NULL, c245 Uint32 NOT NULL, c246 Datetime64 NOT NULL, c247 Int64 NOT NULL, c248 Decimal(22,9) NOT NULL, c249 Uint64 NOT NULL, c250 Int32 NOT NULL, c251 Int16 NOT NULL, c252 Decimal(15,0) NOT NULL, c253 Int64 NOT NULL, c254 Utf8 NOT NULL, c255 Int8 NOT NULL, c256 Int64 NOT NULL, c257 Decimal(22,9) NOT NULL, c258 Int64 NOT NULL, c259 Decimal(35,10) NOT NULL, c260 Datetime64 NOT NULL, c261 Uint8 NOT NULL, c262 Decimal(15,0) NOT NULL, c263 Decimal(35,10) NOT NULL, c264 Date NOT NULL, c265 Uint16 NOT NULL, c266 Int16 NOT NULL, c267 Int16 NOT NULL, c268 Uint8 NOT NULL, c269 Date NOT NULL, c270 Timestamp64 NOT NULL, c271 Decimal(35,10) NOT NULL, c272 Timestamp64 NOT NULL, c273 Timestamp64 NOT NULL, c274 String NOT NULL, c275 Decimal(22,9) NOT NULL, c276 Timestamp NOT NULL, c277 Date32 NOT NULL, c278 Uint64 NOT NULL, c279 Int8 NOT NULL, c280 Int32 NOT NULL, c281 Int16 NOT NULL, c282 Int16 NOT NULL, c283 Date NOT NULL, c284 Int8 NOT NULL, c285 String NOT NULL, c286 Timestamp64 NOT NULL, c287 String NOT NULL, c288 Int8 NOT NULL, c289 Date32 NOT NULL, c290 Uint32 NOT NULL, c291 Datetime NOT NULL, c292 Date NOT NULL, c293 Int32 NOT NULL, c294 Datetime NOT NULL, c295 String NOT NULL, c296 Date32 NOT NULL, c297 Int16 NOT NULL, c298 Int32 NOT NULL, c299 Uint16 NOT NULL, c300 Int64 NOT NULL, c301 Date32 NOT NULL, c302 Interval64 NOT NULL, c303 Uint16 NOT NULL, c304 Uint64 NOT NULL, c305 Decimal(35,10) NOT NULL, c306 Datetime64 NOT NULL, c307 Uint16 NOT NULL, c308 Uint32 NOT NULL, c309 Int64 NOT NULL, c310 Uint64 NOT NULL, c311 Date32 NOT NULL, c312 Int64 NOT NULL, c313 Datetime NOT NULL, c314 Timestamp64 NOT NULL, c315 Int8 NOT NULL, c316 Decimal(22,9) NOT NULL, c317 Date32 NOT NULL, c318 String NOT NULL, c319 Uint32 NOT NULL, c320 Datetime NOT NULL, c321 Int8 NOT NULL, c322 Datetime64 NOT NULL, c323 Interval64 NOT NULL, c324 Uint8 NOT NULL, c325 Decimal(15,0) NOT NULL, c326 Int16 NOT NULL, c327 Int8 NOT NULL, c328 Datetime64 NOT NULL, c329 Decimal(35,10) NOT NULL, c330 Int64 NOT NULL, c331 Date32 NOT NULL, c332 Decimal(15,0) NOT NULL, c333 Int64 NOT NULL, c334 Decimal(15,0) NOT NULL, c335 Interval64 NOT NULL, c336 Uint8 NOT NULL, c337 Int16 NOT NULL, c338 Date NOT NULL, c339 Date32 NOT NULL, c340 Timestamp64 NOT NULL, c341 Uint8 NOT NULL, c342 Decimal(35,10) NOT NULL, c343 Timestamp64 NOT NULL, c344 Uint32 NOT NULL, c345 Decimal(22,9) NOT NULL, c346 Uint8 NOT NULL, c347 Uint32 NOT NULL, c348 Int64 NOT NULL, c349 Datetime64 NOT NULL, c350 Date32 NOT NULL, c351 Timestamp64 NOT NULL, c352 Decimal(15,0) NOT NULL, c353 String NOT NULL, c354 Decimal(15,0) NOT NULL, c355 Int8 NOT NULL, c356 Date NOT NULL, c357 Decimal(15,0) NOT NULL, c358 Uint32 NOT NULL, c359 Timestamp NOT NULL, c360 Date32 NOT NULL, c361 Uint8 NOT NULL, c362 Interval64 NOT NULL, c363 Date32 NOT NULL, c364 Uint32 NOT NULL, c365 Uint16 NOT NULL, c366 Date NOT NULL, c367 Uint64 NOT NULL, c368 Timestamp NOT NULL, c369 Int32 NOT NULL, c370 Int8 NOT NULL, c371 String NOT NULL, c372 Utf8 NOT NULL, c373 Decimal(15,0) NOT NULL, c374 Uint8 NOT NULL, c375 Date32 NOT NULL, c376 Date32 NOT NULL, c377 Datetime NOT NULL, c378 Int16 NOT NULL, c379 Uint8 NOT NULL, c380 Date NOT NULL, c381 Int8 NOT NULL, c382 Int8 NOT NULL, c383 Utf8 NOT NULL, c384 Uint32 NOT NULL, c385 Interval64 NOT NULL, c386 Uint8 NOT NULL, c387 Int16 NOT NULL, c388 Int8 NOT NULL, c389 Int32 NOT NULL, c390 Datetime NOT NULL, c391 Int8 NOT NULL, c392 Datetime64 NOT NULL, c393 Uint32 NOT NULL, c394 Interval64 NOT NULL, c395 Decimal(35,10) NOT NULL, c396 Decimal(15,0) NOT NULL, c397 Timestamp NOT NULL, c398 Int32 NOT NULL, c399 Timestamp64 NOT NULL, c400 Decimal(15,0) NOT NULL, c401 Timestamp NOT NULL, c402 String NOT NULL, c403 Uint32 NOT NULL, c404 Date NOT NULL, c405 Uint64 NOT NULL, c406 Int16 NOT NULL, c407 Int16 NOT NULL, c408 Int64 NOT NULL, c409 Date NOT NULL, c410 Int8 NOT NULL, c411 Date32 NOT NULL, c412 Int32 NOT NULL, c413 Datetime64 NOT NULL, c414 Date32 NOT NULL, c415 Uint64 NOT NULL, c416 Uint8 NOT NULL, c417 Uint8 NOT NULL, c418 Date32 NOT NULL, c419 Interval64 NOT NULL, c420 Int8 NOT NULL, c421 Uint32 NOT NULL, c422 Uint64 NOT NULL, c423 Datetime NOT NULL, c424 Date NOT NULL, c425 Int64 NOT NULL, c426 Int16 NOT NULL, c427 Datetime64 NOT NULL, c428 Timestamp64 NOT NULL, c429 Interval64 NOT NULL, c430 Uint64 NOT NULL, c431 Datetime64 NOT NULL, c432 Int64 NOT NULL, c433 Uint64 NOT NULL, c434 Date32 NOT NULL, c435 Int16 NOT NULL, c436 Decimal(35,10) NOT NULL, c437 Datetime64 NOT NULL, c438 Decimal(35,10) NOT NULL, c439 Decimal(22,9) NOT NULL, c440 Uint8 NOT NULL, c441 Uint64 NOT NULL, c442 Uint64 NOT NULL, c443 Int16 NOT NULL, c444 Interval64 NOT NULL, c445 Int32 NOT NULL, c446 Datetime NOT NULL, c447 Timestamp NOT NULL, c448 Uint16 NOT NULL, c449 Interval64 NOT NULL, c450 Utf8 NOT NULL, c451 Int32 NOT NULL, c452 Uint64 NOT NULL, c453 Date32 NOT NULL, c454 Uint32 NOT NULL, c455 Date NOT NULL, c456 Decimal(35,10) NOT NULL, c457 Decimal(15,0) NOT NULL, c458 Timestamp NOT NULL, c459 Int64 NOT NULL, c460 Int32 NOT NULL, c461 Int8 NOT NULL, c462 Datetime NOT NULL, c463 Int8 NOT NULL, c464 String NOT NULL, c465 Int64 NOT NULL, c466 Int8 NOT NULL, c467 Int64 NOT NULL, c468 Interval64 NOT NULL, c469 Int64 NOT NULL, c470 Date NOT NULL, c471 Uint16 NOT NULL, c472 Timestamp NOT NULL, c473 Decimal(22,9) NOT NULL, c474 Uint32 NOT NULL, c475 Decimal(35,10) NOT NULL, c476 Int32 NOT NULL, c477 Date NOT NULL, c478 String NOT NULL, c479 String NOT NULL, c480 Decimal(35,10) NOT NULL, c481 Datetime64 NOT NULL, c482 Int64 NOT NULL, c483 Decimal(35,10) NOT NULL, c484 Int64 NOT NULL, c485 String NOT NULL, c486 Decimal(15,0) NOT NULL, c487 Decimal(35,10) NOT NULL, c488 Timestamp NOT NULL, c489 Date32 NOT NULL, c490 Timestamp NOT NULL, c491 Uint8 NOT NULL, c492 Timestamp NOT NULL, c493 Date NOT NULL, c494 Int32 NOT NULL, c495 Datetime NOT NULL, c496 Int64 NOT NULL, c497 Int64 NOT NULL, c498 Int64 NOT NULL, c499 Datetime NOT NULL, c500 Uint32 NOT NULL, c501 Utf8 NOT NULL, c502 Decimal(22,9) NOT NULL, c503 Utf8 NOT NULL, c504 Uint8 NOT NULL, c505 Timestamp64 NOT NULL, c506 Timestamp64 NOT NULL, c507 Uint8 NOT NULL, c508 Uint32 NOT NULL, c509 Uint32 NOT NULL, c510 Uint8 NOT NULL, c511 Uint8 NOT NULL, c512 Int64 NOT NULL, c513 Int8 NOT NULL, c514 Uint32 NOT NULL, c515 Utf8 NOT NULL, c516 Int64 NOT NULL, c517 Uint64 NOT NULL, c518 Date NOT NULL, c519 Uint16 NOT NULL, c520 Uint32 NOT NULL, c521 Int32 NOT NULL, c522 Datetime64 NOT NULL, c523 Decimal(35,10) NOT NULL, c524 Utf8 NOT NULL, c525 Timestamp64 NOT NULL, c526 Uint8 NOT NULL, c527 String NOT NULL, c528 Int64 NOT NULL, c529 Decimal(22,9) NOT NULL, c530 Datetime NOT NULL, c531 Date32 NOT NULL, c532 Uint8 NOT NULL, c533 Int8 NOT NULL, c534 Interval64 NOT NULL, c535 Date32 NOT NULL, c536 Date32 NOT NULL, c537 Timestamp NOT NULL, c538 Uint16 NOT NULL, c539 Date32 NOT NULL, c540 Uint32 NOT NULL, c541 Uint32 NOT NULL, c542 Uint16 NOT NULL, c543 Utf8 NOT NULL, c544 Uint64 NOT NULL, c545 Int32 NOT NULL, c546 Timestamp NOT NULL, c547 Decimal(22,9) NOT NULL, c548 Uint64 NOT NULL, c549 Int32 NOT NULL, c550 Uint8 NOT NULL, c551 Decimal(22,9) NOT NULL, c552 Date NOT NULL, c553 Uint32 NOT NULL, c554 Uint32 NOT NULL, c555 Utf8 NOT NULL, c556 String NOT NULL, c557 Uint64 NOT NULL, c558 Int32 NOT NULL, c559 Date NOT NULL, c560 Uint32 NOT NULL, c561 Utf8 NOT NULL, c562 Int8 NOT NULL, c563 Utf8 NOT NULL, c564 String NOT NULL, c565 Decimal(22,9) NOT NULL, c566 Decimal(35,10) NOT NULL, c567 Decimal(15,0) NOT NULL, c568 Date32 NOT NULL, c569 Uint64 NOT NULL, c570 Int8 NOT NULL, c571 Uint8 NOT NULL, c572 Interval64 NOT NULL, c573 Utf8 NOT NULL, c574 Interval64 NOT NULL, c575 Uint8 NOT NULL, c576 Interval64 NOT NULL, c577 Uint8 NOT NULL, c578 Datetime64 NOT NULL, c579 Int64 NOT NULL, c580 Decimal(22,9) NOT NULL, c581 Uint16 NOT NULL, c582 Decimal(15,0) NOT NULL, c583 Decimal(35,10) NOT NULL, c584 Decimal(15,0) NOT NULL, c585 Date32 NOT NULL, c586 Interval64 NOT NULL, c587 Datetime64 NOT NULL, c588 String NOT NULL, c589 Decimal(35,10) NOT NULL, c590 Uint16 NOT NULL, c591 Date NOT NULL, c592 Utf8 NOT NULL, c593 Uint8 NOT NULL, c594 Uint8 NOT NULL, c595 Datetime NOT NULL, c596 Int32 NOT NULL, c597 Timestamp64 NOT NULL, c598 Int16 NOT NULL, c599 Int64 NOT NULL, c600 Uint16 NOT NULL, c601 Int32 NOT NULL, c602 Int64 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 String NOT NULL, c605 Uint32 NOT NULL, c606 Int32 NOT NULL, c607 Int64 NOT NULL, c608 Utf8 NOT NULL, c609 Decimal(22,9) NOT NULL, c610 Decimal(15,0) NOT NULL, c611 Int64 NOT NULL, c612 Datetime64 NOT NULL, c613 Timestamp NOT NULL, c614 Int8 NOT NULL, c615 Interval64 NOT NULL, c616 Uint8 NOT NULL, c617 Decimal(15,0) NOT NULL, c618 Int8 NOT NULL, c619 Utf8 NOT NULL, c620 Timestamp NOT NULL, c621 Datetime64 NOT NULL, c622 Timestamp64 NOT NULL, c623 Timestamp64 NOT NULL, c624 Datetime64 NOT NULL, c625 Int16 NOT NULL, c626 Timestamp64 NOT NULL, c627 Uint8 NOT NULL, c628 String NOT NULL, c629 Int8 NOT NULL, c630 Uint16 NOT NULL, c631 Uint8 NOT NULL, c632 Int8 NOT NULL, c633 Utf8 NOT NULL, c634 Uint16 NOT NULL, c635 Datetime NOT NULL, c636 Uint8 NOT NULL, c637 Decimal(15,0) NOT NULL, c638 Uint8 NOT NULL, c639 Decimal(22,9) NOT NULL, c640 Uint8 NOT NULL, c641 Datetime64 NOT NULL, c642 Interval64 NOT NULL, c643 Date NOT NULL, c644 Interval64 NOT NULL, c645 Date32 NOT NULL, c646 Uint16 NOT NULL, c647 Uint32 NOT NULL, c648 Uint64 NOT NULL, c649 Int32 NOT NULL, c650 Timestamp NOT NULL, c651 Int8 NOT NULL, c652 Int32 NOT NULL, c653 Decimal(15,0) NOT NULL, c654 Decimal(35,10) NOT NULL, c655 Int64 NOT NULL, c656 Decimal(35,10) NOT NULL, c657 Int32 NOT NULL, c658 Uint16 NOT NULL, c659 Uint32 NOT NULL, c660 Interval64 NOT NULL, c661 Decimal(15,0) NOT NULL, c662 Decimal(15,0) NOT NULL, c663 Date NOT NULL, c664 Date NOT NULL, c665 Uint8 NOT NULL, c666 Int16 NOT NULL, c667 Interval64 NOT NULL, c668 Interval64 NOT NULL, c669 Int64 NOT NULL, c670 Datetime64 NOT NULL, c671 Timestamp NOT NULL, c672 Int16 NOT NULL, c673 Decimal(15,0) NOT NULL, c674 Decimal(15,0) NOT NULL, c675 Decimal(22,9) NOT NULL, c676 Decimal(35,10) NOT NULL, c677 Interval64 NOT NULL, c678 String NOT NULL, c679 Datetime NOT NULL, c680 Int8 NOT NULL, c681 Decimal(35,10) NOT NULL, c682 Interval64 NOT NULL, c683 Date32 NOT NULL, c684 Datetime NOT NULL, c685 Decimal(15,0) NOT NULL, c686 Decimal(15,0) NOT NULL, c687 Uint8 NOT NULL, c688 Decimal(35,10) NOT NULL, c689 Uint16 NOT NULL, c690 Uint32 NOT NULL, c691 Decimal(35,10) NOT NULL, c692 Utf8 NOT NULL, c693 Timestamp NOT NULL, c694 Utf8 NOT NULL, c695 Uint16 NOT NULL, c696 Utf8 NOT NULL, c697 Decimal(15,0) NOT NULL, c698 Int32 NOT NULL, c699 Int64 NOT NULL, c700 Int8, c701 Json, c702 Decimal(15,0) NOT NULL, c703 Int16, c704 Decimal(35,10), c705 Utf8, c706 Uint32 NOT NULL, c707 Json, c708 Date, c709 Uint8, c710 Int8 NOT NULL, c711 Datetime64 NOT NULL, c712 Json NOT NULL, c713 Decimal(35,10), c714 Json, c715 Int16 NOT NULL, c716 Decimal(35,10) NOT NULL, c717 Double NOT NULL, c718 Decimal(22,9) NOT NULL, c719 Json NOT NULL, c720 Datetime NOT NULL, c721 Utf8 NOT NULL, c722 Interval64 NOT NULL, c723 Yson, c724 Uint8, c725 Datetime64, c726 Uint16 NOT NULL, c727 Date NOT NULL, c728 Uint8 NOT NULL, c729 Int8, c730 Utf8, c731 Uint16 NOT NULL, c732 Datetime64 NOT NULL, c733 Uint64, c734 Decimal(15,0) NOT NULL, c735 Date NOT NULL, c736 Date32, c737 Decimal(35,10), c738 Uint64 NOT NULL, c739 Json, c740 Timestamp NOT NULL, c741 Yson, c742 Uint16, c743 Datetime64 NOT NULL, c744 Decimal(15,0) NOT NULL, c745 Timestamp64, c746 Interval64, c747 Decimal(15,0) NOT NULL, c748 Date, c749 Uint32 NOT NULL, c750 Json, c751 Decimal(35,10) NOT NULL, c752 Decimal(15,0), c753 Int32 NOT NULL, c754 Date NOT NULL, c755 Timestamp64 NOT NULL, c756 Uint16, c757 Uint32, c758 Int64 NOT NULL, c759 Json NOT NULL, c760 Json, c761 Int32, c762 JsonDocument NOT NULL, c763 Timestamp64 NOT NULL, c764 Timestamp NOT NULL, c765 Int32, c766 Int8, c767 Json, c768 Uint64, c769 String NOT NULL, c770 Json NOT NULL, c771 Int16 NOT NULL, c772 Decimal(22,9), c773 Int64, c774 Int64, c775 Yson, c776 Datetime64, c777 Uint16 NOT NULL, c778 Json NOT NULL, c779 Interval64, c780 Datetime64, c781 String, c782 Timestamp, c783 Datetime, c784 Utf8 NOT NULL, c785 Decimal(35,10) NOT NULL, c786 Double NOT NULL, c787 Timestamp NOT NULL, c788 Datetime NOT NULL, c789 String, c790 Datetime, c791 Int32, c792 String NOT NULL, c793 Double NOT NULL, c794 Float, c795 Timestamp64 NOT NULL, c796 Int8 NOT NULL, c797 Interval64 NOT NULL, c798 Double, c799 Timestamp, c800 JsonDocument, c801 Timestamp64, c802 Interval64, c803 Yson NOT NULL, c804 Date NOT NULL, c805 JsonDocument, c806 Datetime64, c807 Uint32 NOT NULL, c808 Date32 NOT NULL, c809 Int16, c810 Uint64, c811 Date32, c812 Int16, c813 Uint32 NOT NULL, c814 Interval64 NOT NULL, c815 Float, c816 Datetime64 NOT NULL, c817 Datetime64 NOT NULL, c818 Uint64, c819 Datetime, c820 Int8 NOT NULL, c821 Datetime64, c822 Int16 NOT NULL, c823 Timestamp64, c824 Uint8, c825 Int32 NOT NULL, c826 Interval64 NOT NULL, c827 Uint16 NOT NULL, c828 Uint32 NOT NULL, c829 Decimal(22,9), c830 Decimal(15,0), c831 Date NOT NULL, c832 Yson, c833 Float NOT NULL, c834 Decimal(15,0) NOT NULL, c835 Int8, c836 Datetime, c837 Uint8 NOT NULL, c838 Timestamp64 NOT NULL, c839 Date32, c840 Yson, c841 Timestamp NOT NULL, c842 Uint8, c843 Timestamp NOT NULL, c844 Date32 NOT NULL, c845 Timestamp, c846 Int8 NOT NULL, c847 Uint32, c848 Uint32, c849 Date NOT NULL, c850 Interval64, c851 Interval64, c852 Uint8, c853 Int64 NOT NULL, c854 Decimal(22,9) NOT NULL, c855 Int32 NOT NULL, c856 Float, c857 Int16, c858 Yson NOT NULL, c859 Uint64 NOT NULL, c860 Int64 NOT NULL, c861 Int64, c862 Float, c863 Interval64, c864 Decimal(22,9), c865 Date, c866 Datetime, c867 Timestamp NOT NULL, c868 Uint16, c869 Int64 NOT NULL, c870 Float NOT NULL, c871 Decimal(22,9), c872 Interval64, c873 Timestamp, c874 String, c875 Date NOT NULL, c876 Datetime, c877 String NOT NULL, c878 Uint32 NOT NULL, c879 Int64, c880 Uint8, c881 Timestamp, c882 Datetime64, c883 Interval64 NOT NULL, c884 Timestamp, c885 Uint16, c886 Decimal(35,10), c887 Json, c888 Uint64 NOT NULL, c889 Interval64 NOT NULL, c890 Interval64, c891 Int8, c892 Uint16, c893 Int64, c894 Date32, c895 Decimal(35,10), c896 Interval64, c897 Datetime NOT NULL, c898 Interval64 NOT NULL, c899 Float NOT NULL, c900 Decimal(35,10) NOT NULL, c901 Date, c902 Datetime64, c903 Uint8 NOT NULL, c904 Decimal(22,9), c905 Int64, c906 Datetime, c907 Interval64, c908 Int64 NOT NULL, c909 Int32 NOT NULL, c910 Int8 NOT NULL, c911 Float, c912 Date, c913 Uint16 NOT NULL, c914 Decimal(22,9), c915 Date32 NOT NULL, c916 JsonDocument, c917 JsonDocument, c918 Decimal(35,10), c919 Timestamp64, c920 Json NOT NULL, c921 Date32 NOT NULL, c922 Interval64, c923 Decimal(22,9), c924 Double NOT NULL, c925 Uint64, c926 Date NOT NULL, c927 Uint32, c928 Uint32, c929 Decimal(22,9) NOT NULL, c930 Decimal(35,10) NOT NULL, c931 Uint64 NOT NULL, c932 Int32 NOT NULL, c933 Uint16, c934 Timestamp NOT NULL, c935 Int32, c936 Timestamp64 NOT NULL, c937 Decimal(22,9), c938 Utf8 NOT NULL, c939 Decimal(22,9) NOT NULL, c940 Int64 NOT NULL, c941 Float, c942 Uint8, c943 Date32, c944 Date32 NOT NULL, c945 JsonDocument NOT NULL, c946 Utf8 NOT NULL, c947 Uint64 NOT NULL, c948 Json, c949 Double, c950 String NOT NULL, c951 Decimal(22,9) NOT NULL, c952 Uint8, c953 Json NOT NULL, c954 Decimal(15,0) NOT NULL, c955 Decimal(35,10), c956 Timestamp64, c957 String NOT NULL, c958 Float, c959 Uint16 NOT NULL, c960 Uint16, c961 String, c962 Decimal(22,9) NOT NULL, c963 Timestamp NOT NULL, c964 Uint16, c965 Interval64 NOT NULL, c966 Json NOT NULL, c967 Uint16 NOT NULL, c968 Float, c969 Datetime64, c970 Interval64, c971 Decimal(15,0), c972 Double, c973 Timestamp, c974 Int8, c975 Yson NOT NULL, c976 String, c977 Date NOT NULL, c978 Utf8, c979 Datetime64, c980 Uint16 NOT NULL, c981 Utf8, c982 Decimal(35,10), c983 Date32 NOT NULL, c984 Uint8 NOT NULL, c985 Datetime64 NOT NULL, c986 Utf8 NOT NULL, c987 Int64, c988 Int32, c989 Date32 NOT NULL, c990 Date NOT NULL, c991 Double, c992 Decimal(15,0), c993 JsonDocument NOT NULL, c994 Uint8, c995 Int64 NOT NULL, c996 Timestamp64, c997 Uint16, c998 Uint16 NOT NULL, c999 Utf8 NOT NULL, c1000 Uint16, c1001 Decimal(35,10) NOT NULL, c1002 Uint32, c1003 Int8, c1004 Timestamp NOT NULL, c1005 Int8 NOT NULL,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: Failed to attach session\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee\n    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__\n    self._session = self._pool.acquire(self._timeout)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire\n    session = self._create_new_session(time_left)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session\n    session.create(settings=BaseRequestSettings().with_timeout(timeout))\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create\n    self._attach()\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach\n    raise e\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach\n    raise RuntimeError("Failed to attach session")\nRuntimeError: Failed to attach session\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7602/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:12457/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21281/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:23931/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:12678/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15853/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:12707/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:11652/9
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 7a963eb8-afe3-4cc4-b190-2f8a2379bf54, localhost:9130): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7a963eb8-afe3-4cc4-b190-2f8a2379bf54, localhost:9130): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, 7a963eb8-afe3-4cc4-b190-2f8a2379bf54, localhost:9130): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-12-11T21:00:12.83290194+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, 7a963eb8-afe3-4cc4-b190-2f8a2379bf54, localhost:9130): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:9130". Error details:
 Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-12-11T21:00:12.83290194+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9130
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9130". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
WARNING  ydb.tests.library.harness.daemon.KiKiMRNode:daemon.py:221 Exit code is not checked, cos binary was stopped by sigkill
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:9130/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63237
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5829
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26423
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11652
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15672
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23397
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16391
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15853
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28870
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63832
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2353
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7602
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3161
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16621
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25591
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21281
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22063
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21431
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7260
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12457
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24604
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31006
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7730
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12707
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5401
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62588
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21182
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12678
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27083
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19146
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15737
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23931
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22946
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9678
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9130
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5924
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17477
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13115
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21139
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13636
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29470
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7942
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61163
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9183
============================== slowest durations ===============================
183.41s teardown test_workload.py::TestYdbWorkload::test
73.91s call     test_workload.py::TestYdbWorkload::test
23.63s setup    test_workload.py::TestYdbWorkload::test
=========================== short test summary info ============================
FAILED test_workload.py::TestYdbWorkload::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ig79/000817/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:9130 --database /Root --duration 120' has failed with code 1.
Errors:
...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session
======================== 1 failed in 285.72s (0:04:45) =========================
