============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:30559 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
E       return [result_set for result_set in it]
E                                            ^^
E     File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
E       return self._next()
E              ^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
E       res = self.wrapper(next(self.it))
E             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
E       lambda resp: base.wrap_execute_query_response(
E                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
E       return func(rpc_state, response_pb, session_state, *args, **kwargs)
E              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
E       issues._process_response(response_pb)
E     File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
E       raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
------------------------------ 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/1tjt/0005bd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14895
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29897
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15783
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19482
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9619
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4991
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27725
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15070
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64058
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Working directory: /home/runner/.ya/build/build_root/1tjt/0005bd/r3tmp/kikimr_cluster_fp88dl_y
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30559
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20787
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2947
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2948
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9082
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_lp7hi5rw.log --grpc-port=30559 --mon-port=20787 --ic-port=14895 --module=1
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19400
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23208
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8536
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_7of1nn8s.log --grpc-port=62856 --mon-port=19400 --ic-port=29897 --module=2
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22113
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18684
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28344
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24227
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_nsp18t94.log --grpc-port=22113 --mon-port=18684 --ic-port=15783 --module=3
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13473
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8711
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27330
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_a6ug72_l.log --grpc-port=28450 --mon-port=13473 --ic-port=19482 --module=4
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9617
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18099
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11068
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_oz91ozsy.log --grpc-port=64450 --mon-port=9617 --ic-port=9619 --module=5
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6397
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7473
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5059
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_2jz1e1la.log --grpc-port=30346 --mon-port=6397 --ic-port=4991 --module=6
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4918
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10909
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4496
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29685
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_3n7_u1tg.log --grpc-port=4918 --mon-port=10909 --ic-port=27725 --module=7
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63290
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2942
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7352
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22160
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_5t0tjhtq.log --grpc-port=63290 --mon-port=2942 --ic-port=15070 --module=8
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14952
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12097
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9215
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8447
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_rmjt2w2n.log --grpc-port=14952 --mon-port=12097 --ic-port=64058 --module=9
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:30559/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_lp7hi5rw.log --grpc-port=30559 --mon-port=20787 --ic-port=14895 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_lp7hi5rw.log', '--grpc-port=30559', '--mon-port=20787', '--ic-port=14895', '--module=1')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3904933
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:30559/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3904939
DEBUG    ya.test:process.py:259 Command (pid 3904939) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3904939) elapsed time (sec): 0.9572963714599609
DEBUG    ya.test:process.py:263 Command (pid 3904939) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3904939) minflt: 16296
DEBUG    ya.test:process.py:263 Command (pid 3904939) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3904939) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3904939) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3904939) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3904939) stime: 0.788032
DEBUG    ya.test:process.py:263 Command (pid 3904939) utime: 0.121129
DEBUG    ya.test:process.py:263 Command (pid 3904939) wtime: 0.958
DEBUG    ya.test:process.py:275 Command (pid 3904939) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:62856/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_7of1nn8s.log --grpc-port=62856 --mon-port=19400 --ic-port=29897 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_7of1nn8s.log', '--grpc-port=62856', '--mon-port=19400', '--ic-port=29897', '--module=2')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3905967
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:62856/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3905968
DEBUG    ya.test:process.py:259 Command (pid 3905968) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3905968) elapsed time (sec): 0.6570091247558594
DEBUG    ya.test:process.py:263 Command (pid 3905968) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3905968) minflt: 16139
DEBUG    ya.test:process.py:263 Command (pid 3905968) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 3905968) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3905968) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3905968) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3905968) stime: 0.49639099999999997
DEBUG    ya.test:process.py:263 Command (pid 3905968) utime: 0.11209
DEBUG    ya.test:process.py:263 Command (pid 3905968) wtime: 0.658
DEBUG    ya.test:process.py:275 Command (pid 3905968) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:22113/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_nsp18t94.log --grpc-port=22113 --mon-port=18684 --ic-port=15783 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_nsp18t94.log', '--grpc-port=22113', '--mon-port=18684', '--ic-port=15783', '--module=3')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3906670
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:22113/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3906671
DEBUG    ya.test:process.py:259 Command (pid 3906671) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3906671) elapsed time (sec): 0.6536884307861328
DEBUG    ya.test:process.py:263 Command (pid 3906671) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3906671) minflt: 17665
DEBUG    ya.test:process.py:263 Command (pid 3906671) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) nivcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3906671) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3906671) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3906671) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3906671) stime: 0.49671499999999996
DEBUG    ya.test:process.py:263 Command (pid 3906671) utime: 0.10729
DEBUG    ya.test:process.py:263 Command (pid 3906671) wtime: 0.655
DEBUG    ya.test:process.py:275 Command (pid 3906671) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:28450/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_a6ug72_l.log --grpc-port=28450 --mon-port=13473 --ic-port=19482 --module=4
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_a6ug72_l.log', '--grpc-port=28450', '--mon-port=13473', '--ic-port=19482', '--module=4')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3907585
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:28450/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3907587
DEBUG    ya.test:process.py:259 Command (pid 3907587) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3907587) elapsed time (sec): 0.84126877784729
DEBUG    ya.test:process.py:263 Command (pid 3907587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3907587) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3907587) minflt: 17558
DEBUG    ya.test:process.py:263 Command (pid 3907587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) nivcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 3907587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3907587) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3907587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3907587) stime: 0.564609
DEBUG    ya.test:process.py:263 Command (pid 3907587) utime: 0.136285
DEBUG    ya.test:process.py:263 Command (pid 3907587) wtime: 0.843
DEBUG    ya.test:process.py:275 Command (pid 3907587) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 4 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:64450/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_oz91ozsy.log --grpc-port=64450 --mon-port=9617 --ic-port=9619 --module=5
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_oz91ozsy.log', '--grpc-port=64450', '--mon-port=9617', '--ic-port=9619', '--module=5')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3908657
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:64450/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3908689
DEBUG    ya.test:process.py:259 Command (pid 3908689) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3908689) elapsed time (sec): 0.6859791278839111
DEBUG    ya.test:process.py:263 Command (pid 3908689) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3908689) minflt: 16134
DEBUG    ya.test:process.py:263 Command (pid 3908689) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) nivcsw: 45
DEBUG    ya.test:process.py:263 Command (pid 3908689) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3908689) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3908689) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3908689) stime: 0.491838
DEBUG    ya.test:process.py:263 Command (pid 3908689) utime: 0.120943
DEBUG    ya.test:process.py:263 Command (pid 3908689) wtime: 0.707
DEBUG    ya.test:process.py:275 Command (pid 3908689) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 5 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:30346/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_2jz1e1la.log --grpc-port=30346 --mon-port=6397 --ic-port=4991 --module=6
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_2jz1e1la.log', '--grpc-port=30346', '--mon-port=6397', '--ic-port=4991', '--module=6')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3909643
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:30346/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3909645
DEBUG    ya.test:process.py:259 Command (pid 3909645) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3909645) elapsed time (sec): 0.5666403770446777
DEBUG    ya.test:process.py:263 Command (pid 3909645) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3909645) minflt: 16139
DEBUG    ya.test:process.py:263 Command (pid 3909645) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) nivcsw: 57
DEBUG    ya.test:process.py:263 Command (pid 3909645) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3909645) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3909645) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3909645) stime: 0.36503599999999997
DEBUG    ya.test:process.py:263 Command (pid 3909645) utime: 0.11266799999999999
DEBUG    ya.test:process.py:263 Command (pid 3909645) wtime: 0.568
DEBUG    ya.test:process.py:275 Command (pid 3909645) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 6 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:4918/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_3n7_u1tg.log --grpc-port=4918 --mon-port=10909 --ic-port=27725 --module=7
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_3n7_u1tg.log', '--grpc-port=4918', '--mon-port=10909', '--ic-port=27725', '--module=7')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3910600
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:4918/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3910624
DEBUG    ya.test:process.py:259 Command (pid 3910624) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3910624) elapsed time (sec): 0.4938063621520996
DEBUG    ya.test:process.py:263 Command (pid 3910624) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3910624) minflt: 17237
DEBUG    ya.test:process.py:263 Command (pid 3910624) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) nivcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 3910624) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3910624) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3910624) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3910624) stime: 0.290886
DEBUG    ya.test:process.py:263 Command (pid 3910624) utime: 0.137126
DEBUG    ya.test:process.py:263 Command (pid 3910624) wtime: 0.495
DEBUG    ya.test:process.py:275 Command (pid 3910624) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 7 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:63290/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_5t0tjhtq.log --grpc-port=63290 --mon-port=2942 --ic-port=15070 --module=8
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_5t0tjhtq.log', '--grpc-port=63290', '--mon-port=2942', '--ic-port=15070', '--module=8')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3911210
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:63290/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3911217
DEBUG    ya.test:process.py:259 Command (pid 3911217) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3911217) elapsed time (sec): 0.7279767990112305
DEBUG    ya.test:process.py:263 Command (pid 3911217) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3911217) minflt: 16142
DEBUG    ya.test:process.py:263 Command (pid 3911217) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3911217) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3911217) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3911217) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3911217) stime: 0.542863
DEBUG    ya.test:process.py:263 Command (pid 3911217) utime: 0.13472499999999998
DEBUG    ya.test:process.py:263 Command (pid 3911217) wtime: 0.729
DEBUG    ya.test:process.py:275 Command (pid 3911217) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 8 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:14952/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1tjt/0005bd/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:265 Final command: /home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_rmjt2w2n.log --grpc-port=14952 --mon-port=12097 --ic-port=64058 --module=9
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1tjt/0005bd/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/1tjt/0005bd/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_rmjt2w2n.log', '--grpc-port=14952', '--mon-port=12097', '--ic-port=64058', '--module=9')' in '/home/runner/.ya/build/build_root/1tjt/0005bd/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: 3912062
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:14952/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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3912068
DEBUG    ya.test:process.py:259 Command (pid 3912068) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3912068) elapsed time (sec): 0.4836153984069824
DEBUG    ya.test:process.py:263 Command (pid 3912068) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) maxrss: 540624
DEBUG    ya.test:process.py:263 Command (pid 3912068) minflt: 16137
DEBUG    ya.test:process.py:263 Command (pid 3912068) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3912068) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3912068) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3912068) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3912068) stime: 0.29958599999999996
DEBUG    ya.test:process.py:263 Command (pid 3912068) utime: 0.114315
DEBUG    ya.test:process.py:263 Command (pid 3912068) wtime: 0.485
DEBUG    ya.test:process.py:275 Command (pid 3912068) output:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 9 version:
Git info:
    Commit: b8a1cfbcced5483f37341a377337fd9834cbc671
    Branch: 
    Author: Filitov Mikhail <filitovme@gmail.com>
    Summary: Merge 93f9c35d06882ca20b23e5c2477cfac79f8457b1 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:30559', '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: 14895\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29897\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15783\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19482\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 9619\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4991\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27725\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15070\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64058\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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:30559', '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: 14895\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29897\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15783\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19482\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 9619\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4991\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27725\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15070\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64058\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3914284
DEBUG    ya.test:process.py:259 Command (pid 3914284) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3914284) elapsed time (sec): 0.4268479347229004
DEBUG    ya.test:process.py:263 Command (pid 3914284) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) maxrss: 548820
DEBUG    ya.test:process.py:263 Command (pid 3914284) minflt: 18280
DEBUG    ya.test:process.py:263 Command (pid 3914284) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) nivcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3914284) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3914284) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 3914284) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3914284) stime: 0.25896199999999997
DEBUG    ya.test:process.py:263 Command (pid 3914284) utime: 0.11952099999999999
DEBUG    ya.test:process.py:263 Command (pid 3914284) wtime: 0.428
DEBUG    ya.test:process.py:275 Command (pid 3914284) 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: 12

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/1tjt/0005bd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:30559', '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/1tjt/0005bd/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:30559', '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: 3914556
DEBUG    ya.test:process.py:259 Command (pid 3914556) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3914556) elapsed time (sec): 0.6066558361053467
DEBUG    ya.test:process.py:263 Command (pid 3914556) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) maxrss: 548836
DEBUG    ya.test:process.py:263 Command (pid 3914556) minflt: 18280
DEBUG    ya.test:process.py:263 Command (pid 3914556) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) nivcsw: 64
DEBUG    ya.test:process.py:263 Command (pid 3914556) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3914556) nvcsw: 115
DEBUG    ya.test:process.py:263 Command (pid 3914556) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3914556) stime: 0.430431
DEBUG    ya.test:process.py:263 Command (pid 3914556) utime: 0.11846999999999999
DEBUG    ya.test:process.py:263 Command (pid 3914556) wtime: 0.608
DEBUG    ya.test:process.py:275 Command (pid 3914556) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:520 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 59672f6b-df17-465b-b0a2-663d97a98eaa, localhost:30559): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 59672f6b-df17-465b-b0a2-663d97a98eaa, localhost:30559): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 59672f6b-df17-465b-b0a2-663d97a98eaa, localhost:30559): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ipcfq2ypie.auto.internal" port: 30559 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-ipcfq2ypie.auto.internal" port: 14952 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-ipcfq2ypie.auto.internal" port: 64450 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-ipcfq2ypie.auto.internal" port: 30346 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-ipcfq2ypie.auto.internal" port: 22113 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-ipcfq2ypie.auto.internal" port: 62856 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-ipcfq2ypie.auto.internal" port: 4918 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-ipcfq2ypie.auto.internal" port: 28450 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-ipcfq2ypie.auto.internal" port: 63290 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-ipcfq2ypie.auto.internal:4918, location 1, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:28450, location 1, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:30559, location 1, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:64450, location 2, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:22113, location 3, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:62856, location 2, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:63290, location 2, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:30346, location 3, ssl: False>, <Endpoint ghrun-ipcfq2ypie.auto.internal:14952, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ 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/1tjt/0005bd/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    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/1tjt/0005bd/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:30559', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3915097
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30559
DEBUG    ya.test:process.py:259 Command (pid 3915097) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3915097) elapsed time (sec): 6.184121370315552
DEBUG    ya.test:process.py:263 Command (pid 3915097) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) maxrss: 203680
DEBUG    ya.test:process.py:263 Command (pid 3915097) minflt: 17693
DEBUG    ya.test:process.py:263 Command (pid 3915097) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 3915097) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3915097) nvcsw: 1623
DEBUG    ya.test:process.py:263 Command (pid 3915097) oublock: 48
DEBUG    ya.test:process.py:263 Command (pid 3915097) stime: 0.126196
DEBUG    ya.test:process.py:263 Command (pid 3915097) utime: 1.278103
DEBUG    ya.test:process.py:263 Command (pid 3915097) wtime: 6.187
DEBUG    ya.test:process.py:275 Command (pid 3915097) output:

DEBUG    ya.test:process.py:276 Command (pid 3915097) errors:
Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070) while executing query: 
                CREATE TABLE `/Root/olap_workload/create_drop/6442` (
                    c0 Datetime NOT NULL, c1 Timestamp NOT NULL, c2 Bool NOT NULL, c3 Timestamp NOT NULL, c4 Timestamp64 NOT NULL, c5 Int64 NOT NULL, c6 Timestamp64 NOT NULL, c7 Bool NOT NULL, c8 Decimal(22,9) NOT NULL, c9 Timestamp NOT NULL, c10 Date32 NOT NULL, c11 Utf8 NOT NULL, c12 Uint8 NOT NULL, c13 Datetime NOT NULL, c14 Uint8 NOT NULL, c15 Utf8 NOT NULL, c16 Decimal(22,9) NOT NULL, c17 Uint8 NOT NULL, c18 Uint64 NOT NULL, c19 Decimal(15,0) NOT NULL, c20 Int64 NOT NULL, c21 Bool NOT NULL, c22 Timestamp NOT NULL, c23 Uint64 NOT NULL, c24 Date NOT NULL, c25 Date32 NOT NULL, c26 Decimal(22,9) NOT NULL, c27 Bool NOT NULL, c28 Int32 NOT NULL, c29 Timestamp64 NOT NULL, c30 Datetime NOT NULL, c31 Date32 NOT NULL, c32 Date NOT NULL, c33 Int64 NOT NULL, c34 Int64 NOT NULL, c35 Datetime NOT NULL, c36 Utf8 NOT NULL, c37 String NOT NULL, c38 Int32 NOT NULL, c39 Uint64 NOT NULL, c40 Timestamp NOT NULL, c41 Uint64 NOT NULL, c42 Int64 NOT NULL, c43 Decimal(15,0) NOT NULL, c44 Int8 NOT NULL, c45 Int8 NOT NULL, c46 Date NOT NULL, c47 Timestamp64 NOT NULL, c48 Date NOT NULL, c49 Decimal(22,9) NOT NULL, c50 Decimal(15,0) NOT NULL, c51 Interval64 NOT NULL, c52 Timestamp NOT NULL, c53 Datetime NOT NULL, c54 Uint8 NOT NULL, c55 Uint32 NOT NULL, c56 Int64 NOT NULL, c57 Decimal(22,9) NOT NULL, c58 Date NOT NULL, c59 Timestamp NOT NULL, c60 Datetime NOT NULL, c61 Uint16 NOT NULL, c62 Date NOT NULL, c63 Utf8 NOT NULL, c64 Int16 NOT NULL, c65 Timestamp NOT NULL, c66 Timestamp NOT NULL, c67 Int16 NOT NULL, c68 Uint64 NOT NULL, c69 Int32 NOT NULL, c70 Interval64 NOT NULL, c71 Decimal(22,9) NOT NULL, c72 Uint16 NOT NULL, c73 String NOT NULL, c74 Decimal(22,9) NOT NULL, c75 Uint64 NOT NULL, c76 Uint32 NOT NULL, c77 Datetime64 NOT NULL, c78 Date32 NOT NULL, c79 Uint64 NOT NULL, c80 Int64 NOT NULL, c81 Uint32 NOT NULL, c82 Int64 NOT NULL, c83 Date NOT NULL, c84 Int8 NOT NULL, c85 Int32 NOT NULL, c86 Int16 NOT NULL, c87 Timestamp NOT NULL, c88 Timestamp NOT NULL, c89 Bool NOT NULL, c90 Datetime64 NOT NULL, c91 Int8 NOT NULL, c92 Int32 NOT NULL, c93 Uint8 NOT NULL, c94 Bool NOT NULL, c95 Date NOT NULL, c96 Int64 NOT NULL, c97 Uint8 NOT NULL, c98 Int16 NOT NULL, c99 Int8 NOT NULL, c100 Date NOT NULL, c101 Int8 NOT NULL, c102 Interval64 NOT NULL, c103 Interval64 NOT NULL, c104 Datetime64 NOT NULL, c105 Datetime64 NOT NULL, c106 Bool NOT NULL, c107 Uint8 NOT NULL, c108 Date NOT NULL, c109 Date NOT NULL, c110 Decimal(22,9) NOT NULL, c111 Timestamp NOT NULL, c112 Date32 NOT NULL, c113 Int16 NOT NULL, c114 Date NOT NULL, c115 Uint32 NOT NULL, c116 Int16 NOT NULL, c117 Decimal(35,10) NOT NULL, c118 Decimal(35,10) NOT NULL, c119 Decimal(15,0) NOT NULL, c120 Uint8 NOT NULL, c121 Int16 NOT NULL, c122 Timestamp64 NOT NULL, c123 Int16 NOT NULL, c124 Decimal(15,0) NOT NULL, c125 Int64 NOT NULL, c126 Utf8 NOT NULL, c127 Int32 NOT NULL, c128 Utf8 NOT NULL, c129 Int16 NOT NULL, c130 Date NOT NULL, c131 Utf8 NOT NULL, c132 Decimal(15,0) NOT NULL, c133 Int8 NOT NULL, c134 Uint8 NOT NULL, c135 Uint16 NOT NULL, c136 Int32 NOT NULL, c137 Uint32 NOT NULL, c138 Date32 NOT NULL, c139 Utf8 NOT NULL, c140 Uint64 NOT NULL, c141 Decimal(15,0) NOT NULL, c142 Int32 NOT NULL, c143 Int64 NOT NULL, c144 Uint64 NOT NULL, c145 Decimal(15,0) NOT NULL, c146 Decimal(15,0) NOT NULL, c147 String NOT NULL, c148 Uint8 NOT NULL, c149 Decimal(15,0) NOT NULL, c150 Uint16 NOT NULL, c151 Decimal(15,0) NOT NULL, c152 Uint64 NOT NULL, c153 Timestamp NOT NULL, c154 Decimal(22,9) NOT NULL, c155 Datetime64 NOT NULL, c156 Int32 NOT NULL, c157 Date32 NOT NULL, c158 Decimal(22,9) NOT NULL, c159 Bool NOT NULL, c160 Datetime64 NOT NULL, c161 Int8 NOT NULL, c162 Date NOT NULL, c163 Int8 NOT NULL, c164 Decimal(35,10) NOT NULL, c165 Date NOT NULL, c166 Datetime64 NOT NULL, c167 Timestamp NOT NULL, c168 Int16 NOT NULL, c169 Int8 NOT NULL, c170 Uint32 NOT NULL, c171 Uint8 NOT NULL, c172 Decimal(22,9) NOT NULL, c173 Date32 NOT NULL, c174 Datetime NOT NULL, c175 Date NOT NULL, c176 Date NOT NULL, c177 Decimal(15,0) NOT NULL, c178 Int16 NOT NULL, c179 Decimal(35,10) NOT NULL, c180 Int32 NOT NULL, c181 String NOT NULL, c182 Utf8 NOT NULL, c183 Timestamp NOT NULL, c184 Date32 NOT NULL, c185 Uint32 NOT NULL, c186 Interval64 NOT NULL, c187 Uint32 NOT NULL, c188 Date32 NOT NULL, c189 Timestamp NOT NULL, c190 Uint8 NOT NULL, c191 Utf8 NOT NULL, c192 Datetime NOT NULL, c193 Decimal(35,10) NOT NULL, c194 Timestamp NOT NULL, c195 Decimal(15,0) NOT NULL, c196 String NOT NULL, c197 Bool NOT NULL, c198 Decimal(15,0) NOT NULL, c199 Uint16 NOT NULL, c200 Uint32 NOT NULL, c201 Date32 NOT NULL, c202 Datetime NOT NULL, c203 Datetime NOT NULL, c204 Int8 NOT NULL, c205 Decimal(35,10) NOT NULL, c206 Double, c207 Datetime64, c208 Interval64, c209 Datetime64, c210 String NOT NULL, c211 Decimal(15,0) NOT NULL, c212 Date32 NOT NULL, c213 Float NOT NULL, c214 Decimal(15,0), c215 Decimal(22,9) NOT NULL, c216 Json, c217 Yson NOT NULL, c218 Timestamp, c219 Uint64 NOT NULL, c220 String NOT NULL, c221 Decimal(22,9) NOT NULL, c222 Int32, c223 Interval64, c224 Date32 NOT NULL, c225 Uint64 NOT NULL, c226 Timestamp64, c227 Interval64, c228 Decimal(35,10) NOT NULL, c229 Date, c230 Uint32 NOT NULL, c231 Double, c232 Double NOT NULL, c233 Float NOT NULL, c234 Int8 NOT NULL, c235 Yson, c236 Timestamp64 NOT NULL, c237 String, c238 Decimal(15,0), c239 Decimal(15,0) NOT NULL, c240 Utf8 NOT NULL, c241 Double NOT NULL, c242 Int32 NOT NULL, c243 Timestamp64, c244 Datetime64 NOT NULL, c245 Datetime64, c246 String, c247 JsonDocument NOT NULL, c248 Int8 NOT NULL, c249 Int64, c250 String, c251 Date32 NOT NULL, c252 Date32 NOT NULL, c253 JsonDocument, c254 Int32, c255 Int64, c256 Utf8 NOT NULL, c257 Int16 NOT NULL, c258 Datetime64, c259 Uint64 NOT NULL, c260 JsonDocument NOT NULL, c261 String, c262 Int16 NOT NULL, c263 Interval64 NOT NULL, c264 Uint64, c265 JsonDocument, c266 JsonDocument NOT NULL, c267 Uint32, c268 Double NOT NULL, c269 Date32, c270 Double, c271 Yson, c272 Int8 NOT NULL, c273 Uint16 NOT NULL, c274 Yson, c275 Int64, c276 Yson, c277 Decimal(35,10) NOT NULL, c278 Uint32 NOT NULL, c279 JsonDocument, c280 Int32, c281 Datetime64 NOT NULL, c282 Int32 NOT NULL, c283 Int64, c284 Uint8, c285 Date32, c286 Json, c287 Uint16 NOT NULL, c288 JsonDocument, c289 Int32 NOT NULL, c290 Uint8, c291 Uint16 NOT NULL, c292 Decimal(35,10), c293 Uint64, c294 Date32 NOT NULL, c295 Decimal(22,9), c296 Decimal(15,0), c297 Decimal(15,0) NOT NULL, c298 Int32 NOT NULL, c299 Decimal(15,0), c300 Uint8, c301 Uint16 NOT NULL, c302 Uint32 NOT NULL, c303 JsonDocument NOT NULL, c304 Bool, c305 Yson NOT NULL, c306 Uint32, c307 Datetime, c308 Json, c309 Uint16, c310 Uint8, c311 String, c312 Decimal(35,10), c313 Double, c314 JsonDocument, c315 Json, c316 Int32 NOT NULL, c317 Float, c318 Float NOT NULL, c319 Uint8 NOT NULL, c320 Int8 NOT NULL, c321 Date NOT NULL, c322 Uint64, c323 Date32, c324 Uint64, c325 Interval64, c326 Uint8 NOT NULL, c327 Double NOT NULL, c328 JsonDocument NOT NULL, c329 Uint16 NOT NULL, c330 Uint32, c331 Datetime NOT NULL, c332 Json, c333 Decimal(15,0), c334 Double NOT NULL, c335 Decimal(35,10), c336 Decimal(35,10) NOT NULL, c337 Datetime64, c338 JsonDocument, c339 Decimal(22,9) NOT NULL, c340 Date NOT NULL, c341 Bool, c342 Utf8 NOT NULL, c343 Double, c344 Utf8, c345 Datetime NOT NULL, c346 Int16, c347 Interval64, c348 Uint32, c349 Decimal(35,10) NOT NULL, c350 Float NOT NULL, c351 Uint16, c352 Utf8 NOT NULL, c353 Datetime64, c354 String NOT NULL, c355 Decimal(15,0), c356 Yson NOT NULL, c357 Utf8, c358 Int8, c359 Int32 NOT NULL, c360 Decimal(22,9), c361 Int8, c362 Int32 NOT NULL, c363 Int64 NOT NULL, c364 Uint8, c365 Bool NOT NULL, c366 Int8, c367 JsonDocument, c368 String NOT NULL, c369 Int8, c370 Interval64, c371 Double, c372 Timestamp64 NOT NULL, c373 Interval64, c374 Decimal(15,0) NOT NULL, c375 Datetime NOT NULL, c376 Yson NOT NULL, c377 Decimal(15,0), c378 Int16 NOT NULL, c379 Date32, c380 Yson, c381 Date32, c382 Uint32 NOT NULL, c383 Float, c384 Interval64, c385 Int64 NOT NULL, c386 Json, c387 Int16 NOT NULL, c388 Uint16, c389 Date, c390 Date, c391 Date NOT NULL, c392 Date32 NOT NULL, c393 Int64, c394 Interval64, c395 Int32, c396 Uint16 NOT NULL, c397 Bool NOT NULL, c398 Yson, c399 Date, c400 Datetime NOT NULL, c401 Yson, c402 Json NOT NULL, c403 Decimal(15,0) NOT NULL, c404 Int16 NOT NULL, c405 String, c406 Int64 NOT NULL, c407 Int32, c408 Uint16, c409 Double, c410 String NOT NULL, c411 Uint16 NOT NULL, c412 Int64, c413 Timestamp NOT NULL, c414 Int8 NOT NULL, c415 Uint16 NOT NULL, c416 Utf8, c417 Bool NOT NULL, c418 Yson, c419 Int32 NOT NULL, c420 Json NOT NULL, c421 Double NOT NULL, c422 Date32 NOT NULL, c423 Uint64, c424 Date32, c425 Uint8 NOT NULL, c426 Timestamp NOT NULL, c427 Utf8, c428 Datetime64, c429 Interval64, c430 Utf8, c431 String, c432 Yson NOT NULL, c433 Datetime64 NOT NULL, c434 Utf8 NOT NULL, c435 Int32 NOT NULL, c436 Int32 NOT NULL, c437 String NOT NULL, c438 Uint16 NOT NULL, c439 Uint64, c440 Decimal(15,0) NOT NULL, c441 Yson NOT NULL, c442 Int64 NOT NULL, c443 Int64 NOT NULL, c444 Int16, c445 Bool, c446 Interval64 NOT NULL, c447 Uint16 NOT NULL, c448 Date32 NOT NULL, c449 Uint16, c450 Yson, c451 Uint64 NOT NULL, c452 Datetime64, c453 Datetime, c454 Double NOT NULL, c455 Decimal(35,10), c456 Uint8, c457 Interval64 NOT NULL, c458 Uint64, c459 Datetime64 NOT NULL, c460 Decimal(35,10), c461 Int8, c462 Uint8, c463 Int64 NOT NULL, c464 Yson NOT NULL, c465 Decimal(22,9), c466 Uint8, c467 Date, c468 Decimal(35,10), c469 Yson, c470 String, c471 Datetime64 NOT NULL, c472 Double, c473 Date32 NOT NULL, c474 Float NOT NULL, c475 Double NOT NULL, c476 Datetime NOT NULL, c477 Yson, c478 String, c479 Json, c480 Json, c481 Decimal(22,9), c482 Date32 NOT NULL, c483 Interval64, c484 Uint16 NOT NULL, c485 Int32 NOT NULL, c486 Uint64 NOT NULL, c487 Float NOT NULL, c488 Int32, c489 Date32 NOT NULL, c490 Date32 NOT NULL, c491 Timestamp, c492 Interval64, c493 Int16, c494 Uint16 NOT NULL, c495 Decimal(22,9), c496 Uint16, c497 Int16 NOT NULL, c498 Json NOT NULL, c499 Int64 NOT NULL, c500 Utf8, c501 Yson NOT NULL, c502 Timestamp NOT NULL, c503 Double, c504 Double NOT NULL, c505 Uint32 NOT NULL, c506 Decimal(22,9), c507 Float, c508 Datetime, c509 Timestamp64 NOT NULL, c510 Timestamp, c511 Double NOT NULL, c512 Interval64 NOT NULL, c513 Datetime NOT NULL, c514 Int64 NOT NULL, c515 Int16 NOT NULL, c516 Decimal(35,10) NOT NULL, c517 Int64, c518 Yson NOT NULL, c519 Uint8 NOT NULL, c520 Decimal(15,0), c521 Datetime, c522 Date32 NOT NULL, c523 String, c524 Decimal(22,9) NOT NULL, c525 Datetime64 NOT NULL, c526 Decimal(22,9), c527 Int32 NOT NULL, c528 Int64 NOT NULL, c529 Timestamp, c530 Interval64, c531 JsonDocument NOT NULL, c532 Uint8, c533 Uint32 NOT NULL, c534 Date, c535 Uint32, c536 Int16, c537 Int16, c538 JsonDocument, c539 Int8 NOT NULL, c540 Decimal(35,10) NOT NULL, c541 Int16, c542 Yson NOT NULL, c543 Uint8 NOT NULL, c544 Int64 NOT NULL, c545 Date, c546 Uint32 NOT NULL, c547 Int64 NOT NULL, c548 Decimal(35,10) NOT NULL, c549 Int16 NOT NULL, c550 Timestamp, c551 Int8, c552 Int64, c553 Decimal(15,0), c554 Date NOT NULL, c555 Timestamp NOT NULL, c556 Timestamp64, c557 Decimal(22,9) NOT NULL, c558 Int32 NOT NULL, c559 Timestamp NOT NULL, c560 String NOT NULL, c561 Bool, c562 Int8, c563 Date, c564 Date32, c565 Decimal(15,0), c566 Json, c567 Decimal(22,9) NOT NULL, c568 Double NOT NULL, c569 Datetime64 NOT NULL, c570 Decimal(35,10) NOT NULL, c571 Date32, c572 Float, c573 Float NOT NULL, c574 String NOT NULL, c575 Uint32, c576 Int64 NOT NULL, c577 Decimal(15,0) NOT NULL, c578 Decimal(22,9), c579 Timestamp64 NOT NULL, c580 Timestamp, c581 Uint16 NOT NULL, c582 Utf8, c583 Decimal(22,9), c584 Int64, c585 Datetime NOT NULL, c586 Uint32 NOT NULL, c587 Int32, c588 Timestamp64 NOT NULL, c589 Float, c590 Uint8 NOT NULL, c591 Uint32 NOT NULL, c592 Decimal(35,10), c593 Timestamp64 NOT NULL, c594 JsonDocument NOT NULL, c595 Int16 NOT NULL, c596 Datetime NOT NULL, c597 Int16, c598 Timestamp, c599 Int32 NOT NULL, c600 Decimal(22,9), c601 Datetime64, c602 String, c603 Decimal(22,9) NOT NULL, c604 Timestamp NOT NULL, c605 Uint16 NOT NULL, c606 Int16, c607 Int8 NOT NULL, c608 Uint16 NOT NULL, c609 Float, c610 Interval64 NOT NULL, c611 Date NOT NULL, c612 Float, c613 Decimal(35,10), c614 Date NOT NULL, c615 Int64 NOT NULL, c616 Uint32 NOT NULL, c617 Date32, c618 Interval64, c619 Decimal(15,0) NOT NULL, c620 Interval64 NOT NULL, c621 Float, c622 Uint8, c623 Decimal(15,0), c624 Datetime64, c625 Uint32 NOT NULL, c626 Utf8 NOT NULL, c627 Int32 NOT NULL, c628 Uint8 NOT NULL, c629 JsonDocument, c630 Uint16 NOT NULL, c631 Decimal(15,0), c632 Yson, c633 Decimal(35,10), c634 Int64, c635 Datetime NOT NULL, c636 Interval64 NOT NULL, c637 Int16 NOT NULL, c638 Interval64, c639 Datetime, c640 Double, c641 Timestamp, c642 Decimal(35,10), c643 Timestamp, c644 Date, c645 Date32, c646 Datetime, c647 Uint32 NOT NULL, c648 Datetime64, c649 Int16 NOT NULL, c650 Interval64, c651 Int64 NOT NULL, c652 Timestamp NOT NULL, c653 Double NOT NULL, c654 Uint8 NOT NULL, c655 Int32 NOT NULL, c656 Double, c657 Interval64, c658 Float NOT NULL, c659 Date32 NOT NULL, c660 Int64, c661 Timestamp, c662 Timestamp64 NOT NULL, c663 Uint64 NOT NULL, c664 Decimal(22,9) NOT NULL, c665 Int8, c666 Decimal(15,0) NOT NULL, c667 Yson, c668 Datetime NOT NULL, c669 Decimal(15,0), c670 Interval64, c671 Utf8, c672 String, c673 Int64 NOT NULL, c674 String, c675 Int64 NOT NULL, c676 JsonDocument, c677 Int8, c678 Datetime NOT NULL, c679 Json NOT NULL, c680 JsonDocument, c681 Uint32, c682 Decimal(22,9) NOT NULL, c683 Json NOT NULL, c684 Float, c685 Uint8 NOT NULL, c686 Timestamp, c687 Date NOT NULL, c688 Interval64, c689 Int8 NOT NULL, c690 String, c691 Timestamp, c692 Bool, c693 Int32, c694 Int16, c695 Date32 NOT NULL, c696 Yson, c697 Yson NOT NULL, c698 Uint8 NOT NULL, c699 Timestamp64 NOT NULL, c700 Float, c701 Float NOT NULL, c702 Uint8, c703 Timestamp, c704 Timestamp64 NOT NULL, c705 JsonDocument, c706 Interval64, c707 Uint32 NOT NULL, c708 String NOT NULL, c709 Datetime64, c710 Timestamp64 NOT NULL, c711 Yson, c712 Datetime, c713 Bool, c714 Double, c715 Double NOT NULL, c716 Timestamp, c717 Int8, c718 Int64 NOT NULL, c719 Bool NOT NULL, c720 Uint32, c721 Int8 NOT NULL, c722 Int64, c723 Json, c724 Date32, c725 Decimal(15,0) NOT NULL, c726 Timestamp64, c727 Bool NOT NULL, c728 Utf8, c729 JsonDocument, c730 String NOT NULL, c731 Json, c732 Datetime64 NOT NULL, c733 Decimal(22,9), c734 Uint8, c735 Timestamp64, c736 Decimal(22,9) NOT NULL, c737 Uint16 NOT NULL, c738 Interval64 NOT NULL, c739 Json NOT NULL, c740 Int64, c741 Interval64 NOT NULL, c742 Interval64, c743 Interval64 NOT NULL, c744 Uint8, c745 String NOT NULL, c746 Timestamp64, c747 Decimal(15,0) NOT NULL, c748 Json, c749 Datetime, c750 Interval64 NOT NULL, c751 Date, c752 Yson, c753 Datetime, c754 String NOT NULL, c755 Uint32, c756 Uint64 NOT NULL, c757 Uint32, c758 Json, c759 Uint32, c760 Int64 NOT NULL, c761 Interval64 NOT NULL, c762 Uint8, c763 Datetime, c764 JsonDocument NOT NULL, c765 Yson NOT NULL, c766 JsonDocument, c767 Timestamp NOT NULL, c768 Utf8, c769 Uint8, c770 Uint64, c771 Uint64 NOT NULL, c772 Decimal(35,10) NOT NULL, c773 Decimal(35,10) NOT NULL, c774 Uint8, c775 Int16, c776 Decimal(35,10) NOT NULL, c777 Uint32, c778 Int16, c779 Float NOT NULL, c780 Timestamp64, c781 Interval64 NOT NULL, c782 Double NOT NULL, c783 Uint16, c784 Uint32 NOT NULL, c785 Interval64, c786 Uint16 NOT NULL, c787 Date NOT NULL, c788 Uint8, c789 Uint16 NOT NULL, c790 Int8 NOT NULL, c791 Utf8 NOT NULL, c792 Datetime64 NOT NULL, c793 Double NOT NULL, c794 Uint64, c795 Int8, c796 Decimal(22,9), c797 Int8, c798 Double NOT NULL, c799 String NOT NULL, c800 Float, c801 Interval64, c802 JsonDocument, c803 Uint64 NOT NULL, c804 Uint32 NOT NULL, c805 Int16, c806 Decimal(22,9), c807 Date32, c808 Int8, c809 Uint8 NOT NULL, c810 Uint64 NOT NULL, c811 JsonDocument, c812 Uint8, c813 Interval64, c814 Datetime64 NOT NULL, c815 Int16 NOT NULL, c816 Datetime, c817 Decimal(22,9) NOT NULL, c818 Timestamp64, c819 Float NOT NULL, c820 String, c821 Int8 NOT NULL, c822 Timestamp64 NOT NULL, c823 Date NOT NULL, c824 Utf8 NOT NULL, c825 Utf8 NOT NULL, c826 Timestamp64 NOT NULL, c827 JsonDocument NOT NULL, c828 Yson NOT NULL, c829 Double NOT NULL, c830 Int32, c831 Float NOT NULL, c832 Bool NOT NULL, c833 Float, c834 Int16 NOT NULL, c835 Date32 NOT NULL, c836 Int32 NOT NULL, c837 Uint32, c838 Date, c839 String, c840 Uint8 NOT NULL, c841 Uint32 NOT NULL, c842 Decimal(35,10) NOT NULL, c843 Int16, c844 Datetime64, c845 Utf8, c846 Float NOT NULL, c847 Uint64, c848 Int16, c849 Json, c850 Decimal(22,9) NOT NULL, c851 JsonDocument NOT NULL, c852 Int16 NOT NULL, c853 Yson NOT NULL, c854 Date32, c855 Interval64, c856 Uint32, c857 Utf8 NOT NULL, c858 Datetime, c859 JsonDocument, c860 Uint32 NOT NULL, c861 String NOT NULL, c862 Timestamp NOT NULL, c863 Json NOT NULL, c864 Datetime NOT NULL, c865 Interval64, c866 Date NOT NULL, c867 Uint8,
                    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)
                )
                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)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
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 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
                                         ^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
    lambda resp: base.wrap_execute_query_response(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
    issues._process_response(response_pb)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c2\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070) while executing query: \n                CREATE TABLE `/Root/olap_workload/create_drop/6442` (\n                    c0 Datetime NOT NULL, c1 Timestamp NOT NULL, c2 Bool NOT NULL, c3 Timestamp NOT NULL, c4 Timestamp64 NOT NULL, c5 Int64 NOT NULL, c6 Timestamp64 NOT NULL, c7 Bool NOT NULL, c8 Decimal(22,9) NOT NULL, c9 Timestamp NOT NULL, c10 Date32 NOT NULL, c11 Utf8 NOT NULL, c12 Uint8 NOT NULL, c13 Datetime NOT NULL, c14 Uint8 NOT NULL, c15 Utf8 NOT NULL, c16 Decimal(22,9) NOT NULL, c17 Uint8 NOT NULL, c18 Uint64 NOT NULL, c19 Decimal(15,0) NOT NULL, c20 Int64 NOT NULL, c21 Bool NOT NULL, c22 Timestamp NOT NULL, c23 Uint64 NOT NULL, c24 Date NOT NULL, c25 Date32 NOT NULL, c26 Decimal(22,9) NOT NULL, c27 Bool NOT NULL, c28 Int32 NOT NULL, c29 Timestamp64 NOT NULL, c30 Datetime NOT NULL, c31 Date32 NOT NULL, c32 Date NOT NULL, c33 Int64 NOT NULL, c34 Int64 NOT NULL, c35 Datetime NOT NULL, c36 Utf8 NOT NULL, c37 String NOT NULL, c38 Int32 NOT NULL, c39 Uint64 NOT NULL, c40 Timestamp NOT NULL, c41 Uint64 NOT NULL, c42 Int64 NOT NULL, c43 Decimal(15,0) NOT NULL, c44 Int8 NOT NULL, c45 Int8 NOT NULL, c46 Date NOT NULL, c47 Timestamp64 NOT NULL, c48 Date NOT NULL, c49 Decimal(22,9) NOT NULL, c50 Decimal(15,0) NOT NULL, c51 Interval64 NOT NULL, c52 Timestamp NOT NULL, c53 Datetime NOT NULL, c54 Uint8 NOT NULL, c55 Uint32 NOT NULL, c56 Int64 NOT NULL, c57 Decimal(22,9) NOT NULL, c58 Date NOT NULL, c59 Timestamp NOT NULL, c60 Datetime NOT NULL, c61 Uint16 NOT NULL, c62 Date NOT NULL, c63 Utf8 NOT NULL, c64 Int16 NOT NULL, c65 Timestamp NOT NULL, c66 Timestamp NOT NULL, c67 Int16 NOT NULL, c68 Uint64 NOT NULL, c69 Int32 NOT NULL, c70 Interval64 NOT NULL, c71 Decimal(22,9) NOT NULL, c72 Uint16 NOT NULL, c73 String NOT NULL, c74 Decimal(22,9) NOT NULL, c75 Uint64 NOT NULL, c76 Uint32 NOT NULL, c77 Datetime64 NOT NULL, c78 Date32 NOT NULL, c79 Uint64 NOT NULL, c80 Int64 NOT NULL, c81 Uint32 NOT NULL, c82 Int64 NOT NULL, c83 Date NOT NULL, c84 Int8 NOT NULL, c85 Int32 NOT NULL, c86 Int16 NOT NULL, c87 Timestamp NOT NULL, c88 Timestamp NOT NULL, c89 Bool NOT NULL, c90 Datetime64 NOT NULL, c91 Int8 NOT NULL, c92 Int32 NOT NULL, c93 Uint8 NOT NULL, c94 Bool NOT NULL, c95 Date NOT NULL, c96 Int64 NOT NULL, c97 Uint8 NOT NULL, c98 Int16 NOT NULL, c99 Int8 NOT NULL, c100 Date NOT NULL, c101 Int8 NOT NULL, c102 Interval64 NOT NULL, c103 Interval64 NOT NULL, c104 Datetime64 NOT NULL, c105 Datetime64 NOT NULL, c106 Bool NOT NULL, c107 Uint8 NOT NULL, c108 Date NOT NULL, c109 Date NOT NULL, c110 Decimal(22,9) NOT NULL, c111 Timestamp NOT NULL, c112 Date32 NOT NULL, c113 Int16 NOT NULL, c114 Date NOT NULL, c115 Uint32 NOT NULL, c116 Int16 NOT NULL, c117 Decimal(35,10) NOT NULL, c118 Decimal(35,10) NOT NULL, c119 Decimal(15,0) NOT NULL, c120 Uint8 NOT NULL, c121 Int16 NOT NULL, c122 Timestamp64 NOT NULL, c123 Int16 NOT NULL, c124 Decimal(15,0) NOT NULL, c125 Int64 NOT NULL, c126 Utf8 NOT NULL, c127 Int32 NOT NULL, c128 Utf8 NOT NULL, c129 Int16 NOT NULL, c130 Date NOT NULL, c131 Utf8 NOT NULL, c132 Decimal(15,0) NOT NULL, c133 Int8 NOT NULL, c134 Uint8 NOT NULL, c135 Uint16 NOT NULL, c136 Int32 NOT NULL, c137 Uint32 NOT NULL, c138 Date32 NOT NULL, c139 Utf8 NOT NULL, c140 Uint64 NOT NULL, c141 Decimal(15,0) NOT NULL, c142 Int32 NOT NULL, c143 Int64 NOT NULL, c144 Uint64 NOT NULL, c145 Decimal(15,0) NOT NULL, c146 Decimal(15,0) NOT NULL, c147 String NOT NULL, c148 Uint8 NOT NULL, c149 Decimal(15,0) NOT NULL, c150 Uint16 NOT NULL, c151 Decimal(15,0) NOT NULL, c152 Uint64 NOT NULL, c153 Timestamp NOT NULL, c154 Decimal(22,9) NOT NULL, c155 Datetime64 NOT NULL, c156 Int32 NOT NULL, c157 Date32 NOT NULL, c158 Decimal(22,9) NOT NULL, c159 Bool NOT NULL, c160 Datetime64 NOT NULL, c161 Int8 NOT NULL, c162 Date NOT NULL, c163 Int8 NOT NULL, c164 Decimal(35,10) NOT NULL, c165 Date NOT NULL, c166 Datetime64 NOT NULL, c167 Timestamp NOT NULL, c168 Int16 NOT NULL, c169 Int8 NOT NULL, c170 Uint32 NOT NULL, c171 Uint8 NOT NULL, c172 Decimal(22,9) NOT NULL, c173 Date32 NOT NULL, c174 Datetime NOT NULL, c175 Date NOT NULL, c176 Date NOT NULL, c177 Decimal(15,0) NOT NULL, c178 Int16 NOT NULL, c179 Decimal(35,10) NOT NULL, c180 Int32 NOT NULL, c181 String NOT NULL, c182 Utf8 NOT NULL, c183 Timestamp NOT NULL, c184 Date32 NOT NULL, c185 Uint32 NOT NULL, c186 Interval64 NOT NULL, c187 Uint32 NOT NULL, c188 Date32 NOT NULL, c189 Timestamp NOT NULL, c190 Uint8 NOT NULL, c191 Utf8 NOT NULL, c192 Datetime NOT NULL, c193 Decimal(35,10) NOT NULL, c194 Timestamp NOT NULL, c195 Decimal(15,0) NOT NULL, c196 String NOT NULL, c197 Bool NOT NULL, c198 Decimal(15,0) NOT NULL, c199 Uint16 NOT NULL, c200 Uint32 NOT NULL, c201 Date32 NOT NULL, c202 Datetime NOT NULL, c203 Datetime NOT NULL, c204 Int8 NOT NULL, c205 Decimal(35,10) NOT NULL, c206 Double, c207 Datetime64, c208 Interval64, c209 Datetime64, c210 String NOT NULL, c211 Decimal(15,0) NOT NULL, c212 Date32 NOT NULL, c213 Float NOT NULL, c214 Decimal(15,0), c215 Decimal(22,9) NOT NULL, c216 Json, c217 Yson NOT NULL, c218 Timestamp, c219 Uint64 NOT NULL, c220 String NOT NULL, c221 Decimal(22,9) NOT NULL, c222 Int32, c223 Interval64, c224 Date32 NOT NULL, c225 Uint64 NOT NULL, c226 Timestamp64, c227 Interval64, c228 Decimal(35,10) NOT NULL, c229 Date, c230 Uint32 NOT NULL, c231 Double, c232 Double NOT NULL, c233 Float NOT NULL, c234 Int8 NOT NULL, c235 Yson, c236 Timestamp64 NOT NULL, c237 String, c238 Decimal(15,0), c239 Decimal(15,0) NOT NULL, c240 Utf8 NOT NULL, c241 Double NOT NULL, c242 Int32 NOT NULL, c243 Timestamp64, c244 Datetime64 NOT NULL, c245 Datetime64, c246 String, c247 JsonDocument NOT NULL, c248 Int8 NOT NULL, c249 Int64, c250 String, c251 Date32 NOT NULL, c252 Date32 NOT NULL, c253 JsonDocument, c254 Int32, c255 Int64, c256 Utf8 NOT NULL, c257 Int16 NOT NULL, c258 Datetime64, c259 Uint64 NOT NULL, c260 JsonDocument NOT NULL, c261 String, c262 Int16 NOT NULL, c263 Interval64 NOT NULL, c264 Uint64, c265 JsonDocument, c266 JsonDocument NOT NULL, c267 Uint32, c268 Double NOT NULL, c269 Date32, c270 Double, c271 Yson, c272 Int8 NOT NULL, c273 Uint16 NOT NULL, c274 Yson, c275 Int64, c276 Yson, c277 Decimal(35,10) NOT NULL, c278 Uint32 NOT NULL, c279 JsonDocument, c280 Int32, c281 Datetime64 NOT NULL, c282 Int32 NOT NULL, c283 Int64, c284 Uint8, c285 Date32, c286 Json, c287 Uint16 NOT NULL, c288 JsonDocument, c289 Int32 NOT NULL, c290 Uint8, c291 Uint16 NOT NULL, c292 Decimal(35,10), c293 Uint64, c294 Date32 NOT NULL, c295 Decimal(22,9), c296 Decimal(15,0), c297 Decimal(15,0) NOT NULL, c298 Int32 NOT NULL, c299 Decimal(15,0), c300 Uint8, c301 Uint16 NOT NULL, c302 Uint32 NOT NULL, c303 JsonDocument NOT NULL, c304 Bool, c305 Yson NOT NULL, c306 Uint32, c307 Datetime, c308 Json, c309 Uint16, c310 Uint8, c311 String, c312 Decimal(35,10), c313 Double, c314 JsonDocument, c315 Json, c316 Int32 NOT NULL, c317 Float, c318 Float NOT NULL, c319 Uint8 NOT NULL, c320 Int8 NOT NULL, c321 Date NOT NULL, c322 Uint64, c323 Date32, c324 Uint64, c325 Interval64, c326 Uint8 NOT NULL, c327 Double NOT NULL, c328 JsonDocument NOT NULL, c329 Uint16 NOT NULL, c330 Uint32, c331 Datetime NOT NULL, c332 Json, c333 Decimal(15,0), c334 Double NOT NULL, c335 Decimal(35,10), c336 Decimal(35,10) NOT NULL, c337 Datetime64, c338 JsonDocument, c339 Decimal(22,9) NOT NULL, c340 Date NOT NULL, c341 Bool, c342 Utf8 NOT NULL, c343 Double, c344 Utf8, c345 Datetime NOT NULL, c346 Int16, c347 Interval64, c348 Uint32, c349 Decimal(35,10) NOT NULL, c350 Float NOT NULL, c351 Uint16, c352 Utf8 NOT NULL, c353 Datetime64, c354 String NOT NULL, c355 Decimal(15,0), c356 Yson NOT NULL, c357 Utf8, c358 Int8, c359 Int32 NOT NULL, c360 Decimal(22,9), c361 Int8, c362 Int32 NOT NULL, c363 Int64 NOT NULL, c364 Uint8, c365 Bool NOT NULL, c366 Int8, c367 JsonDocument, c368 String NOT NULL, c369 Int8, c370 Interval64, c371 Double, c372 Timestamp64 NOT NULL, c373 Interval64, c374 Decimal(15,0) NOT NULL, c375 Datetime NOT NULL, c376 Yson NOT NULL, c377 Decimal(15,0), c378 Int16 NOT NULL, c379 Date32, c380 Yson, c381 Date32, c382 Uint32 NOT NULL, c383 Float, c384 Interval64, c385 Int64 NOT NULL, c386 Json, c387 Int16 NOT NULL, c388 Uint16, c389 Date, c390 Date, c391 Date NOT NULL, c392 Date32 NOT NULL, c393 Int64, c394 Interval64, c395 Int32, c396 Uint16 NOT NULL, c397 Bool NOT NULL, c398 Yson, c399 Date, c400 Datetime NOT NULL, c401 Yson, c402 Json NOT NULL, c403 Decimal(15,0) NOT NULL, c404 Int16 NOT NULL, c405 String, c406 Int64 NOT NULL, c407 Int32, c408 Uint16, c409 Double, c410 String NOT NULL, c411 Uint16 NOT NULL, c412 Int64, c413 Timestamp NOT NULL, c414 Int8 NOT NULL, c415 Uint16 NOT NULL, c416 Utf8, c417 Bool NOT NULL, c418 Yson, c419 Int32 NOT NULL, c420 Json NOT NULL, c421 Double NOT NULL, c422 Date32 NOT NULL, c423 Uint64, c424 Date32, c425 Uint8 NOT NULL, c426 Timestamp NOT NULL, c427 Utf8, c428 Datetime64, c429 Interval64, c430 Utf8, c431 String, c432 Yson NOT NULL, c433 Datetime64 NOT NULL, c434 Utf8 NOT NULL, c435 Int32 NOT NULL, c436 Int32 NOT NULL, c437 String NOT NULL, c438 Uint16 NOT NULL, c439 Uint64, c440 Decimal(15,0) NOT NULL, c441 Yson NOT NULL, c442 Int64 NOT NULL, c443 Int64 NOT NULL, c444 Int16, c445 Bool, c446 Interval64 NOT NULL, c447 Uint16 NOT NULL, c448 Date32 NOT NULL, c449 Uint16, c450 Yson, c451 Uint64 NOT NULL, c452 Datetime64, c453 Datetime, c454 Double NOT NULL, c455 Decimal(35,10), c456 Uint8, c457 Interval64 NOT NULL, c458 Uint64, c459 Datetime64 NOT NULL, c460 Decimal(35,10), c461 Int8, c462 Uint8, c463 Int64 NOT NULL, c464 Yson NOT NULL, c465 Decimal(22,9), c466 Uint8, c467 Date, c468 Decimal(35,10), c469 Yson, c470 String, c471 Datetime64 NOT NULL, c472 Double, c473 Date32 NOT NULL, c474 Float NOT NULL, c475 Double NOT NULL, c476 Datetime NOT NULL, c477 Yson, c478 String, c479 Json, c480 Json, c481 Decimal(22,9), c482 Date32 NOT NULL, c483 Interval64, c484 Uint16 NOT NULL, c485 Int32 NOT NULL, c486 Uint64 NOT NULL, c487 Float NOT NULL, c488 Int32, c489 Date32 NOT NULL, c490 Date32 NOT NULL, c491 Timestamp, c492 Interval64, c493 Int16, c494 Uint16 NOT NULL, c495 Decimal(22,9), c496 Uint16, c497 Int16 NOT NULL, c498 Json NOT NULL, c499 Int64 NOT NULL, c500 Utf8, c501 Yson NOT NULL, c502 Timestamp NOT NULL, c503 Double, c504 Double NOT NULL, c505 Uint32 NOT NULL, c506 Decimal(22,9), c507 Float, c508 Datetime, c509 Timestamp64 NOT NULL, c510 Timestamp, c511 Double NOT NULL, c512 Interval64 NOT NULL, c513 Datetime NOT NULL, c514 Int64 NOT NULL, c515 Int16 NOT NULL, c516 Decimal(35,10) NOT NULL, c517 Int64, c518 Yson NOT NULL, c519 Uint8 NOT NULL, c520 Decimal(15,0), c521 Datetime, c522 Date32 NOT NULL, c523 String, c524 Decimal(22,9) NOT NULL, c525 Datetime64 NOT NULL, c526 Decimal(22,9), c527 Int32 NOT NULL, c528 Int64 NOT NULL, c529 Timestamp, c530 Interval64, c531 JsonDocument NOT NULL, c532 Uint8, c533 Uint32 NOT NULL, c534 Date, c535 Uint32, c536 Int16, c537 Int16, c538 JsonDocument, c539 Int8 NOT NULL, c540 Decimal(35,10) NOT NULL, c541 Int16, c542 Yson NOT NULL, c543 Uint8 NOT NULL, c544 Int64 NOT NULL, c545 Date, c546 Uint32 NOT NULL, c547 Int64 NOT NULL, c548 Decimal(35,10) NOT NULL, c549 Int16 NOT NULL, c550 Timestamp, c551 Int8, c552 Int64, c553 Decimal(15,0), c554 Date NOT NULL, c555 Timestamp NOT NULL, c556 Timestamp64, c557 Decimal(22,9) NOT NULL, c558 Int32 NOT NULL, c559 Timestamp NOT NULL, c560 String NOT NULL, c561 Bool, c562 Int8, c563 Date, c564 Date32, c565 Decimal(15,0), c566 Json, c567 Decimal(22,9) NOT NULL, c568 Double NOT NULL, c569 Datetime64 NOT NULL, c570 Decimal(35,10) NOT NULL, c571 Date32, c572 Float, c573 Float NOT NULL, c574 String NOT NULL, c575 Uint32, c576 Int64 NOT NULL, c577 Decimal(15,0) NOT NULL, c578 Decimal(22,9), c579 Timestamp64 NOT NULL, c580 Timestamp, c581 Uint16 NOT NULL, c582 Utf8, c583 Decimal(22,9), c584 Int64, c585 Datetime NOT NULL, c586 Uint32 NOT NULL, c587 Int32, c588 Timestamp64 NOT NULL, c589 Float, c590 Uint8 NOT NULL, c591 Uint32 NOT NULL, c592 Decimal(35,10), c593 Timestamp64 NOT NULL, c594 JsonDocument NOT NULL, c595 Int16 NOT NULL, c596 Datetime NOT NULL, c597 Int16, c598 Timestamp, c599 Int32 NOT NULL, c600 Decimal(22,9), c601 Datetime64, c602 String, c603 Decimal(22,9) NOT NULL, c604 Timestamp NOT NULL, c605 Uint16 NOT NULL, c606 Int16, c607 Int8 NOT NULL, c608 Uint16 NOT NULL, c609 Float, c610 Interval64 NOT NULL, c611 Date NOT NULL, c612 Float, c613 Decimal(35,10), c614 Date NOT NULL, c615 Int64 NOT NULL, c616 Uint32 NOT NULL, c617 Date32, c618 Interval64, c619 Decimal(15,0) NOT NULL, c620 Interval64 NOT NULL, c621 Float, c622 Uint8, c623 Decimal(15,0), c624 Datetime64, c625 Uint32 NOT NULL, c626 Utf8 NOT NULL, c627 Int32 NOT NULL, c628 Uint8 NOT NULL, c629 JsonDocument, c630 Uint16 NOT NULL, c631 Decimal(15,0), c632 Yson, c633 Decimal(35,10), c634 Int64, c635 Datetime NOT NULL, c636 Interval64 NOT NULL, c637 Int16 NOT NULL, c638 Interval64, c639 Datetime, c640 Double, c641 Timestamp, c642 Decimal(35,10), c643 Timestamp, c644 Date, c645 Date32, c646 Datetime, c647 Uint32 NOT NULL, c648 Datetime64, c649 Int16 NOT NULL, c650 Interval64, c651 Int64 NOT NULL, c652 Timestamp NOT NULL, c653 Double NOT NULL, c654 Uint8 NOT NULL, c655 Int32 NOT NULL, c656 Double, c657 Interval64, c658 Float NOT NULL, c659 Date32 NOT NULL, c660 Int64, c661 Timestamp, c662 Timestamp64 NOT NULL, c663 Uint64 NOT NULL, c664 Decimal(22,9) NOT NULL, c665 Int8, c666 Decimal(15,0) NOT NULL, c667 Yson, c668 Datetime NOT NULL, c669 Decimal(15,0), c670 Interval64, c671 Utf8, c672 String, c673 Int64 NOT NULL, c674 String, c675 Int64 NOT NULL, c676 JsonDocument, c677 Int8, c678 Datetime NOT NULL, c679 Json NOT NULL, c680 JsonDocument, c681 Uint32, c682 Decimal(22,9) NOT NULL, c683 Json NOT NULL, c684 Float, c685 Uint8 NOT NULL, c686 Timestamp, c687 Date NOT NULL, c688 Interval64, c689 Int8 NOT NULL, c690 String, c691 Timestamp, c692 Bool, c693 Int32, c694 Int16, c695 Date32 NOT NULL, c696 Yson, c697 Yson NOT NULL, c698 Uint8 NOT NULL, c699 Timestamp64 NOT NULL, c700 Float, c701 Float NOT NULL, c702 Uint8, c703 Timestamp, c704 Timestamp64 NOT NULL, c705 JsonDocument, c706 Interval64, c707 Uint32 NOT NULL, c708 String NOT NULL, c709 Datetime64, c710 Timestamp64 NOT NULL, c711 Yson, c712 Datetime, c713 Bool, c714 Double, c715 Double NOT NULL, c716 Timestamp, c717 Int8, c718 Int64 NOT NULL, c719 Bool NOT NULL, c720 Uint32, c721 Int8 NOT NULL, c722 Int64, c723 Json, c724 Date32, c725 Decimal(15,0) NOT NULL, c726 Timestamp64, c727 Bool NOT NULL, c728 Utf8, c729 JsonDocument, c730 String NOT NULL, c731 Json, c732 Datetime64 NOT NULL, c733 Decimal(22,9), c734 Uint8, c735 Timestamp64, c736 Decimal(22,9) NOT NULL, c737 Uint16 NOT NULL, c738 Interval64 NOT NULL, c739 Json NOT NULL, c740 Int64, c741 Interval64 NOT NULL, c742 Interval64, c743 Interval64 NOT NULL, c744 Uint8, c745 String NOT NULL, c746 Timestamp64, c747 Decimal(15,0) NOT NULL, c748 Json, c749 Datetime, c750 Interval64 NOT NULL, c751 Date, c752 Yson, c753 Datetime, c754 String NOT NULL, c755 Uint32, c756 Uint64 NOT NULL, c757 Uint32, c758 Json, c759 Uint32, c760 Int64 NOT NULL, c761 Interval64 NOT NULL, c762 Uint8, c763 Datetime, c764 JsonDocument NOT NULL, c765 Yson NOT NULL, c766 JsonDocument, c767 Timestamp NOT NULL, c768 Utf8, c769 Uint8, c770 Uint64, c771 Uint64 NOT NULL, c772 Decimal(35,10) NOT NULL, c773 Decimal(35,10) NOT NULL, c774 Uint8, c775 Int16, c776 Decimal(35,10) NOT NULL, c777 Uint32, c778 Int16, c779 Float NOT NULL, c780 Timestamp64, c781 Interval64 NOT NULL, c782 Double NOT NULL, c783 Uint16, c784 Uint32 NOT NULL, c785 Interval64, c786 Uint16 NOT NULL, c787 Date NOT NULL, c788 Uint8, c789 Uint16 NOT NULL, c790 Int8 NOT NULL, c791 Utf8 NOT NULL, c792 Datetime64 NOT NULL, c793 Double NOT NULL, c794 Uint64, c795 Int8, c796 Decimal(22,9), c797 Int8, c798 Double NOT NULL, c799 String NOT NULL, c800 Float, c801 Interval64, c802 JsonDocument, c803 Uint64 NOT NULL, c804 Uint32 NOT NULL, c805 Int16, c806 Decimal(22,9), c807 Date32, c808 Int8, c809 Uint8 NOT NULL, c810 Uint64 NOT NULL, c811 JsonDocument, c812 Uint8, c813 Interval64, c814 Datetime64 NOT NULL, c815 Int16 NOT NULL, c816 Datetime, c817 Decimal(22,9) NOT NULL, c818 Timestamp64, c819 Float NOT NULL, c820 String, c821 Int8 NOT NULL, c822 Timestamp64 NOT NULL, c823 Date NOT NULL, c824 Utf8 NOT NULL, c825 Utf8 NOT NULL, c826 Timestamp64 NOT NULL, c827 JsonDocument NOT NULL, c828 Yson NOT NULL, c829 Double NOT NULL, c830 Int32, c831 Float NOT NULL, c832 Bool NOT NULL, c833 Float, c834 Int16 NOT NULL, c835 Date32 NOT NULL, c836 Int32 NOT NULL, c837 Uint32, c838 Date, c839 String, c840 Uint8 NOT NULL, c841 Uint32 NOT NULL, c842 Decimal(35,10) NOT NULL, c843 Int16, c844 Datetime64, c845 Utf8, c846 Float NOT NULL, c847 Uint64, c848 Int16, c849 Json, c850 Decimal(22,9) NOT NULL, c851 JsonDocument NOT NULL, c852 Int16 NOT NULL, c853 Yson NOT NULL, c854 Date32, c855 Interval64, c856 Uint32, c857 Utf8 NOT NULL, c858 Datetime, c859 JsonDocument, c860 Uint32 NOT NULL, c861 String NOT NULL, c862 Timestamp NOT NULL, c863 Json NOT NULL, c864 Datetime NOT NULL, c865 Interval64, c866 Date NOT NULL, c867 Uint8,\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)\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)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c2\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)\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 135, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee\n    return [result_set for result_set in it]\n                                         ^^\n  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__\n    return self._next()\n           ^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next\n    res = self.wrapper(next(self.it))\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>\n    lambda resp: base.wrap_execute_query_response(\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator\n    return func(rpc_state, response_pb, session_state, *args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response\n    issues._process_response(response_pb)\n  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response\n    raise exc_obj(_format_response(response_proto), response_proto.issues)\nydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c2\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:63290/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:30346/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:14952/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:62856/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:30559/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:22113/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:4918/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:64450/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:272 Stopped node localhost:28450/4
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8447
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9215
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12097
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14952
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22160
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7352
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2942
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63290
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29685
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4496
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10909
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4918
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5059
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6397
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30346
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11068
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18099
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9617
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27330
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8711
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24227
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28344
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18684
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22113
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8536
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23208
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19400
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62856
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9082
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2948
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20787
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30559
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64058
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15070
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27725
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4991
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9619
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19482
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15783
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29897
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14895
============================== slowest durations ===============================
32.02s teardown test_workload.py::TestYdbWorkload::test
9.92s setup    test_workload.py::TestYdbWorkload::test
6.21s call     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/1tjt/0005bd/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:30559 --database /Root --duration 120' has failed with code 1.
Errors:
...ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
                                         ^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
    lambda resp: base.wrap_execute_query_response(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
    issues._process_response(response_pb)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
============================== 1 failed in 48.92s ==============================
