============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:18231 --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 \'c27\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6425
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18629
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23483
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23484
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12759
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23198
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25969
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21378
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26804
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/7wjt/0008e7/r3tmp/kikimr_cluster_r3tbj4lk
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18231
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2329
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26288
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62773
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_u2epzxcw.log --grpc-port=18231 --mon-port=2329 --ic-port=6425
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61070
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23511
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29998
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10322
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_2pjb1_2p.log --grpc-port=61070 --mon-port=23511 --ic-port=18629
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12174
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63898
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ykgkop1t.log --grpc-port=12174 --mon-port=15654 --ic-port=23484
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14509
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14272
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26131
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2561
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_6q20c375.log --grpc-port=14509 --mon-port=14272 --ic-port=32285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10303
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3661
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13867
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9709
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_hq4m1mjh.log --grpc-port=10303 --mon-port=3661 --ic-port=12759
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24837
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9832
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30157
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27701
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_9outdgf4.log --grpc-port=24837 --mon-port=9832 --ic-port=23198
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61235
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31087
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65314
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24588
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_ds0qgkxs.log --grpc-port=61235 --mon-port=31087 --ic-port=25969
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26886
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63422
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62958
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1956
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_ry2_uonj.log --grpc-port=26886 --mon-port=63422 --ic-port=21378
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3578
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62830
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19235
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15188
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_fldephcb.log --grpc-port=3578 --mon-port=62830 --ic-port=26804
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:18231/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_u2epzxcw.log --grpc-port=18231 --mon-port=2329 --ic-port=6425
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_u2epzxcw.log', '--grpc-port=18231', '--mon-port=2329', '--ic-port=6425')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2977777
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:18231/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2977778
DEBUG    ya.test:process.py:259 Command (pid 2977778) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2977778) elapsed time (sec): 0.7786715030670166
DEBUG    ya.test:process.py:263 Command (pid 2977778) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) maxrss: 481112
DEBUG    ya.test:process.py:263 Command (pid 2977778) minflt: 45491
DEBUG    ya.test:process.py:263 Command (pid 2977778) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) nivcsw: 77
DEBUG    ya.test:process.py:263 Command (pid 2977778) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2977778) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2977778) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2977778) stime: 0.219544
DEBUG    ya.test:process.py:263 Command (pid 2977778) utime: 0.512317
DEBUG    ya.test:process.py:263 Command (pid 2977778) wtime: 0.781
DEBUG    ya.test:process.py:275 Command (pid 2977778) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:61070/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_2pjb1_2p.log --grpc-port=61070 --mon-port=23511 --ic-port=18629
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_2pjb1_2p.log', '--grpc-port=61070', '--mon-port=23511', '--ic-port=18629')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2977784
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:61070/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2977785
DEBUG    ya.test:process.py:259 Command (pid 2977785) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2977785) elapsed time (sec): 0.7862682342529297
DEBUG    ya.test:process.py:263 Command (pid 2977785) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) maxrss: 481024
DEBUG    ya.test:process.py:263 Command (pid 2977785) minflt: 45400
DEBUG    ya.test:process.py:263 Command (pid 2977785) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 2977785) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2977785) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2977785) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2977785) stime: 0.18588
DEBUG    ya.test:process.py:263 Command (pid 2977785) utime: 0.553638
DEBUG    ya.test:process.py:263 Command (pid 2977785) wtime: 0.788
DEBUG    ya.test:process.py:275 Command (pid 2977785) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:12174/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ykgkop1t.log --grpc-port=12174 --mon-port=15654 --ic-port=23484
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ykgkop1t.log', '--grpc-port=12174', '--mon-port=15654', '--ic-port=23484')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2977949
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:12174/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2977950
DEBUG    ya.test:process.py:259 Command (pid 2977950) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2977950) elapsed time (sec): 0.788114070892334
DEBUG    ya.test:process.py:263 Command (pid 2977950) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) maxrss: 481516
DEBUG    ya.test:process.py:263 Command (pid 2977950) minflt: 45521
DEBUG    ya.test:process.py:263 Command (pid 2977950) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 2977950) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2977950) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2977950) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2977950) stime: 0.210444
DEBUG    ya.test:process.py:263 Command (pid 2977950) utime: 0.503122
DEBUG    ya.test:process.py:263 Command (pid 2977950) wtime: 0.79
DEBUG    ya.test:process.py:275 Command (pid 2977950) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:14509/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_6q20c375.log --grpc-port=14509 --mon-port=14272 --ic-port=32285
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_6q20c375.log', '--grpc-port=14509', '--mon-port=14272', '--ic-port=32285')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2978244
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:14509/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2978245
DEBUG    ya.test:process.py:259 Command (pid 2978245) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2978245) elapsed time (sec): 0.8188908100128174
DEBUG    ya.test:process.py:263 Command (pid 2978245) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) maxrss: 482712
DEBUG    ya.test:process.py:263 Command (pid 2978245) minflt: 45544
DEBUG    ya.test:process.py:263 Command (pid 2978245) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) nivcsw: 58
DEBUG    ya.test:process.py:263 Command (pid 2978245) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2978245) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2978245) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2978245) stime: 0.270789
DEBUG    ya.test:process.py:263 Command (pid 2978245) utime: 0.494936
DEBUG    ya.test:process.py:263 Command (pid 2978245) wtime: 0.825
DEBUG    ya.test:process.py:275 Command (pid 2978245) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:10303/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_hq4m1mjh.log --grpc-port=10303 --mon-port=3661 --ic-port=12759
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_hq4m1mjh.log', '--grpc-port=10303', '--mon-port=3661', '--ic-port=12759')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2978406
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:10303/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2978413
DEBUG    ya.test:process.py:259 Command (pid 2978413) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2978413) elapsed time (sec): 0.7905101776123047
DEBUG    ya.test:process.py:263 Command (pid 2978413) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) maxrss: 483956
DEBUG    ya.test:process.py:263 Command (pid 2978413) minflt: 45467
DEBUG    ya.test:process.py:263 Command (pid 2978413) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) nivcsw: 54
DEBUG    ya.test:process.py:263 Command (pid 2978413) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2978413) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2978413) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2978413) stime: 0.211613
DEBUG    ya.test:process.py:263 Command (pid 2978413) utime: 0.518878
DEBUG    ya.test:process.py:263 Command (pid 2978413) wtime: 0.793
DEBUG    ya.test:process.py:275 Command (pid 2978413) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:24837/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_9outdgf4.log --grpc-port=24837 --mon-port=9832 --ic-port=23198
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_9outdgf4.log', '--grpc-port=24837', '--mon-port=9832', '--ic-port=23198')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2978573
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:24837/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2978574
DEBUG    ya.test:process.py:259 Command (pid 2978574) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2978574) elapsed time (sec): 0.8051013946533203
DEBUG    ya.test:process.py:263 Command (pid 2978574) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) maxrss: 485308
DEBUG    ya.test:process.py:263 Command (pid 2978574) minflt: 45486
DEBUG    ya.test:process.py:263 Command (pid 2978574) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 2978574) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2978574) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2978574) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2978574) stime: 0.234153
DEBUG    ya.test:process.py:263 Command (pid 2978574) utime: 0.513
DEBUG    ya.test:process.py:263 Command (pid 2978574) wtime: 0.807
DEBUG    ya.test:process.py:275 Command (pid 2978574) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:61235/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_ds0qgkxs.log --grpc-port=61235 --mon-port=31087 --ic-port=25969
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_ds0qgkxs.log', '--grpc-port=61235', '--mon-port=31087', '--ic-port=25969')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2978763
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:61235/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2978764
DEBUG    ya.test:process.py:259 Command (pid 2978764) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2978764) elapsed time (sec): 0.8022544384002686
DEBUG    ya.test:process.py:263 Command (pid 2978764) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) maxrss: 486572
DEBUG    ya.test:process.py:263 Command (pid 2978764) minflt: 45451
DEBUG    ya.test:process.py:263 Command (pid 2978764) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) nivcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 2978764) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2978764) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2978764) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2978764) stime: 0.21392899999999998
DEBUG    ya.test:process.py:263 Command (pid 2978764) utime: 0.5165259999999999
DEBUG    ya.test:process.py:263 Command (pid 2978764) wtime: 0.804
DEBUG    ya.test:process.py:275 Command (pid 2978764) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:26886/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_ry2_uonj.log --grpc-port=26886 --mon-port=63422 --ic-port=21378
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_ry2_uonj.log', '--grpc-port=26886', '--mon-port=63422', '--ic-port=21378')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2979071
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:26886/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2979075
DEBUG    ya.test:process.py:259 Command (pid 2979075) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2979075) elapsed time (sec): 0.8271443843841553
DEBUG    ya.test:process.py:263 Command (pid 2979075) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) maxrss: 486572
DEBUG    ya.test:process.py:263 Command (pid 2979075) minflt: 45459
DEBUG    ya.test:process.py:263 Command (pid 2979075) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) nivcsw: 102
DEBUG    ya.test:process.py:263 Command (pid 2979075) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2979075) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2979075) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2979075) stime: 0.218384
DEBUG    ya.test:process.py:263 Command (pid 2979075) utime: 0.545235
DEBUG    ya.test:process.py:263 Command (pid 2979075) wtime: 0.832
DEBUG    ya.test:process.py:275 Command (pid 2979075) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:3578/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008e7/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:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_fldephcb.log --grpc-port=3578 --mon-port=62830 --ic-port=26804
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_fldephcb.log', '--grpc-port=3578', '--mon-port=62830', '--ic-port=26804')' in '/home/runner/.ya/build/build_root/7wjt/0008e7/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: 2979426
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:3578/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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2979429
DEBUG    ya.test:process.py:259 Command (pid 2979429) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2979429) elapsed time (sec): 0.8898892402648926
DEBUG    ya.test:process.py:263 Command (pid 2979429) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) maxrss: 486572
DEBUG    ya.test:process.py:263 Command (pid 2979429) minflt: 45469
DEBUG    ya.test:process.py:263 Command (pid 2979429) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) nivcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 2979429) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2979429) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2979429) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2979429) stime: 0.21024199999999998
DEBUG    ya.test:process.py:263 Command (pid 2979429) utime: 0.544422
DEBUG    ya.test:process.py:263 Command (pid 2979429) wtime: 0.892
DEBUG    ya.test:process.py:275 Command (pid 2979429) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 9 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18231', '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: 6425\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 18629\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23484\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32285\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12759\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23198\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25969\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21378\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26804\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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18231', '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: 6425\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 18629\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23484\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32285\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12759\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23198\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25969\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21378\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26804\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2981400
DEBUG    ya.test:process.py:259 Command (pid 2981400) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2981400) elapsed time (sec): 0.9544665813446045
DEBUG    ya.test:process.py:263 Command (pid 2981400) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) maxrss: 768804
DEBUG    ya.test:process.py:263 Command (pid 2981400) minflt: 51976
DEBUG    ya.test:process.py:263 Command (pid 2981400) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) nivcsw: 70
DEBUG    ya.test:process.py:263 Command (pid 2981400) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2981400) nvcsw: 935
DEBUG    ya.test:process.py:263 Command (pid 2981400) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2981400) stime: 0.26106399999999996
DEBUG    ya.test:process.py:263 Command (pid 2981400) utime: 0.618883
DEBUG    ya.test:process.py:263 Command (pid 2981400) wtime: 0.956
DEBUG    ya.test:process.py:275 Command (pid 2981400) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18231', '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/7wjt/0008e7/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:18231', '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: 2981498
DEBUG    ya.test:process.py:259 Command (pid 2981498) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2981498) elapsed time (sec): 0.9433269500732422
DEBUG    ya.test:process.py:263 Command (pid 2981498) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) maxrss: 768804
DEBUG    ya.test:process.py:263 Command (pid 2981498) minflt: 52058
DEBUG    ya.test:process.py:263 Command (pid 2981498) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) nivcsw: 187
DEBUG    ya.test:process.py:263 Command (pid 2981498) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2981498) nvcsw: 550
DEBUG    ya.test:process.py:263 Command (pid 2981498) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2981498) stime: 0.32636
DEBUG    ya.test:process.py:263 Command (pid 2981498) utime: 0.547519
DEBUG    ya.test:process.py:263 Command (pid 2981498) wtime: 0.945
DEBUG    ya.test:process.py:275 Command (pid 2981498) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 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, cce0b93d-2b02-4355-8cc6-f55a372277c2, localhost:18231): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cce0b93d-2b02-4355-8cc6-f55a372277c2, localhost:18231): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cce0b93d-2b02-4355-8cc6-f55a372277c2, localhost:18231): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hywccetzo4.auto.internal" port: 61070 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } endpoints { address: "ghrun-hywccetzo4.auto.internal" port: 10303 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-hywccetzo4.auto.internal" port: 24837 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-hywccetzo4.auto.internal" port: 12174 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-hywccetzo4.auto.internal" port: 18231 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-hywccetzo4.auto.internal" port: 14509 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-hywccetzo4.auto.internal" port: 3578 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-hywccetzo4.auto.internal" port: 26886 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-hywccetzo4.auto.internal" port: 61235 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-hywccetzo4.auto.internal:61235, location 1, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:18231, location 1, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:14509, location 1, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:24837, location 3, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:12174, location 3, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:3578, location 3, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:61070, location 2, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:10303, location 2, ssl: False>, <Endpoint ghrun-hywccetzo4.auto.internal:26886, 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 -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/7wjt/0008e7/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/7wjt/0008e7/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:18231', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2981848
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py: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:18231
DEBUG    ya.test:process.py:259 Command (pid 2981848) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2981848) elapsed time (sec): 27.53482747077942
DEBUG    ya.test:process.py:263 Command (pid 2981848) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) inblock: 383856
DEBUG    ya.test:process.py:263 Command (pid 2981848) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) majflt: 46
DEBUG    ya.test:process.py:263 Command (pid 2981848) maxrss: 784192
DEBUG    ya.test:process.py:263 Command (pid 2981848) minflt: 140368
DEBUG    ya.test:process.py:263 Command (pid 2981848) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 2981848) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2981848) nvcsw: 6881
DEBUG    ya.test:process.py:263 Command (pid 2981848) oublock: 224
DEBUG    ya.test:process.py:263 Command (pid 2981848) stime: 0.8250449999999999
DEBUG    ya.test:process.py:263 Command (pid 2981848) utime: 2.7961169999999997
DEBUG    ya.test:process.py:263 Command (pid 2981848) wtime: 27.538
DEBUG    ya.test:process.py:275 Command (pid 2981848) output:

DEBUG    ya.test:process.py:276 Command (pid 2981848) errors:
...Decimal(15,0) NOT NULL, c2025 Interval64 NOT NULL, c2026 Uint64 NOT NULL, c2027 Date32, c2028 Timestamp64, c2029 Date NOT NULL, c2030 Utf8, c2031 Datetime64, c2032 Datetime64, c2033 Uint64, c2034 Double NOT NULL, c2035 Datetime64, c2036 Interval64, c2037 Int64, c2038 Double, c2039 String NOT NULL, c2040 Date32, c2041 Interval64, c2042 Float NOT NULL, c2043 Int32 NOT NULL, c2044 Int32 NOT NULL, c2045 JsonDocument NOT NULL, c2046 Int64, c2047 Date32, c2048 Json NOT NULL, c2049 Interval64 NOT NULL, c2050 Uint16, c2051 Int32, c2052 Uint64, c2053 Datetime NOT NULL, c2054 Decimal(35,10), c2055 Float NOT NULL, c2056 Decimal(22,9) NOT NULL, c2057 Decimal(22,9) NOT NULL, c2058 Float NOT NULL, c2059 Int64, c2060 Decimal(35,10), c2061 Int32, c2062 Datetime, c2063 Interval64 NOT NULL, c2064 Date32, c2065 Json NOT NULL, c2066 Float, c2067 Datetime NOT NULL, c2068 Uint64, c2069 Int64, c2070 Datetime, c2071 Int16, c2072 JsonDocument NOT NULL, c2073 Uint8 NOT NULL, c2074 Utf8, c2075 Int64 NOT NULL, c2076 Decimal(15,0), c2077 Bool, c2078 Decimal(22,9) NOT NULL, c2079 Uint8 NOT NULL, c2080 Decimal(35,10), c2081 Yson, c2082 Uint8, c2083 Uint32, c2084 Date32 NOT NULL, c2085 Decimal(15,0), c2086 Bool NOT NULL, c2087 Uint32, c2088 Datetime64, c2089 Datetime NOT NULL, c2090 Decimal(22,9) NOT NULL, c2091 Interval64, c2092 Decimal(35,10) NOT NULL, c2093 Date, c2094 Double, c2095 Date NOT NULL, c2096 Utf8, c2097 Int8 NOT NULL, c2098 Uint32 NOT NULL, c2099 Yson, c2100 Uint8, c2101 Float NOT NULL, c2102 Json NOT NULL, c2103 Uint16, c2104 Uint8 NOT NULL, c2105 Bool, c2106 Int16, c2107 Timestamp64, c2108 Uint8 NOT NULL, c2109 Datetime64 NOT NULL, c2110 Timestamp, c2111 Decimal(15,0), c2112 Datetime64 NOT NULL, c2113 Date NOT NULL, c2114 Json, c2115 Decimal(35,10) NOT NULL, c2116 Double NOT NULL, c2117 Utf8, c2118 Interval64, c2119 Float, c2120 Interval64 NOT NULL, c2121 Yson NOT NULL, c2122 JsonDocument, c2123 String, c2124 Uint16 NOT NULL, c2125 Bool, c2126 JsonDocument, c2127 String, c2128 Datetime NOT NULL, c2129 Decimal(22,9) NOT NULL, c2130 Date32, c2131 Decimal(35,10), c2132 Uint32, c2133 Decimal(35,10) NOT NULL, c2134 String NOT NULL, c2135 Int8, c2136 Uint8, c2137 Uint32 NOT NULL, c2138 Int8 NOT NULL, c2139 Decimal(15,0), c2140 Decimal(22,9), c2141 Uint32 NOT NULL, c2142 Float NOT NULL, c2143 Int64 NOT NULL, c2144 Json NOT NULL, c2145 Datetime64, c2146 Int8, c2147 Uint8 NOT NULL, c2148 Int16, c2149 Json, c2150 Timestamp, c2151 Utf8, c2152 Uint16 NOT NULL, c2153 Utf8 NOT NULL, c2154 Double, c2155 Decimal(15,0) NOT NULL, c2156 Int8 NOT NULL, c2157 Uint16 NOT NULL, c2158 Bool, c2159 Int16, c2160 Int64 NOT NULL, c2161 Timestamp NOT NULL, c2162 Date32, c2163 Decimal(22,9) NOT NULL, c2164 Uint8, c2165 String NOT NULL, c2166 Double, c2167 Int8 NOT NULL, c2168 Utf8 NOT NULL, c2169 Date32 NOT NULL, c2170 Json, c2171 Datetime NOT NULL, c2172 JsonDocument, c2173 Uint64 NOT NULL, c2174 Date, c2175 Timestamp64 NOT NULL, c2176 Double NOT NULL, c2177 Timestamp64, c2178 Json, c2179 Double, c2180 Int8, c2181 Uint64 NOT NULL, c2182 Int64 NOT NULL, c2183 Int32 NOT NULL, c2184 Uint8, c2185 Uint16 NOT NULL, c2186 Double, c2187 Uint16, c2188 Datetime NOT NULL, c2189 Timestamp NOT NULL, c2190 Int16 NOT NULL, c2191 Json, c2192 Uint64 NOT NULL, c2193 Datetime, c2194 Double NOT NULL, c2195 Uint16, c2196 Utf8, c2197 Interval64, c2198 Double NOT NULL, c2199 Datetime64, c2200 Decimal(35,10) NOT NULL, c2201 JsonDocument NOT NULL, c2202 Double NOT NULL, c2203 Int32 NOT NULL, c2204 Interval64, c2205 Interval64, c2206 Uint64 NOT NULL, c2207 Decimal(15,0) NOT NULL, c2208 Int32, c2209 Decimal(35,10) NOT NULL, c2210 Double, c2211 Float NOT NULL, c2212 Bool NOT NULL, c2213 Date, c2214 Int16 NOT NULL, c2215 Uint16 NOT NULL, c2216 Int16 NOT NULL, c2217 Double NOT NULL, c2218 Interval64, c2219 Int64, c2220 Float, c2221 Date NOT NULL, c2222 Decimal(35,10) NOT NULL, c2223 Datetime, c2224 Timestamp64 NOT NULL, c2225 Decimal(15,0), c2226 Int8 NOT NULL, c2227 Uint32, c2228 Float, c2229 Utf8, c2230 Yson NOT NULL, c2231 Date, c2232 Float NOT NULL, c2233 Yson, c2234 Int16 NOT NULL, c2235 Yson NOT NULL, c2236 Yson NOT NULL, c2237 JsonDocument NOT NULL, c2238 Uint16 NOT NULL, c2239 Int32, c2240 Int8, c2241 Float, c2242 Uint64, c2243 Uint8, c2244 Date, c2245 Yson, c2246 Int64, c2247 Int16 NOT NULL, c2248 Int32, c2249 Bool, c2250 Bool NOT NULL, c2251 Double, c2252 Uint8 NOT NULL, c2253 Int16 NOT NULL, c2254 Uint16 NOT NULL, c2255 Json NOT NULL, c2256 Decimal(35,10), c2257 Uint8, c2258 Timestamp, c2259 Uint16 NOT NULL, c2260 Uint64, c2261 JsonDocument, c2262 Int64 NOT NULL, c2263 Int16 NOT NULL, c2264 Date, c2265 Interval64, c2266 String NOT NULL, c2267 Datetime64, c2268 Datetime, c2269 Uint16 NOT NULL, c2270 Int32, c2271 Int32 NOT NULL, c2272 Decimal(15,0), c2273 Timestamp NOT NULL, c2274 Decimal(15,0) NOT NULL, c2275 Yson, c2276 Uint16, c2277 Utf8 NOT NULL, c2278 String, c2279 Json NOT NULL, c2280 Int8, c2281 Int32, c2282 Decimal(35,10) NOT NULL, c2283 Decimal(35,10), c2284 Json NOT NULL, c2285 Utf8 NOT NULL, c2286 Date, c2287 Double, c2288 Timestamp64, c2289 Float, c2290 Date32 NOT NULL, c2291 Double, c2292 Int8 NOT NULL, c2293 Int64 NOT NULL, c2294 Int8 NOT NULL, c2295 Uint8, c2296 Uint32 NOT NULL, c2297 Date32, c2298 Int16 NOT NULL, c2299 Timestamp64 NOT NULL, c2300 Int8 NOT NULL, c2301 Decimal(35,10) NOT NULL, c2302 Decimal(15,0) NOT NULL, c2303 Yson, c2304 Uint64, c2305 Uint8 NOT NULL, c2306 Utf8 NOT NULL, c2307 Decimal(35,10) NOT NULL, c2308 Datetime64 NOT NULL, c2309 Yson, c2310 Utf8 NOT NULL, c2311 Datetime NOT NULL, c2312 Float, c2313 Uint64, c2314 Uint16 NOT NULL, c2315 Date NOT NULL, c2316 Uint32, c2317 Date32 NOT NULL, c2318 Double, c2319 Uint8, c2320 Decimal(15,0), c2321 Uint16, c2322 Int16, c2323 Datetime, c2324 Double NOT NULL, c2325 Yson NOT NULL, c2326 Int32 NOT NULL, c2327 Uint64 NOT NULL, c2328 Decimal(22,9), c2329 Uint64 NOT NULL, c2330 Bool NOT NULL, c2331 Yson NOT NULL, c2332 Float, c2333 JsonDocument, c2334 Uint64 NOT NULL, c2335 Decimal(15,0) NOT NULL, c2336 Timestamp, c2337 Datetime64, c2338 Datetime NOT NULL, c2339 Timestamp NOT NULL, c2340 Int32 NOT NULL, c2341 Double, c2342 Uint8 NOT NULL, c2343 Decimal(15,0), c2344 Int16 NOT NULL, c2345 Int32, c2346 Int64 NOT NULL, c2347 Bool, c2348 Uint64 NOT NULL, c2349 Json, c2350 Int64 NOT NULL, c2351 Decimal(22,9) NOT NULL, c2352 JsonDocument NOT NULL, c2353 Utf8, c2354 Date, c2355 Decimal(15,0), c2356 Uint32 NOT NULL, c2357 Uint8 NOT NULL, c2358 JsonDocument NOT NULL, c2359 Timestamp64 NOT NULL, c2360 JsonDocument, c2361 Decimal(15,0) NOT NULL, c2362 Uint16, c2363 Decimal(35,10), c2364 Decimal(35,10), c2365 Interval64, c2366 Int8, c2367 Timestamp, c2368 Decimal(15,0), c2369 Datetime, c2370 Decimal(22,9), c2371 Int32 NOT NULL, c2372 Timestamp64 NOT NULL, c2373 Interval64, c2374 Date, c2375 Date, c2376 Decimal(22,9) NOT NULL, c2377 Timestamp NOT NULL, c2378 Int32 NOT NULL, c2379 Bool NOT NULL, c2380 Int32 NOT NULL, c2381 Int8 NOT NULL, c2382 Decimal(15,0) NOT NULL, c2383 Utf8 NOT NULL, c2384 Uint32, c2385 Date, c2386 Yson, c2387 Uint8, c2388 Datetime64 NOT NULL, c2389 Date32, c2390 String NOT NULL, c2391 Float NOT NULL, c2392 Datetime64, c2393 Int32, c2394 Uint16, c2395 Decimal(35,10) NOT NULL, c2396 Yson NOT NULL, c2397 Date NOT NULL, c2398 Uint16 NOT NULL, c2399 Float NOT NULL, c2400 Timestamp64, c2401 Yson NOT NULL, c2402 Datetime, c2403 Timestamp NOT NULL, c2404 Decimal(35,10) NOT NULL, c2405 Date, c2406 Decimal(35,10) NOT NULL, c2407 Decimal(15,0), c2408 Json NOT NULL, c2409 String, c2410 Int32, c2411 Decimal(22,9), c2412 Int8 NOT NULL, c2413 String NOT NULL, c2414 Yson NOT NULL, c2415 Double, c2416 JsonDocument, c2417 Uint16 NOT NULL, c2418 Yson NOT NULL, c2419 Uint32, c2420 Timestamp, c2421 Int64 NOT NULL, c2422 Int32, c2423 Int64 NOT NULL, c2424 Date NOT NULL, c2425 Bool NOT NULL, c2426 Timestamp64, c2427 Double NOT NULL, c2428 Uint16, c2429 Uint16, c2430 Timestamp64 NOT NULL, c2431 Date NOT NULL, c2432 Int8, c2433 Int64 NOT NULL, c2434 Uint16 NOT NULL, c2435 Bool NOT NULL, c2436 Timestamp64 NOT NULL, c2437 Date32, c2438 Uint8 NOT NULL, c2439 Yson, c2440 Decimal(22,9) NOT NULL, c2441 Uint32 NOT NULL, c2442 Date32 NOT NULL, c2443 Uint64, c2444 Bool, c2445 Date NOT NULL, c2446 Json, c2447 Utf8 NOT NULL, c2448 Uint16 NOT NULL, c2449 Interval64, c2450 Uint16, c2451 Date32, c2452 Int32 NOT NULL, c2453 Uint32 NOT NULL, c2454 Double, c2455 Uint8, c2456 Interval64 NOT NULL, c2457 String, c2458 Yson NOT NULL, c2459 Decimal(35,10), c2460 Decimal(35,10) NOT NULL, c2461 Utf8, c2462 Uint16, c2463 Decimal(22,9) NOT NULL, c2464 Datetime, c2465 Date32, c2466 Uint16, c2467 Int64 NOT NULL, c2468 Date32 NOT NULL, c2469 Int8 NOT NULL, c2470 Uint32, c2471 Json NOT NULL, c2472 Decimal(35,10) NOT NULL, c2473 Date, c2474 Interval64, c2475 Yson NOT NULL, c2476 Bool, c2477 Uint8, c2478 Date32, c2479 Datetime, c2480 String NOT NULL, c2481 Utf8, c2482 Yson NOT NULL, c2483 Json NOT NULL, c2484 Interval64 NOT NULL, c2485 Uint8 NOT NULL, c2486 Yson NOT NULL, c2487 Timestamp, c2488 Yson NOT NULL, c2489 Decimal(15,0) NOT NULL, c2490 Int8 NOT NULL, c2491 Int64 NOT NULL, c2492 Decimal(15,0), c2493 Bool NOT NULL, c2494 Json, c2495 JsonDocument NOT NULL, c2496 Bool NOT NULL, c2497 Uint64 NOT NULL, c2498 Date32 NOT NULL, c2499 Utf8, c2500 Int16 NOT NULL, c2501 Json, c2502 Double NOT NULL, c2503 Decimal(15,0) NOT NULL, c2504 Uint16, c2505 Bool NOT NULL, c2506 Timestamp64 NOT NULL, c2507 Date32, c2508 Date32 NOT NULL, c2509 Utf8, c2510 Yson NOT NULL, c2511 Date32, c2512 Timestamp64, c2513 Uint64, c2514 Date NOT NULL, c2515 Uint16 NOT NULL, c2516 Datetime NOT NULL, c2517 Int16 NOT NULL, c2518 Timestamp, c2519 Decimal(15,0) NOT NULL, c2520 Decimal(22,9) NOT NULL, c2521 Timestamp NOT NULL, c2522 Json NOT NULL, c2523 Timestamp, c2524 Datetime NOT NULL, c2525 String NOT NULL, c2526 Timestamp64 NOT NULL, c2527 JsonDocument, c2528 Int64, c2529 Int8 NOT NULL, c2530 Float, c2531 Float, c2532 Int8 NOT NULL, c2533 Datetime NOT NULL, c2534 Yson, c2535 Yson NOT NULL, c2536 Json, c2537 Uint64, c2538 Date32, c2539 Uint16 NOT NULL, c2540 String, c2541 Json, c2542 Json, c2543 Bool NOT NULL, c2544 Uint64 NOT NULL, c2545 Uint16, c2546 Timestamp NOT NULL, c2547 Uint16, c2548 Bool, c2549 Bool, c2550 JsonDocument NOT NULL, c2551 Date NOT NULL, c2552 JsonDocument NOT NULL, c2553 Date NOT NULL, c2554 Date NOT NULL, c2555 Double, c2556 String, c2557 Uint32 NOT NULL, c2558 Bool NOT NULL, c2559 Timestamp64 NOT NULL, c2560 Decimal(35,10) NOT NULL, c2561 String NOT NULL, c2562 Bool, c2563 Decimal(15,0), c2564 Utf8 NOT NULL, c2565 Uint16 NOT NULL, c2566 Datetime, c2567 Int64 NOT NULL, c2568 Int32, c2569 Interval64, c2570 Int8 NOT NULL, c2571 Decimal(15,0) NOT NULL, c2572 Timestamp64 NOT NULL, c2573 Bool, c2574 Timestamp64 NOT NULL, c2575 Decimal(15,0), c2576 JsonDocument, c2577 Yson, c2578 String NOT NULL, c2579 Decimal(15,0) NOT NULL, c2580 Yson, c2581 Int64, c2582 Interval64, c2583 Interval64 NOT NULL, c2584 Double, c2585 Int16, c2586 Date, c2587 Decimal(35,10) NOT NULL, c2588 Bool NOT NULL, c2589 Utf8, c2590 Date32, c2591 Int64, c2592 Timestamp64 NOT NULL, c2593 Double NOT NULL, c2594 Double NOT NULL, c2595 Date32 NOT NULL, c2596 Yson, c2597 Int32 NOT NULL, c2598 Int16, c2599 Int8 NOT NULL, c2600 Date32, c2601 Datetime64 NOT NULL, c2602 Date32, c2603 Datetime64, c2604 Datetime64, c2605 Decimal(15,0) NOT NULL, c2606 Uint64 NOT NULL, c2607 Decimal(35,10) NOT NULL, c2608 Int8 NOT NULL, c2609 Yson NOT NULL, c2610 String, c2611 Timestamp64, c2612 Decimal(35,10), c2613 Float, c2614 Date32, c2615 Timestamp, c2616 Timestamp, c2617 Decimal(35,10), c2618 Float NOT NULL, c2619 Int32, c2620 Int16 NOT NULL, c2621 Date, c2622 Datetime NOT NULL, c2623 Int8 NOT NULL, c2624 Date, c2625 Uint16 NOT NULL, c2626 Utf8, c2627 Timestamp64 NOT NULL, c2628 Datetime64 NOT NULL, c2629 Timestamp NOT NULL, c2630 Datetime, c2631 Bool, c2632 Interval64 NOT NULL, c2633 Yson, c2634 String NOT NULL, c2635 Bool, c2636 Double, c2637 Json, c2638 Int16, c2639 Double NOT NULL, c2640 Json NOT NULL, c2641 Interval64, c2642 Date, c2643 Datetime, c2644 Decimal(35,10), c2645 String NOT NULL, c2646 Json NOT NULL, c2647 Int64, c2648 Datetime NOT NULL, c2649 JsonDocument NOT NULL, c2650 Utf8, c2651 Uint8 NOT NULL, c2652 JsonDocument NOT NULL, c2653 Datetime, c2654 Uint8 NOT NULL, c2655 Int64 NOT NULL, c2656 Date32, c2657 Datetime, c2658 Uint16 NOT NULL, c2659 Double, c2660 Uint32, c2661 Bool, c2662 Decimal(22,9) NOT NULL, c2663 Bool, c2664 Date NOT NULL, c2665 Decimal(35,10) NOT NULL, c2666 Interval64, c2667 Json NOT NULL, c2668 Timestamp64, c2669 Uint64, c2670 Uint64 NOT NULL, c2671 Timestamp NOT NULL, c2672 Date, c2673 Float, c2674 Timestamp NOT NULL, c2675 Yson, c2676 Datetime64, c2677 Uint64, c2678 Datetime64 NOT NULL, c2679 Uint8, c2680 Datetime NOT NULL, c2681 Interval64 NOT NULL, c2682 Decimal(22,9) NOT NULL, c2683 Decimal(35,10) NOT NULL, c2684 Yson, c2685 Int16 NOT NULL, c2686 Timestamp64 NOT NULL, c2687 Int64, c2688 Date32 NOT NULL, c2689 Double NOT NULL, c2690 Int32, c2691 Datetime64, c2692 Decimal(15,0) NOT NULL, c2693 Date, c2694 Json NOT NULL, c2695 Int32 NOT NULL, c2696 Datetime, c2697 Double NOT NULL, c2698 Date32 NOT NULL, c2699 Datetime64 NOT NULL, c2700 Decimal(35,10) NOT NULL, c2701 Double NOT NULL, c2702 Interval64, c2703 Bool, c2704 Date NOT NULL, c2705 String, c2706 Timestamp64 NOT NULL, c2707 Uint64, c2708 Bool NOT NULL, c2709 Int64, c2710 Double, c2711 Uint8 NOT NULL, c2712 JsonDocument, c2713 Int16 NOT NULL, c2714 Decimal(35,10), c2715 Int64 NOT NULL, c2716 Date NOT NULL, c2717 Timestamp64 NOT NULL, c2718 Uint32, c2719 Bool NOT NULL, c2720 Int8, c2721 Datetime NOT NULL, c2722 Datetime, c2723 Utf8 NOT NULL, c2724 Utf8 NOT NULL, c2725 Date32, c2726 Uint64, c2727 Decimal(35,10), c2728 Date32 NOT NULL, c2729 JsonDocument NOT NULL, c2730 Uint16 NOT NULL, c2731 Json NOT NULL, c2732 Int32 NOT NULL, c2733 Uint32, c2734 Decimal(22,9) NOT NULL, c2735 Json, c2736 Uint32 NOT NULL, c2737 Yson NOT NULL, c2738 Int8 NOT NULL, c2739 Uint64 NOT NULL, c2740 Json, c2741 Datetime64 NOT NULL, c2742 Int64, c2743 Timestamp64, c2744 Decimal(35,10), c2745 Utf8, c2746 Decimal(35,10) NOT NULL, c2747 JsonDocument, c2748 Utf8 NOT NULL, c2749 Int16, c2750 Utf8 NOT NULL, c2751 Uint64 NOT NULL, c2752 JsonDocument NOT NULL, c2753 Int16, c2754 Utf8, c2755 Interval64 NOT NULL, c2756 Date32, c2757 Timestamp NOT NULL, c2758 Decimal(22,9) NOT NULL, c2759 Interval64 NOT NULL, c2760 Decimal(22,9), c2761 Timestamp64, c2762 Decimal(35,10) NOT NULL, c2763 Int16, c2764 Timestamp NOT NULL, c2765 Uint32 NOT NULL, c2766 Json NOT NULL, c2767 Double, c2768 Uint64 NOT NULL, c2769 Int64 NOT NULL, c2770 Decimal(35,10) NOT NULL, c2771 Int32 NOT NULL, c2772 Datetime64 NOT NULL, c2773 Interval64, c2774 Datetime NOT NULL, c2775 Date NOT NULL, c2776 Date, c2777 Interval64, c2778 Decimal(35,10) NOT NULL, c2779 JsonDocument, c2780 Utf8 NOT NULL, c2781 Date32, c2782 Decimal(15,0), c2783 String, c2784 Timestamp64 NOT NULL, c2785 Int8 NOT NULL, c2786 String, c2787 Date NOT NULL, c2788 Float, c2789 Int16 NOT NULL, c2790 Int8 NOT NULL, c2791 Timestamp, c2792 Uint8 NOT NULL, c2793 Date NOT NULL, c2794 Int64 NOT NULL, c2795 Date, c2796 Utf8, c2797 Decimal(15,0) NOT NULL, c2798 Int32 NOT NULL, c2799 Utf8, c2800 Utf8, c2801 String NOT NULL, c2802 Uint8, c2803 Uint64, c2804 Datetime64 NOT NULL, c2805 Yson, c2806 Float, c2807 JsonDocument, c2808 Date32 NOT NULL, c2809 JsonDocument NOT NULL, c2810 Decimal(35,10) NOT NULL, c2811 Decimal(15,0), c2812 Uint64, c2813 Datetime64, c2814 Decimal(15,0), c2815 JsonDocument NOT NULL, c2816 Uint64 NOT NULL, c2817 Uint8 NOT NULL, c2818 Timestamp64 NOT NULL, c2819 Uint32 NOT NULL, c2820 Interval64, c2821 Float, c2822 Uint16 NOT NULL, c2823 Interval64 NOT NULL, c2824 Uint64 NOT NULL, c2825 Float, c2826 Decimal(22,9), c2827 Int64 NOT NULL, c2828 Uint16 NOT NULL, c2829 String NOT NULL, c2830 Int8, c2831 JsonDocument NOT NULL, c2832 Date32 NOT NULL, c2833 Timestamp64, c2834 Float NOT NULL, c2835 Int8, c2836 Interval64, c2837 Int32, c2838 Decimal(22,9), c2839 Double, c2840 Int64 NOT NULL, c2841 Utf8, c2842 Double, c2843 Int32 NOT NULL, c2844 Uint64, c2845 Interval64, c2846 Int8, c2847 Date NOT NULL, c2848 Date32 NOT NULL, c2849 Utf8 NOT NULL, c2850 Timestamp64 NOT NULL, c2851 Uint16 NOT NULL, c2852 Int64 NOT NULL, c2853 Json NOT NULL, c2854 Uint32 NOT NULL, c2855 Datetime64 NOT NULL, c2856 Decimal(15,0) NOT NULL, c2857 Decimal(35,10) NOT NULL, c2858 Uint16, c2859 Int16 NOT NULL, c2860 Json NOT NULL, c2861 Json NOT NULL, c2862 String NOT NULL, c2863 Uint8, c2864 String NOT NULL, c2865 Timestamp, c2866 Timestamp NOT NULL, c2867 Uint32 NOT NULL, c2868 Int64, c2869 Decimal(35,10), c2870 Int16 NOT NULL, c2871 Datetime, c2872 Date, c2873 Uint32, c2874 Decimal(35,10), c2875 Int64, c2876 Decimal(22,9), c2877 Timestamp NOT NULL, c2878 Int16, c2879 Uint16 NOT NULL, c2880 Float, c2881 Datetime, c2882 Uint8, c2883 Uint16, c2884 Int16 NOT NULL, c2885 Int8, c2886 Int8, c2887 Int8 NOT NULL, c2888 Datetime64 NOT NULL, c2889 JsonDocument NOT NULL, c2890 Interval64 NOT NULL, c2891 Interval64, c2892 Double NOT NULL, c2893 Uint64 NOT NULL, c2894 Int32, c2895 Date32 NOT NULL, c2896 Decimal(15,0) NOT NULL, c2897 Timestamp64 NOT NULL, c2898 Bool, c2899 Uint8, c2900 Int32 NOT NULL, c2901 Bool, c2902 Yson NOT NULL, c2903 Date32 NOT NULL, c2904 Uint64, c2905 Int64 NOT NULL, c2906 Decimal(22,9) NOT NULL, c2907 Int8, c2908 Timestamp, c2909 Utf8, c2910 Float, c2911 Date32, c2912 Int32, c2913 Timestamp NOT NULL, c2914 Double, c2915 Decimal(22,9) NOT NULL, c2916 Int8 NOT NULL, c2917 Int32, c2918 Int8 NOT NULL, c2919 Date32 NOT NULL, c2920 Datetime, c2921 Uint64, c2922 Uint64, c2923 Utf8 NOT NULL, c2924 String NOT NULL, c2925 Decimal(22,9) NOT NULL, c2926 Uint16, c2927 String, c2928 Datetime, c2929 Uint16, c2930 Decimal(22,9), c2931 Datetime64, c2932 Datetime NOT NULL, c2933 Yson NOT NULL, c2934 Date, c2935 Bool, c2936 Int8, c2937 Yson NOT NULL, c2938 Date32 NOT NULL, c2939 Bool, c2940 Int8 NOT NULL, c2941 String, c2942 Uint8, c2943 Int8, c2944 Int32, c2945 Decimal(15,0), c2946 Date, c2947 Decimal(15,0), c2948 Json NOT NULL, c2949 Datetime, c2950 Int8, c2951 Datetime64 NOT NULL, c2952 Int32, c2953 Int8, c2954 Float, c2955 Uint8 NOT NULL, c2956 String NOT NULL, c2957 Uint32 NOT NULL, c2958 Datetime64, c2959 String NOT NULL, c2960 Datetime64 NOT NULL, c2961 Decimal(15,0), c2962 Int8, c2963 Date NOT NULL, c2964 Uint32 NOT NULL, c2965 Uint16, c2966 Date32 NOT NULL, c2967 Decimal(35,10), c2968 Float, c2969 Datetime64, c2970 Int16, c2971 Interval64 NOT NULL, c2972 Timestamp64 NOT NULL, c2973 String NOT NULL, c2974 Int64 NOT NULL, c2975 Datetime NOT NULL, c2976 Uint8, c2977 Json NOT NULL, c2978 Uint32 NOT NULL, c2979 Int8 NOT NULL, c2980 Float, c2981 Timestamp64 NOT NULL, c2982 Date NOT NULL, c2983 Datetime, c2984 Double, c2985 Datetime64 NOT NULL, c2986 Int32, c2987 Yson, c2988 Timestamp64 NOT NULL, c2989 Int8, c2990 Yson NOT NULL, c2991 Decimal(35,10), c2992 Uint16, c2993 JsonDocument NOT NULL, c2994 Float, c2995 Timestamp64 NOT NULL, c2996 Timestamp64 NOT NULL, c2997 Utf8, c2998 Int32 NOT NULL, c2999 Int64, c3000 Date32, c3001 Timestamp64, c3002 Timestamp64 NOT NULL, c3003 Datetime, c3004 Decimal(35,10), c3005 Decimal(35,10), c3006 Date NOT NULL, c3007 Timestamp64, c3008 Utf8 NOT NULL, c3009 Timestamp64 NOT NULL, c3010 Yson, c3011 Interval64, c3012 Timestamp, c3013 Int8, c3014 Decimal(35,10) NOT NULL, c3015 Double NOT NULL, c3016 Uint64, c3017 Utf8 NOT NULL, c3018 Uint64, c3019 Timestamp NOT NULL, c3020 Int32 NOT NULL, c3021 Date NOT NULL, c3022 Int16 NOT NULL, c3023 Decimal(22,9) NOT NULL, c3024 Timestamp64, c3025 Bool NOT NULL, c3026 Interval64, c3027 Uint64, c3028 Json, c3029 Uint8, c3030 Decimal(22,9) NOT NULL, c3031 Uint32, c3032 Timestamp, c3033 Bool NOT NULL, c3034 Utf8 NOT NULL, c3035 JsonDocument, c3036 Utf8, c3037 JsonDocument, c3038 Interval64, c3039 Date NOT NULL, c3040 Datetime NOT NULL, c3041 Float NOT NULL, c3042 Decimal(22,9), c3043 Yson, c3044 Interval64, c3045 Timestamp64, c3046 String NOT NULL, c3047 String NOT NULL, c3048 Int16, c3049 Interval64, c3050 Utf8 NOT NULL, c3051 Timestamp NOT NULL, c3052 Uint8, c3053 Datetime NOT NULL, c3054 Date32, c3055 Int8, c3056 Timestamp64 NOT NULL, c3057 Date32, c3058 Int16 NOT NULL, c3059 Json, c3060 Uint64, c3061 Json, c3062 Interval64 NOT NULL, c3063 Int8 NOT NULL, c3064 Date, c3065 Double NOT NULL, c3066 Int16, c3067 Decimal(35,10) NOT NULL, c3068 Uint64, c3069 Interval64 NOT NULL, c3070 Decimal(22,9), c3071 String, c3072 JsonDocument NOT NULL, c3073 Date NOT NULL, c3074 Date32 NOT NULL, c3075 Bool, c3076 Int64, c3077 Date, c3078 Int8, c3079 Json, c3080 Decimal(22,9), c3081 Yson, c3082 Int64, c3083 Utf8, c3084 Date, c3085 Bool NOT NULL, c3086 Int32, c3087 Double NOT NULL, c3088 Utf8 NOT NULL, c3089 Int8 NOT NULL, c3090 Decimal(22,9) NOT NULL, c3091 Interval64 NOT NULL, c3092 Int64, c3093 Int64, c3094 Datetime, c3095 Int32, c3096 Date32 NOT NULL, c3097 JsonDocument NOT NULL, c3098 Date NOT NULL, c3099 String NOT NULL, c3100 Timestamp64, c3101 Date, c3102 Float NOT NULL, c3103 Decimal(15,0), c3104 Double, c3105 Uint64 NOT NULL, c3106 Decimal(22,9) NOT NULL, c3107 Int16, c3108 Bool, c3109 Timestamp64 NOT NULL, c3110 Date NOT NULL, c3111 Interval64, c3112 Uint64 NOT NULL, c3113 String, c3114 Interval64 NOT NULL, c3115 Int32 NOT NULL, c3116 Datetime, c3117 Yson NOT NULL, c3118 Json, c3119 Int64, c3120 Datetime64, c3121 Double NOT NULL, c3122 Uint64, c3123 Uint32, c3124 Int64, c3125 Double NOT NULL, c3126 Datetime, c3127 String, c3128 Uint32 NOT NULL, c3129 Datetime64, c3130 Utf8, c3131 Timestamp NOT NULL, c3132 Utf8 NOT NULL, c3133 Int16, c3134 Decimal(35,10), c3135 Timestamp64 NOT NULL, c3136 Bool NOT NULL, c3137 Timestamp NOT NULL, c3138 Uint8 NOT NULL, c3139 Date, c3140 Yson NOT NULL, c3141 Datetime64, c3142 Json, c3143 Uint16 NOT NULL, c3144 Bool NOT NULL, c3145 Utf8, c3146 Utf8, c3147 Uint16 NOT NULL, c3148 Json NOT NULL, c3149 Date32 NOT NULL, c3150 Date, c3151 Date32, c3152 Decimal(15,0), c3153 Uint64, c3154 JsonDocument NOT NULL, c3155 Date32 NOT NULL, c3156 Int64, c3157 Float, c3158 Date32, c3159 Int16 NOT NULL, c3160 Timestamp, c3161 Date NOT NULL, c3162 Decimal(15,0), c3163 Uint32 NOT NULL, c3164 String NOT NULL, c3165 Json, c3166 Datetime64, c3167 Uint64, c3168 Double NOT NULL, c3169 String, c3170 Decimal(22,9), c3171 Int16 NOT NULL, c3172 Decimal(15,0) NOT NULL, c3173 JsonDocument, c3174 Json, c3175 Int16, c3176 Yson NOT NULL, c3177 Datetime64 NOT NULL, c3178 Utf8 NOT NULL, c3179 Date32, c3180 Decimal(22,9), c3181 Uint8, c3182 Double NOT NULL, c3183 Datetime NOT NULL, c3184 Double, c3185 Uint16, c3186 Timestamp, c3187 Interval64, c3188 Datetime64 NOT NULL, c3189 Int16, c3190 Bool, c3191 Float, c3192 Int8, c3193 Yson, c3194 Interval64 NOT NULL, c3195 Utf8, c3196 Bool, c3197 Int32, c3198 Date32 NOT NULL, c3199 Int8 NOT NULL, c3200 Timestamp NOT NULL, c3201 Datetime64, c3202 Uint32 NOT NULL, c3203 Json, c3204 String, c3205 Int8 NOT NULL, c3206 Date32 NOT NULL, c3207 Uint64, c3208 String NOT NULL, c3209 Bool NOT NULL, c3210 Uint32 NOT NULL, c3211 Utf8 NOT NULL, c3212 Json NOT NULL, c3213 Utf8 NOT NULL, c3214 Timestamp NOT NULL, c3215 Decimal(15,0) NOT NULL, c3216 Int32, c3217 Decimal(15,0) NOT NULL, c3218 Int16, c3219 Int64 NOT NULL, c3220 Uint8, c3221 Datetime64 NOT NULL, c3222 Bool NOT NULL, c3223 Uint32, c3224 Datetime NOT NULL, c3225 Uint64, c3226 Interval64 NOT NULL, c3227 Yson NOT NULL, c3228 Uint32 NOT NULL, c3229 Yson NOT NULL, c3230 Double, c3231 Date32, c3232 Yson NOT NULL, c3233 Int16, c3234 Utf8, c3235 Uint64 NOT NULL, c3236 String NOT NULL, c3237 Decimal(22,9), c3238 Int16 NOT NULL, c3239 Date32, c3240 Utf8 NOT NULL, c3241 Float NOT NULL, c3242 Uint16 NOT NULL, c3243 Timestamp, c3244 Decimal(22,9) NOT NULL, c3245 Date32 NOT NULL, c3246 Yson, c3247 Date32, c3248 Int8 NOT NULL, c3249 Utf8, c3250 Interval64, c3251 Uint64, c3252 Float NOT NULL, c3253 Uint8, c3254 Uint16 NOT NULL, c3255 Json, c3256 Yson, c3257 Json, c3258 Uint32 NOT NULL, c3259 Decimal(35,10), c3260 Uint8, c3261 Date32, c3262 Float NOT NULL, c3263 Datetime64 NOT NULL, c3264 Float, c3265 Double NOT NULL, c3266 Decimal(22,9), c3267 Yson, c3268 Datetime, c3269 Int64 NOT NULL, c3270 Double NOT NULL, c3271 Date32, c3272 Float, c3273 Timestamp64 NOT NULL, c3274 Json, c3275 Uint16 NOT NULL, c3276 Utf8 NOT NULL, c3277 Double NOT NULL, c3278 Date32 NOT NULL, c3279 Yson, c3280 Uint64 NOT NULL, c3281 Bool NOT NULL, c3282 String, c3283 Int16, c3284 Uint8 NOT NULL, c3285 Int16 NOT NULL, c3286 JsonDocument NOT NULL, c3287 Int64, c3288 Decimal(22,9) NOT NULL, c3289 Utf8 NOT NULL, c3290 Int32, c3291 Uint8 NOT NULL, c3292 String, c3293 Date NOT NULL, c3294 String NOT NULL, c3295 Int32 NOT NULL, c3296 Decimal(15,0) NOT NULL, c3297 Int8, c3298 Utf8 NOT NULL, c3299 Date NOT NULL, c3300 JsonDocument, c3301 Date NOT NULL, c3302 Datetime NOT NULL, c3303 Int32 NOT NULL, c3304 Utf8, c3305 Int16, c3306 Int16, c3307 Uint32, c3308 Uint16 NOT NULL, c3309 Json NOT NULL, c3310 Utf8, c3311 Datetime NOT NULL, c3312 Decimal(22,9) NOT NULL, c3313 Yson, c3314 Int32 NOT NULL, c3315 Date32 NOT NULL, c3316 Int16 NOT NULL, c3317 String, c3318 Uint8, c3319 JsonDocument NOT NULL, c3320 Bool NOT NULL, c3321 Uint32, c3322 Json, c3323 Double, c3324 Datetime, c3325 Uint16 NOT NULL, c3326 Datetime64 NOT NULL, c3327 Int8 NOT NULL, c3328 String, c3329 Decimal(22,9), c3330 Int64 NOT NULL, c3331 Int16, c3332 Decimal(35,10) NOT NULL, c3333 Int32, c3334 Int8, c3335 Uint64 NOT NULL, c3336 Yson NOT NULL, c3337 Int8 NOT NULL, c3338 Int8, c3339 Uint64, c3340 Int16 NOT NULL, c3341 Int16 NOT NULL, c3342 Json, c3343 Uint16, c3344 Uint16, c3345 JsonDocument, c3346 String NOT NULL, c3347 Double, c3348 Interval64, c3349 Bool, c3350 Float, c3351 Datetime, c3352 String, c3353 Interval64, c3354 Timestamp NOT NULL, c3355 Decimal(35,10), c3356 Datetime, c3357 Json NOT NULL, c3358 Timestamp64 NOT NULL, c3359 Date32, c3360 Int64 NOT NULL, c3361 Decimal(22,9), c3362 Int8 NOT NULL, c3363 Datetime NOT NULL, c3364 Datetime NOT NULL, c3365 Decimal(15,0) NOT NULL, c3366 Yson NOT NULL, c3367 Decimal(22,9) NOT NULL, c3368 Float NOT NULL, c3369 Bool NOT NULL, c3370 Json NOT NULL, c3371 Float NOT NULL, c3372 Int32, c3373 JsonDocument, c3374 Double, c3375 Double, c3376 Decimal(22,9), c3377 Int8, c3378 Timestamp64, c3379 Double NOT NULL, c3380 Int16, c3381 Uint64 NOT NULL, c3382 Utf8, c3383 Json NOT NULL, c3384 Int16, c3385 Uint8 NOT NULL, c3386 Float NOT NULL, c3387 Timestamp NOT NULL, c3388 Uint16, c3389 Datetime64, c3390 Int32, c3391 Utf8, c3392 Timestamp64 NOT NULL, c3393 Bool, c3394 Date, c3395 Interval64 NOT NULL, c3396 Decimal(15,0), c3397 Date, c3398 Double NOT NULL, c3399 Float, c3400 Int16 NOT NULL, c3401 Int32 NOT NULL, c3402 Double NOT NULL, c3403 Double, c3404 Uint64, c3405 Int64 NOT NULL, c3406 Decimal(15,0), c3407 Utf8, c3408 Datetime64 NOT NULL, c3409 Uint16 NOT NULL, c3410 Uint32, c3411 Json NOT NULL, c3412 Interval64 NOT NULL, c3413 Uint16 NOT NULL, c3414 Json NOT NULL, c3415 Bool NOT NULL, c3416 Interval64, c3417 Decimal(22,9) NOT NULL, c3418 Decimal(22,9) NOT NULL, c3419 Float, c3420 Uint32, c3421 Double NOT NULL, c3422 Decimal(15,0), c3423 String, c3424 Decimal(22,9) NOT NULL, c3425 Timestamp NOT NULL, c3426 Uint8, c3427 Decimal(35,10) NOT NULL, c3428 Uint64, c3429 Utf8 NOT NULL, c3430 Date NOT NULL, c3431 Date32 NOT NULL, c3432 Decimal(35,10) NOT NULL, c3433 Uint16, c3434 Int16 NOT NULL, c3435 Decimal(35,10) NOT NULL, c3436 Int32, c3437 Decimal(22,9), c3438 Int64, c3439 Bool, c3440 Bool, c3441 Uint16, c3442 Yson NOT NULL, c3443 Json, c3444 Float, c3445 Int8 NOT NULL, c3446 Decimal(15,0) NOT NULL, c3447 Datetime NOT NULL, c3448 Yson, c3449 Int32 NOT NULL, c3450 Uint64, c3451 Decimal(15,0) NOT NULL, c3452 Datetime64 NOT NULL, c3453 Int32, c3454 Bool, c3455 Int8, c3456 Int32, c3457 String, c3458 JsonDocument, c3459 Decimal(22,9), c3460 Uint8, c3461 Uint32 NOT NULL, c3462 Datetime64, c3463 Interval64, c3464 Json NOT NULL, c3465 Int32 NOT NULL, c3466 Timestamp64, c3467 JsonDocument, c3468 Uint16, c3469 Int8, c3470 Uint64 NOT NULL, c3471 Uint32 NOT NULL, c3472 Decimal(15,0) NOT NULL, c3473 Decimal(35,10) NOT NULL, c3474 Int32, c3475 Interval64, c3476 Interval64 NOT NULL, c3477 Date32, c3478 Timestamp NOT NULL, c3479 Timestamp NOT NULL, c3480 Double, c3481 Uint8, c3482 Uint32, c3483 Timestamp64, c3484 Json NOT NULL, c3485 Int64, c3486 Int16 NOT NULL, c3487 Json NOT NULL, c3488 Uint32, c3489 Datetime NOT NULL, c3490 Bool NOT NULL, c3491 Int16, c3492 String, c3493 Utf8 NOT NULL, c3494 JsonDocument NOT NULL, c3495 Timestamp64, c3496 Yson, c3497 Int32, c3498 String NOT NULL, c3499 Decimal(35,10), c3500 Decimal(15,0), c3501 Uint64 NOT NULL, c3502 Json, c3503 Int16, c3504 Float NOT NULL, c3505 Int8 NOT NULL, c3506 Timestamp, c3507 Interval64 NOT NULL, c3508 Uint16 NOT NULL, c3509 Datetime64 NOT NULL, c3510 Uint32, c3511 Uint16, c3512 JsonDocument, c3513 Int16 NOT NULL, c3514 JsonDocument, c3515 Bool NOT NULL, c3516 Int64, c3517 Uint64 NOT NULL, c3518 Interval64 NOT NULL, c3519 Int32 NOT NULL, c3520 Datetime64, c3521 Int16 NOT NULL, c3522 Interval64, c3523 Int16 NOT NULL, c3524 Date32, c3525 Timestamp, c3526 Datetime NOT NULL, c3527 Json NOT NULL, c3528 Interval64 NOT NULL, c3529 Double, c3530 Bool, c3531 Uint16 NOT NULL, c3532 Int8, c3533 Datetime, c3534 Datetime, c3535 Float NOT NULL, c3536 Bool NOT NULL, c3537 Bool NOT NULL, c3538 Float NOT NULL, c3539 Date32 NOT NULL, c3540 Uint8 NOT NULL, c3541 Utf8 NOT NULL, c3542 Double NOT NULL, c3543 Date32, c3544 Uint16 NOT NULL, c3545 Bool NOT NULL, c3546 Timestamp64 NOT NULL, c3547 Datetime, c3548 Datetime64, c3549 Int32 NOT NULL, c3550 Date32 NOT NULL, c3551 Datetime NOT NULL, c3552 Double NOT NULL, c3553 Uint32, c3554 Datetime64, c3555 Double, c3556 Uint8, c3557 Datetime NOT NULL, c3558 Uint16, c3559 Int8, c3560 Decimal(15,0), c3561 Utf8 NOT NULL, c3562 Interval64 NOT NULL, c3563 Datetime, c3564 Uint8, c3565 String, c3566 Interval64, c3567 Datetime NOT NULL, c3568 Datetime64 NOT NULL, c3569 Date32 NOT NULL, c3570 Double, c3571 Uint32 NOT NULL, c3572 Yson, c3573 Uint32 NOT NULL, c3574 Int64 NOT NULL, c3575 JsonDocument, c3576 Datetime NOT NULL, c3577 Timestamp64 NOT NULL, c3578 Int8, c3579 Utf8 NOT NULL, c3580 Datetime64 NOT NULL, c3581 Datetime64, c3582 Uint8, c3583 Decimal(15,0), c3584 Int16, c3585 Bool, c3586 Float NOT NULL, c3587 Timestamp64 NOT NULL, c3588 Int64 NOT NULL, c3589 Uint64, c3590 Datetime64, c3591 Uint8, c3592 Datetime64, c3593 Uint32, c3594 JsonDocument NOT NULL, c3595 Uint16, c3596 Decimal(15,0), c3597 Int64 NOT NULL, c3598 Int32, c3599 Int8 NOT NULL, c3600 Uint8 NOT NULL, c3601 Uint16 NOT NULL, c3602 String, c3603 Bool NOT NULL, c3604 Decimal(15,0) NOT NULL, c3605 Date32 NOT NULL, c3606 Json, c3607 JsonDocument NOT NULL, c3608 Datetime64 NOT NULL, c3609 Decimal(15,0), c3610 Uint32, c3611 Date, c3612 Int32 NOT NULL, c3613 Int64, c3614 Date NOT NULL, c3615 Interval64 NOT NULL, c3616 Float, c3617 Int64 NOT NULL, c3618 String, c3619 Uint32, c3620 Uint64 NOT NULL, c3621 Timestamp, c3622 Decimal(35,10) NOT NULL, c3623 Uint64, c3624 Decimal(35,10) NOT NULL, c3625 Datetime64 NOT NULL, c3626 Decimal(15,0) NOT NULL, c3627 Datetime64 NOT NULL, c3628 Float, c3629 Date, c3630 Uint64, c3631 Decimal(22,9) NOT NULL, c3632 Int32, c3633 String, c3634 Double, c3635 Date, c3636 Int16 NOT NULL, c3637 Interval64, c3638 Datetime64, c3639 Decimal(22,9), c3640 Double, c3641 Double NOT NULL, c3642 Int64, c3643 Decimal(35,10) NOT NULL, c3644 Int16, c3645 String NOT NULL, c3646 Int32, c3647 Datetime NOT NULL, c3648 Int32, c3649 JsonDocument NOT NULL, c3650 Uint64 NOT NULL, c3651 Decimal(15,0), c3652 Json, c3653 JsonDocument NOT NULL, c3654 String, c3655 Uint64, c3656 JsonDocument NOT NULL, c3657 String, c3658 String, c3659 String NOT NULL, c3660 Uint64, c3661 Date32 NOT NULL, c3662 JsonDocument NOT NULL, c3663 Decimal(15,0) NOT NULL, c3664 Uint16 NOT NULL, c3665 Decimal(15,0), c3666 Date32 NOT NULL, c3667 Int32 NOT NULL, c3668 Bool NOT NULL, c3669 Timestamp NOT NULL, c3670 Yson, c3671 Utf8 NOT NULL, c3672 Interval64, c3673 Int8 NOT NULL, c3674 Uint8 NOT NULL, c3675 Timestamp NOT NULL, c3676 Timestamp NOT NULL, c3677 Json NOT NULL, c3678 Int64 NOT NULL, c3679 Int8 NOT NULL, c3680 Uint16 NOT NULL, c3681 JsonDocument, c3682 Bool, c3683 Uint8, c3684 Bool, c3685 Uint8 NOT NULL, c3686 Decimal(35,10) NOT NULL, c3687 Uint64, c3688 Uint8, c3689 Utf8, c3690 Timestamp NOT NULL, c3691 Decimal(22,9), c3692 Int16, c3693 Int64, c3694 Uint8, c3695 String NOT NULL, c3696 Int32, c3697 Bool NOT NULL, c3698 Json NOT NULL, c3699 Date NOT NULL, c3700 Interval64 NOT NULL, c3701 Decimal(35,10), c3702 Utf8, c3703 Uint32 NOT NULL, c3704 Uint64, c3705 Float, c3706 Decimal(35,10), c3707 Decimal(22,9), c3708 Bool NOT NULL, c3709 Timestamp64 NOT NULL, c3710 Int32, c3711 Utf8, c3712 Date32 NOT NULL, c3713 Int8, c3714 Timestamp64 NOT NULL, c3715 String, c3716 Timestamp NOT NULL, c3717 Int64 NOT NULL, c3718 Uint32, c3719 Json, c3720 Uint16, c3721 Uint16, c3722 Decimal(35,10), c3723 Datetime, c3724 Int32 NOT NULL, c3725 Double, c3726 Int32 NOT NULL, c3727 Json NOT NULL, c3728 Utf8 NOT NULL, c3729 Date NOT NULL, c3730 Date, c3731 Interval64, c3732 Uint32, c3733 Date32, c3734 Decimal(15,0) NOT NULL, c3735 Double NOT NULL, c3736 Decimal(22,9), c3737 Timestamp NOT NULL, c3738 Uint64, c3739 Int32 NOT NULL, c3740 Decimal(15,0) NOT NULL, c3741 Decimal(22,9) NOT NULL, c3742 Int8 NOT NULL, c3743 Json NOT NULL, c3744 Uint8 NOT NULL, c3745 Int64, c3746 String, c3747 Uint8 NOT NULL, c3748 Yson NOT NULL, c3749 Int16 NOT NULL, c3750 Bool, c3751 Bool, c3752 Int32, c3753 Bool, c3754 Bool NOT NULL, c3755 Date NOT NULL, c3756 Uint32, c3757 Float, c3758 Datetime64 NOT NULL, c3759 Int64, c3760 Date32, c3761 Date32 NOT NULL, c3762 Timestamp64, c3763 Datetime64 NOT NULL, c3764 Yson NOT NULL, c3765 Uint64 NOT NULL, c3766 Int64, c3767 Double NOT NULL, c3768 Uint32, c3769 Utf8, c3770 Decimal(15,0) NOT NULL, c3771 Timestamp NOT NULL, c3772 Int32 NOT NULL, c3773 Uint32 NOT NULL, c3774 Decimal(22,9) NOT NULL, c3775 Timestamp64, c3776 Int64 NOT NULL, c3777 Json NOT NULL, c3778 String NOT NULL, c3779 Int64 NOT NULL, c3780 Datetime64 NOT NULL, c3781 Datetime64, c3782 Datetime64, c3783 Float NOT NULL, c3784 Date NOT NULL, c3785 Datetime NOT NULL, c3786 Datetime, c3787 Utf8, c3788 Int16, c3789 Interval64 NOT NULL, c3790 JsonDocument, c3791 Double, c3792 Date32, c3793 Int64, c3794 Timestamp NOT NULL, c3795 Decimal(22,9), c3796 Timestamp, c3797 Json, c3798 Yson NOT NULL, c3799 Datetime64 NOT NULL, c3800 Float NOT NULL, c3801 Int16 NOT NULL, c3802 Int16 NOT NULL, c3803 Timestamp64, c3804 Datetime64 NOT NULL, c3805 Date, c3806 Json, c3807 Interval64, c3808 JsonDocument NOT NULL, c3809 Date NOT NULL, c3810 Int32 NOT NULL, c3811 Float, c3812 String, c3813 Decimal(15,0) NOT NULL, c3814 JsonDocument, c3815 Uint8, c3816 Decimal(35,10) NOT NULL, c3817 Json, c3818 String NOT NULL, c3819 Timestamp64 NOT NULL, c3820 Datetime64, c3821 Int8 NOT NULL, c3822 Uint16 NOT NULL, c3823 Date32, c3824 Decimal(35,10) NOT NULL, c3825 Decimal(15,0) NOT NULL, c3826 Double NOT NULL, c3827 Double NOT NULL, c3828 Date, c3829 Datetime64 NOT NULL, c3830 Uint8 NOT NULL, c3831 Datetime64, c3832 Timestamp64 NOT NULL, c3833 String NOT NULL, c3834 Timestamp64 NOT NULL, c3835 Datetime, c3836 Bool, c3837 Uint64 NOT NULL, c3838 Datetime, c3839 Decimal(22,9) NOT NULL, c3840 Decimal(35,10) NOT NULL, c3841 Date, c3842 Date NOT NULL, c3843 Yson, c3844 Utf8, c3845 Timestamp, c3846 Decimal(35,10), c3847 Timestamp, c3848 Date, c3849 Timestamp, c3850 Date32 NOT NULL, c3851 JsonDocument NOT NULL, c3852 Uint8, c3853 Int64 NOT NULL, c3854 Bool, c3855 Timestamp64 NOT NULL, c3856 Decimal(15,0) NOT NULL, c3857 Uint32, c3858 Interval64 NOT NULL, c3859 Int64 NOT NULL, c3860 Interval64 NOT NULL, c3861 String, c3862 Uint16, c3863 Decimal(15,0), c3864 Int8, c3865 Decimal(22,9), c3866 Int8, c3867 Double, c3868 Datetime64 NOT NULL, c3869 Json, c3870 Datetime NOT NULL, c3871 Interval64, c3872 Interval64, c3873 Utf8, c3874 Decimal(35,10) NOT NULL, c3875 Date NOT NULL, c3876 Json NOT NULL, c3877 Interval64 NOT NULL, c3878 Datetime64 NOT NULL, c3879 Date32, c3880 Decimal(22,9) NOT NULL, c3881 Float NOT NULL, c3882 Uint8 NOT NULL, c3883 Timestamp, c3884 Uint8, c3885 Uint16, c3886 Double, c3887 Uint8 NOT NULL, c3888 JsonDocument, c3889 Int32, c3890 JsonDocument NOT NULL, c3891 Datetime64 NOT NULL, c3892 Uint8, c3893 Uint8, c3894 Int16, c3895 Json, c3896 Utf8, c3897 Uint16 NOT NULL, c3898 Uint64 NOT NULL, c3899 Uint8 NOT NULL, c3900 Utf8, c3901 Date, c3902 Uint16, c3903 Yson, c3904 Interval64, c3905 Decimal(15,0) NOT NULL, c3906 Datetime NOT NULL, c3907 Utf8 NOT NULL, c3908 Int64, c3909 Datetime, c3910 Int16 NOT NULL, c3911 Uint16, c3912 Yson, c3913 Json NOT NULL, c3914 Timestamp64 NOT NULL, c3915 Uint16, c3916 Yson, c3917 Timestamp64 NOT NULL, c3918 Uint32, c3919 Decimal(35,10) NOT NULL, c3920 Bool NOT NULL, c3921 Decimal(15,0) NOT NULL, c3922 String NOT NULL, c3923 Uint8 NOT NULL, c3924 Int16, c3925 Uint32, c3926 Yson NOT NULL, c3927 Int64 NOT NULL, c3928 Double NOT NULL, c3929 Datetime64, c3930 Yson NOT NULL, c3931 String, c3932 Datetime64, c3933 Float, c3934 Utf8, c3935 Datetime NOT NULL, c3936 Date32 NOT NULL, c3937 Timestamp64 NOT NULL, c3938 Json, c3939 Interval64, c3940 Timestamp, c3941 Uint16 NOT NULL, c3942 Datetime64, c3943 Timestamp64, c3944 Timestamp, c3945 JsonDocument, c3946 Json NOT NULL, c3947 Uint16 NOT NULL, c3948 Decimal(15,0), c3949 Decimal(15,0) NOT NULL, c3950 Int64, c3951 Double, c3952 Date32, c3953 Bool NOT NULL, c3954 Timestamp, c3955 Date32, c3956 Decimal(15,0) NOT NULL, c3957 Int64 NOT NULL, c3958 Float NOT NULL, c3959 Int32, c3960 Int16, c3961 Utf8, c3962 Timestamp64, c3963 Decimal(15,0), c3964 Decimal(15,0) NOT NULL, c3965 Decimal(35,10) NOT NULL, c3966 Interval64, c3967 Yson, c3968 Decimal(35,10), c3969 Uint32, c3970 Float NOT NULL, c3971 Datetime64, c3972 Yson NOT NULL, c3973 Decimal(22,9), c3974 Uint32, c3975 Bool, c3976 Int16, c3977 Date32, c3978 Double NOT NULL, c3979 Date NOT NULL, c3980 Utf8, c3981 Utf8, c3982 JsonDocument NOT NULL, c3983 Uint64, c3984 Datetime64 NOT NULL, c3985 Utf8, c3986 Int16, c3987 Uint64, c3988 Yson, c3989 Json, c3990 Int8, c3991 JsonDocument NOT NULL, c3992 Decimal(15,0) NOT NULL, c3993 Interval64 NOT NULL, c3994 Double NOT NULL, c3995 String NOT NULL, c3996 Int8 NOT NULL, c3997 Date NOT NULL, c3998 Timestamp NOT NULL, c3999 Decimal(15,0), c4000 Bool, c4001 JsonDocument NOT NULL, c4002 Decimal(15,0), c4003 Decimal(22,9), c4004 Datetime, c4005 Float NOT NULL, c4006 Int16 NOT NULL, c4007 Uint32 NOT NULL, c4008 Date NOT NULL, c4009 Utf8 NOT NULL, c4010 String, c4011 Date32 NOT NULL, c4012 Int64, c4013 Timestamp64, c4014 Date, c4015 Uint8 NOT NULL, c4016 JsonDocument NOT NULL, c4017 Int32 NOT NULL, c4018 Json NOT NULL, c4019 Double, c4020 Decimal(15,0), c4021 String NOT NULL, c4022 Decimal(22,9) NOT NULL, c4023 Int8 NOT NULL, c4024 Decimal(22,9) NOT NULL, c4025 Interval64 NOT NULL, c4026 Float, c4027 Int64, c4028 Uint32, c4029 Json, c4030 Yson, c4031 Float NOT NULL, c4032 Uint16, c4033 Int8, c4034 Int64 NOT NULL, c4035 Date NOT NULL, c4036 Yson, c4037 Decimal(22,9), c4038 Date, c4039 Int16, c4040 String, c4041 Decimal(35,10) NOT NULL, c4042 Datetime64, c4043 Uint16 NOT NULL, c4044 Json, c4045 Datetime, c4046 Float NOT NULL, c4047 Yson NOT NULL, c4048 Utf8 NOT NULL, c4049 Double, c4050 Int16, c4051 Uint16, c4052 Datetime NOT NULL, c4053 Date32, c4054 Decimal(35,10) NOT NULL, c4055 Decimal(15,0) NOT NULL, c4056 Uint8, c4057 Timestamp, c4058 Decimal(15,0) NOT NULL, c4059 Timestamp64, c4060 Timestamp NOT NULL, c4061 Timestamp64, c4062 Json, c4063 Timestamp, c4064 Int64, c4065 Datetime NOT NULL, c4066 Uint64 NOT NULL, c4067 Json NOT NULL, c4068 Json NOT NULL, c4069 Int32 NOT NULL, c4070 Int64, c4071 Float NOT NULL, c4072 Timestamp NOT NULL, c4073 Yson NOT NULL, c4074 Utf8 NOT NULL, c4075 Uint32 NOT NULL, c4076 Datetime NOT NULL, c4077 Int16 NOT NULL, c4078 Decimal(22,9) NOT NULL, c4079 Int32 NOT NULL, c4080 Date, c4081 Decimal(15,0) NOT NULL, c4082 Uint8 NOT NULL, c4083 Interval64 NOT NULL, c4084 Uint32, c4085 Uint32, c4086 Int32, c4087 Decimal(35,10) NOT NULL, c4088 Decimal(35,10) NOT NULL, c4089 Yson, c4090 Uint16 NOT NULL, c4091 Date NOT NULL, c4092 Double NOT NULL, c4093 Uint64, c4094 Uint32, c4095 String NOT NULL, c4096 Interval64, c4097 Utf8 NOT NULL, c4098 Int16 NOT NULL, c4099 Uint32, c4100 Timestamp, c4101 Int8 NOT NULL, c4102 Yson, c4103 String NOT NULL, c4104 Uint32, c4105 Interval64 NOT NULL, c4106 Int32, c4107 Interval64, c4108 Uint8 NOT NULL, c4109 Double NOT NULL, c4110 Timestamp64, c4111 Decimal(22,9) NOT NULL, c4112 Date32 NOT NULL, c4113 Int16, c4114 Int8, c4115 Date NOT NULL, c4116 Utf8, c4117 Decimal(22,9), c4118 String, c4119 Datetime NOT NULL, c4120 Double NOT NULL, c4121 Datetime, c4122 Int64 NOT NULL, c4123 Datetime64, c4124 Double, c4125 Int32, c4126 Date, c4127 Int8 NOT NULL, c4128 Date NOT NULL, c4129 Double, c4130 Date32 NOT NULL, c4131 Int32 NOT NULL, c4132 Int8, c4133 String NOT NULL, c4134 Int16, c4135 Date, c4136 Float, c4137 Datetime, c4138 Json NOT NULL, c4139 Decimal(22,9), c4140 Decimal(22,9), c4141 Int8, c4142 Int64, c4143 Decimal(15,0), c4144 Timestamp, c4145 Uint8, c4146 Utf8, c4147 Utf8, c4148 Yson, c4149 Int64, c4150 Uint8, c4151 Double NOT NULL, c4152 Uint8 NOT NULL, c4153 Uint32 NOT NULL, c4154 Int32 NOT NULL, c4155 Yson NOT NULL, c4156 Datetime64, c4157 Uint16, c4158 Date32 NOT NULL, c4159 Timestamp NOT NULL, c4160 Uint32, c4161 Bool NOT NULL, c4162 Decimal(35,10) NOT NULL, c4163 Datetime, c4164 Uint32, c4165 Json NOT NULL, c4166 Date32 NOT NULL, c4167 Yson, c4168 Date, c4169 Decimal(35,10), c4170 Int32, c4171 Json NOT NULL, c4172 Utf8, c4173 Decimal(35,10), c4174 Yson NOT NULL, c4175 Datetime, c4176 Bool, c4177 Double NOT NULL, c4178 Datetime, c4179 Int32, c4180 Float, c4181 Uint16 NOT NULL, c4182 JsonDocument, c4183 Datetime64 NOT NULL, c4184 String, c4185 Timestamp, c4186 Timestamp, c4187 Int64 NOT NULL, c4188 Decimal(22,9) NOT NULL, c4189 Json NOT NULL, c4190 Uint32, c4191 Decimal(15,0) NOT NULL, c4192 Bool, c4193 Datetime64 NOT NULL, c4194 Interval64, c4195 Datetime NOT NULL, c4196 Int8, c4197 Json, c4198 Interval64, c4199 Utf8 NOT NULL, c4200 Yson, c4201 Bool NOT NULL, c4202 Timestamp, c4203 Int32 NOT NULL, c4204 Timestamp, c4205 Timestamp NOT NULL, c4206 JsonDocument NOT NULL, c4207 Int64, c4208 Decimal(35,10), c4209 Date NOT NULL, c4210 Int8, c4211 Int8, c4212 Yson NOT NULL, c4213 Yson NOT NULL, c4214 Datetime, c4215 Yson NOT NULL, c4216 JsonDocument, c4217 Uint8, c4218 Datetime64, c4219 Uint32 NOT NULL, c4220 Double NOT NULL, c4221 Uint32 NOT NULL, c4222 Int16 NOT NULL, c4223 Decimal(22,9), c4224 JsonDocument, c4225 Uint16, c4226 Datetime NOT NULL, c4227 JsonDocument NOT NULL, c4228 Int32, c4229 Utf8, c4230 Datetime, c4231 Uint32 NOT NULL, c4232 Int16 NOT NULL, c4233 Uint8, c4234 Uint16 NOT NULL, c4235 Timestamp NOT NULL, c4236 Json, c4237 Int64 NOT NULL, c4238 Timestamp NOT NULL, c4239 Datetime64 NOT NULL, c4240 Yson, c4241 Decimal(22,9), c4242 Decimal(35,10) NOT NULL, c4243 Decimal(15,0), c4244 Decimal(15,0) NOT NULL, c4245 Json NOT NULL, c4246 Timestamp, c4247 Interval64, c4248 Int32 NOT NULL, c4249 Decimal(35,10) NOT NULL, c4250 Uint32, c4251 Timestamp NOT NULL, c4252 Int8 NOT NULL, c4253 Double NOT NULL, c4254 Decimal(15,0) NOT NULL, c4255 Decimal(35,10) NOT NULL, c4256 Uint8, c4257 String NOT NULL, c4258 Uint64, c4259 Date32 NOT NULL, c4260 Int16 NOT NULL, c4261 Int32, c4262 Date, c4263 Int32, c4264 Float, c4265 Decimal(15,0) NOT NULL, c4266 Interval64 NOT NULL, c4267 Double, c4268 Decimal(22,9) NOT NULL, c4269 Date, c4270 Datetime NOT NULL, c4271 Int64 NOT NULL, c4272 Int16, c4273 Decimal(15,0), c4274 Decimal(35,10) NOT NULL, c4275 Date32, c4276 Int32 NOT NULL, c4277 Json NOT NULL, c4278 Float NOT NULL, c4279 Float, c4280 Int8, c4281 Uint8 NOT NULL, c4282 String, c4283 Uint64 NOT NULL, c4284 Int64 NOT NULL, c4285 Uint64 NOT NULL, c4286 Date32, c4287 Date NOT NULL, c4288 Decimal(22,9) NOT NULL, c4289 Uint16 NOT NULL, c4290 Yson NOT NULL, c4291 Interval64 NOT NULL, c4292 Decimal(22,9), c4293 String NOT NULL, c4294 Decimal(35,10), c4295 Uint64 NOT NULL, c4296 JsonDocument NOT NULL, c4297 Date NOT NULL, c4298 Bool NOT NULL, c4299 Decimal(35,10) NOT NULL, c4300 String, c4301 Double NOT NULL, c4302 Int16 NOT NULL, c4303 Decimal(22,9) NOT NULL, c4304 Uint16, c4305 Datetime64, c4306 Uint8 NOT NULL, c4307 Decimal(35,10) NOT NULL, c4308 Utf8, c4309 Yson, c4310 Datetime, c4311 Date32 NOT NULL, c4312 Int32 NOT NULL, c4313 String NOT NULL, c4314 Int8, c4315 JsonDocument NOT NULL, c4316 Timestamp64 NOT NULL, c4317 Float, c4318 Datetime NOT NULL, c4319 Int64, c4320 Timestamp, c4321 Int16, c4322 Int32, c4323 Timestamp64 NOT NULL, c4324 Date, c4325 Uint16, c4326 Int8 NOT NULL, c4327 Datetime NOT NULL, c4328 Decimal(35,10) NOT NULL, c4329 Uint16 NOT NULL, c4330 Decimal(15,0) NOT NULL, c4331 Decimal(22,9), c4332 Interval64, c4333 Date32, c4334 Double NOT NULL, c4335 Float, c4336 Date32, c4337 Int16 NOT NULL, c4338 JsonDocument NOT NULL, c4339 Int64 NOT NULL, c4340 Timestamp NOT NULL, c4341 Datetime64, c4342 Decimal(22,9), c4343 Uint32, c4344 Timestamp, c4345 Datetime64, c4346 Uint8, c4347 Yson NOT NULL, c4348 Decimal(22,9) NOT NULL, c4349 Interval64 NOT NULL, c4350 Timestamp64 NOT NULL, c4351 Date, c4352 Float, c4353 Datetime64 NOT NULL, c4354 Timestamp64 NOT NULL, c4355 Datetime NOT NULL, c4356 Double, c4357 String NOT NULL, c4358 Date32 NOT NULL, c4359 Datetime64, c4360 Uint32 NOT NULL, c4361 Datetime64, c4362 Datetime, c4363 Bool NOT NULL, c4364 Json, c4365 Decimal(22,9) NOT NULL, c4366 Timestamp, c4367 Int16, c4368 Decimal(15,0), c4369 Decimal(15,0) NOT NULL, c4370 JsonDocument NOT NULL, c4371 Decimal(35,10) NOT NULL, c4372 Interval64 NOT NULL, c4373 Timestamp, c4374 Uint64, c4375 Int8, c4376 Int64, c4377 Bool NOT NULL, c4378 Int16, c4379 Date, c4380 Double NOT NULL, c4381 Int8 NOT NULL, c4382 String NOT NULL, c4383 Date NOT NULL, c4384 Uint64, c4385 Int64 NOT NULL, c4386 Int8 NOT NULL, c4387 Timestamp64 NOT NULL, c4388 Int16, c4389 Uint8 NOT NULL, c4390 Uint32 NOT NULL, c4391 Date32 NOT NULL, c4392 String NOT NULL, c4393 Uint32 NOT NULL, c4394 Json NOT NULL, c4395 Bool NOT NULL, c4396 Datetime, c4397 Uint8 NOT NULL, c4398 Timestamp, c4399 Float NOT NULL, c4400 Timestamp, c4401 Decimal(22,9), c4402 Int16 NOT NULL, c4403 Date, c4404 Timestamp64 NOT NULL, c4405 Float, c4406 Decimal(15,0), c4407 Float, c4408 Decimal(15,0), c4409 Uint8, c4410 Int16 NOT NULL, c4411 Date32, c4412 Json, c4413 Uint16, c4414 Uint64, c4415 Uint8 NOT NULL, c4416 Double, c4417 Timestamp NOT NULL, c4418 String NOT NULL, c4419 Datetime NOT NULL, c4420 Timestamp64 NOT NULL, c4421 Int8 NOT NULL, c4422 Int32 NOT NULL, c4423 Datetime NOT NULL, c4424 Double, c4425 Timestamp NOT NULL, c4426 Date NOT NULL, c4427 Date32, c4428 Int32, c4429 Interval64, c4430 Decimal(22,9) NOT NULL, c4431 Int64 NOT NULL, c4432 Date NOT NULL, c4433 Date NOT NULL, c4434 Timestamp64 NOT NULL, c4435 JsonDocument, c4436 Datetime64 NOT NULL, c4437 Yson NOT NULL, c4438 Uint8, c4439 Decimal(35,10), c4440 Datetime NOT NULL, c4441 Uint64 NOT NULL, c4442 Decimal(15,0), c4443 Utf8, c4444 Datetime, c4445 Date32, c4446 Uint64, c4447 Datetime64 NOT NULL, c4448 Uint16 NOT NULL, c4449 Decimal(15,0) NOT NULL, c4450 Datetime, c4451 Yson, c4452 Yson NOT NULL, c4453 Double NOT NULL, c4454 Uint64, c4455 Timestamp64 NOT NULL, c4456 Double, c4457 Date NOT NULL, c4458 Decimal(35,10) NOT NULL, c4459 Int64 NOT NULL, c4460 Decimal(15,0), c4461 Bool NOT NULL, c4462 Uint32 NOT NULL, c4463 Float, c4464 Interval64 NOT NULL, c4465 Interval64 NOT NULL, c4466 Datetime64 NOT NULL, c4467 Decimal(35,10), c4468 JsonDocument, c4469 Int32, c4470 Float, c4471 Timestamp, c4472 Bool, c4473 Datetime64, c4474 Int8, c4475 Int32, c4476 Json NOT NULL, c4477 Float, c4478 Uint8 NOT NULL, c4479 Decimal(15,0), c4480 Decimal(35,10), c4481 Yson NOT NULL, c4482 Uint64 NOT NULL, c4483 Double NOT NULL, c4484 Float NOT NULL, c4485 Timestamp64, c4486 Datetime64 NOT NULL, c4487 Double NOT NULL, c4488 Decimal(15,0), c4489 Int16 NOT NULL, c4490 String, c4491 Double, c4492 Date, c4493 String NOT NULL, c4494 Json NOT NULL, c4495 Json, c4496 Uint64 NOT NULL, c4497 JsonDocument NOT NULL, c4498 Int32, c4499 JsonDocument NOT NULL, c4500 Uint64, c4501 Int32 NOT NULL, c4502 Timestamp NOT NULL, c4503 Timestamp NOT NULL, c4504 Uint32 NOT NULL, c4505 Double, c4506 Int16, c4507 Uint32, c4508 Utf8, c4509 Uint8, c4510 Timestamp, c4511 Uint16, c4512 Decimal(15,0), c4513 Int8 NOT NULL, c4514 Bool NOT NULL, c4515 Timestamp64 NOT NULL, c4516 Datetime64, c4517 Decimal(35,10) NOT NULL, c4518 Datetime NOT NULL, c4519 Decimal(22,9), c4520 Utf8, c4521 Double NOT NULL, c4522 Decimal(35,10) NOT NULL, c4523 Float, c4524 Int16 NOT NULL, c4525 Decimal(35,10), c4526 Float, c4527 Uint32, c4528 Bool, c4529 Uint64 NOT NULL, c4530 Int16 NOT NULL, c4531 Date, c4532 Double NOT NULL, c4533 Decimal(22,9) NOT NULL, c4534 Bool, c4535 Float, c4536 Utf8, c4537 Decimal(22,9), c4538 Double NOT NULL, c4539 Date NOT NULL, c4540 Uint64 NOT NULL, c4541 Double NOT NULL, c4542 Decimal(35,10) NOT NULL, c4543 Utf8 NOT NULL, c4544 Float, c4545 Datetime NOT NULL, c4546 Datetime NOT NULL, c4547 Double, c4548 Timestamp, c4549 Bool,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349, c1350, c1351, c1352, c1353, c1354, c1355, c1356, c1357, c1358, c1359, c1360, c1361, c1362, c1363, c1364, c1365, c1366, c1367, c1368, c1369, c1370, c1371, c1372, c1373, c1374, c1375, c1376, c1377, c1378, c1379, c1380, c1381, c1382, c1383, c1384, c1385, c1386, c1387, c1388, c1389, c1390, c1391, c1392, c1393, c1394, c1395, c1396, c1397, c1398, c1399, c1400, c1401, c1402, c1403, c1404, c1405, c1406, c1407, c1408, c1409, c1410, c1411, c1412, c1413, c1414, c1415, c1416, c1417, c1418, c1419, c1420, c1421, c1422, c1423, c1424, c1425, c1426, c1427, c1428, c1429, c1430, c1431, c1432, c1433, c1434, c1435, c1436, c1437, c1438, c1439, c1440, c1441, c1442, c1443, c1444, c1445, c1446, c1447, c1448, c1449, c1450, c1451, c1452, c1453, c1454, c1455, c1456, c1457, c1458, c1459, c1460, c1461, c1462, c1463, c1464, c1465, c1466, c1467, c1468, c1469, c1470, c1471, c1472, c1473, c1474, c1475, c1476, c1477, c1478, c1479, c1480, c1481, c1482, c1483, c1484, c1485, c1486, c1487, c1488, c1489, c1490, c1491, c1492, c1493, c1494, c1495, c1496, c1497, c1498, c1499, c1500, c1501, c1502, c1503, c1504, c1505, c1506, c1507, c1508, c1509, c1510, c1511, c1512, c1513, c1514, c1515, c1516, c1517, c1518, c1519, c1520, c1521, c1522, c1523, c1524, c1525)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c27\', 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 \'c27\', 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'...Decimal(15,0) NOT NULL, c2025 Interval64 NOT NULL, c2026 Uint64 NOT NULL, c2027 Date32, c2028 Timestamp64, c2029 Date NOT NULL, c2030 Utf8, c2031 Datetime64, c2032 Datetime64, c2033 Uint64, c2034 Double NOT NULL, c2035 Datetime64, c2036 Interval64, c2037 Int64, c2038 Double, c2039 String NOT NULL, c2040 Date32, c2041 Interval64, c2042 Float NOT NULL, c2043 Int32 NOT NULL, c2044 Int32 NOT NULL, c2045 JsonDocument NOT NULL, c2046 Int64, c2047 Date32, c2048 Json NOT NULL, c2049 Interval64 NOT NULL, c2050 Uint16, c2051 Int32, c2052 Uint64, c2053 Datetime NOT NULL, c2054 Decimal(35,10), c2055 Float NOT NULL, c2056 Decimal(22,9) NOT NULL, c2057 Decimal(22,9) NOT NULL, c2058 Float NOT NULL, c2059 Int64, c2060 Decimal(35,10), c2061 Int32, c2062 Datetime, c2063 Interval64 NOT NULL, c2064 Date32, c2065 Json NOT NULL, c2066 Float, c2067 Datetime NOT NULL, c2068 Uint64, c2069 Int64, c2070 Datetime, c2071 Int16, c2072 JsonDocument NOT NULL, c2073 Uint8 NOT NULL, c2074 Utf8, c2075 Int64 NOT NULL, c2076 Decimal(15,0), c2077 Bool, c2078 Decimal(22,9) NOT NULL, c2079 Uint8 NOT NULL, c2080 Decimal(35,10), c2081 Yson, c2082 Uint8, c2083 Uint32, c2084 Date32 NOT NULL, c2085 Decimal(15,0), c2086 Bool NOT NULL, c2087 Uint32, c2088 Datetime64, c2089 Datetime NOT NULL, c2090 Decimal(22,9) NOT NULL, c2091 Interval64, c2092 Decimal(35,10) NOT NULL, c2093 Date, c2094 Double, c2095 Date NOT NULL, c2096 Utf8, c2097 Int8 NOT NULL, c2098 Uint32 NOT NULL, c2099 Yson, c2100 Uint8, c2101 Float NOT NULL, c2102 Json NOT NULL, c2103 Uint16, c2104 Uint8 NOT NULL, c2105 Bool, c2106 Int16, c2107 Timestamp64, c2108 Uint8 NOT NULL, c2109 Datetime64 NOT NULL, c2110 Timestamp, c2111 Decimal(15,0), c2112 Datetime64 NOT NULL, c2113 Date NOT NULL, c2114 Json, c2115 Decimal(35,10) NOT NULL, c2116 Double NOT NULL, c2117 Utf8, c2118 Interval64, c2119 Float, c2120 Interval64 NOT NULL, c2121 Yson NOT NULL, c2122 JsonDocument, c2123 String, c2124 Uint16 NOT NULL, c2125 Bool, c2126 JsonDocument, c2127 String, c2128 Datetime NOT NULL, c2129 Decimal(22,9) NOT NULL, c2130 Date32, c2131 Decimal(35,10), c2132 Uint32, c2133 Decimal(35,10) NOT NULL, c2134 String NOT NULL, c2135 Int8, c2136 Uint8, c2137 Uint32 NOT NULL, c2138 Int8 NOT NULL, c2139 Decimal(15,0), c2140 Decimal(22,9), c2141 Uint32 NOT NULL, c2142 Float NOT NULL, c2143 Int64 NOT NULL, c2144 Json NOT NULL, c2145 Datetime64, c2146 Int8, c2147 Uint8 NOT NULL, c2148 Int16, c2149 Json, c2150 Timestamp, c2151 Utf8, c2152 Uint16 NOT NULL, c2153 Utf8 NOT NULL, c2154 Double, c2155 Decimal(15,0) NOT NULL, c2156 Int8 NOT NULL, c2157 Uint16 NOT NULL, c2158 Bool, c2159 Int16, c2160 Int64 NOT NULL, c2161 Timestamp NOT NULL, c2162 Date32, c2163 Decimal(22,9) NOT NULL, c2164 Uint8, c2165 String NOT NULL, c2166 Double, c2167 Int8 NOT NULL, c2168 Utf8 NOT NULL, c2169 Date32 NOT NULL, c2170 Json, c2171 Datetime NOT NULL, c2172 JsonDocument, c2173 Uint64 NOT NULL, c2174 Date, c2175 Timestamp64 NOT NULL, c2176 Double NOT NULL, c2177 Timestamp64, c2178 Json, c2179 Double, c2180 Int8, c2181 Uint64 NOT NULL, c2182 Int64 NOT NULL, c2183 Int32 NOT NULL, c2184 Uint8, c2185 Uint16 NOT NULL, c2186 Double, c2187 Uint16, c2188 Datetime NOT NULL, c2189 Timestamp NOT NULL, c2190 Int16 NOT NULL, c2191 Json, c2192 Uint64 NOT NULL, c2193 Datetime, c2194 Double NOT NULL, c2195 Uint16, c2196 Utf8, c2197 Interval64, c2198 Double NOT NULL, c2199 Datetime64, c2200 Decimal(35,10) NOT NULL, c2201 JsonDocument NOT NULL, c2202 Double NOT NULL, c2203 Int32 NOT NULL, c2204 Interval64, c2205 Interval64, c2206 Uint64 NOT NULL, c2207 Decimal(15,0) NOT NULL, c2208 Int32, c2209 Decimal(35,10) NOT NULL, c2210 Double, c2211 Float NOT NULL, c2212 Bool NOT NULL, c2213 Date, c2214 Int16 NOT NULL, c2215 Uint16 NOT NULL, c2216 Int16 NOT NULL, c2217 Double NOT NULL, c2218 Interval64, c2219 Int64, c2220 Float, c2221 Date NOT NULL, c2222 Decimal(35,10) NOT NULL, c2223 Datetime, c2224 Timestamp64 NOT NULL, c2225 Decimal(15,0), c2226 Int8 NOT NULL, c2227 Uint32, c2228 Float, c2229 Utf8, c2230 Yson NOT NULL, c2231 Date, c2232 Float NOT NULL, c2233 Yson, c2234 Int16 NOT NULL, c2235 Yson NOT NULL, c2236 Yson NOT NULL, c2237 JsonDocument NOT NULL, c2238 Uint16 NOT NULL, c2239 Int32, c2240 Int8, c2241 Float, c2242 Uint64, c2243 Uint8, c2244 Date, c2245 Yson, c2246 Int64, c2247 Int16 NOT NULL, c2248 Int32, c2249 Bool, c2250 Bool NOT NULL, c2251 Double, c2252 Uint8 NOT NULL, c2253 Int16 NOT NULL, c2254 Uint16 NOT NULL, c2255 Json NOT NULL, c2256 Decimal(35,10), c2257 Uint8, c2258 Timestamp, c2259 Uint16 NOT NULL, c2260 Uint64, c2261 JsonDocument, c2262 Int64 NOT NULL, c2263 Int16 NOT NULL, c2264 Date, c2265 Interval64, c2266 String NOT NULL, c2267 Datetime64, c2268 Datetime, c2269 Uint16 NOT NULL, c2270 Int32, c2271 Int32 NOT NULL, c2272 Decimal(15,0), c2273 Timestamp NOT NULL, c2274 Decimal(15,0) NOT NULL, c2275 Yson, c2276 Uint16, c2277 Utf8 NOT NULL, c2278 String, c2279 Json NOT NULL, c2280 Int8, c2281 Int32, c2282 Decimal(35,10) NOT NULL, c2283 Decimal(35,10), c2284 Json NOT NULL, c2285 Utf8 NOT NULL, c2286 Date, c2287 Double, c2288 Timestamp64, c2289 Float, c2290 Date32 NOT NULL, c2291 Double, c2292 Int8 NOT NULL, c2293 Int64 NOT NULL, c2294 Int8 NOT NULL, c2295 Uint8, c2296 Uint32 NOT NULL, c2297 Date32, c2298 Int16 NOT NULL, c2299 Timestamp64 NOT NULL, c2300 Int8 NOT NULL, c2301 Decimal(35,10) NOT NULL, c2302 Decimal(15,0) NOT NULL, c2303 Yson, c2304 Uint64, c2305 Uint8 NOT NULL, c2306 Utf8 NOT NULL, c2307 Decimal(35,10) NOT NULL, c2308 Datetime64 NOT NULL, c2309 Yson, c2310 Utf8 NOT NULL, c2311 Datetime NOT NULL, c2312 Float, c2313 Uint64, c2314 Uint16 NOT NULL, c2315 Date NOT NULL, c2316 Uint32, c2317 Date32 NOT NULL, c2318 Double, c2319 Uint8, c2320 Decimal(15,0), c2321 Uint16, c2322 Int16, c2323 Datetime, c2324 Double NOT NULL, c2325 Yson NOT NULL, c2326 Int32 NOT NULL, c2327 Uint64 NOT NULL, c2328 Decimal(22,9), c2329 Uint64 NOT NULL, c2330 Bool NOT NULL, c2331 Yson NOT NULL, c2332 Float, c2333 JsonDocument, c2334 Uint64 NOT NULL, c2335 Decimal(15,0) NOT NULL, c2336 Timestamp, c2337 Datetime64, c2338 Datetime NOT NULL, c2339 Timestamp NOT NULL, c2340 Int32 NOT NULL, c2341 Double, c2342 Uint8 NOT NULL, c2343 Decimal(15,0), c2344 Int16 NOT NULL, c2345 Int32, c2346 Int64 NOT NULL, c2347 Bool, c2348 Uint64 NOT NULL, c2349 Json, c2350 Int64 NOT NULL, c2351 Decimal(22,9) NOT NULL, c2352 JsonDocument NOT NULL, c2353 Utf8, c2354 Date, c2355 Decimal(15,0), c2356 Uint32 NOT NULL, c2357 Uint8 NOT NULL, c2358 JsonDocument NOT NULL, c2359 Timestamp64 NOT NULL, c2360 JsonDocument, c2361 Decimal(15,0) NOT NULL, c2362 Uint16, c2363 Decimal(35,10), c2364 Decimal(35,10), c2365 Interval64, c2366 Int8, c2367 Timestamp, c2368 Decimal(15,0), c2369 Datetime, c2370 Decimal(22,9), c2371 Int32 NOT NULL, c2372 Timestamp64 NOT NULL, c2373 Interval64, c2374 Date, c2375 Date, c2376 Decimal(22,9) NOT NULL, c2377 Timestamp NOT NULL, c2378 Int32 NOT NULL, c2379 Bool NOT NULL, c2380 Int32 NOT NULL, c2381 Int8 NOT NULL, c2382 Decimal(15,0) NOT NULL, c2383 Utf8 NOT NULL, c2384 Uint32, c2385 Date, c2386 Yson, c2387 Uint8, c2388 Datetime64 NOT NULL, c2389 Date32, c2390 String NOT NULL, c2391 Float NOT NULL, c2392 Datetime64, c2393 Int32, c2394 Uint16, c2395 Decimal(35,10) NOT NULL, c2396 Yson NOT NULL, c2397 Date NOT NULL, c2398 Uint16 NOT NULL, c2399 Float NOT NULL, c2400 Timestamp64, c2401 Yson NOT NULL, c2402 Datetime, c2403 Timestamp NOT NULL, c2404 Decimal(35,10) NOT NULL, c2405 Date, c2406 Decimal(35,10) NOT NULL, c2407 Decimal(15,0), c2408 Json NOT NULL, c2409 String, c2410 Int32, c2411 Decimal(22,9), c2412 Int8 NOT NULL, c2413 String NOT NULL, c2414 Yson NOT NULL, c2415 Double, c2416 JsonDocument, c2417 Uint16 NOT NULL, c2418 Yson NOT NULL, c2419 Uint32, c2420 Timestamp, c2421 Int64 NOT NULL, c2422 Int32, c2423 Int64 NOT NULL, c2424 Date NOT NULL, c2425 Bool NOT NULL, c2426 Timestamp64, c2427 Double NOT NULL, c2428 Uint16, c2429 Uint16, c2430 Timestamp64 NOT NULL, c2431 Date NOT NULL, c2432 Int8, c2433 Int64 NOT NULL, c2434 Uint16 NOT NULL, c2435 Bool NOT NULL, c2436 Timestamp64 NOT NULL, c2437 Date32, c2438 Uint8 NOT NULL, c2439 Yson, c2440 Decimal(22,9) NOT NULL, c2441 Uint32 NOT NULL, c2442 Date32 NOT NULL, c2443 Uint64, c2444 Bool, c2445 Date NOT NULL, c2446 Json, c2447 Utf8 NOT NULL, c2448 Uint16 NOT NULL, c2449 Interval64, c2450 Uint16, c2451 Date32, c2452 Int32 NOT NULL, c2453 Uint32 NOT NULL, c2454 Double, c2455 Uint8, c2456 Interval64 NOT NULL, c2457 String, c2458 Yson NOT NULL, c2459 Decimal(35,10), c2460 Decimal(35,10) NOT NULL, c2461 Utf8, c2462 Uint16, c2463 Decimal(22,9) NOT NULL, c2464 Datetime, c2465 Date32, c2466 Uint16, c2467 Int64 NOT NULL, c2468 Date32 NOT NULL, c2469 Int8 NOT NULL, c2470 Uint32, c2471 Json NOT NULL, c2472 Decimal(35,10) NOT NULL, c2473 Date, c2474 Interval64, c2475 Yson NOT NULL, c2476 Bool, c2477 Uint8, c2478 Date32, c2479 Datetime, c2480 String NOT NULL, c2481 Utf8, c2482 Yson NOT NULL, c2483 Json NOT NULL, c2484 Interval64 NOT NULL, c2485 Uint8 NOT NULL, c2486 Yson NOT NULL, c2487 Timestamp, c2488 Yson NOT NULL, c2489 Decimal(15,0) NOT NULL, c2490 Int8 NOT NULL, c2491 Int64 NOT NULL, c2492 Decimal(15,0), c2493 Bool NOT NULL, c2494 Json, c2495 JsonDocument NOT NULL, c2496 Bool NOT NULL, c2497 Uint64 NOT NULL, c2498 Date32 NOT NULL, c2499 Utf8, c2500 Int16 NOT NULL, c2501 Json, c2502 Double NOT NULL, c2503 Decimal(15,0) NOT NULL, c2504 Uint16, c2505 Bool NOT NULL, c2506 Timestamp64 NOT NULL, c2507 Date32, c2508 Date32 NOT NULL, c2509 Utf8, c2510 Yson NOT NULL, c2511 Date32, c2512 Timestamp64, c2513 Uint64, c2514 Date NOT NULL, c2515 Uint16 NOT NULL, c2516 Datetime NOT NULL, c2517 Int16 NOT NULL, c2518 Timestamp, c2519 Decimal(15,0) NOT NULL, c2520 Decimal(22,9) NOT NULL, c2521 Timestamp NOT NULL, c2522 Json NOT NULL, c2523 Timestamp, c2524 Datetime NOT NULL, c2525 String NOT NULL, c2526 Timestamp64 NOT NULL, c2527 JsonDocument, c2528 Int64, c2529 Int8 NOT NULL, c2530 Float, c2531 Float, c2532 Int8 NOT NULL, c2533 Datetime NOT NULL, c2534 Yson, c2535 Yson NOT NULL, c2536 Json, c2537 Uint64, c2538 Date32, c2539 Uint16 NOT NULL, c2540 String, c2541 Json, c2542 Json, c2543 Bool NOT NULL, c2544 Uint64 NOT NULL, c2545 Uint16, c2546 Timestamp NOT NULL, c2547 Uint16, c2548 Bool, c2549 Bool, c2550 JsonDocument NOT NULL, c2551 Date NOT NULL, c2552 JsonDocument NOT NULL, c2553 Date NOT NULL, c2554 Date NOT NULL, c2555 Double, c2556 String, c2557 Uint32 NOT NULL, c2558 Bool NOT NULL, c2559 Timestamp64 NOT NULL, c2560 Decimal(35,10) NOT NULL, c2561 String NOT NULL, c2562 Bool, c2563 Decimal(15,0), c2564 Utf8 NOT NULL, c2565 Uint16 NOT NULL, c2566 Datetime, c2567 Int64 NOT NULL, c2568 Int32, c2569 Interval64, c2570 Int8 NOT NULL, c2571 Decimal(15,0) NOT NULL, c2572 Timestamp64 NOT NULL, c2573 Bool, c2574 Timestamp64 NOT NULL, c2575 Decimal(15,0), c2576 JsonDocument, c2577 Yson, c2578 String NOT NULL, c2579 Decimal(15,0) NOT NULL, c2580 Yson, c2581 Int64, c2582 Interval64, c2583 Interval64 NOT NULL, c2584 Double, c2585 Int16, c2586 Date, c2587 Decimal(35,10) NOT NULL, c2588 Bool NOT NULL, c2589 Utf8, c2590 Date32, c2591 Int64, c2592 Timestamp64 NOT NULL, c2593 Double NOT NULL, c2594 Double NOT NULL, c2595 Date32 NOT NULL, c2596 Yson, c2597 Int32 NOT NULL, c2598 Int16, c2599 Int8 NOT NULL, c2600 Date32, c2601 Datetime64 NOT NULL, c2602 Date32, c2603 Datetime64, c2604 Datetime64, c2605 Decimal(15,0) NOT NULL, c2606 Uint64 NOT NULL, c2607 Decimal(35,10) NOT NULL, c2608 Int8 NOT NULL, c2609 Yson NOT NULL, c2610 String, c2611 Timestamp64, c2612 Decimal(35,10), c2613 Float, c2614 Date32, c2615 Timestamp, c2616 Timestamp, c2617 Decimal(35,10), c2618 Float NOT NULL, c2619 Int32, c2620 Int16 NOT NULL, c2621 Date, c2622 Datetime NOT NULL, c2623 Int8 NOT NULL, c2624 Date, c2625 Uint16 NOT NULL, c2626 Utf8, c2627 Timestamp64 NOT NULL, c2628 Datetime64 NOT NULL, c2629 Timestamp NOT NULL, c2630 Datetime, c2631 Bool, c2632 Interval64 NOT NULL, c2633 Yson, c2634 String NOT NULL, c2635 Bool, c2636 Double, c2637 Json, c2638 Int16, c2639 Double NOT NULL, c2640 Json NOT NULL, c2641 Interval64, c2642 Date, c2643 Datetime, c2644 Decimal(35,10), c2645 String NOT NULL, c2646 Json NOT NULL, c2647 Int64, c2648 Datetime NOT NULL, c2649 JsonDocument NOT NULL, c2650 Utf8, c2651 Uint8 NOT NULL, c2652 JsonDocument NOT NULL, c2653 Datetime, c2654 Uint8 NOT NULL, c2655 Int64 NOT NULL, c2656 Date32, c2657 Datetime, c2658 Uint16 NOT NULL, c2659 Double, c2660 Uint32, c2661 Bool, c2662 Decimal(22,9) NOT NULL, c2663 Bool, c2664 Date NOT NULL, c2665 Decimal(35,10) NOT NULL, c2666 Interval64, c2667 Json NOT NULL, c2668 Timestamp64, c2669 Uint64, c2670 Uint64 NOT NULL, c2671 Timestamp NOT NULL, c2672 Date, c2673 Float, c2674 Timestamp NOT NULL, c2675 Yson, c2676 Datetime64, c2677 Uint64, c2678 Datetime64 NOT NULL, c2679 Uint8, c2680 Datetime NOT NULL, c2681 Interval64 NOT NULL, c2682 Decimal(22,9) NOT NULL, c2683 Decimal(35,10) NOT NULL, c2684 Yson, c2685 Int16 NOT NULL, c2686 Timestamp64 NOT NULL, c2687 Int64, c2688 Date32 NOT NULL, c2689 Double NOT NULL, c2690 Int32, c2691 Datetime64, c2692 Decimal(15,0) NOT NULL, c2693 Date, c2694 Json NOT NULL, c2695 Int32 NOT NULL, c2696 Datetime, c2697 Double NOT NULL, c2698 Date32 NOT NULL, c2699 Datetime64 NOT NULL, c2700 Decimal(35,10) NOT NULL, c2701 Double NOT NULL, c2702 Interval64, c2703 Bool, c2704 Date NOT NULL, c2705 String, c2706 Timestamp64 NOT NULL, c2707 Uint64, c2708 Bool NOT NULL, c2709 Int64, c2710 Double, c2711 Uint8 NOT NULL, c2712 JsonDocument, c2713 Int16 NOT NULL, c2714 Decimal(35,10), c2715 Int64 NOT NULL, c2716 Date NOT NULL, c2717 Timestamp64 NOT NULL, c2718 Uint32, c2719 Bool NOT NULL, c2720 Int8, c2721 Datetime NOT NULL, c2722 Datetime, c2723 Utf8 NOT NULL, c2724 Utf8 NOT NULL, c2725 Date32, c2726 Uint64, c2727 Decimal(35,10), c2728 Date32 NOT NULL, c2729 JsonDocument NOT NULL, c2730 Uint16 NOT NULL, c2731 Json NOT NULL, c2732 Int32 NOT NULL, c2733 Uint32, c2734 Decimal(22,9) NOT NULL, c2735 Json, c2736 Uint32 NOT NULL, c2737 Yson NOT NULL, c2738 Int8 NOT NULL, c2739 Uint64 NOT NULL, c2740 Json, c2741 Datetime64 NOT NULL, c2742 Int64, c2743 Timestamp64, c2744 Decimal(35,10), c2745 Utf8, c2746 Decimal(35,10) NOT NULL, c2747 JsonDocument, c2748 Utf8 NOT NULL, c2749 Int16, c2750 Utf8 NOT NULL, c2751 Uint64 NOT NULL, c2752 JsonDocument NOT NULL, c2753 Int16, c2754 Utf8, c2755 Interval64 NOT NULL, c2756 Date32, c2757 Timestamp NOT NULL, c2758 Decimal(22,9) NOT NULL, c2759 Interval64 NOT NULL, c2760 Decimal(22,9), c2761 Timestamp64, c2762 Decimal(35,10) NOT NULL, c2763 Int16, c2764 Timestamp NOT NULL, c2765 Uint32 NOT NULL, c2766 Json NOT NULL, c2767 Double, c2768 Uint64 NOT NULL, c2769 Int64 NOT NULL, c2770 Decimal(35,10) NOT NULL, c2771 Int32 NOT NULL, c2772 Datetime64 NOT NULL, c2773 Interval64, c2774 Datetime NOT NULL, c2775 Date NOT NULL, c2776 Date, c2777 Interval64, c2778 Decimal(35,10) NOT NULL, c2779 JsonDocument, c2780 Utf8 NOT NULL, c2781 Date32, c2782 Decimal(15,0), c2783 String, c2784 Timestamp64 NOT NULL, c2785 Int8 NOT NULL, c2786 String, c2787 Date NOT NULL, c2788 Float, c2789 Int16 NOT NULL, c2790 Int8 NOT NULL, c2791 Timestamp, c2792 Uint8 NOT NULL, c2793 Date NOT NULL, c2794 Int64 NOT NULL, c2795 Date, c2796 Utf8, c2797 Decimal(15,0) NOT NULL, c2798 Int32 NOT NULL, c2799 Utf8, c2800 Utf8, c2801 String NOT NULL, c2802 Uint8, c2803 Uint64, c2804 Datetime64 NOT NULL, c2805 Yson, c2806 Float, c2807 JsonDocument, c2808 Date32 NOT NULL, c2809 JsonDocument NOT NULL, c2810 Decimal(35,10) NOT NULL, c2811 Decimal(15,0), c2812 Uint64, c2813 Datetime64, c2814 Decimal(15,0), c2815 JsonDocument NOT NULL, c2816 Uint64 NOT NULL, c2817 Uint8 NOT NULL, c2818 Timestamp64 NOT NULL, c2819 Uint32 NOT NULL, c2820 Interval64, c2821 Float, c2822 Uint16 NOT NULL, c2823 Interval64 NOT NULL, c2824 Uint64 NOT NULL, c2825 Float, c2826 Decimal(22,9), c2827 Int64 NOT NULL, c2828 Uint16 NOT NULL, c2829 String NOT NULL, c2830 Int8, c2831 JsonDocument NOT NULL, c2832 Date32 NOT NULL, c2833 Timestamp64, c2834 Float NOT NULL, c2835 Int8, c2836 Interval64, c2837 Int32, c2838 Decimal(22,9), c2839 Double, c2840 Int64 NOT NULL, c2841 Utf8, c2842 Double, c2843 Int32 NOT NULL, c2844 Uint64, c2845 Interval64, c2846 Int8, c2847 Date NOT NULL, c2848 Date32 NOT NULL, c2849 Utf8 NOT NULL, c2850 Timestamp64 NOT NULL, c2851 Uint16 NOT NULL, c2852 Int64 NOT NULL, c2853 Json NOT NULL, c2854 Uint32 NOT NULL, c2855 Datetime64 NOT NULL, c2856 Decimal(15,0) NOT NULL, c2857 Decimal(35,10) NOT NULL, c2858 Uint16, c2859 Int16 NOT NULL, c2860 Json NOT NULL, c2861 Json NOT NULL, c2862 String NOT NULL, c2863 Uint8, c2864 String NOT NULL, c2865 Timestamp, c2866 Timestamp NOT NULL, c2867 Uint32 NOT NULL, c2868 Int64, c2869 Decimal(35,10), c2870 Int16 NOT NULL, c2871 Datetime, c2872 Date, c2873 Uint32, c2874 Decimal(35,10), c2875 Int64, c2876 Decimal(22,9), c2877 Timestamp NOT NULL, c2878 Int16, c2879 Uint16 NOT NULL, c2880 Float, c2881 Datetime, c2882 Uint8, c2883 Uint16, c2884 Int16 NOT NULL, c2885 Int8, c2886 Int8, c2887 Int8 NOT NULL, c2888 Datetime64 NOT NULL, c2889 JsonDocument NOT NULL, c2890 Interval64 NOT NULL, c2891 Interval64, c2892 Double NOT NULL, c2893 Uint64 NOT NULL, c2894 Int32, c2895 Date32 NOT NULL, c2896 Decimal(15,0) NOT NULL, c2897 Timestamp64 NOT NULL, c2898 Bool, c2899 Uint8, c2900 Int32 NOT NULL, c2901 Bool, c2902 Yson NOT NULL, c2903 Date32 NOT NULL, c2904 Uint64, c2905 Int64 NOT NULL, c2906 Decimal(22,9) NOT NULL, c2907 Int8, c2908 Timestamp, c2909 Utf8, c2910 Float, c2911 Date32, c2912 Int32, c2913 Timestamp NOT NULL, c2914 Double, c2915 Decimal(22,9) NOT NULL, c2916 Int8 NOT NULL, c2917 Int32, c2918 Int8 NOT NULL, c2919 Date32 NOT NULL, c2920 Datetime, c2921 Uint64, c2922 Uint64, c2923 Utf8 NOT NULL, c2924 String NOT NULL, c2925 Decimal(22,9) NOT NULL, c2926 Uint16, c2927 String, c2928 Datetime, c2929 Uint16, c2930 Decimal(22,9), c2931 Datetime64, c2932 Datetime NOT NULL, c2933 Yson NOT NULL, c2934 Date, c2935 Bool, c2936 Int8, c2937 Yson NOT NULL, c2938 Date32 NOT NULL, c2939 Bool, c2940 Int8 NOT NULL, c2941 String, c2942 Uint8, c2943 Int8, c2944 Int32, c2945 Decimal(15,0), c2946 Date, c2947 Decimal(15,0), c2948 Json NOT NULL, c2949 Datetime, c2950 Int8, c2951 Datetime64 NOT NULL, c2952 Int32, c2953 Int8, c2954 Float, c2955 Uint8 NOT NULL, c2956 String NOT NULL, c2957 Uint32 NOT NULL, c2958 Datetime64, c2959 String NOT NULL, c2960 Datetime64 NOT NULL, c2961 Decimal(15,0), c2962 Int8, c2963 Date NOT NULL, c2964 Uint32 NOT NULL, c2965 Uint16, c2966 Date32 NOT NULL, c2967 Decimal(35,10), c2968 Float, c2969 Datetime64, c2970 Int16, c2971 Interval64 NOT NULL, c2972 Timestamp64 NOT NULL, c2973 String NOT NULL, c2974 Int64 NOT NULL, c2975 Datetime NOT NULL, c2976 Uint8, c2977 Json NOT NULL, c2978 Uint32 NOT NULL, c2979 Int8 NOT NULL, c2980 Float, c2981 Timestamp64 NOT NULL, c2982 Date NOT NULL, c2983 Datetime, c2984 Double, c2985 Datetime64 NOT NULL, c2986 Int32, c2987 Yson, c2988 Timestamp64 NOT NULL, c2989 Int8, c2990 Yson NOT NULL, c2991 Decimal(35,10), c2992 Uint16, c2993 JsonDocument NOT NULL, c2994 Float, c2995 Timestamp64 NOT NULL, c2996 Timestamp64 NOT NULL, c2997 Utf8, c2998 Int32 NOT NULL, c2999 Int64, c3000 Date32, c3001 Timestamp64, c3002 Timestamp64 NOT NULL, c3003 Datetime, c3004 Decimal(35,10), c3005 Decimal(35,10), c3006 Date NOT NULL, c3007 Timestamp64, c3008 Utf8 NOT NULL, c3009 Timestamp64 NOT NULL, c3010 Yson, c3011 Interval64, c3012 Timestamp, c3013 Int8, c3014 Decimal(35,10) NOT NULL, c3015 Double NOT NULL, c3016 Uint64, c3017 Utf8 NOT NULL, c3018 Uint64, c3019 Timestamp NOT NULL, c3020 Int32 NOT NULL, c3021 Date NOT NULL, c3022 Int16 NOT NULL, c3023 Decimal(22,9) NOT NULL, c3024 Timestamp64, c3025 Bool NOT NULL, c3026 Interval64, c3027 Uint64, c3028 Json, c3029 Uint8, c3030 Decimal(22,9) NOT NULL, c3031 Uint32, c3032 Timestamp, c3033 Bool NOT NULL, c3034 Utf8 NOT NULL, c3035 JsonDocument, c3036 Utf8, c3037 JsonDocument, c3038 Interval64, c3039 Date NOT NULL, c3040 Datetime NOT NULL, c3041 Float NOT NULL, c3042 Decimal(22,9), c3043 Yson, c3044 Interval64, c3045 Timestamp64, c3046 String NOT NULL, c3047 String NOT NULL, c3048 Int16, c3049 Interval64, c3050 Utf8 NOT NULL, c3051 Timestamp NOT NULL, c3052 Uint8, c3053 Datetime NOT NULL, c3054 Date32, c3055 Int8, c3056 Timestamp64 NOT NULL, c3057 Date32, c3058 Int16 NOT NULL, c3059 Json, c3060 Uint64, c3061 Json, c3062 Interval64 NOT NULL, c3063 Int8 NOT NULL, c3064 Date, c3065 Double NOT NULL, c3066 Int16, c3067 Decimal(35,10) NOT NULL, c3068 Uint64, c3069 Interval64 NOT NULL, c3070 Decimal(22,9), c3071 String, c3072 JsonDocument NOT NULL, c3073 Date NOT NULL, c3074 Date32 NOT NULL, c3075 Bool, c3076 Int64, c3077 Date, c3078 Int8, c3079 Json, c3080 Decimal(22,9), c3081 Yson, c3082 Int64, c3083 Utf8, c3084 Date, c3085 Bool NOT NULL, c3086 Int32, c3087 Double NOT NULL, c3088 Utf8 NOT NULL, c3089 Int8 NOT NULL, c3090 Decimal(22,9) NOT NULL, c3091 Interval64 NOT NULL, c3092 Int64, c3093 Int64, c3094 Datetime, c3095 Int32, c3096 Date32 NOT NULL, c3097 JsonDocument NOT NULL, c3098 Date NOT NULL, c3099 String NOT NULL, c3100 Timestamp64, c3101 Date, c3102 Float NOT NULL, c3103 Decimal(15,0), c3104 Double, c3105 Uint64 NOT NULL, c3106 Decimal(22,9) NOT NULL, c3107 Int16, c3108 Bool, c3109 Timestamp64 NOT NULL, c3110 Date NOT NULL, c3111 Interval64, c3112 Uint64 NOT NULL, c3113 String, c3114 Interval64 NOT NULL, c3115 Int32 NOT NULL, c3116 Datetime, c3117 Yson NOT NULL, c3118 Json, c3119 Int64, c3120 Datetime64, c3121 Double NOT NULL, c3122 Uint64, c3123 Uint32, c3124 Int64, c3125 Double NOT NULL, c3126 Datetime, c3127 String, c3128 Uint32 NOT NULL, c3129 Datetime64, c3130 Utf8, c3131 Timestamp NOT NULL, c3132 Utf8 NOT NULL, c3133 Int16, c3134 Decimal(35,10), c3135 Timestamp64 NOT NULL, c3136 Bool NOT NULL, c3137 Timestamp NOT NULL, c3138 Uint8 NOT NULL, c3139 Date, c3140 Yson NOT NULL, c3141 Datetime64, c3142 Json, c3143 Uint16 NOT NULL, c3144 Bool NOT NULL, c3145 Utf8, c3146 Utf8, c3147 Uint16 NOT NULL, c3148 Json NOT NULL, c3149 Date32 NOT NULL, c3150 Date, c3151 Date32, c3152 Decimal(15,0), c3153 Uint64, c3154 JsonDocument NOT NULL, c3155 Date32 NOT NULL, c3156 Int64, c3157 Float, c3158 Date32, c3159 Int16 NOT NULL, c3160 Timestamp, c3161 Date NOT NULL, c3162 Decimal(15,0), c3163 Uint32 NOT NULL, c3164 String NOT NULL, c3165 Json, c3166 Datetime64, c3167 Uint64, c3168 Double NOT NULL, c3169 String, c3170 Decimal(22,9), c3171 Int16 NOT NULL, c3172 Decimal(15,0) NOT NULL, c3173 JsonDocument, c3174 Json, c3175 Int16, c3176 Yson NOT NULL, c3177 Datetime64 NOT NULL, c3178 Utf8 NOT NULL, c3179 Date32, c3180 Decimal(22,9), c3181 Uint8, c3182 Double NOT NULL, c3183 Datetime NOT NULL, c3184 Double, c3185 Uint16, c3186 Timestamp, c3187 Interval64, c3188 Datetime64 NOT NULL, c3189 Int16, c3190 Bool, c3191 Float, c3192 Int8, c3193 Yson, c3194 Interval64 NOT NULL, c3195 Utf8, c3196 Bool, c3197 Int32, c3198 Date32 NOT NULL, c3199 Int8 NOT NULL, c3200 Timestamp NOT NULL, c3201 Datetime64, c3202 Uint32 NOT NULL, c3203 Json, c3204 String, c3205 Int8 NOT NULL, c3206 Date32 NOT NULL, c3207 Uint64, c3208 String NOT NULL, c3209 Bool NOT NULL, c3210 Uint32 NOT NULL, c3211 Utf8 NOT NULL, c3212 Json NOT NULL, c3213 Utf8 NOT NULL, c3214 Timestamp NOT NULL, c3215 Decimal(15,0) NOT NULL, c3216 Int32, c3217 Decimal(15,0) NOT NULL, c3218 Int16, c3219 Int64 NOT NULL, c3220 Uint8, c3221 Datetime64 NOT NULL, c3222 Bool NOT NULL, c3223 Uint32, c3224 Datetime NOT NULL, c3225 Uint64, c3226 Interval64 NOT NULL, c3227 Yson NOT NULL, c3228 Uint32 NOT NULL, c3229 Yson NOT NULL, c3230 Double, c3231 Date32, c3232 Yson NOT NULL, c3233 Int16, c3234 Utf8, c3235 Uint64 NOT NULL, c3236 String NOT NULL, c3237 Decimal(22,9), c3238 Int16 NOT NULL, c3239 Date32, c3240 Utf8 NOT NULL, c3241 Float NOT NULL, c3242 Uint16 NOT NULL, c3243 Timestamp, c3244 Decimal(22,9) NOT NULL, c3245 Date32 NOT NULL, c3246 Yson, c3247 Date32, c3248 Int8 NOT NULL, c3249 Utf8, c3250 Interval64, c3251 Uint64, c3252 Float NOT NULL, c3253 Uint8, c3254 Uint16 NOT NULL, c3255 Json, c3256 Yson, c3257 Json, c3258 Uint32 NOT NULL, c3259 Decimal(35,10), c3260 Uint8, c3261 Date32, c3262 Float NOT NULL, c3263 Datetime64 NOT NULL, c3264 Float, c3265 Double NOT NULL, c3266 Decimal(22,9), c3267 Yson, c3268 Datetime, c3269 Int64 NOT NULL, c3270 Double NOT NULL, c3271 Date32, c3272 Float, c3273 Timestamp64 NOT NULL, c3274 Json, c3275 Uint16 NOT NULL, c3276 Utf8 NOT NULL, c3277 Double NOT NULL, c3278 Date32 NOT NULL, c3279 Yson, c3280 Uint64 NOT NULL, c3281 Bool NOT NULL, c3282 String, c3283 Int16, c3284 Uint8 NOT NULL, c3285 Int16 NOT NULL, c3286 JsonDocument NOT NULL, c3287 Int64, c3288 Decimal(22,9) NOT NULL, c3289 Utf8 NOT NULL, c3290 Int32, c3291 Uint8 NOT NULL, c3292 String, c3293 Date NOT NULL, c3294 String NOT NULL, c3295 Int32 NOT NULL, c3296 Decimal(15,0) NOT NULL, c3297 Int8, c3298 Utf8 NOT NULL, c3299 Date NOT NULL, c3300 JsonDocument, c3301 Date NOT NULL, c3302 Datetime NOT NULL, c3303 Int32 NOT NULL, c3304 Utf8, c3305 Int16, c3306 Int16, c3307 Uint32, c3308 Uint16 NOT NULL, c3309 Json NOT NULL, c3310 Utf8, c3311 Datetime NOT NULL, c3312 Decimal(22,9) NOT NULL, c3313 Yson, c3314 Int32 NOT NULL, c3315 Date32 NOT NULL, c3316 Int16 NOT NULL, c3317 String, c3318 Uint8, c3319 JsonDocument NOT NULL, c3320 Bool NOT NULL, c3321 Uint32, c3322 Json, c3323 Double, c3324 Datetime, c3325 Uint16 NOT NULL, c3326 Datetime64 NOT NULL, c3327 Int8 NOT NULL, c3328 String, c3329 Decimal(22,9), c3330 Int64 NOT NULL, c3331 Int16, c3332 Decimal(35,10) NOT NULL, c3333 Int32, c3334 Int8, c3335 Uint64 NOT NULL, c3336 Yson NOT NULL, c3337 Int8 NOT NULL, c3338 Int8, c3339 Uint64, c3340 Int16 NOT NULL, c3341 Int16 NOT NULL, c3342 Json, c3343 Uint16, c3344 Uint16, c3345 JsonDocument, c3346 String NOT NULL, c3347 Double, c3348 Interval64, c3349 Bool, c3350 Float, c3351 Datetime, c3352 String, c3353 Interval64, c3354 Timestamp NOT NULL, c3355 Decimal(35,10), c3356 Datetime, c3357 Json NOT NULL, c3358 Timestamp64 NOT NULL, c3359 Date32, c3360 Int64 NOT NULL, c3361 Decimal(22,9), c3362 Int8 NOT NULL, c3363 Datetime NOT NULL, c3364 Datetime NOT NULL, c3365 Decimal(15,0) NOT NULL, c3366 Yson NOT NULL, c3367 Decimal(22,9) NOT NULL, c3368 Float NOT NULL, c3369 Bool NOT NULL, c3370 Json NOT NULL, c3371 Float NOT NULL, c3372 Int32, c3373 JsonDocument, c3374 Double, c3375 Double, c3376 Decimal(22,9), c3377 Int8, c3378 Timestamp64, c3379 Double NOT NULL, c3380 Int16, c3381 Uint64 NOT NULL, c3382 Utf8, c3383 Json NOT NULL, c3384 Int16, c3385 Uint8 NOT NULL, c3386 Float NOT NULL, c3387 Timestamp NOT NULL, c3388 Uint16, c3389 Datetime64, c3390 Int32, c3391 Utf8, c3392 Timestamp64 NOT NULL, c3393 Bool, c3394 Date, c3395 Interval64 NOT NULL, c3396 Decimal(15,0), c3397 Date, c3398 Double NOT NULL, c3399 Float, c3400 Int16 NOT NULL, c3401 Int32 NOT NULL, c3402 Double NOT NULL, c3403 Double, c3404 Uint64, c3405 Int64 NOT NULL, c3406 Decimal(15,0), c3407 Utf8, c3408 Datetime64 NOT NULL, c3409 Uint16 NOT NULL, c3410 Uint32, c3411 Json NOT NULL, c3412 Interval64 NOT NULL, c3413 Uint16 NOT NULL, c3414 Json NOT NULL, c3415 Bool NOT NULL, c3416 Interval64, c3417 Decimal(22,9) NOT NULL, c3418 Decimal(22,9) NOT NULL, c3419 Float, c3420 Uint32, c3421 Double NOT NULL, c3422 Decimal(15,0), c3423 String, c3424 Decimal(22,9) NOT NULL, c3425 Timestamp NOT NULL, c3426 Uint8, c3427 Decimal(35,10) NOT NULL, c3428 Uint64, c3429 Utf8 NOT NULL, c3430 Date NOT NULL, c3431 Date32 NOT NULL, c3432 Decimal(35,10) NOT NULL, c3433 Uint16, c3434 Int16 NOT NULL, c3435 Decimal(35,10) NOT NULL, c3436 Int32, c3437 Decimal(22,9), c3438 Int64, c3439 Bool, c3440 Bool, c3441 Uint16, c3442 Yson NOT NULL, c3443 Json, c3444 Float, c3445 Int8 NOT NULL, c3446 Decimal(15,0) NOT NULL, c3447 Datetime NOT NULL, c3448 Yson, c3449 Int32 NOT NULL, c3450 Uint64, c3451 Decimal(15,0) NOT NULL, c3452 Datetime64 NOT NULL, c3453 Int32, c3454 Bool, c3455 Int8, c3456 Int32, c3457 String, c3458 JsonDocument, c3459 Decimal(22,9), c3460 Uint8, c3461 Uint32 NOT NULL, c3462 Datetime64, c3463 Interval64, c3464 Json NOT NULL, c3465 Int32 NOT NULL, c3466 Timestamp64, c3467 JsonDocument, c3468 Uint16, c3469 Int8, c3470 Uint64 NOT NULL, c3471 Uint32 NOT NULL, c3472 Decimal(15,0) NOT NULL, c3473 Decimal(35,10) NOT NULL, c3474 Int32, c3475 Interval64, c3476 Interval64 NOT NULL, c3477 Date32, c3478 Timestamp NOT NULL, c3479 Timestamp NOT NULL, c3480 Double, c3481 Uint8, c3482 Uint32, c3483 Timestamp64, c3484 Json NOT NULL, c3485 Int64, c3486 Int16 NOT NULL, c3487 Json NOT NULL, c3488 Uint32, c3489 Datetime NOT NULL, c3490 Bool NOT NULL, c3491 Int16, c3492 String, c3493 Utf8 NOT NULL, c3494 JsonDocument NOT NULL, c3495 Timestamp64, c3496 Yson, c3497 Int32, c3498 String NOT NULL, c3499 Decimal(35,10), c3500 Decimal(15,0), c3501 Uint64 NOT NULL, c3502 Json, c3503 Int16, c3504 Float NOT NULL, c3505 Int8 NOT NULL, c3506 Timestamp, c3507 Interval64 NOT NULL, c3508 Uint16 NOT NULL, c3509 Datetime64 NOT NULL, c3510 Uint32, c3511 Uint16, c3512 JsonDocument, c3513 Int16 NOT NULL, c3514 JsonDocument, c3515 Bool NOT NULL, c3516 Int64, c3517 Uint64 NOT NULL, c3518 Interval64 NOT NULL, c3519 Int32 NOT NULL, c3520 Datetime64, c3521 Int16 NOT NULL, c3522 Interval64, c3523 Int16 NOT NULL, c3524 Date32, c3525 Timestamp, c3526 Datetime NOT NULL, c3527 Json NOT NULL, c3528 Interval64 NOT NULL, c3529 Double, c3530 Bool, c3531 Uint16 NOT NULL, c3532 Int8, c3533 Datetime, c3534 Datetime, c3535 Float NOT NULL, c3536 Bool NOT NULL, c3537 Bool NOT NULL, c3538 Float NOT NULL, c3539 Date32 NOT NULL, c3540 Uint8 NOT NULL, c3541 Utf8 NOT NULL, c3542 Double NOT NULL, c3543 Date32, c3544 Uint16 NOT NULL, c3545 Bool NOT NULL, c3546 Timestamp64 NOT NULL, c3547 Datetime, c3548 Datetime64, c3549 Int32 NOT NULL, c3550 Date32 NOT NULL, c3551 Datetime NOT NULL, c3552 Double NOT NULL, c3553 Uint32, c3554 Datetime64, c3555 Double, c3556 Uint8, c3557 Datetime NOT NULL, c3558 Uint16, c3559 Int8, c3560 Decimal(15,0), c3561 Utf8 NOT NULL, c3562 Interval64 NOT NULL, c3563 Datetime, c3564 Uint8, c3565 String, c3566 Interval64, c3567 Datetime NOT NULL, c3568 Datetime64 NOT NULL, c3569 Date32 NOT NULL, c3570 Double, c3571 Uint32 NOT NULL, c3572 Yson, c3573 Uint32 NOT NULL, c3574 Int64 NOT NULL, c3575 JsonDocument, c3576 Datetime NOT NULL, c3577 Timestamp64 NOT NULL, c3578 Int8, c3579 Utf8 NOT NULL, c3580 Datetime64 NOT NULL, c3581 Datetime64, c3582 Uint8, c3583 Decimal(15,0), c3584 Int16, c3585 Bool, c3586 Float NOT NULL, c3587 Timestamp64 NOT NULL, c3588 Int64 NOT NULL, c3589 Uint64, c3590 Datetime64, c3591 Uint8, c3592 Datetime64, c3593 Uint32, c3594 JsonDocument NOT NULL, c3595 Uint16, c3596 Decimal(15,0), c3597 Int64 NOT NULL, c3598 Int32, c3599 Int8 NOT NULL, c3600 Uint8 NOT NULL, c3601 Uint16 NOT NULL, c3602 String, c3603 Bool NOT NULL, c3604 Decimal(15,0) NOT NULL, c3605 Date32 NOT NULL, c3606 Json, c3607 JsonDocument NOT NULL, c3608 Datetime64 NOT NULL, c3609 Decimal(15,0), c3610 Uint32, c3611 Date, c3612 Int32 NOT NULL, c3613 Int64, c3614 Date NOT NULL, c3615 Interval64 NOT NULL, c3616 Float, c3617 Int64 NOT NULL, c3618 String, c3619 Uint32, c3620 Uint64 NOT NULL, c3621 Timestamp, c3622 Decimal(35,10) NOT NULL, c3623 Uint64, c3624 Decimal(35,10) NOT NULL, c3625 Datetime64 NOT NULL, c3626 Decimal(15,0) NOT NULL, c3627 Datetime64 NOT NULL, c3628 Float, c3629 Date, c3630 Uint64, c3631 Decimal(22,9) NOT NULL, c3632 Int32, c3633 String, c3634 Double, c3635 Date, c3636 Int16 NOT NULL, c3637 Interval64, c3638 Datetime64, c3639 Decimal(22,9), c3640 Double, c3641 Double NOT NULL, c3642 Int64, c3643 Decimal(35,10) NOT NULL, c3644 Int16, c3645 String NOT NULL, c3646 Int32, c3647 Datetime NOT NULL, c3648 Int32, c3649 JsonDocument NOT NULL, c3650 Uint64 NOT NULL, c3651 Decimal(15,0), c3652 Json, c3653 JsonDocument NOT NULL, c3654 String, c3655 Uint64, c3656 JsonDocument NOT NULL, c3657 String, c3658 String, c3659 String NOT NULL, c3660 Uint64, c3661 Date32 NOT NULL, c3662 JsonDocument NOT NULL, c3663 Decimal(15,0) NOT NULL, c3664 Uint16 NOT NULL, c3665 Decimal(15,0), c3666 Date32 NOT NULL, c3667 Int32 NOT NULL, c3668 Bool NOT NULL, c3669 Timestamp NOT NULL, c3670 Yson, c3671 Utf8 NOT NULL, c3672 Interval64, c3673 Int8 NOT NULL, c3674 Uint8 NOT NULL, c3675 Timestamp NOT NULL, c3676 Timestamp NOT NULL, c3677 Json NOT NULL, c3678 Int64 NOT NULL, c3679 Int8 NOT NULL, c3680 Uint16 NOT NULL, c3681 JsonDocument, c3682 Bool, c3683 Uint8, c3684 Bool, c3685 Uint8 NOT NULL, c3686 Decimal(35,10) NOT NULL, c3687 Uint64, c3688 Uint8, c3689 Utf8, c3690 Timestamp NOT NULL, c3691 Decimal(22,9), c3692 Int16, c3693 Int64, c3694 Uint8, c3695 String NOT NULL, c3696 Int32, c3697 Bool NOT NULL, c3698 Json NOT NULL, c3699 Date NOT NULL, c3700 Interval64 NOT NULL, c3701 Decimal(35,10), c3702 Utf8, c3703 Uint32 NOT NULL, c3704 Uint64, c3705 Float, c3706 Decimal(35,10), c3707 Decimal(22,9), c3708 Bool NOT NULL, c3709 Timestamp64 NOT NULL, c3710 Int32, c3711 Utf8, c3712 Date32 NOT NULL, c3713 Int8, c3714 Timestamp64 NOT NULL, c3715 String, c3716 Timestamp NOT NULL, c3717 Int64 NOT NULL, c3718 Uint32, c3719 Json, c3720 Uint16, c3721 Uint16, c3722 Decimal(35,10), c3723 Datetime, c3724 Int32 NOT NULL, c3725 Double, c3726 Int32 NOT NULL, c3727 Json NOT NULL, c3728 Utf8 NOT NULL, c3729 Date NOT NULL, c3730 Date, c3731 Interval64, c3732 Uint32, c3733 Date32, c3734 Decimal(15,0) NOT NULL, c3735 Double NOT NULL, c3736 Decimal(22,9), c3737 Timestamp NOT NULL, c3738 Uint64, c3739 Int32 NOT NULL, c3740 Decimal(15,0) NOT NULL, c3741 Decimal(22,9) NOT NULL, c3742 Int8 NOT NULL, c3743 Json NOT NULL, c3744 Uint8 NOT NULL, c3745 Int64, c3746 String, c3747 Uint8 NOT NULL, c3748 Yson NOT NULL, c3749 Int16 NOT NULL, c3750 Bool, c3751 Bool, c3752 Int32, c3753 Bool, c3754 Bool NOT NULL, c3755 Date NOT NULL, c3756 Uint32, c3757 Float, c3758 Datetime64 NOT NULL, c3759 Int64, c3760 Date32, c3761 Date32 NOT NULL, c3762 Timestamp64, c3763 Datetime64 NOT NULL, c3764 Yson NOT NULL, c3765 Uint64 NOT NULL, c3766 Int64, c3767 Double NOT NULL, c3768 Uint32, c3769 Utf8, c3770 Decimal(15,0) NOT NULL, c3771 Timestamp NOT NULL, c3772 Int32 NOT NULL, c3773 Uint32 NOT NULL, c3774 Decimal(22,9) NOT NULL, c3775 Timestamp64, c3776 Int64 NOT NULL, c3777 Json NOT NULL, c3778 String NOT NULL, c3779 Int64 NOT NULL, c3780 Datetime64 NOT NULL, c3781 Datetime64, c3782 Datetime64, c3783 Float NOT NULL, c3784 Date NOT NULL, c3785 Datetime NOT NULL, c3786 Datetime, c3787 Utf8, c3788 Int16, c3789 Interval64 NOT NULL, c3790 JsonDocument, c3791 Double, c3792 Date32, c3793 Int64, c3794 Timestamp NOT NULL, c3795 Decimal(22,9), c3796 Timestamp, c3797 Json, c3798 Yson NOT NULL, c3799 Datetime64 NOT NULL, c3800 Float NOT NULL, c3801 Int16 NOT NULL, c3802 Int16 NOT NULL, c3803 Timestamp64, c3804 Datetime64 NOT NULL, c3805 Date, c3806 Json, c3807 Interval64, c3808 JsonDocument NOT NULL, c3809 Date NOT NULL, c3810 Int32 NOT NULL, c3811 Float, c3812 String, c3813 Decimal(15,0) NOT NULL, c3814 JsonDocument, c3815 Uint8, c3816 Decimal(35,10) NOT NULL, c3817 Json, c3818 String NOT NULL, c3819 Timestamp64 NOT NULL, c3820 Datetime64, c3821 Int8 NOT NULL, c3822 Uint16 NOT NULL, c3823 Date32, c3824 Decimal(35,10) NOT NULL, c3825 Decimal(15,0) NOT NULL, c3826 Double NOT NULL, c3827 Double NOT NULL, c3828 Date, c3829 Datetime64 NOT NULL, c3830 Uint8 NOT NULL, c3831 Datetime64, c3832 Timestamp64 NOT NULL, c3833 String NOT NULL, c3834 Timestamp64 NOT NULL, c3835 Datetime, c3836 Bool, c3837 Uint64 NOT NULL, c3838 Datetime, c3839 Decimal(22,9) NOT NULL, c3840 Decimal(35,10) NOT NULL, c3841 Date, c3842 Date NOT NULL, c3843 Yson, c3844 Utf8, c3845 Timestamp, c3846 Decimal(35,10), c3847 Timestamp, c3848 Date, c3849 Timestamp, c3850 Date32 NOT NULL, c3851 JsonDocument NOT NULL, c3852 Uint8, c3853 Int64 NOT NULL, c3854 Bool, c3855 Timestamp64 NOT NULL, c3856 Decimal(15,0) NOT NULL, c3857 Uint32, c3858 Interval64 NOT NULL, c3859 Int64 NOT NULL, c3860 Interval64 NOT NULL, c3861 String, c3862 Uint16, c3863 Decimal(15,0), c3864 Int8, c3865 Decimal(22,9), c3866 Int8, c3867 Double, c3868 Datetime64 NOT NULL, c3869 Json, c3870 Datetime NOT NULL, c3871 Interval64, c3872 Interval64, c3873 Utf8, c3874 Decimal(35,10) NOT NULL, c3875 Date NOT NULL, c3876 Json NOT NULL, c3877 Interval64 NOT NULL, c3878 Datetime64 NOT NULL, c3879 Date32, c3880 Decimal(22,9) NOT NULL, c3881 Float NOT NULL, c3882 Uint8 NOT NULL, c3883 Timestamp, c3884 Uint8, c3885 Uint16, c3886 Double, c3887 Uint8 NOT NULL, c3888 JsonDocument, c3889 Int32, c3890 JsonDocument NOT NULL, c3891 Datetime64 NOT NULL, c3892 Uint8, c3893 Uint8, c3894 Int16, c3895 Json, c3896 Utf8, c3897 Uint16 NOT NULL, c3898 Uint64 NOT NULL, c3899 Uint8 NOT NULL, c3900 Utf8, c3901 Date, c3902 Uint16, c3903 Yson, c3904 Interval64, c3905 Decimal(15,0) NOT NULL, c3906 Datetime NOT NULL, c3907 Utf8 NOT NULL, c3908 Int64, c3909 Datetime, c3910 Int16 NOT NULL, c3911 Uint16, c3912 Yson, c3913 Json NOT NULL, c3914 Timestamp64 NOT NULL, c3915 Uint16, c3916 Yson, c3917 Timestamp64 NOT NULL, c3918 Uint32, c3919 Decimal(35,10) NOT NULL, c3920 Bool NOT NULL, c3921 Decimal(15,0) NOT NULL, c3922 String NOT NULL, c3923 Uint8 NOT NULL, c3924 Int16, c3925 Uint32, c3926 Yson NOT NULL, c3927 Int64 NOT NULL, c3928 Double NOT NULL, c3929 Datetime64, c3930 Yson NOT NULL, c3931 String, c3932 Datetime64, c3933 Float, c3934 Utf8, c3935 Datetime NOT NULL, c3936 Date32 NOT NULL, c3937 Timestamp64 NOT NULL, c3938 Json, c3939 Interval64, c3940 Timestamp, c3941 Uint16 NOT NULL, c3942 Datetime64, c3943 Timestamp64, c3944 Timestamp, c3945 JsonDocument, c3946 Json NOT NULL, c3947 Uint16 NOT NULL, c3948 Decimal(15,0), c3949 Decimal(15,0) NOT NULL, c3950 Int64, c3951 Double, c3952 Date32, c3953 Bool NOT NULL, c3954 Timestamp, c3955 Date32, c3956 Decimal(15,0) NOT NULL, c3957 Int64 NOT NULL, c3958 Float NOT NULL, c3959 Int32, c3960 Int16, c3961 Utf8, c3962 Timestamp64, c3963 Decimal(15,0), c3964 Decimal(15,0) NOT NULL, c3965 Decimal(35,10) NOT NULL, c3966 Interval64, c3967 Yson, c3968 Decimal(35,10), c3969 Uint32, c3970 Float NOT NULL, c3971 Datetime64, c3972 Yson NOT NULL, c3973 Decimal(22,9), c3974 Uint32, c3975 Bool, c3976 Int16, c3977 Date32, c3978 Double NOT NULL, c3979 Date NOT NULL, c3980 Utf8, c3981 Utf8, c3982 JsonDocument NOT NULL, c3983 Uint64, c3984 Datetime64 NOT NULL, c3985 Utf8, c3986 Int16, c3987 Uint64, c3988 Yson, c3989 Json, c3990 Int8, c3991 JsonDocument NOT NULL, c3992 Decimal(15,0) NOT NULL, c3993 Interval64 NOT NULL, c3994 Double NOT NULL, c3995 String NOT NULL, c3996 Int8 NOT NULL, c3997 Date NOT NULL, c3998 Timestamp NOT NULL, c3999 Decimal(15,0), c4000 Bool, c4001 JsonDocument NOT NULL, c4002 Decimal(15,0), c4003 Decimal(22,9), c4004 Datetime, c4005 Float NOT NULL, c4006 Int16 NOT NULL, c4007 Uint32 NOT NULL, c4008 Date NOT NULL, c4009 Utf8 NOT NULL, c4010 String, c4011 Date32 NOT NULL, c4012 Int64, c4013 Timestamp64, c4014 Date, c4015 Uint8 NOT NULL, c4016 JsonDocument NOT NULL, c4017 Int32 NOT NULL, c4018 Json NOT NULL, c4019 Double, c4020 Decimal(15,0), c4021 String NOT NULL, c4022 Decimal(22,9) NOT NULL, c4023 Int8 NOT NULL, c4024 Decimal(22,9) NOT NULL, c4025 Interval64 NOT NULL, c4026 Float, c4027 Int64, c4028 Uint32, c4029 Json, c4030 Yson, c4031 Float NOT NULL, c4032 Uint16, c4033 Int8, c4034 Int64 NOT NULL, c4035 Date NOT NULL, c4036 Yson, c4037 Decimal(22,9), c4038 Date, c4039 Int16, c4040 String, c4041 Decimal(35,10) NOT NULL, c4042 Datetime64, c4043 Uint16 NOT NULL, c4044 Json, c4045 Datetime, c4046 Float NOT NULL, c4047 Yson NOT NULL, c4048 Utf8 NOT NULL, c4049 Double, c4050 Int16, c4051 Uint16, c4052 Datetime NOT NULL, c4053 Date32, c4054 Decimal(35,10) NOT NULL, c4055 Decimal(15,0) NOT NULL, c4056 Uint8, c4057 Timestamp, c4058 Decimal(15,0) NOT NULL, c4059 Timestamp64, c4060 Timestamp NOT NULL, c4061 Timestamp64, c4062 Json, c4063 Timestamp, c4064 Int64, c4065 Datetime NOT NULL, c4066 Uint64 NOT NULL, c4067 Json NOT NULL, c4068 Json NOT NULL, c4069 Int32 NOT NULL, c4070 Int64, c4071 Float NOT NULL, c4072 Timestamp NOT NULL, c4073 Yson NOT NULL, c4074 Utf8 NOT NULL, c4075 Uint32 NOT NULL, c4076 Datetime NOT NULL, c4077 Int16 NOT NULL, c4078 Decimal(22,9) NOT NULL, c4079 Int32 NOT NULL, c4080 Date, c4081 Decimal(15,0) NOT NULL, c4082 Uint8 NOT NULL, c4083 Interval64 NOT NULL, c4084 Uint32, c4085 Uint32, c4086 Int32, c4087 Decimal(35,10) NOT NULL, c4088 Decimal(35,10) NOT NULL, c4089 Yson, c4090 Uint16 NOT NULL, c4091 Date NOT NULL, c4092 Double NOT NULL, c4093 Uint64, c4094 Uint32, c4095 String NOT NULL, c4096 Interval64, c4097 Utf8 NOT NULL, c4098 Int16 NOT NULL, c4099 Uint32, c4100 Timestamp, c4101 Int8 NOT NULL, c4102 Yson, c4103 String NOT NULL, c4104 Uint32, c4105 Interval64 NOT NULL, c4106 Int32, c4107 Interval64, c4108 Uint8 NOT NULL, c4109 Double NOT NULL, c4110 Timestamp64, c4111 Decimal(22,9) NOT NULL, c4112 Date32 NOT NULL, c4113 Int16, c4114 Int8, c4115 Date NOT NULL, c4116 Utf8, c4117 Decimal(22,9), c4118 String, c4119 Datetime NOT NULL, c4120 Double NOT NULL, c4121 Datetime, c4122 Int64 NOT NULL, c4123 Datetime64, c4124 Double, c4125 Int32, c4126 Date, c4127 Int8 NOT NULL, c4128 Date NOT NULL, c4129 Double, c4130 Date32 NOT NULL, c4131 Int32 NOT NULL, c4132 Int8, c4133 String NOT NULL, c4134 Int16, c4135 Date, c4136 Float, c4137 Datetime, c4138 Json NOT NULL, c4139 Decimal(22,9), c4140 Decimal(22,9), c4141 Int8, c4142 Int64, c4143 Decimal(15,0), c4144 Timestamp, c4145 Uint8, c4146 Utf8, c4147 Utf8, c4148 Yson, c4149 Int64, c4150 Uint8, c4151 Double NOT NULL, c4152 Uint8 NOT NULL, c4153 Uint32 NOT NULL, c4154 Int32 NOT NULL, c4155 Yson NOT NULL, c4156 Datetime64, c4157 Uint16, c4158 Date32 NOT NULL, c4159 Timestamp NOT NULL, c4160 Uint32, c4161 Bool NOT NULL, c4162 Decimal(35,10) NOT NULL, c4163 Datetime, c4164 Uint32, c4165 Json NOT NULL, c4166 Date32 NOT NULL, c4167 Yson, c4168 Date, c4169 Decimal(35,10), c4170 Int32, c4171 Json NOT NULL, c4172 Utf8, c4173 Decimal(35,10), c4174 Yson NOT NULL, c4175 Datetime, c4176 Bool, c4177 Double NOT NULL, c4178 Datetime, c4179 Int32, c4180 Float, c4181 Uint16 NOT NULL, c4182 JsonDocument, c4183 Datetime64 NOT NULL, c4184 String, c4185 Timestamp, c4186 Timestamp, c4187 Int64 NOT NULL, c4188 Decimal(22,9) NOT NULL, c4189 Json NOT NULL, c4190 Uint32, c4191 Decimal(15,0) NOT NULL, c4192 Bool, c4193 Datetime64 NOT NULL, c4194 Interval64, c4195 Datetime NOT NULL, c4196 Int8, c4197 Json, c4198 Interval64, c4199 Utf8 NOT NULL, c4200 Yson, c4201 Bool NOT NULL, c4202 Timestamp, c4203 Int32 NOT NULL, c4204 Timestamp, c4205 Timestamp NOT NULL, c4206 JsonDocument NOT NULL, c4207 Int64, c4208 Decimal(35,10), c4209 Date NOT NULL, c4210 Int8, c4211 Int8, c4212 Yson NOT NULL, c4213 Yson NOT NULL, c4214 Datetime, c4215 Yson NOT NULL, c4216 JsonDocument, c4217 Uint8, c4218 Datetime64, c4219 Uint32 NOT NULL, c4220 Double NOT NULL, c4221 Uint32 NOT NULL, c4222 Int16 NOT NULL, c4223 Decimal(22,9), c4224 JsonDocument, c4225 Uint16, c4226 Datetime NOT NULL, c4227 JsonDocument NOT NULL, c4228 Int32, c4229 Utf8, c4230 Datetime, c4231 Uint32 NOT NULL, c4232 Int16 NOT NULL, c4233 Uint8, c4234 Uint16 NOT NULL, c4235 Timestamp NOT NULL, c4236 Json, c4237 Int64 NOT NULL, c4238 Timestamp NOT NULL, c4239 Datetime64 NOT NULL, c4240 Yson, c4241 Decimal(22,9), c4242 Decimal(35,10) NOT NULL, c4243 Decimal(15,0), c4244 Decimal(15,0) NOT NULL, c4245 Json NOT NULL, c4246 Timestamp, c4247 Interval64, c4248 Int32 NOT NULL, c4249 Decimal(35,10) NOT NULL, c4250 Uint32, c4251 Timestamp NOT NULL, c4252 Int8 NOT NULL, c4253 Double NOT NULL, c4254 Decimal(15,0) NOT NULL, c4255 Decimal(35,10) NOT NULL, c4256 Uint8, c4257 String NOT NULL, c4258 Uint64, c4259 Date32 NOT NULL, c4260 Int16 NOT NULL, c4261 Int32, c4262 Date, c4263 Int32, c4264 Float, c4265 Decimal(15,0) NOT NULL, c4266 Interval64 NOT NULL, c4267 Double, c4268 Decimal(22,9) NOT NULL, c4269 Date, c4270 Datetime NOT NULL, c4271 Int64 NOT NULL, c4272 Int16, c4273 Decimal(15,0), c4274 Decimal(35,10) NOT NULL, c4275 Date32, c4276 Int32 NOT NULL, c4277 Json NOT NULL, c4278 Float NOT NULL, c4279 Float, c4280 Int8, c4281 Uint8 NOT NULL, c4282 String, c4283 Uint64 NOT NULL, c4284 Int64 NOT NULL, c4285 Uint64 NOT NULL, c4286 Date32, c4287 Date NOT NULL, c4288 Decimal(22,9) NOT NULL, c4289 Uint16 NOT NULL, c4290 Yson NOT NULL, c4291 Interval64 NOT NULL, c4292 Decimal(22,9), c4293 String NOT NULL, c4294 Decimal(35,10), c4295 Uint64 NOT NULL, c4296 JsonDocument NOT NULL, c4297 Date NOT NULL, c4298 Bool NOT NULL, c4299 Decimal(35,10) NOT NULL, c4300 String, c4301 Double NOT NULL, c4302 Int16 NOT NULL, c4303 Decimal(22,9) NOT NULL, c4304 Uint16, c4305 Datetime64, c4306 Uint8 NOT NULL, c4307 Decimal(35,10) NOT NULL, c4308 Utf8, c4309 Yson, c4310 Datetime, c4311 Date32 NOT NULL, c4312 Int32 NOT NULL, c4313 String NOT NULL, c4314 Int8, c4315 JsonDocument NOT NULL, c4316 Timestamp64 NOT NULL, c4317 Float, c4318 Datetime NOT NULL, c4319 Int64, c4320 Timestamp, c4321 Int16, c4322 Int32, c4323 Timestamp64 NOT NULL, c4324 Date, c4325 Uint16, c4326 Int8 NOT NULL, c4327 Datetime NOT NULL, c4328 Decimal(35,10) NOT NULL, c4329 Uint16 NOT NULL, c4330 Decimal(15,0) NOT NULL, c4331 Decimal(22,9), c4332 Interval64, c4333 Date32, c4334 Double NOT NULL, c4335 Float, c4336 Date32, c4337 Int16 NOT NULL, c4338 JsonDocument NOT NULL, c4339 Int64 NOT NULL, c4340 Timestamp NOT NULL, c4341 Datetime64, c4342 Decimal(22,9), c4343 Uint32, c4344 Timestamp, c4345 Datetime64, c4346 Uint8, c4347 Yson NOT NULL, c4348 Decimal(22,9) NOT NULL, c4349 Interval64 NOT NULL, c4350 Timestamp64 NOT NULL, c4351 Date, c4352 Float, c4353 Datetime64 NOT NULL, c4354 Timestamp64 NOT NULL, c4355 Datetime NOT NULL, c4356 Double, c4357 String NOT NULL, c4358 Date32 NOT NULL, c4359 Datetime64, c4360 Uint32 NOT NULL, c4361 Datetime64, c4362 Datetime, c4363 Bool NOT NULL, c4364 Json, c4365 Decimal(22,9) NOT NULL, c4366 Timestamp, c4367 Int16, c4368 Decimal(15,0), c4369 Decimal(15,0) NOT NULL, c4370 JsonDocument NOT NULL, c4371 Decimal(35,10) NOT NULL, c4372 Interval64 NOT NULL, c4373 Timestamp, c4374 Uint64, c4375 Int8, c4376 Int64, c4377 Bool NOT NULL, c4378 Int16, c4379 Date, c4380 Double NOT NULL, c4381 Int8 NOT NULL, c4382 String NOT NULL, c4383 Date NOT NULL, c4384 Uint64, c4385 Int64 NOT NULL, c4386 Int8 NOT NULL, c4387 Timestamp64 NOT NULL, c4388 Int16, c4389 Uint8 NOT NULL, c4390 Uint32 NOT NULL, c4391 Date32 NOT NULL, c4392 String NOT NULL, c4393 Uint32 NOT NULL, c4394 Json NOT NULL, c4395 Bool NOT NULL, c4396 Datetime, c4397 Uint8 NOT NULL, c4398 Timestamp, c4399 Float NOT NULL, c4400 Timestamp, c4401 Decimal(22,9), c4402 Int16 NOT NULL, c4403 Date, c4404 Timestamp64 NOT NULL, c4405 Float, c4406 Decimal(15,0), c4407 Float, c4408 Decimal(15,0), c4409 Uint8, c4410 Int16 NOT NULL, c4411 Date32, c4412 Json, c4413 Uint16, c4414 Uint64, c4415 Uint8 NOT NULL, c4416 Double, c4417 Timestamp NOT NULL, c4418 String NOT NULL, c4419 Datetime NOT NULL, c4420 Timestamp64 NOT NULL, c4421 Int8 NOT NULL, c4422 Int32 NOT NULL, c4423 Datetime NOT NULL, c4424 Double, c4425 Timestamp NOT NULL, c4426 Date NOT NULL, c4427 Date32, c4428 Int32, c4429 Interval64, c4430 Decimal(22,9) NOT NULL, c4431 Int64 NOT NULL, c4432 Date NOT NULL, c4433 Date NOT NULL, c4434 Timestamp64 NOT NULL, c4435 JsonDocument, c4436 Datetime64 NOT NULL, c4437 Yson NOT NULL, c4438 Uint8, c4439 Decimal(35,10), c4440 Datetime NOT NULL, c4441 Uint64 NOT NULL, c4442 Decimal(15,0), c4443 Utf8, c4444 Datetime, c4445 Date32, c4446 Uint64, c4447 Datetime64 NOT NULL, c4448 Uint16 NOT NULL, c4449 Decimal(15,0) NOT NULL, c4450 Datetime, c4451 Yson, c4452 Yson NOT NULL, c4453 Double NOT NULL, c4454 Uint64, c4455 Timestamp64 NOT NULL, c4456 Double, c4457 Date NOT NULL, c4458 Decimal(35,10) NOT NULL, c4459 Int64 NOT NULL, c4460 Decimal(15,0), c4461 Bool NOT NULL, c4462 Uint32 NOT NULL, c4463 Float, c4464 Interval64 NOT NULL, c4465 Interval64 NOT NULL, c4466 Datetime64 NOT NULL, c4467 Decimal(35,10), c4468 JsonDocument, c4469 Int32, c4470 Float, c4471 Timestamp, c4472 Bool, c4473 Datetime64, c4474 Int8, c4475 Int32, c4476 Json NOT NULL, c4477 Float, c4478 Uint8 NOT NULL, c4479 Decimal(15,0), c4480 Decimal(35,10), c4481 Yson NOT NULL, c4482 Uint64 NOT NULL, c4483 Double NOT NULL, c4484 Float NOT NULL, c4485 Timestamp64, c4486 Datetime64 NOT NULL, c4487 Double NOT NULL, c4488 Decimal(15,0), c4489 Int16 NOT NULL, c4490 String, c4491 Double, c4492 Date, c4493 String NOT NULL, c4494 Json NOT NULL, c4495 Json, c4496 Uint64 NOT NULL, c4497 JsonDocument NOT NULL, c4498 Int32, c4499 JsonDocument NOT NULL, c4500 Uint64, c4501 Int32 NOT NULL, c4502 Timestamp NOT NULL, c4503 Timestamp NOT NULL, c4504 Uint32 NOT NULL, c4505 Double, c4506 Int16, c4507 Uint32, c4508 Utf8, c4509 Uint8, c4510 Timestamp, c4511 Uint16, c4512 Decimal(15,0), c4513 Int8 NOT NULL, c4514 Bool NOT NULL, c4515 Timestamp64 NOT NULL, c4516 Datetime64, c4517 Decimal(35,10) NOT NULL, c4518 Datetime NOT NULL, c4519 Decimal(22,9), c4520 Utf8, c4521 Double NOT NULL, c4522 Decimal(35,10) NOT NULL, c4523 Float, c4524 Int16 NOT NULL, c4525 Decimal(35,10), c4526 Float, c4527 Uint32, c4528 Bool, c4529 Uint64 NOT NULL, c4530 Int16 NOT NULL, c4531 Date, c4532 Double NOT NULL, c4533 Decimal(22,9) NOT NULL, c4534 Bool, c4535 Float, c4536 Utf8, c4537 Decimal(22,9), c4538 Double NOT NULL, c4539 Date NOT NULL, c4540 Uint64 NOT NULL, c4541 Double NOT NULL, c4542 Decimal(35,10) NOT NULL, c4543 Utf8 NOT NULL, c4544 Float, c4545 Datetime NOT NULL, c4546 Datetime NOT NULL, c4547 Double, c4548 Timestamp, c4549 Bool,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349, c1350, c1351, c1352, c1353, c1354, c1355, c1356, c1357, c1358, c1359, c1360, c1361, c1362, c1363, c1364, c1365, c1366, c1367, c1368, c1369, c1370, c1371, c1372, c1373, c1374, c1375, c1376, c1377, c1378, c1379, c1380, c1381, c1382, c1383, c1384, c1385, c1386, c1387, c1388, c1389, c1390, c1391, c1392, c1393, c1394, c1395, c1396, c1397, c1398, c1399, c1400, c1401, c1402, c1403, c1404, c1405, c1406, c1407, c1408, c1409, c1410, c1411, c1412, c1413, c1414, c1415, c1416, c1417, c1418, c1419, c1420, c1421, c1422, c1423, c1424, c1425, c1426, c1427, c1428, c1429, c1430, c1431, c1432, c1433, c1434, c1435, c1436, c1437, c1438, c1439, c1440, c1441, c1442, c1443, c1444, c1445, c1446, c1447, c1448, c1449, c1450, c1451, c1452, c1453, c1454, c1455, c1456, c1457, c1458, c1459, c1460, c1461, c1462, c1463, c1464, c1465, c1466, c1467, c1468, c1469, c1470, c1471, c1472, c1473, c1474, c1475, c1476, c1477, c1478, c1479, c1480, c1481, c1482, c1483, c1484, c1485, c1486, c1487, c1488, c1489, c1490, c1491, c1492, c1493, c1494, c1495, c1496, c1497, c1498, c1499, c1500, c1501, c1502, c1503, c1504, c1505, c1506, c1507, c1508, c1509, c1510, c1511, c1512, c1513, c1514, c1515, c1516, c1517, c1518, c1519, c1520, c1521, c1522, c1523, c1524, c1525)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c27\\\', 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 \\\'c27\\\', 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:264 Stopped node localhost:24837/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:26886/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:10303/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:61070/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:12174/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:14509/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:3578/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:18231/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:61235/7
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15188
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19235
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3578
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1956
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62958
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63422
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26886
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24588
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65314
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31087
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61235
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27701
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30157
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9832
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24837
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9709
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13867
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3661
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10303
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26131
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14272
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14509
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63898
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3457
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15654
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12174
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10322
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29998
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23511
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61070
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62773
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26288
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2329
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18231
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26804
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21378
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25969
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23198
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12759
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23484
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18629
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6425
============================== slowest durations ===============================
32.10s teardown test_workload.py::TestYdbWorkload::test
27.59s call     test_workload.py::TestYdbWorkload::test
15.26s setup    test_workload.py::TestYdbWorkload::test
=========================== short test summary info ============================
FAILED test_workload.py::TestYdbWorkload::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/7wjt/0008e7/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:18231 --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 \'c27\', 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 76.84s (0:01:16) =========================
