============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:26063 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...db/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 \'c19\', 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:185 Binary was found by /home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29831
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29832
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5756
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10546
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5044
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3657
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3268
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62178
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32334
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/1lcz/0001c4/r3tmp/kikimr_cluster_9b47c75d
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26063
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14561
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23252
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4826
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_cuxz49le.log --grpc-port=26063 --mon-port=14561 --ic-port=29832
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19922
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16198
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24714
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4436
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p1mub6bc.log --grpc-port=19922 --mon-port=16198 --ic-port=5756
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17736
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3846
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16724
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16724
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16725
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2677
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_c971zy40.log --grpc-port=17736 --mon-port=3846 --ic-port=10546
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22325
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32751
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27442
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3902
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_iofma5ri.log --grpc-port=22325 --mon-port=32751 --ic-port=5044
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11514
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8201
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13863
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7883
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_esxroh16.log --grpc-port=11514 --mon-port=8201 --ic-port=12122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20849
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30112
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25572
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64252
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_llq6k0bk.log --grpc-port=20849 --mon-port=30112 --ic-port=3657
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25372
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10325
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11386
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19454
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_osnu2lq1.log --grpc-port=25372 --mon-port=10325 --ic-port=3268
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19289
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1490
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63103
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_1w30gfju.log --grpc-port=19289 --mon-port=20299 --ic-port=62178
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8210
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29956
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11718
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2689
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_vuauuyou.log --grpc-port=8210 --mon-port=29956 --ic-port=32334
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26063/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_cuxz49le.log --grpc-port=26063 --mon-port=14561 --ic-port=29832
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_cuxz49le.log', '--grpc-port=26063', '--mon-port=14561', '--ic-port=29832')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3284151
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:26063/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3284153
DEBUG    ya.test:process.py:259 Command (pid 3284153) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3284153) elapsed time (sec): 0.4934713840484619
DEBUG    ya.test:process.py:263 Command (pid 3284153) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) maxrss: 541096
DEBUG    ya.test:process.py:263 Command (pid 3284153) minflt: 16168
DEBUG    ya.test:process.py:263 Command (pid 3284153) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3284153) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3284153) nvcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 3284153) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3284153) stime: 0.311615
DEBUG    ya.test:process.py:263 Command (pid 3284153) utime: 0.133549
DEBUG    ya.test:process.py:263 Command (pid 3284153) wtime: 0.494
DEBUG    ya.test:process.py:275 Command (pid 3284153) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3284153) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19922/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p1mub6bc.log --grpc-port=19922 --mon-port=16198 --ic-port=5756
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p1mub6bc.log', '--grpc-port=19922', '--mon-port=16198', '--ic-port=5756')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3284583
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:19922/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3284585
DEBUG    ya.test:process.py:259 Command (pid 3284585) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3284585) elapsed time (sec): 0.46813035011291504
DEBUG    ya.test:process.py:263 Command (pid 3284585) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) maxrss: 541088
DEBUG    ya.test:process.py:263 Command (pid 3284585) minflt: 16170
DEBUG    ya.test:process.py:263 Command (pid 3284585) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3284585) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3284585) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3284585) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3284585) stime: 0.295833
DEBUG    ya.test:process.py:263 Command (pid 3284585) utime: 0.119932
DEBUG    ya.test:process.py:263 Command (pid 3284585) wtime: 0.469
DEBUG    ya.test:process.py:275 Command (pid 3284585) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3284585) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17736/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_c971zy40.log --grpc-port=17736 --mon-port=3846 --ic-port=10546
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_c971zy40.log', '--grpc-port=17736', '--mon-port=3846', '--ic-port=10546')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3285013
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:17736/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285014
DEBUG    ya.test:process.py:259 Command (pid 3285014) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285014) elapsed time (sec): 0.4108388423919678
DEBUG    ya.test:process.py:263 Command (pid 3285014) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3285014) maxrss: 541076
DEBUG    ya.test:process.py:263 Command (pid 3285014) minflt: 16169
DEBUG    ya.test:process.py:263 Command (pid 3285014) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) nivcsw: 300
DEBUG    ya.test:process.py:263 Command (pid 3285014) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285014) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3285014) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3285014) stime: 0.25664
DEBUG    ya.test:process.py:263 Command (pid 3285014) utime: 0.096301
DEBUG    ya.test:process.py:263 Command (pid 3285014) wtime: 0.412
DEBUG    ya.test:process.py:275 Command (pid 3285014) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3285014) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22325/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_iofma5ri.log --grpc-port=22325 --mon-port=32751 --ic-port=5044
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_iofma5ri.log', '--grpc-port=22325', '--mon-port=32751', '--ic-port=5044')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3285299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:22325/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285317
DEBUG    ya.test:process.py:259 Command (pid 3285317) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285317) elapsed time (sec): 0.3710801601409912
DEBUG    ya.test:process.py:263 Command (pid 3285317) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) maxrss: 541088
DEBUG    ya.test:process.py:263 Command (pid 3285317) minflt: 16169
DEBUG    ya.test:process.py:263 Command (pid 3285317) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3285317) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285317) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3285317) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3285317) stime: 0.225177
DEBUG    ya.test:process.py:263 Command (pid 3285317) utime: 0.102712
DEBUG    ya.test:process.py:263 Command (pid 3285317) wtime: 0.377
DEBUG    ya.test:process.py:275 Command (pid 3285317) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3285317) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11514/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_esxroh16.log --grpc-port=11514 --mon-port=8201 --ic-port=12122
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_esxroh16.log', '--grpc-port=11514', '--mon-port=8201', '--ic-port=12122')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3285599
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:11514/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285606
DEBUG    ya.test:process.py:259 Command (pid 3285606) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285606) elapsed time (sec): 0.41898298263549805
DEBUG    ya.test:process.py:263 Command (pid 3285606) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) maxrss: 541104
DEBUG    ya.test:process.py:263 Command (pid 3285606) minflt: 16170
DEBUG    ya.test:process.py:263 Command (pid 3285606) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 3285606) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285606) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3285606) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3285606) stime: 0.261823
DEBUG    ya.test:process.py:263 Command (pid 3285606) utime: 0.10875699999999999
DEBUG    ya.test:process.py:263 Command (pid 3285606) wtime: 0.42
DEBUG    ya.test:process.py:275 Command (pid 3285606) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3285606) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 5 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20849/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_llq6k0bk.log --grpc-port=20849 --mon-port=30112 --ic-port=3657
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_llq6k0bk.log', '--grpc-port=20849', '--mon-port=30112', '--ic-port=3657')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3285982
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:20849/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285988
DEBUG    ya.test:process.py:259 Command (pid 3285988) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285988) elapsed time (sec): 0.44782376289367676
DEBUG    ya.test:process.py:263 Command (pid 3285988) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3285988) maxrss: 541048
DEBUG    ya.test:process.py:263 Command (pid 3285988) minflt: 16186
DEBUG    ya.test:process.py:263 Command (pid 3285988) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 3285988) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285988) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3285988) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3285988) stime: 0.322833
DEBUG    ya.test:process.py:263 Command (pid 3285988) utime: 0.075726
DEBUG    ya.test:process.py:263 Command (pid 3285988) wtime: 0.449
DEBUG    ya.test:process.py:275 Command (pid 3285988) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3285988) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 6 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25372/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_osnu2lq1.log --grpc-port=25372 --mon-port=10325 --ic-port=3268
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_osnu2lq1.log', '--grpc-port=25372', '--mon-port=10325', '--ic-port=3268')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3286401
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25372/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3286402
DEBUG    ya.test:process.py:259 Command (pid 3286402) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3286402) elapsed time (sec): 0.5059564113616943
DEBUG    ya.test:process.py:263 Command (pid 3286402) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) majflt: 4
DEBUG    ya.test:process.py:263 Command (pid 3286402) maxrss: 541096
DEBUG    ya.test:process.py:263 Command (pid 3286402) minflt: 19966
DEBUG    ya.test:process.py:263 Command (pid 3286402) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3286402) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3286402) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3286402) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3286402) stime: 0.385464
DEBUG    ya.test:process.py:263 Command (pid 3286402) utime: 0.07227499999999999
DEBUG    ya.test:process.py:263 Command (pid 3286402) wtime: 0.507
DEBUG    ya.test:process.py:275 Command (pid 3286402) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3286402) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 7 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19289/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_1w30gfju.log --grpc-port=19289 --mon-port=20299 --ic-port=62178
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_1w30gfju.log', '--grpc-port=19289', '--mon-port=20299', '--ic-port=62178')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3286872
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:19289/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3286873
DEBUG    ya.test:process.py:259 Command (pid 3286873) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3286873) elapsed time (sec): 0.3825092315673828
DEBUG    ya.test:process.py:263 Command (pid 3286873) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) maxrss: 541052
DEBUG    ya.test:process.py:263 Command (pid 3286873) minflt: 17224
DEBUG    ya.test:process.py:263 Command (pid 3286873) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3286873) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3286873) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3286873) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3286873) stime: 0.238947
DEBUG    ya.test:process.py:263 Command (pid 3286873) utime: 0.093149
DEBUG    ya.test:process.py:263 Command (pid 3286873) wtime: 0.383
DEBUG    ya.test:process.py:275 Command (pid 3286873) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3286873) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 8 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8210/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/1lcz/0001c4/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:266 Final command: /home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_vuauuyou.log --grpc-port=8210 --mon-port=29956 --ic-port=32334
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/1lcz/0001c4/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/1lcz/0001c4/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_vuauuyou.log', '--grpc-port=8210', '--mon-port=29956', '--ic-port=32334')' in '/home/runner/.ya/build/build_root/1lcz/0001c4/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: 3287160
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:8210/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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3287161
DEBUG    ya.test:process.py:259 Command (pid 3287161) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3287161) elapsed time (sec): 0.4170205593109131
DEBUG    ya.test:process.py:263 Command (pid 3287161) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 3287161) maxrss: 541036
DEBUG    ya.test:process.py:263 Command (pid 3287161) minflt: 21052
DEBUG    ya.test:process.py:263 Command (pid 3287161) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 3287161) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3287161) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 3287161) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3287161) stime: 0.273521
DEBUG    ya.test:process.py:263 Command (pid 3287161) utime: 0.095137
DEBUG    ya.test:process.py:263 Command (pid 3287161) wtime: 0.418
DEBUG    ya.test:process.py:275 Command (pid 3287161) output:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e

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

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3287161) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 9 version:
Git info:
    Commit: 9178853e30c1e7644e94db989bdccbeb03b25f71
    Branch: 
    Author: Alexey Efimov <xeno@prnwatch.com>
    Summary: Merge a97fcf619f488caf62bccd10fe6aafc2217c4c12 into 4fd83896c3a76107ff9299445cabf8e25b67856e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26063', '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: 29832\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5756\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 10546\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5044\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12122\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3657\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3268\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62178\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32334\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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26063', '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: 29832\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5756\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 10546\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5044\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12122\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3657\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3268\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62178\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32334\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3288833
DEBUG    ya.test:process.py:259 Command (pid 3288833) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3288833) elapsed time (sec): 0.4357900619506836
DEBUG    ya.test:process.py:263 Command (pid 3288833) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) maxrss: 549348
DEBUG    ya.test:process.py:263 Command (pid 3288833) minflt: 18314
DEBUG    ya.test:process.py:263 Command (pid 3288833) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3288833) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3288833) nvcsw: 152
DEBUG    ya.test:process.py:263 Command (pid 3288833) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3288833) stime: 0.292391
DEBUG    ya.test:process.py:263 Command (pid 3288833) utime: 0.101362
DEBUG    ya.test:process.py:263 Command (pid 3288833) wtime: 0.437
DEBUG    ya.test:process.py:275 Command (pid 3288833) 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 3288833) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26063', '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/1lcz/0001c4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26063', '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: 3289067
DEBUG    ya.test:process.py:259 Command (pid 3289067) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3289067) elapsed time (sec): 0.37563562393188477
DEBUG    ya.test:process.py:263 Command (pid 3289067) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) maxrss: 549332
DEBUG    ya.test:process.py:263 Command (pid 3289067) minflt: 18315
DEBUG    ya.test:process.py:263 Command (pid 3289067) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3289067) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3289067) nvcsw: 126
DEBUG    ya.test:process.py:263 Command (pid 3289067) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3289067) stime: 0.22461699999999998
DEBUG    ya.test:process.py:263 Command (pid 3289067) utime: 0.10428599999999999
DEBUG    ya.test:process.py:263 Command (pid 3289067) wtime: 0.377
DEBUG    ya.test:process.py:275 Command (pid 3289067) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 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, 22ab7dd3-2857-4f71-b4ee-6dba35c4e0b0, localhost:26063): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 22ab7dd3-2857-4f71-b4ee-6dba35c4e0b0, localhost:26063): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 22ab7dd3-2857-4f71-b4ee-6dba35c4e0b0, localhost:26063): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-chd2ajbspm.auto.internal" port: 8210 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-chd2ajbspm.auto.internal" port: 20849 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-chd2ajbspm.auto.internal" port: 25372 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-chd2ajbspm.auto.internal" port: 11514 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-chd2ajbspm.auto.internal" port: 26063 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-chd2ajbspm.auto.internal" port: 17736 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-chd2ajbspm.auto.internal" port: 22325 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-chd2ajbspm.auto.internal" port: 19289 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 } endpoints { address: "ghrun-chd2ajbspm.auto.internal" port: 19922 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-chd2ajbspm.auto.internal:25372, location 1, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:26063, location 1, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:22325, location 1, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:8210, location 3, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:19922, location 2, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:17736, location 3, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:11514, location 2, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:20849, location 3, ssl: False>, <Endpoint ghrun-chd2ajbspm.auto.internal:19289, location 2, 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 -------------------------------
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)]
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
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:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/1lcz/0001c4/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1lcz/0001c4/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:26063', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3289553
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:26063
DEBUG    ya.test:process.py:259 Command (pid 3289553) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3289553) elapsed time (sec): 3.267559289932251
DEBUG    ya.test:process.py:263 Command (pid 3289553) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) maxrss: 204388
DEBUG    ya.test:process.py:263 Command (pid 3289553) minflt: 17398
DEBUG    ya.test:process.py:263 Command (pid 3289553) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 3289553) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3289553) nvcsw: 1450
DEBUG    ya.test:process.py:263 Command (pid 3289553) oublock: 64
DEBUG    ya.test:process.py:263 Command (pid 3289553) stime: 0.07671399999999999
DEBUG    ya.test:process.py:263 Command (pid 3289553) utime: 1.158787
DEBUG    ya.test:process.py:263 Command (pid 3289553) wtime: 3.269
DEBUG    ya.test:process.py:275 Command (pid 3289553) output:

DEBUG    ya.test:process.py:276 Command (pid 3289553) errors:
Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c19\', 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/38160` (
                    c0 Uint32 NOT NULL, c1 Uint8 NOT NULL, c2 Decimal(15,0) NOT NULL, c3 Int8 NOT NULL, c4 Decimal(22,9) NOT NULL, c5 Date NOT NULL, c6 Decimal(22,9) NOT NULL, c7 Int16 NOT NULL, c8 Uint8 NOT NULL, c9 Datetime NOT NULL, c10 Date NOT NULL, c11 Interval64 NOT NULL, c12 Timestamp64 NOT NULL, c13 String NOT NULL, c14 Datetime64 NOT NULL, c15 Uint32 NOT NULL, c16 Decimal(15,0) NOT NULL, c17 Timestamp NOT NULL, c18 Interval64 NOT NULL, c19 Bool NOT NULL, c20 Uint32 NOT NULL, c21 Date32 NOT NULL, c22 Decimal(35,10) NOT NULL, c23 Int8 NOT NULL, c24 Uint16 NOT NULL, c25 Interval64 NOT NULL, c26 Date32 NOT NULL, c27 Decimal(22,9) NOT NULL, c28 Timestamp64 NOT NULL, c29 Bool NOT NULL, c30 Int64 NOT NULL, c31 Bool NOT NULL, c32 Uint16 NOT NULL, c33 String NOT NULL, c34 Int8 NOT NULL, c35 Timestamp64 NOT NULL, c36 Int8 NOT NULL, c37 Decimal(15,0) NOT NULL, c38 String NOT NULL, c39 Uint8 NOT NULL, c40 Int8 NOT NULL, c41 Utf8 NOT NULL, c42 Uint64 NOT NULL, c43 Int16 NOT NULL, c44 Decimal(22,9) NOT NULL, c45 String NOT NULL, c46 Bool NOT NULL, c47 Datetime64 NOT NULL, c48 String NOT NULL, c49 Int64 NOT NULL, c50 Int64 NOT NULL, c51 Uint8 NOT NULL, c52 Decimal(22,9) NOT NULL, c53 String NOT NULL, c54 String NOT NULL, c55 Utf8 NOT NULL, c56 String NOT NULL, c57 Utf8 NOT NULL, c58 Int8 NOT NULL, c59 Bool NOT NULL, c60 Int16 NOT NULL, c61 Int32 NOT NULL, c62 Int8 NOT NULL, c63 Int32 NOT NULL, c64 Timestamp NOT NULL, c65 Interval64 NOT NULL, c66 Date NOT NULL, c67 Int8 NOT NULL, c68 Decimal(22,9) NOT NULL, c69 Date32 NOT NULL, c70 Date NOT NULL, c71 Int8 NOT NULL, c72 Uint16 NOT NULL, c73 Date32 NOT NULL, c74 Uint8 NOT NULL, c75 Uint8 NOT NULL, c76 Bool NOT NULL, c77 Interval64 NOT NULL, c78 Datetime64 NOT NULL, c79 Date NOT NULL, c80 Int16 NOT NULL, c81 Int64 NOT NULL, c82 Utf8 NOT NULL, c83 Utf8 NOT NULL, c84 Decimal(22,9) NOT NULL, c85 Timestamp NOT NULL, c86 Date32 NOT NULL, c87 Uint64 NOT NULL, c88 Timestamp64 NOT NULL, c89 Int8 NOT NULL, c90 Int8 NOT NULL, c91 Timestamp NOT NULL, c92 Uint32 NOT NULL, c93 Int32 NOT NULL, c94 Bool NOT NULL, c95 Int16 NOT NULL, c96 Datetime64 NOT NULL, c97 Uint8 NOT NULL, c98 Decimal(15,0) NOT NULL, c99 Datetime64 NOT NULL, c100 Timestamp NOT NULL, c101 Int32 NOT NULL, c102 Timestamp NOT NULL, c103 Date NOT NULL, c104 Date NOT NULL, c105 String NOT NULL, c106 Utf8 NOT NULL, c107 Uint32 NOT NULL, c108 Utf8 NOT NULL, c109 Uint64 NOT NULL, c110 Decimal(15,0) NOT NULL, c111 Timestamp NOT NULL, c112 Uint32 NOT NULL, c113 Datetime64 NOT NULL, c114 Interval64 NOT NULL, c115 Uint64 NOT NULL, c116 Interval64 NOT NULL, c117 Int64 NOT NULL, c118 Date NOT NULL, c119 Int16 NOT NULL, c120 Int16 NOT NULL, c121 Timestamp64 NOT NULL, c122 Uint16 NOT NULL, c123 Bool NOT NULL, c124 Decimal(35,10) NOT NULL, c125 Uint64 NOT NULL, c126 Date32 NOT NULL, c127 Datetime64 NOT NULL, c128 Datetime64 NOT NULL, c129 Int32 NOT NULL, c130 Uint16 NOT NULL, c131 Decimal(22,9) NOT NULL, c132 Date32 NOT NULL, c133 String NOT NULL, c134 Decimal(35,10) NOT NULL, c135 Uint8 NOT NULL, c136 Uint8 NOT NULL, c137 Int16 NOT NULL, c138 Date NOT NULL, c139 String NOT NULL, c140 Decimal(15,0) NOT NULL, c141 Int8 NOT NULL, c142 Decimal(22,9) NOT NULL, c143 Int8 NOT NULL, c144 Datetime NOT NULL, c145 Int32 NOT NULL, c146 Utf8 NOT NULL, c147 Decimal(35,10) NOT NULL, c148 Date32 NOT NULL, c149 Interval64 NOT NULL, c150 Decimal(35,10) NOT NULL, c151 Decimal(35,10) NOT NULL, c152 Bool NOT NULL, c153 Bool NOT NULL, c154 Datetime NOT NULL, c155 Int64 NOT NULL, c156 Uint64 NOT NULL, c157 Uint32 NOT NULL, c158 Decimal(15,0) NOT NULL, c159 Date NOT NULL, c160 Bool NOT NULL, c161 Bool NOT NULL, c162 Int32 NOT NULL, c163 Decimal(22,9) NOT NULL, c164 Int8 NOT NULL, c165 Int64 NOT NULL, c166 Uint64 NOT NULL, c167 Datetime64 NOT NULL, c168 Date32 NOT NULL, c169 Datetime NOT NULL, c170 Int64 NOT NULL, c171 Decimal(35,10) NOT NULL, c172 Timestamp NOT NULL, c173 Int16 NOT NULL, c174 Uint32 NOT NULL, c175 Uint32 NOT NULL, c176 Decimal(15,0) NOT NULL, c177 Date NOT NULL, c178 Timestamp64 NOT NULL, c179 String NOT NULL, c180 Uint64 NOT NULL, c181 String NOT NULL, c182 Uint16 NOT NULL, c183 Int64 NOT NULL, c184 Timestamp64 NOT NULL, c185 Timestamp NOT NULL, c186 Bool NOT NULL, c187 Utf8 NOT NULL, c188 Int8 NOT NULL, c189 Date32 NOT NULL, c190 Int8 NOT NULL, c191 Interval64 NOT NULL, c192 Uint8 NOT NULL, c193 Date NOT NULL, c194 Int16 NOT NULL, c195 Uint64 NOT NULL, c196 Uint16 NOT NULL, c197 Datetime64 NOT NULL, c198 Uint16 NOT NULL, c199 Date32 NOT NULL, c200 String NOT NULL, c201 String NOT NULL, c202 Int16 NOT NULL, c203 Datetime64 NOT NULL, c204 Int16 NOT NULL, c205 Date NOT NULL, c206 Datetime64 NOT NULL, c207 Uint16 NOT NULL, c208 Datetime NOT NULL, c209 Date32 NOT NULL, c210 Int8 NOT NULL, c211 Decimal(22,9) NOT NULL, c212 Interval64 NOT NULL, c213 Date NOT NULL, c214 Uint32 NOT NULL, c215 Uint32 NOT NULL, c216 Timestamp64 NOT NULL, c217 Timestamp64 NOT NULL, c218 Uint64 NOT NULL, c219 Decimal(22,9) NOT NULL, c220 Int64 NOT NULL, c221 Date NOT NULL, c222 Decimal(15,0) NOT NULL, c223 Utf8 NOT NULL, c224 Timestamp64 NOT NULL, c225 Datetime NOT NULL, c226 String NOT NULL, c227 Interval64 NOT NULL, c228 Uint64 NOT NULL, c229 Bool NOT NULL, c230 Bool NOT NULL, c231 Uint64 NOT NULL, c232 Decimal(35,10) NOT NULL, c233 Uint16 NOT NULL, c234 Int8 NOT NULL, c235 Decimal(15,0) NOT NULL, c236 Date32 NOT NULL, c237 Date NOT NULL, c238 Datetime NOT NULL, c239 Int16 NOT NULL, c240 Date NOT NULL, c241 String NOT NULL, c242 Int8 NOT NULL, c243 Decimal(35,10) NOT NULL, c244 Datetime64 NOT NULL, c245 Decimal(35,10) NOT NULL, c246 Int16 NOT NULL, c247 Bool NOT NULL, c248 Bool NOT NULL, c249 Uint8 NOT NULL, c250 Int8 NOT NULL, c251 Decimal(22,9) NOT NULL, c252 Utf8 NOT NULL, c253 Uint16 NOT NULL, c254 Interval64 NOT NULL, c255 Uint32 NOT NULL, c256 Decimal(15,0) NOT NULL, c257 Interval64 NOT NULL, c258 Uint16 NOT NULL, c259 Uint16 NOT NULL, c260 Timestamp NOT NULL, c261 String NOT NULL, c262 Date32 NOT NULL, c263 String NOT NULL, c264 Datetime NOT NULL, c265 Bool NOT NULL, c266 Int32 NOT NULL, c267 Uint32 NOT NULL, c268 Int8 NOT NULL, c269 String NOT NULL, c270 Uint16 NOT NULL, c271 Decimal(22,9) NOT NULL, c272 Int16 NOT NULL, c273 Timestamp64 NOT NULL, c274 Uint64 NOT NULL, c275 Decimal(15,0) NOT NULL, c276 JsonDocument NOT NULL, c277 Date32 NOT NULL, c278 Double NOT NULL, c279 Double, c280 Uint32 NOT NULL, c281 Int16, c282 Timestamp64, c283 Bool NOT NULL, c284 Uint16, c285 Date, c286 Bool, c287 Yson, c288 Utf8 NOT NULL, c289 Int16, c290 Interval64 NOT NULL, c291 Interval64 NOT NULL, c292 Decimal(15,0), c293 Date NOT NULL, c294 Json, c295 Utf8 NOT NULL, c296 Int8 NOT NULL, c297 Date, c298 Uint16 NOT NULL, c299 Datetime, c300 Datetime NOT NULL, c301 Decimal(35,10), c302 Decimal(35,10), c303 Timestamp NOT NULL, c304 String, c305 Date32, c306 Datetime, c307 Date32, c308 Datetime NOT NULL, c309 Date32 NOT NULL, c310 Int32, c311 Decimal(35,10) NOT NULL, c312 Utf8 NOT NULL, c313 JsonDocument NOT NULL, c314 Timestamp NOT NULL, c315 Interval64 NOT NULL, c316 Json NOT NULL, c317 Float NOT NULL, c318 String NOT NULL, c319 Bool NOT NULL, c320 Date, c321 Decimal(22,9) NOT NULL, c322 Timestamp, c323 Double NOT NULL, c324 Date NOT NULL, c325 Datetime64, c326 Decimal(35,10), c327 Datetime64 NOT NULL, c328 Date, c329 Int16, c330 Decimal(35,10) NOT NULL, c331 Uint8, c332 Date32, c333 Int64, c334 Decimal(15,0) NOT NULL, c335 Uint32, c336 Json, c337 Uint8 NOT NULL, c338 Int8 NOT NULL, c339 Double, c340 Json NOT NULL, c341 Datetime, c342 Interval64, c343 Timestamp64, c344 Date NOT NULL, c345 Interval64 NOT NULL, c346 Json NOT NULL, c347 String NOT NULL, c348 Int64, c349 Float, c350 Timestamp NOT NULL, c351 Int16, c352 Timestamp64 NOT NULL, c353 Date32 NOT NULL, c354 Decimal(15,0), c355 Timestamp64 NOT NULL, c356 Yson NOT NULL, c357 Yson, c358 Uint8 NOT NULL, c359 Decimal(22,9) NOT NULL, c360 Datetime NOT NULL, c361 Uint8 NOT NULL, c362 Date32, c363 Float NOT NULL, c364 Yson NOT NULL, c365 String NOT NULL, c366 Date, c367 Int16, c368 Float NOT NULL, c369 Int32 NOT NULL, c370 Bool, c371 Yson, c372 Datetime NOT NULL, c373 Uint16, c374 Uint64 NOT NULL, c375 Timestamp NOT NULL, c376 Utf8, c377 Int16 NOT NULL, c378 Datetime64 NOT NULL, c379 Yson NOT NULL, c380 Uint32, c381 JsonDocument, c382 Datetime NOT NULL, c383 Float, c384 Uint16 NOT NULL, c385 Date32 NOT NULL, c386 Decimal(35,10) NOT NULL, c387 Uint8 NOT NULL, c388 Uint16, c389 Date32 NOT NULL, c390 Timestamp64, c391 Interval64 NOT NULL, c392 Date, c393 Yson, c394 Uint64, c395 Uint8 NOT NULL, c396 Decimal(15,0), c397 Float, c398 Datetime, c399 Json NOT NULL, c400 Int16, c401 Int8 NOT NULL, c402 JsonDocument, c403 Interval64, c404 String NOT NULL, c405 Uint8, c406 Uint32 NOT NULL, c407 Uint16 NOT NULL, c408 Timestamp NOT NULL, c409 Uint8 NOT NULL, c410 Interval64 NOT NULL, c411 Int64, c412 Yson NOT NULL, c413 Uint16, c414 String NOT NULL, c415 String NOT NULL, c416 Datetime64, c417 Date32 NOT NULL, c418 Int64 NOT NULL, c419 String, c420 Yson, c421 Date NOT NULL, c422 Float NOT NULL, c423 Yson NOT NULL, c424 Decimal(22,9) NOT NULL, c425 Int64, c426 Uint16, c427 Uint8, c428 Float NOT NULL, c429 Decimal(35,10) NOT NULL, c430 Uint16 NOT NULL, c431 Decimal(15,0) NOT NULL, c432 Uint8 NOT NULL, c433 JsonDocument, c434 Uint64, c435 Bool NOT NULL, c436 Timestamp NOT NULL, c437 Timestamp64 NOT NULL, c438 String, c439 Date NOT NULL, c440 Int64 NOT NULL, c441 Uint16 NOT NULL, c442 Timestamp NOT NULL, c443 Int16 NOT NULL, c444 Int8, c445 Interval64 NOT NULL, c446 Int16 NOT NULL, c447 Double, c448 Datetime64 NOT NULL, c449 Datetime, c450 Timestamp64, c451 Timestamp, c452 Float NOT NULL, c453 Decimal(15,0) NOT NULL, c454 Utf8 NOT NULL, c455 Uint32, c456 Uint32, c457 Uint64 NOT NULL, c458 Date32, c459 String NOT NULL, c460 Uint64 NOT NULL, c461 Uint64, c462 Timestamp, c463 Timestamp64 NOT NULL, c464 Uint16, c465 Double NOT NULL, c466 JsonDocument, c467 Yson NOT NULL, c468 Int16 NOT NULL, c469 String NOT NULL, c470 Timestamp64, c471 JsonDocument, c472 Yson, c473 Timestamp, c474 Int8 NOT NULL, c475 Timestamp64, c476 JsonDocument NOT NULL, c477 Json, c478 Timestamp64 NOT NULL, c479 Float NOT NULL, c480 String NOT NULL, c481 Date NOT NULL, c482 Utf8, c483 Date NOT NULL, c484 Json NOT NULL, c485 Datetime NOT NULL, c486 Yson, c487 Int8, c488 Yson NOT NULL, c489 Decimal(15,0), c490 Int64, c491 Utf8, c492 Uint16 NOT NULL, c493 Timestamp, c494 Decimal(35,10), c495 Json, c496 Date32 NOT NULL, c497 Interval64 NOT NULL, c498 Decimal(22,9) NOT NULL, c499 Int32, c500 Utf8, c501 Uint16, c502 Int16 NOT NULL, c503 JsonDocument NOT NULL, c504 Json, c505 Utf8, c506 JsonDocument, c507 Decimal(35,10) NOT NULL, c508 Decimal(15,0) NOT NULL, c509 Json, c510 Interval64 NOT NULL, c511 Utf8, c512 Double NOT NULL, c513 Date NOT NULL, c514 JsonDocument NOT NULL, c515 Double NOT NULL, c516 Decimal(15,0), c517 Int64 NOT NULL, c518 Datetime, c519 Date32 NOT NULL, c520 Datetime, c521 Datetime64, c522 Uint64, c523 Int64, c524 Uint8, c525 Int16 NOT NULL, c526 Uint8, c527 Uint8 NOT NULL, c528 Decimal(15,0) NOT NULL, c529 String, c530 Timestamp NOT NULL, c531 String NOT NULL, c532 Uint8 NOT NULL, c533 Datetime, c534 Int8, c535 Date32, c536 Date32, c537 Json NOT NULL, c538 Int16 NOT NULL, c539 Json, c540 Interval64, c541 Float NOT NULL, c542 Decimal(35,10) NOT NULL, c543 Interval64, c544 Double NOT NULL, c545 Datetime64 NOT NULL, c546 Decimal(15,0) NOT NULL, c547 Datetime, c548 JsonDocument NOT NULL, c549 Yson NOT NULL, c550 Int16, c551 Date32, c552 Uint8, c553 Json, c554 Double, c555 Uint64, c556 Date32 NOT NULL, c557 Datetime, c558 Int8, c559 Date32, c560 Decimal(15,0), c561 Int32, c562 Datetime64 NOT NULL, c563 Uint16 NOT NULL, c564 Date32, c565 Decimal(35,10) NOT NULL, c566 JsonDocument NOT NULL, c567 Utf8 NOT NULL, c568 Yson, c569 Json NOT NULL, c570 Decimal(22,9) NOT NULL, c571 Timestamp, c572 Json, c573 Int32, c574 Date, c575 Datetime NOT NULL, c576 Int32 NOT NULL, c577 Float, c578 Int32 NOT NULL, c579 Utf8 NOT NULL, c580 Int32 NOT NULL, c581 Uint32 NOT NULL, c582 Uint32 NOT NULL, c583 Timestamp64 NOT NULL, c584 Int8, c585 Int64, c586 Json, c587 Uint64, c588 Uint32 NOT NULL, c589 Bool NOT NULL, c590 Utf8 NOT NULL, c591 Uint32 NOT NULL, c592 Float NOT NULL, c593 String, c594 Date32 NOT NULL, c595 JsonDocument, c596 JsonDocument NOT NULL, c597 Bool NOT NULL, c598 Int64 NOT NULL, c599 Bool, c600 Int16 NOT NULL, c601 Uint32 NOT NULL, c602 Int8 NOT NULL, c603 Date32, c604 Float, c605 Interval64 NOT NULL, c606 Decimal(35,10), c607 JsonDocument NOT NULL, c608 Decimal(15,0), c609 Timestamp NOT NULL, c610 Json, c611 Int16, c612 Float, c613 Date NOT NULL, c614 Timestamp64, c615 Datetime64 NOT NULL, c616 Uint16, c617 Uint64 NOT NULL, c618 Uint64, c619 Interval64 NOT NULL, c620 Uint32 NOT NULL, c621 Datetime64, c622 Yson NOT NULL, c623 Uint8 NOT NULL, c624 Date NOT NULL, c625 String, c626 String NOT NULL, c627 Uint8, c628 Utf8 NOT NULL, c629 Bool, c630 Float, c631 Uint16 NOT NULL, c632 Date, c633 Datetime NOT NULL, c634 Int16, c635 Json, c636 String, c637 Decimal(15,0) NOT NULL, c638 Utf8, c639 Interval64, c640 Bool, c641 Int8, c642 Interval64, c643 Decimal(35,10) NOT NULL, c644 Decimal(22,9) NOT NULL, c645 Int64 NOT NULL, c646 Int64 NOT NULL, c647 Timestamp NOT NULL, c648 Datetime64 NOT NULL, c649 Uint16 NOT NULL, c650 Int32 NOT NULL, c651 Date NOT NULL, c652 Uint16 NOT NULL, c653 Decimal(15,0) NOT NULL, c654 Interval64, c655 Timestamp64, c656 Int16 NOT NULL, c657 Date, c658 Timestamp, c659 Json NOT NULL, c660 Datetime, c661 Int8 NOT NULL, c662 Yson, c663 Float NOT NULL, c664 Date32, c665 Utf8 NOT NULL, c666 Yson, c667 Uint8 NOT NULL, c668 Uint64, c669 String NOT NULL, c670 Json, c671 Float NOT NULL, c672 Timestamp NOT NULL, c673 Yson, c674 Json NOT NULL, c675 Datetime NOT NULL, c676 Interval64 NOT NULL, c677 Decimal(35,10) NOT NULL, c678 Datetime64, c679 Int16, c680 Float NOT NULL, c681 Double, c682 Utf8 NOT NULL, c683 Json NOT NULL, c684 Int32 NOT NULL, c685 Datetime64, c686 Datetime64, c687 Uint32, c688 Int64 NOT NULL, c689 Uint32, c690 Decimal(35,10), c691 Uint16 NOT NULL, c692 Uint16, c693 Timestamp, c694 JsonDocument, c695 Uint32, c696 Int64, c697 Uint8 NOT NULL, c698 Uint64 NOT NULL, c699 Decimal(22,9), c700 Uint64, c701 Decimal(22,9), c702 Datetime64, c703 Uint16, c704 Int16 NOT NULL, c705 Yson, c706 Decimal(15,0), c707 Timestamp64 NOT NULL, c708 Decimal(35,10), c709 Float, c710 Uint8, c711 Uint8, c712 Datetime NOT NULL, c713 Yson NOT NULL, c714 Datetime64, c715 Utf8 NOT NULL, c716 Json, c717 Date32 NOT NULL, c718 Int16, c719 Date32 NOT NULL, c720 Json, c721 Decimal(35,10), c722 Uint8 NOT NULL, c723 Uint64 NOT NULL, c724 String, c725 Int64, c726 Uint32 NOT NULL, c727 Double, c728 Int8 NOT NULL, c729 Int32 NOT NULL, c730 Date32, c731 Double, c732 Timestamp, c733 String, c734 String, c735 JsonDocument NOT NULL, c736 Bool, c737 Date NOT NULL, c738 Uint64, c739 Float NOT NULL, c740 Decimal(35,10) NOT NULL, c741 Json NOT NULL, c742 Int16 NOT NULL, c743 Decimal(22,9) NOT NULL, c744 Bool, c745 Int64 NOT NULL, c746 Date, c747 Decimal(35,10), c748 Utf8 NOT NULL, c749 Decimal(22,9) NOT NULL, c750 Timestamp64, c751 Timestamp64 NOT NULL, c752 Date, c753 Timestamp64 NOT NULL, c754 Decimal(22,9), c755 Bool NOT NULL, c756 Timestamp, c757 Double NOT NULL, c758 Decimal(15,0) NOT NULL, c759 Timestamp64 NOT NULL, c760 Date, c761 Decimal(22,9) NOT NULL, c762 String NOT NULL, c763 Int64 NOT NULL, c764 Timestamp64 NOT NULL, c765 Int32 NOT NULL, c766 Timestamp64, c767 Timestamp, c768 Float NOT NULL, c769 Decimal(35,10), c770 JsonDocument NOT NULL, c771 Datetime64 NOT NULL, c772 Uint64 NOT NULL, c773 Int16 NOT NULL, c774 Float NOT NULL, c775 Int8 NOT NULL, c776 Datetime NOT NULL, c777 Uint32 NOT NULL, c778 Int16 NOT NULL, c779 Interval64 NOT NULL, c780 Decimal(15,0) NOT NULL, c781 Json NOT NULL, c782 Date32 NOT NULL, c783 Bool, c784 Yson NOT NULL, c785 Timestamp, c786 Float, c787 Bool NOT NULL, c788 Uint32 NOT NULL, c789 Float NOT NULL, c790 Datetime64, c791 Int8, c792 Datetime64, c793 Uint64, c794 String, c795 Date NOT NULL, c796 Double, c797 Date32 NOT NULL, c798 Int8, c799 Decimal(22,9) NOT NULL, c800 Datetime64, c801 Timestamp64 NOT NULL, c802 Uint32, c803 Uint64, c804 Int64 NOT NULL, c805 Decimal(35,10), c806 Uint32 NOT NULL, c807 Bool, c808 Uint16 NOT NULL, c809 Decimal(15,0) NOT NULL, c810 Interval64 NOT NULL, c811 Int64, c812 Bool NOT NULL, c813 Int64 NOT NULL, c814 JsonDocument NOT NULL, c815 Float NOT NULL, c816 Uint32 NOT NULL, c817 Bool, c818 Int8 NOT NULL, c819 Timestamp64, c820 Yson, c821 Yson, c822 Datetime, c823 Decimal(15,0) NOT NULL, c824 Datetime64 NOT NULL, c825 Datetime64, c826 Uint8, c827 Decimal(15,0) NOT NULL, c828 JsonDocument, c829 Timestamp, c830 Int32 NOT NULL, c831 Int32, c832 Utf8 NOT NULL, c833 Decimal(22,9), c834 Decimal(35,10) NOT NULL, c835 Timestamp NOT NULL, c836 String NOT NULL, c837 Datetime, c838 Bool, c839 Yson, c840 Uint32, c841 Double NOT NULL, c842 Date32 NOT NULL, c843 Timestamp, c844 Uint64 NOT NULL, c845 Int8, c846 Json, c847 Uint64 NOT NULL, c848 Int64 NOT NULL, c849 Datetime64, c850 Decimal(15,0) NOT NULL, c851 Bool, c852 Int8 NOT NULL, c853 Decimal(15,0), c854 Uint16 NOT NULL, c855 Date32 NOT NULL, c856 Json NOT NULL, c857 Timestamp64, c858 Date NOT NULL, c859 Uint8, c860 Float, c861 Uint64, c862 String, c863 String NOT NULL, c864 Uint8, c865 Datetime64, c866 Decimal(35,10), c867 Decimal(22,9) NOT NULL, c868 Timestamp64, c869 JsonDocument, c870 Decimal(15,0) NOT NULL, c871 Int64, c872 Yson NOT NULL, c873 Date, c874 Uint8, c875 Date NOT NULL, c876 Bool, c877 Int8 NOT NULL, c878 Decimal(22,9), c879 JsonDocument, c880 Datetime NOT NULL, c881 Int64, c882 Datetime64, c883 Int16 NOT NULL, c884 Interval64 NOT NULL, c885 Interval64 NOT NULL, c886 Utf8, c887 Double, c888 Int16 NOT NULL, c889 Double NOT NULL, c890 Uint8 NOT NULL, c891 Int8 NOT NULL, c892 Int64 NOT NULL, c893 Int16, c894 Int64 NOT NULL, c895 Int8, c896 JsonDocument, c897 Int64, c898 Yson, c899 Interval64, c900 Date, c901 Timestamp64, c902 Int16 NOT NULL, c903 Int32, c904 Int8 NOT NULL, c905 Int32, c906 Int8 NOT NULL, c907 Int8, c908 Decimal(35,10) NOT NULL, c909 Timestamp64, c910 Float NOT NULL, c911 Datetime64 NOT NULL, c912 Yson, c913 Date NOT NULL, c914 Uint8 NOT NULL, c915 Interval64 NOT NULL, c916 Date32, c917 Date32, c918 Uint8, c919 Decimal(22,9), c920 Decimal(15,0), c921 Bool, c922 Bool, c923 String, c924 Int8, c925 String NOT NULL, c926 Timestamp, c927 Double, c928 Int64 NOT NULL, c929 Timestamp64 NOT NULL, c930 Int8 NOT NULL, c931 Uint64, c932 Float NOT NULL, c933 Int32, c934 Decimal(35,10), c935 Int8, c936 Uint64 NOT NULL, c937 Date32, c938 Datetime64, c939 Timestamp64, c940 Date32, c941 Uint8, c942 Timestamp64 NOT NULL, c943 Datetime64, c944 Interval64 NOT NULL, c945 Yson NOT NULL, c946 Date32 NOT NULL, c947 Uint64 NOT NULL, c948 Int16 NOT NULL, c949 Decimal(15,0), c950 Int64, c951 Bool, c952 Timestamp, c953 Int16, c954 JsonDocument, c955 Uint8 NOT NULL, c956 Int8, c957 Datetime, c958 Int32 NOT NULL, c959 Yson NOT NULL, c960 Date32 NOT NULL, c961 Int16 NOT NULL, c962 JsonDocument NOT NULL, c963 Datetime64, c964 Interval64, c965 Decimal(15,0) NOT NULL, c966 Double, c967 Timestamp64 NOT NULL, c968 Int16 NOT NULL, c969 Decimal(15,0), c970 JsonDocument, c971 Uint8, c972 Uint32, c973 Int8 NOT NULL, c974 Yson NOT NULL, c975 Json, c976 Timestamp64 NOT NULL, c977 Yson, c978 String, c979 Date32 NOT NULL, c980 Uint8, c981 Int32 NOT NULL, c982 Uint64, c983 Bool, c984 Timestamp64 NOT NULL, c985 Bool, c986 Timestamp64 NOT NULL, c987 Yson, c988 Float NOT NULL, c989 Uint64 NOT NULL, c990 Yson, c991 Int32, c992 Timestamp64 NOT NULL, c993 Yson NOT NULL, c994 JsonDocument, c995 Uint32 NOT NULL, c996 Decimal(15,0) NOT NULL, c997 JsonDocument, c998 Float NOT NULL, c999 Double NOT NULL, c1000 Float NOT NULL, c1001 Utf8 NOT NULL, c1002 Interval64, c1003 JsonDocument NOT NULL, c1004 Datetime64 NOT NULL, c1005 Date32 NOT NULL, c1006 Int64, c1007 Decimal(22,9), c1008 Float NOT NULL, c1009 Int16 NOT NULL, c1010 Interval64, c1011 Uint16, c1012 Date NOT NULL, c1013 Float, c1014 Int16 NOT NULL, c1015 Int32, c1016 Float, c1017 Datetime NOT NULL, c1018 Datetime64, c1019 Uint8 NOT NULL, c1020 Int8 NOT NULL, c1021 Datetime64 NOT NULL, c1022 Yson NOT NULL, c1023 Decimal(35,10), c1024 Int16, c1025 Utf8 NOT NULL, c1026 Date32, c1027 Timestamp NOT NULL, c1028 String NOT NULL, c1029 Bool, c1030 Uint8, c1031 Timestamp NOT NULL, c1032 Decimal(15,0) NOT NULL, c1033 Int16 NOT NULL, c1034 Timestamp NOT NULL, c1035 Json, c1036 Int64 NOT NULL, c1037 Int8, c1038 Uint16 NOT NULL, c1039 String NOT NULL, c1040 Int8 NOT NULL, c1041 Uint64, c1042 Date NOT NULL, c1043 Uint16, c1044 Int64 NOT NULL, c1045 Uint32, c1046 Uint8, c1047 String, c1048 JsonDocument, c1049 Datetime, c1050 Decimal(15,0) NOT NULL, c1051 Json, c1052 Timestamp, c1053 Int64 NOT NULL, c1054 Decimal(35,10) NOT NULL, c1055 Int32 NOT NULL, c1056 Uint64, c1057 Decimal(35,10) NOT NULL, c1058 Bool NOT NULL, c1059 Datetime, c1060 Int8, c1061 String NOT NULL, c1062 Double NOT NULL, c1063 Uint16 NOT NULL, c1064 Int32 NOT NULL, c1065 Uint16, c1066 JsonDocument, c1067 Int32, c1068 Uint16, c1069 Date, c1070 Datetime, c1071 Utf8, c1072 Decimal(35,10), c1073 Datetime64 NOT NULL, c1074 Yson, c1075 Uint64 NOT NULL, c1076 Decimal(22,9), c1077 Timestamp NOT NULL, c1078 String, c1079 String, c1080 Int64, c1081 Interval64, c1082 Yson NOT NULL, c1083 Timestamp64 NOT NULL, c1084 Uint64, c1085 Interval64 NOT NULL, c1086 Yson, c1087 JsonDocument, c1088 Uint32, c1089 Json, c1090 Bool NOT NULL, c1091 JsonDocument NOT NULL, c1092 Yson, c1093 Bool NOT NULL, c1094 String NOT NULL, c1095 Timestamp64, c1096 Bool, c1097 Interval64 NOT NULL, c1098 Timestamp NOT NULL, c1099 Datetime64, c1100 Interval64 NOT NULL, c1101 Decimal(35,10), c1102 Timestamp NOT NULL, c1103 Int64, c1104 Uint64 NOT NULL, c1105 Yson NOT NULL, c1106 Uint32, c1107 Json, c1108 Int64, c1109 Float NOT NULL, c1110 Timestamp64, c1111 Uint64 NOT NULL, c1112 Int32, c1113 JsonDocument, c1114 Int32 NOT NULL, c1115 Timestamp64, c1116 Float NOT NULL, c1117 Int32, c1118 Date32, c1119 String NOT NULL, c1120 Datetime64 NOT NULL, c1121 Decimal(35,10), c1122 Timestamp NOT NULL, c1123 String, c1124 Json NOT NULL, c1125 Timestamp64, c1126 Date32, c1127 Int8 NOT NULL, c1128 Timestamp64 NOT NULL, c1129 JsonDocument NOT NULL, c1130 Date, c1131 Int64, c1132 Int8 NOT NULL, c1133 Double NOT NULL, c1134 Uint8, c1135 Uint64, c1136 JsonDocument, c1137 Uint16 NOT NULL, c1138 Date32, c1139 Utf8, c1140 Uint32 NOT NULL, c1141 Interval64 NOT NULL, c1142 Int32, c1143 Int8, c1144 Uint64, c1145 Timestamp NOT NULL, c1146 String NOT NULL, c1147 Bool, c1148 Datetime64, c1149 Uint64, c1150 Date32 NOT NULL, c1151 Datetime64 NOT NULL, c1152 String, c1153 Int16 NOT NULL, c1154 Json, c1155 Date32 NOT NULL, c1156 Decimal(22,9), c1157 JsonDocument NOT NULL, c1158 String NOT NULL, c1159 Date NOT NULL, c1160 Datetime, c1161 Uint32, c1162 Datetime64 NOT NULL, c1163 Int32 NOT NULL, c1164 Date, c1165 Datetime64 NOT NULL, c1166 JsonDocument, c1167 Int16 NOT NULL, c1168 Int16 NOT NULL, c1169 Datetime64 NOT NULL, c1170 Int32 NOT NULL, c1171 Float NOT NULL, c1172 JsonDocument, c1173 Bool NOT NULL, c1174 Int16 NOT NULL, c1175 Date32 NOT NULL, c1176 Datetime64 NOT NULL, c1177 Bool, c1178 Date, c1179 Yson, c1180 Utf8 NOT NULL, c1181 Utf8, c1182 Decimal(22,9) NOT NULL, c1183 Uint32 NOT NULL, c1184 Timestamp64, c1185 Bool NOT NULL, c1186 Int8 NOT NULL, c1187 Decimal(15,0) NOT NULL, c1188 Datetime64, c1189 Uint64 NOT NULL, c1190 Int8 NOT NULL, c1191 Timestamp64, c1192 JsonDocument NOT NULL, c1193 Bool, c1194 Int16 NOT NULL, c1195 Int16 NOT NULL, c1196 Decimal(22,9) NOT NULL, c1197 Datetime64, c1198 Decimal(22,9) NOT NULL, c1199 Double NOT NULL, c1200 Uint8 NOT NULL, c1201 Uint64 NOT NULL, c1202 Double NOT NULL, c1203 Decimal(35,10), c1204 Uint8 NOT NULL, c1205 Decimal(15,0), c1206 Int8 NOT NULL, c1207 Interval64 NOT NULL, c1208 Bool, c1209 Decimal(15,0), c1210 Uint8, c1211 Bool NOT NULL, c1212 Timestamp64 NOT NULL, c1213 Int16 NOT NULL, c1214 Date NOT NULL, c1215 Date NOT NULL, c1216 String, c1217 Yson NOT NULL, c1218 Double NOT NULL, c1219 Date, c1220 Int32, c1221 Int32, c1222 JsonDocument, c1223 Date32,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c19\', 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 \'c19\', 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 \\\'c19\\\', 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/38160` (\n                    c0 Uint32 NOT NULL, c1 Uint8 NOT NULL, c2 Decimal(15,0) NOT NULL, c3 Int8 NOT NULL, c4 Decimal(22,9) NOT NULL, c5 Date NOT NULL, c6 Decimal(22,9) NOT NULL, c7 Int16 NOT NULL, c8 Uint8 NOT NULL, c9 Datetime NOT NULL, c10 Date NOT NULL, c11 Interval64 NOT NULL, c12 Timestamp64 NOT NULL, c13 String NOT NULL, c14 Datetime64 NOT NULL, c15 Uint32 NOT NULL, c16 Decimal(15,0) NOT NULL, c17 Timestamp NOT NULL, c18 Interval64 NOT NULL, c19 Bool NOT NULL, c20 Uint32 NOT NULL, c21 Date32 NOT NULL, c22 Decimal(35,10) NOT NULL, c23 Int8 NOT NULL, c24 Uint16 NOT NULL, c25 Interval64 NOT NULL, c26 Date32 NOT NULL, c27 Decimal(22,9) NOT NULL, c28 Timestamp64 NOT NULL, c29 Bool NOT NULL, c30 Int64 NOT NULL, c31 Bool NOT NULL, c32 Uint16 NOT NULL, c33 String NOT NULL, c34 Int8 NOT NULL, c35 Timestamp64 NOT NULL, c36 Int8 NOT NULL, c37 Decimal(15,0) NOT NULL, c38 String NOT NULL, c39 Uint8 NOT NULL, c40 Int8 NOT NULL, c41 Utf8 NOT NULL, c42 Uint64 NOT NULL, c43 Int16 NOT NULL, c44 Decimal(22,9) NOT NULL, c45 String NOT NULL, c46 Bool NOT NULL, c47 Datetime64 NOT NULL, c48 String NOT NULL, c49 Int64 NOT NULL, c50 Int64 NOT NULL, c51 Uint8 NOT NULL, c52 Decimal(22,9) NOT NULL, c53 String NOT NULL, c54 String NOT NULL, c55 Utf8 NOT NULL, c56 String NOT NULL, c57 Utf8 NOT NULL, c58 Int8 NOT NULL, c59 Bool NOT NULL, c60 Int16 NOT NULL, c61 Int32 NOT NULL, c62 Int8 NOT NULL, c63 Int32 NOT NULL, c64 Timestamp NOT NULL, c65 Interval64 NOT NULL, c66 Date NOT NULL, c67 Int8 NOT NULL, c68 Decimal(22,9) NOT NULL, c69 Date32 NOT NULL, c70 Date NOT NULL, c71 Int8 NOT NULL, c72 Uint16 NOT NULL, c73 Date32 NOT NULL, c74 Uint8 NOT NULL, c75 Uint8 NOT NULL, c76 Bool NOT NULL, c77 Interval64 NOT NULL, c78 Datetime64 NOT NULL, c79 Date NOT NULL, c80 Int16 NOT NULL, c81 Int64 NOT NULL, c82 Utf8 NOT NULL, c83 Utf8 NOT NULL, c84 Decimal(22,9) NOT NULL, c85 Timestamp NOT NULL, c86 Date32 NOT NULL, c87 Uint64 NOT NULL, c88 Timestamp64 NOT NULL, c89 Int8 NOT NULL, c90 Int8 NOT NULL, c91 Timestamp NOT NULL, c92 Uint32 NOT NULL, c93 Int32 NOT NULL, c94 Bool NOT NULL, c95 Int16 NOT NULL, c96 Datetime64 NOT NULL, c97 Uint8 NOT NULL, c98 Decimal(15,0) NOT NULL, c99 Datetime64 NOT NULL, c100 Timestamp NOT NULL, c101 Int32 NOT NULL, c102 Timestamp NOT NULL, c103 Date NOT NULL, c104 Date NOT NULL, c105 String NOT NULL, c106 Utf8 NOT NULL, c107 Uint32 NOT NULL, c108 Utf8 NOT NULL, c109 Uint64 NOT NULL, c110 Decimal(15,0) NOT NULL, c111 Timestamp NOT NULL, c112 Uint32 NOT NULL, c113 Datetime64 NOT NULL, c114 Interval64 NOT NULL, c115 Uint64 NOT NULL, c116 Interval64 NOT NULL, c117 Int64 NOT NULL, c118 Date NOT NULL, c119 Int16 NOT NULL, c120 Int16 NOT NULL, c121 Timestamp64 NOT NULL, c122 Uint16 NOT NULL, c123 Bool NOT NULL, c124 Decimal(35,10) NOT NULL, c125 Uint64 NOT NULL, c126 Date32 NOT NULL, c127 Datetime64 NOT NULL, c128 Datetime64 NOT NULL, c129 Int32 NOT NULL, c130 Uint16 NOT NULL, c131 Decimal(22,9) NOT NULL, c132 Date32 NOT NULL, c133 String NOT NULL, c134 Decimal(35,10) NOT NULL, c135 Uint8 NOT NULL, c136 Uint8 NOT NULL, c137 Int16 NOT NULL, c138 Date NOT NULL, c139 String NOT NULL, c140 Decimal(15,0) NOT NULL, c141 Int8 NOT NULL, c142 Decimal(22,9) NOT NULL, c143 Int8 NOT NULL, c144 Datetime NOT NULL, c145 Int32 NOT NULL, c146 Utf8 NOT NULL, c147 Decimal(35,10) NOT NULL, c148 Date32 NOT NULL, c149 Interval64 NOT NULL, c150 Decimal(35,10) NOT NULL, c151 Decimal(35,10) NOT NULL, c152 Bool NOT NULL, c153 Bool NOT NULL, c154 Datetime NOT NULL, c155 Int64 NOT NULL, c156 Uint64 NOT NULL, c157 Uint32 NOT NULL, c158 Decimal(15,0) NOT NULL, c159 Date NOT NULL, c160 Bool NOT NULL, c161 Bool NOT NULL, c162 Int32 NOT NULL, c163 Decimal(22,9) NOT NULL, c164 Int8 NOT NULL, c165 Int64 NOT NULL, c166 Uint64 NOT NULL, c167 Datetime64 NOT NULL, c168 Date32 NOT NULL, c169 Datetime NOT NULL, c170 Int64 NOT NULL, c171 Decimal(35,10) NOT NULL, c172 Timestamp NOT NULL, c173 Int16 NOT NULL, c174 Uint32 NOT NULL, c175 Uint32 NOT NULL, c176 Decimal(15,0) NOT NULL, c177 Date NOT NULL, c178 Timestamp64 NOT NULL, c179 String NOT NULL, c180 Uint64 NOT NULL, c181 String NOT NULL, c182 Uint16 NOT NULL, c183 Int64 NOT NULL, c184 Timestamp64 NOT NULL, c185 Timestamp NOT NULL, c186 Bool NOT NULL, c187 Utf8 NOT NULL, c188 Int8 NOT NULL, c189 Date32 NOT NULL, c190 Int8 NOT NULL, c191 Interval64 NOT NULL, c192 Uint8 NOT NULL, c193 Date NOT NULL, c194 Int16 NOT NULL, c195 Uint64 NOT NULL, c196 Uint16 NOT NULL, c197 Datetime64 NOT NULL, c198 Uint16 NOT NULL, c199 Date32 NOT NULL, c200 String NOT NULL, c201 String NOT NULL, c202 Int16 NOT NULL, c203 Datetime64 NOT NULL, c204 Int16 NOT NULL, c205 Date NOT NULL, c206 Datetime64 NOT NULL, c207 Uint16 NOT NULL, c208 Datetime NOT NULL, c209 Date32 NOT NULL, c210 Int8 NOT NULL, c211 Decimal(22,9) NOT NULL, c212 Interval64 NOT NULL, c213 Date NOT NULL, c214 Uint32 NOT NULL, c215 Uint32 NOT NULL, c216 Timestamp64 NOT NULL, c217 Timestamp64 NOT NULL, c218 Uint64 NOT NULL, c219 Decimal(22,9) NOT NULL, c220 Int64 NOT NULL, c221 Date NOT NULL, c222 Decimal(15,0) NOT NULL, c223 Utf8 NOT NULL, c224 Timestamp64 NOT NULL, c225 Datetime NOT NULL, c226 String NOT NULL, c227 Interval64 NOT NULL, c228 Uint64 NOT NULL, c229 Bool NOT NULL, c230 Bool NOT NULL, c231 Uint64 NOT NULL, c232 Decimal(35,10) NOT NULL, c233 Uint16 NOT NULL, c234 Int8 NOT NULL, c235 Decimal(15,0) NOT NULL, c236 Date32 NOT NULL, c237 Date NOT NULL, c238 Datetime NOT NULL, c239 Int16 NOT NULL, c240 Date NOT NULL, c241 String NOT NULL, c242 Int8 NOT NULL, c243 Decimal(35,10) NOT NULL, c244 Datetime64 NOT NULL, c245 Decimal(35,10) NOT NULL, c246 Int16 NOT NULL, c247 Bool NOT NULL, c248 Bool NOT NULL, c249 Uint8 NOT NULL, c250 Int8 NOT NULL, c251 Decimal(22,9) NOT NULL, c252 Utf8 NOT NULL, c253 Uint16 NOT NULL, c254 Interval64 NOT NULL, c255 Uint32 NOT NULL, c256 Decimal(15,0) NOT NULL, c257 Interval64 NOT NULL, c258 Uint16 NOT NULL, c259 Uint16 NOT NULL, c260 Timestamp NOT NULL, c261 String NOT NULL, c262 Date32 NOT NULL, c263 String NOT NULL, c264 Datetime NOT NULL, c265 Bool NOT NULL, c266 Int32 NOT NULL, c267 Uint32 NOT NULL, c268 Int8 NOT NULL, c269 String NOT NULL, c270 Uint16 NOT NULL, c271 Decimal(22,9) NOT NULL, c272 Int16 NOT NULL, c273 Timestamp64 NOT NULL, c274 Uint64 NOT NULL, c275 Decimal(15,0) NOT NULL, c276 JsonDocument NOT NULL, c277 Date32 NOT NULL, c278 Double NOT NULL, c279 Double, c280 Uint32 NOT NULL, c281 Int16, c282 Timestamp64, c283 Bool NOT NULL, c284 Uint16, c285 Date, c286 Bool, c287 Yson, c288 Utf8 NOT NULL, c289 Int16, c290 Interval64 NOT NULL, c291 Interval64 NOT NULL, c292 Decimal(15,0), c293 Date NOT NULL, c294 Json, c295 Utf8 NOT NULL, c296 Int8 NOT NULL, c297 Date, c298 Uint16 NOT NULL, c299 Datetime, c300 Datetime NOT NULL, c301 Decimal(35,10), c302 Decimal(35,10), c303 Timestamp NOT NULL, c304 String, c305 Date32, c306 Datetime, c307 Date32, c308 Datetime NOT NULL, c309 Date32 NOT NULL, c310 Int32, c311 Decimal(35,10) NOT NULL, c312 Utf8 NOT NULL, c313 JsonDocument NOT NULL, c314 Timestamp NOT NULL, c315 Interval64 NOT NULL, c316 Json NOT NULL, c317 Float NOT NULL, c318 String NOT NULL, c319 Bool NOT NULL, c320 Date, c321 Decimal(22,9) NOT NULL, c322 Timestamp, c323 Double NOT NULL, c324 Date NOT NULL, c325 Datetime64, c326 Decimal(35,10), c327 Datetime64 NOT NULL, c328 Date, c329 Int16, c330 Decimal(35,10) NOT NULL, c331 Uint8, c332 Date32, c333 Int64, c334 Decimal(15,0) NOT NULL, c335 Uint32, c336 Json, c337 Uint8 NOT NULL, c338 Int8 NOT NULL, c339 Double, c340 Json NOT NULL, c341 Datetime, c342 Interval64, c343 Timestamp64, c344 Date NOT NULL, c345 Interval64 NOT NULL, c346 Json NOT NULL, c347 String NOT NULL, c348 Int64, c349 Float, c350 Timestamp NOT NULL, c351 Int16, c352 Timestamp64 NOT NULL, c353 Date32 NOT NULL, c354 Decimal(15,0), c355 Timestamp64 NOT NULL, c356 Yson NOT NULL, c357 Yson, c358 Uint8 NOT NULL, c359 Decimal(22,9) NOT NULL, c360 Datetime NOT NULL, c361 Uint8 NOT NULL, c362 Date32, c363 Float NOT NULL, c364 Yson NOT NULL, c365 String NOT NULL, c366 Date, c367 Int16, c368 Float NOT NULL, c369 Int32 NOT NULL, c370 Bool, c371 Yson, c372 Datetime NOT NULL, c373 Uint16, c374 Uint64 NOT NULL, c375 Timestamp NOT NULL, c376 Utf8, c377 Int16 NOT NULL, c378 Datetime64 NOT NULL, c379 Yson NOT NULL, c380 Uint32, c381 JsonDocument, c382 Datetime NOT NULL, c383 Float, c384 Uint16 NOT NULL, c385 Date32 NOT NULL, c386 Decimal(35,10) NOT NULL, c387 Uint8 NOT NULL, c388 Uint16, c389 Date32 NOT NULL, c390 Timestamp64, c391 Interval64 NOT NULL, c392 Date, c393 Yson, c394 Uint64, c395 Uint8 NOT NULL, c396 Decimal(15,0), c397 Float, c398 Datetime, c399 Json NOT NULL, c400 Int16, c401 Int8 NOT NULL, c402 JsonDocument, c403 Interval64, c404 String NOT NULL, c405 Uint8, c406 Uint32 NOT NULL, c407 Uint16 NOT NULL, c408 Timestamp NOT NULL, c409 Uint8 NOT NULL, c410 Interval64 NOT NULL, c411 Int64, c412 Yson NOT NULL, c413 Uint16, c414 String NOT NULL, c415 String NOT NULL, c416 Datetime64, c417 Date32 NOT NULL, c418 Int64 NOT NULL, c419 String, c420 Yson, c421 Date NOT NULL, c422 Float NOT NULL, c423 Yson NOT NULL, c424 Decimal(22,9) NOT NULL, c425 Int64, c426 Uint16, c427 Uint8, c428 Float NOT NULL, c429 Decimal(35,10) NOT NULL, c430 Uint16 NOT NULL, c431 Decimal(15,0) NOT NULL, c432 Uint8 NOT NULL, c433 JsonDocument, c434 Uint64, c435 Bool NOT NULL, c436 Timestamp NOT NULL, c437 Timestamp64 NOT NULL, c438 String, c439 Date NOT NULL, c440 Int64 NOT NULL, c441 Uint16 NOT NULL, c442 Timestamp NOT NULL, c443 Int16 NOT NULL, c444 Int8, c445 Interval64 NOT NULL, c446 Int16 NOT NULL, c447 Double, c448 Datetime64 NOT NULL, c449 Datetime, c450 Timestamp64, c451 Timestamp, c452 Float NOT NULL, c453 Decimal(15,0) NOT NULL, c454 Utf8 NOT NULL, c455 Uint32, c456 Uint32, c457 Uint64 NOT NULL, c458 Date32, c459 String NOT NULL, c460 Uint64 NOT NULL, c461 Uint64, c462 Timestamp, c463 Timestamp64 NOT NULL, c464 Uint16, c465 Double NOT NULL, c466 JsonDocument, c467 Yson NOT NULL, c468 Int16 NOT NULL, c469 String NOT NULL, c470 Timestamp64, c471 JsonDocument, c472 Yson, c473 Timestamp, c474 Int8 NOT NULL, c475 Timestamp64, c476 JsonDocument NOT NULL, c477 Json, c478 Timestamp64 NOT NULL, c479 Float NOT NULL, c480 String NOT NULL, c481 Date NOT NULL, c482 Utf8, c483 Date NOT NULL, c484 Json NOT NULL, c485 Datetime NOT NULL, c486 Yson, c487 Int8, c488 Yson NOT NULL, c489 Decimal(15,0), c490 Int64, c491 Utf8, c492 Uint16 NOT NULL, c493 Timestamp, c494 Decimal(35,10), c495 Json, c496 Date32 NOT NULL, c497 Interval64 NOT NULL, c498 Decimal(22,9) NOT NULL, c499 Int32, c500 Utf8, c501 Uint16, c502 Int16 NOT NULL, c503 JsonDocument NOT NULL, c504 Json, c505 Utf8, c506 JsonDocument, c507 Decimal(35,10) NOT NULL, c508 Decimal(15,0) NOT NULL, c509 Json, c510 Interval64 NOT NULL, c511 Utf8, c512 Double NOT NULL, c513 Date NOT NULL, c514 JsonDocument NOT NULL, c515 Double NOT NULL, c516 Decimal(15,0), c517 Int64 NOT NULL, c518 Datetime, c519 Date32 NOT NULL, c520 Datetime, c521 Datetime64, c522 Uint64, c523 Int64, c524 Uint8, c525 Int16 NOT NULL, c526 Uint8, c527 Uint8 NOT NULL, c528 Decimal(15,0) NOT NULL, c529 String, c530 Timestamp NOT NULL, c531 String NOT NULL, c532 Uint8 NOT NULL, c533 Datetime, c534 Int8, c535 Date32, c536 Date32, c537 Json NOT NULL, c538 Int16 NOT NULL, c539 Json, c540 Interval64, c541 Float NOT NULL, c542 Decimal(35,10) NOT NULL, c543 Interval64, c544 Double NOT NULL, c545 Datetime64 NOT NULL, c546 Decimal(15,0) NOT NULL, c547 Datetime, c548 JsonDocument NOT NULL, c549 Yson NOT NULL, c550 Int16, c551 Date32, c552 Uint8, c553 Json, c554 Double, c555 Uint64, c556 Date32 NOT NULL, c557 Datetime, c558 Int8, c559 Date32, c560 Decimal(15,0), c561 Int32, c562 Datetime64 NOT NULL, c563 Uint16 NOT NULL, c564 Date32, c565 Decimal(35,10) NOT NULL, c566 JsonDocument NOT NULL, c567 Utf8 NOT NULL, c568 Yson, c569 Json NOT NULL, c570 Decimal(22,9) NOT NULL, c571 Timestamp, c572 Json, c573 Int32, c574 Date, c575 Datetime NOT NULL, c576 Int32 NOT NULL, c577 Float, c578 Int32 NOT NULL, c579 Utf8 NOT NULL, c580 Int32 NOT NULL, c581 Uint32 NOT NULL, c582 Uint32 NOT NULL, c583 Timestamp64 NOT NULL, c584 Int8, c585 Int64, c586 Json, c587 Uint64, c588 Uint32 NOT NULL, c589 Bool NOT NULL, c590 Utf8 NOT NULL, c591 Uint32 NOT NULL, c592 Float NOT NULL, c593 String, c594 Date32 NOT NULL, c595 JsonDocument, c596 JsonDocument NOT NULL, c597 Bool NOT NULL, c598 Int64 NOT NULL, c599 Bool, c600 Int16 NOT NULL, c601 Uint32 NOT NULL, c602 Int8 NOT NULL, c603 Date32, c604 Float, c605 Interval64 NOT NULL, c606 Decimal(35,10), c607 JsonDocument NOT NULL, c608 Decimal(15,0), c609 Timestamp NOT NULL, c610 Json, c611 Int16, c612 Float, c613 Date NOT NULL, c614 Timestamp64, c615 Datetime64 NOT NULL, c616 Uint16, c617 Uint64 NOT NULL, c618 Uint64, c619 Interval64 NOT NULL, c620 Uint32 NOT NULL, c621 Datetime64, c622 Yson NOT NULL, c623 Uint8 NOT NULL, c624 Date NOT NULL, c625 String, c626 String NOT NULL, c627 Uint8, c628 Utf8 NOT NULL, c629 Bool, c630 Float, c631 Uint16 NOT NULL, c632 Date, c633 Datetime NOT NULL, c634 Int16, c635 Json, c636 String, c637 Decimal(15,0) NOT NULL, c638 Utf8, c639 Interval64, c640 Bool, c641 Int8, c642 Interval64, c643 Decimal(35,10) NOT NULL, c644 Decimal(22,9) NOT NULL, c645 Int64 NOT NULL, c646 Int64 NOT NULL, c647 Timestamp NOT NULL, c648 Datetime64 NOT NULL, c649 Uint16 NOT NULL, c650 Int32 NOT NULL, c651 Date NOT NULL, c652 Uint16 NOT NULL, c653 Decimal(15,0) NOT NULL, c654 Interval64, c655 Timestamp64, c656 Int16 NOT NULL, c657 Date, c658 Timestamp, c659 Json NOT NULL, c660 Datetime, c661 Int8 NOT NULL, c662 Yson, c663 Float NOT NULL, c664 Date32, c665 Utf8 NOT NULL, c666 Yson, c667 Uint8 NOT NULL, c668 Uint64, c669 String NOT NULL, c670 Json, c671 Float NOT NULL, c672 Timestamp NOT NULL, c673 Yson, c674 Json NOT NULL, c675 Datetime NOT NULL, c676 Interval64 NOT NULL, c677 Decimal(35,10) NOT NULL, c678 Datetime64, c679 Int16, c680 Float NOT NULL, c681 Double, c682 Utf8 NOT NULL, c683 Json NOT NULL, c684 Int32 NOT NULL, c685 Datetime64, c686 Datetime64, c687 Uint32, c688 Int64 NOT NULL, c689 Uint32, c690 Decimal(35,10), c691 Uint16 NOT NULL, c692 Uint16, c693 Timestamp, c694 JsonDocument, c695 Uint32, c696 Int64, c697 Uint8 NOT NULL, c698 Uint64 NOT NULL, c699 Decimal(22,9), c700 Uint64, c701 Decimal(22,9), c702 Datetime64, c703 Uint16, c704 Int16 NOT NULL, c705 Yson, c706 Decimal(15,0), c707 Timestamp64 NOT NULL, c708 Decimal(35,10), c709 Float, c710 Uint8, c711 Uint8, c712 Datetime NOT NULL, c713 Yson NOT NULL, c714 Datetime64, c715 Utf8 NOT NULL, c716 Json, c717 Date32 NOT NULL, c718 Int16, c719 Date32 NOT NULL, c720 Json, c721 Decimal(35,10), c722 Uint8 NOT NULL, c723 Uint64 NOT NULL, c724 String, c725 Int64, c726 Uint32 NOT NULL, c727 Double, c728 Int8 NOT NULL, c729 Int32 NOT NULL, c730 Date32, c731 Double, c732 Timestamp, c733 String, c734 String, c735 JsonDocument NOT NULL, c736 Bool, c737 Date NOT NULL, c738 Uint64, c739 Float NOT NULL, c740 Decimal(35,10) NOT NULL, c741 Json NOT NULL, c742 Int16 NOT NULL, c743 Decimal(22,9) NOT NULL, c744 Bool, c745 Int64 NOT NULL, c746 Date, c747 Decimal(35,10), c748 Utf8 NOT NULL, c749 Decimal(22,9) NOT NULL, c750 Timestamp64, c751 Timestamp64 NOT NULL, c752 Date, c753 Timestamp64 NOT NULL, c754 Decimal(22,9), c755 Bool NOT NULL, c756 Timestamp, c757 Double NOT NULL, c758 Decimal(15,0) NOT NULL, c759 Timestamp64 NOT NULL, c760 Date, c761 Decimal(22,9) NOT NULL, c762 String NOT NULL, c763 Int64 NOT NULL, c764 Timestamp64 NOT NULL, c765 Int32 NOT NULL, c766 Timestamp64, c767 Timestamp, c768 Float NOT NULL, c769 Decimal(35,10), c770 JsonDocument NOT NULL, c771 Datetime64 NOT NULL, c772 Uint64 NOT NULL, c773 Int16 NOT NULL, c774 Float NOT NULL, c775 Int8 NOT NULL, c776 Datetime NOT NULL, c777 Uint32 NOT NULL, c778 Int16 NOT NULL, c779 Interval64 NOT NULL, c780 Decimal(15,0) NOT NULL, c781 Json NOT NULL, c782 Date32 NOT NULL, c783 Bool, c784 Yson NOT NULL, c785 Timestamp, c786 Float, c787 Bool NOT NULL, c788 Uint32 NOT NULL, c789 Float NOT NULL, c790 Datetime64, c791 Int8, c792 Datetime64, c793 Uint64, c794 String, c795 Date NOT NULL, c796 Double, c797 Date32 NOT NULL, c798 Int8, c799 Decimal(22,9) NOT NULL, c800 Datetime64, c801 Timestamp64 NOT NULL, c802 Uint32, c803 Uint64, c804 Int64 NOT NULL, c805 Decimal(35,10), c806 Uint32 NOT NULL, c807 Bool, c808 Uint16 NOT NULL, c809 Decimal(15,0) NOT NULL, c810 Interval64 NOT NULL, c811 Int64, c812 Bool NOT NULL, c813 Int64 NOT NULL, c814 JsonDocument NOT NULL, c815 Float NOT NULL, c816 Uint32 NOT NULL, c817 Bool, c818 Int8 NOT NULL, c819 Timestamp64, c820 Yson, c821 Yson, c822 Datetime, c823 Decimal(15,0) NOT NULL, c824 Datetime64 NOT NULL, c825 Datetime64, c826 Uint8, c827 Decimal(15,0) NOT NULL, c828 JsonDocument, c829 Timestamp, c830 Int32 NOT NULL, c831 Int32, c832 Utf8 NOT NULL, c833 Decimal(22,9), c834 Decimal(35,10) NOT NULL, c835 Timestamp NOT NULL, c836 String NOT NULL, c837 Datetime, c838 Bool, c839 Yson, c840 Uint32, c841 Double NOT NULL, c842 Date32 NOT NULL, c843 Timestamp, c844 Uint64 NOT NULL, c845 Int8, c846 Json, c847 Uint64 NOT NULL, c848 Int64 NOT NULL, c849 Datetime64, c850 Decimal(15,0) NOT NULL, c851 Bool, c852 Int8 NOT NULL, c853 Decimal(15,0), c854 Uint16 NOT NULL, c855 Date32 NOT NULL, c856 Json NOT NULL, c857 Timestamp64, c858 Date NOT NULL, c859 Uint8, c860 Float, c861 Uint64, c862 String, c863 String NOT NULL, c864 Uint8, c865 Datetime64, c866 Decimal(35,10), c867 Decimal(22,9) NOT NULL, c868 Timestamp64, c869 JsonDocument, c870 Decimal(15,0) NOT NULL, c871 Int64, c872 Yson NOT NULL, c873 Date, c874 Uint8, c875 Date NOT NULL, c876 Bool, c877 Int8 NOT NULL, c878 Decimal(22,9), c879 JsonDocument, c880 Datetime NOT NULL, c881 Int64, c882 Datetime64, c883 Int16 NOT NULL, c884 Interval64 NOT NULL, c885 Interval64 NOT NULL, c886 Utf8, c887 Double, c888 Int16 NOT NULL, c889 Double NOT NULL, c890 Uint8 NOT NULL, c891 Int8 NOT NULL, c892 Int64 NOT NULL, c893 Int16, c894 Int64 NOT NULL, c895 Int8, c896 JsonDocument, c897 Int64, c898 Yson, c899 Interval64, c900 Date, c901 Timestamp64, c902 Int16 NOT NULL, c903 Int32, c904 Int8 NOT NULL, c905 Int32, c906 Int8 NOT NULL, c907 Int8, c908 Decimal(35,10) NOT NULL, c909 Timestamp64, c910 Float NOT NULL, c911 Datetime64 NOT NULL, c912 Yson, c913 Date NOT NULL, c914 Uint8 NOT NULL, c915 Interval64 NOT NULL, c916 Date32, c917 Date32, c918 Uint8, c919 Decimal(22,9), c920 Decimal(15,0), c921 Bool, c922 Bool, c923 String, c924 Int8, c925 String NOT NULL, c926 Timestamp, c927 Double, c928 Int64 NOT NULL, c929 Timestamp64 NOT NULL, c930 Int8 NOT NULL, c931 Uint64, c932 Float NOT NULL, c933 Int32, c934 Decimal(35,10), c935 Int8, c936 Uint64 NOT NULL, c937 Date32, c938 Datetime64, c939 Timestamp64, c940 Date32, c941 Uint8, c942 Timestamp64 NOT NULL, c943 Datetime64, c944 Interval64 NOT NULL, c945 Yson NOT NULL, c946 Date32 NOT NULL, c947 Uint64 NOT NULL, c948 Int16 NOT NULL, c949 Decimal(15,0), c950 Int64, c951 Bool, c952 Timestamp, c953 Int16, c954 JsonDocument, c955 Uint8 NOT NULL, c956 Int8, c957 Datetime, c958 Int32 NOT NULL, c959 Yson NOT NULL, c960 Date32 NOT NULL, c961 Int16 NOT NULL, c962 JsonDocument NOT NULL, c963 Datetime64, c964 Interval64, c965 Decimal(15,0) NOT NULL, c966 Double, c967 Timestamp64 NOT NULL, c968 Int16 NOT NULL, c969 Decimal(15,0), c970 JsonDocument, c971 Uint8, c972 Uint32, c973 Int8 NOT NULL, c974 Yson NOT NULL, c975 Json, c976 Timestamp64 NOT NULL, c977 Yson, c978 String, c979 Date32 NOT NULL, c980 Uint8, c981 Int32 NOT NULL, c982 Uint64, c983 Bool, c984 Timestamp64 NOT NULL, c985 Bool, c986 Timestamp64 NOT NULL, c987 Yson, c988 Float NOT NULL, c989 Uint64 NOT NULL, c990 Yson, c991 Int32, c992 Timestamp64 NOT NULL, c993 Yson NOT NULL, c994 JsonDocument, c995 Uint32 NOT NULL, c996 Decimal(15,0) NOT NULL, c997 JsonDocument, c998 Float NOT NULL, c999 Double NOT NULL, c1000 Float NOT NULL, c1001 Utf8 NOT NULL, c1002 Interval64, c1003 JsonDocument NOT NULL, c1004 Datetime64 NOT NULL, c1005 Date32 NOT NULL, c1006 Int64, c1007 Decimal(22,9), c1008 Float NOT NULL, c1009 Int16 NOT NULL, c1010 Interval64, c1011 Uint16, c1012 Date NOT NULL, c1013 Float, c1014 Int16 NOT NULL, c1015 Int32, c1016 Float, c1017 Datetime NOT NULL, c1018 Datetime64, c1019 Uint8 NOT NULL, c1020 Int8 NOT NULL, c1021 Datetime64 NOT NULL, c1022 Yson NOT NULL, c1023 Decimal(35,10), c1024 Int16, c1025 Utf8 NOT NULL, c1026 Date32, c1027 Timestamp NOT NULL, c1028 String NOT NULL, c1029 Bool, c1030 Uint8, c1031 Timestamp NOT NULL, c1032 Decimal(15,0) NOT NULL, c1033 Int16 NOT NULL, c1034 Timestamp NOT NULL, c1035 Json, c1036 Int64 NOT NULL, c1037 Int8, c1038 Uint16 NOT NULL, c1039 String NOT NULL, c1040 Int8 NOT NULL, c1041 Uint64, c1042 Date NOT NULL, c1043 Uint16, c1044 Int64 NOT NULL, c1045 Uint32, c1046 Uint8, c1047 String, c1048 JsonDocument, c1049 Datetime, c1050 Decimal(15,0) NOT NULL, c1051 Json, c1052 Timestamp, c1053 Int64 NOT NULL, c1054 Decimal(35,10) NOT NULL, c1055 Int32 NOT NULL, c1056 Uint64, c1057 Decimal(35,10) NOT NULL, c1058 Bool NOT NULL, c1059 Datetime, c1060 Int8, c1061 String NOT NULL, c1062 Double NOT NULL, c1063 Uint16 NOT NULL, c1064 Int32 NOT NULL, c1065 Uint16, c1066 JsonDocument, c1067 Int32, c1068 Uint16, c1069 Date, c1070 Datetime, c1071 Utf8, c1072 Decimal(35,10), c1073 Datetime64 NOT NULL, c1074 Yson, c1075 Uint64 NOT NULL, c1076 Decimal(22,9), c1077 Timestamp NOT NULL, c1078 String, c1079 String, c1080 Int64, c1081 Interval64, c1082 Yson NOT NULL, c1083 Timestamp64 NOT NULL, c1084 Uint64, c1085 Interval64 NOT NULL, c1086 Yson, c1087 JsonDocument, c1088 Uint32, c1089 Json, c1090 Bool NOT NULL, c1091 JsonDocument NOT NULL, c1092 Yson, c1093 Bool NOT NULL, c1094 String NOT NULL, c1095 Timestamp64, c1096 Bool, c1097 Interval64 NOT NULL, c1098 Timestamp NOT NULL, c1099 Datetime64, c1100 Interval64 NOT NULL, c1101 Decimal(35,10), c1102 Timestamp NOT NULL, c1103 Int64, c1104 Uint64 NOT NULL, c1105 Yson NOT NULL, c1106 Uint32, c1107 Json, c1108 Int64, c1109 Float NOT NULL, c1110 Timestamp64, c1111 Uint64 NOT NULL, c1112 Int32, c1113 JsonDocument, c1114 Int32 NOT NULL, c1115 Timestamp64, c1116 Float NOT NULL, c1117 Int32, c1118 Date32, c1119 String NOT NULL, c1120 Datetime64 NOT NULL, c1121 Decimal(35,10), c1122 Timestamp NOT NULL, c1123 String, c1124 Json NOT NULL, c1125 Timestamp64, c1126 Date32, c1127 Int8 NOT NULL, c1128 Timestamp64 NOT NULL, c1129 JsonDocument NOT NULL, c1130 Date, c1131 Int64, c1132 Int8 NOT NULL, c1133 Double NOT NULL, c1134 Uint8, c1135 Uint64, c1136 JsonDocument, c1137 Uint16 NOT NULL, c1138 Date32, c1139 Utf8, c1140 Uint32 NOT NULL, c1141 Interval64 NOT NULL, c1142 Int32, c1143 Int8, c1144 Uint64, c1145 Timestamp NOT NULL, c1146 String NOT NULL, c1147 Bool, c1148 Datetime64, c1149 Uint64, c1150 Date32 NOT NULL, c1151 Datetime64 NOT NULL, c1152 String, c1153 Int16 NOT NULL, c1154 Json, c1155 Date32 NOT NULL, c1156 Decimal(22,9), c1157 JsonDocument NOT NULL, c1158 String NOT NULL, c1159 Date NOT NULL, c1160 Datetime, c1161 Uint32, c1162 Datetime64 NOT NULL, c1163 Int32 NOT NULL, c1164 Date, c1165 Datetime64 NOT NULL, c1166 JsonDocument, c1167 Int16 NOT NULL, c1168 Int16 NOT NULL, c1169 Datetime64 NOT NULL, c1170 Int32 NOT NULL, c1171 Float NOT NULL, c1172 JsonDocument, c1173 Bool NOT NULL, c1174 Int16 NOT NULL, c1175 Date32 NOT NULL, c1176 Datetime64 NOT NULL, c1177 Bool, c1178 Date, c1179 Yson, c1180 Utf8 NOT NULL, c1181 Utf8, c1182 Decimal(22,9) NOT NULL, c1183 Uint32 NOT NULL, c1184 Timestamp64, c1185 Bool NOT NULL, c1186 Int8 NOT NULL, c1187 Decimal(15,0) NOT NULL, c1188 Datetime64, c1189 Uint64 NOT NULL, c1190 Int8 NOT NULL, c1191 Timestamp64, c1192 JsonDocument NOT NULL, c1193 Bool, c1194 Int16 NOT NULL, c1195 Int16 NOT NULL, c1196 Decimal(22,9) NOT NULL, c1197 Datetime64, c1198 Decimal(22,9) NOT NULL, c1199 Double NOT NULL, c1200 Uint8 NOT NULL, c1201 Uint64 NOT NULL, c1202 Double NOT NULL, c1203 Decimal(35,10), c1204 Uint8 NOT NULL, c1205 Decimal(15,0), c1206 Int8 NOT NULL, c1207 Interval64 NOT NULL, c1208 Bool, c1209 Decimal(15,0), c1210 Uint8, c1211 Bool NOT NULL, c1212 Timestamp64 NOT NULL, c1213 Int16 NOT NULL, c1214 Date NOT NULL, c1215 Date NOT NULL, c1216 String, c1217 Yson NOT NULL, c1218 Double NOT NULL, c1219 Date, c1220 Int32, c1221 Int32, c1222 JsonDocument, c1223 Date32,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c19\\\', 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 \\\'c19\\\', 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:273 Stopped node localhost:22325/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:19289/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:17736/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:25372/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:19922/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:11514/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:20849/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:8210/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:26063/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2689
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11718
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29956
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8210
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63103
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1490
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20299
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19289
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19454
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11386
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25372
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64252
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25572
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30112
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20849
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7883
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13863
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8201
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27442
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32751
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2677
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16725
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3846
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17736
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4436
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24714
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16198
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19922
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4826
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23252
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26063
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32334
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62178
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3268
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3657
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5044
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10546
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5756
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29832
============================== slowest durations ===============================
32.01s teardown test_workload.py::TestYdbWorkload::test
7.07s setup    test_workload.py::TestYdbWorkload::test
3.29s 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/1lcz/0001c4/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:26063 --database /Root --duration 120' has failed with code 1.
Errors:
...db/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 \'c19\', 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 43.01s ==============================
