============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:9013 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
E       return [result_set for result_set in it]
E                                            ^^
E     File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
E       return self._next()
E              ^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
E       res = self.wrapper(next(self.it))
E             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
E       lambda resp: base.wrap_execute_query_response(
E                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
E       return func(rpc_state, response_pb, session_state, *args, **kwargs)
E              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
E       issues._process_response(response_pb)
E     File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
E       raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12626
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3957
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2701
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64456
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21964
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27011
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25661
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/9h1v/000d9b/r3tmp/kikimr_cluster_lkh0_jea
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9012
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9013
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25997
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9110
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_6ctjw7ds.log --grpc-port=9013 --mon-port=28567 --ic-port=12626
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29783
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23203
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2799
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28412
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_7yn_nag6.log --grpc-port=29783 --mon-port=23203 --ic-port=3957
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26756
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62257
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22692
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16330
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_lvvzwczl.log --grpc-port=26756 --mon-port=62257 --ic-port=2701
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25576
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29669
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14362
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7007
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile__fzaxs1p.log --grpc-port=25576 --mon-port=29669 --ic-port=26346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4232
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19476
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6546
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23963
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_5ujyp0_2.log --grpc-port=4232 --mon-port=19476 --ic-port=27345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20368
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28238
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5793
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27241
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_om2ic83_.log --grpc-port=20368 --mon-port=28238 --ic-port=64456
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9514
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30853
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62086
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27526
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_9p5mr0ok.log --grpc-port=9514 --mon-port=30853 --ic-port=21964
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6676
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1873
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15806
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile__4d7f6jw.log --grpc-port=6676 --mon-port=13801 --ic-port=27011
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17487
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14881
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18347
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15913
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_iic4m091.log --grpc-port=17487 --mon-port=14881 --ic-port=25661
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9013/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_6ctjw7ds.log --grpc-port=9013 --mon-port=28567 --ic-port=12626
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_6ctjw7ds.log', '--grpc-port=9013', '--mon-port=28567', '--ic-port=12626')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1420752
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9013/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1420753
DEBUG    ya.test:process.py:259 Command (pid 1420753) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1420753) elapsed time (sec): 1.1102049350738525
DEBUG    ya.test:process.py:263 Command (pid 1420753) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) maxrss: 480276
DEBUG    ya.test:process.py:263 Command (pid 1420753) minflt: 45277
DEBUG    ya.test:process.py:263 Command (pid 1420753) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 1420753) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1420753) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1420753) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1420753) stime: 0.203906
DEBUG    ya.test:process.py:263 Command (pid 1420753) utime: 0.44756199999999996
DEBUG    ya.test:process.py:263 Command (pid 1420753) wtime: 1.112
DEBUG    ya.test:process.py:275 Command (pid 1420753) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1420753) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29783/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_7yn_nag6.log --grpc-port=29783 --mon-port=23203 --ic-port=3957
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_7yn_nag6.log', '--grpc-port=29783', '--mon-port=23203', '--ic-port=3957')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1420890
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:29783/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1420891
DEBUG    ya.test:process.py:259 Command (pid 1420891) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1420891) elapsed time (sec): 0.779435396194458
DEBUG    ya.test:process.py:263 Command (pid 1420891) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) maxrss: 481356
DEBUG    ya.test:process.py:263 Command (pid 1420891) minflt: 45300
DEBUG    ya.test:process.py:263 Command (pid 1420891) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) nivcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 1420891) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1420891) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1420891) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1420891) stime: 0.20799099999999998
DEBUG    ya.test:process.py:263 Command (pid 1420891) utime: 0.44125
DEBUG    ya.test:process.py:263 Command (pid 1420891) wtime: 0.786
DEBUG    ya.test:process.py:275 Command (pid 1420891) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1420891) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26756/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_lvvzwczl.log --grpc-port=26756 --mon-port=62257 --ic-port=2701
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_lvvzwczl.log', '--grpc-port=26756', '--mon-port=62257', '--ic-port=2701')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1420965
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:26756/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1420966
DEBUG    ya.test:process.py:259 Command (pid 1420966) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1420966) elapsed time (sec): 0.9143819808959961
DEBUG    ya.test:process.py:263 Command (pid 1420966) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) maxrss: 482736
DEBUG    ya.test:process.py:263 Command (pid 1420966) minflt: 45402
DEBUG    ya.test:process.py:263 Command (pid 1420966) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) nivcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1420966) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1420966) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1420966) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1420966) stime: 0.211228
DEBUG    ya.test:process.py:263 Command (pid 1420966) utime: 0.458538
DEBUG    ya.test:process.py:263 Command (pid 1420966) wtime: 0.942
DEBUG    ya.test:process.py:275 Command (pid 1420966) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1420966) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25576/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile__fzaxs1p.log --grpc-port=25576 --mon-port=29669 --ic-port=26346
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile__fzaxs1p.log', '--grpc-port=25576', '--mon-port=29669', '--ic-port=26346')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1421316
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25576/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1421319
DEBUG    ya.test:process.py:259 Command (pid 1421319) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1421319) elapsed time (sec): 1.3059203624725342
DEBUG    ya.test:process.py:263 Command (pid 1421319) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) maxrss: 484032
DEBUG    ya.test:process.py:263 Command (pid 1421319) minflt: 45338
DEBUG    ya.test:process.py:263 Command (pid 1421319) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) nivcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 1421319) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1421319) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1421319) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1421319) stime: 0.22916199999999998
DEBUG    ya.test:process.py:263 Command (pid 1421319) utime: 0.503806
DEBUG    ya.test:process.py:263 Command (pid 1421319) wtime: 1.317
DEBUG    ya.test:process.py:275 Command (pid 1421319) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1421319) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4232/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_5ujyp0_2.log --grpc-port=4232 --mon-port=19476 --ic-port=27345
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_5ujyp0_2.log', '--grpc-port=4232', '--mon-port=19476', '--ic-port=27345')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1421564
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:4232/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1421565
DEBUG    ya.test:process.py:259 Command (pid 1421565) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1421565) elapsed time (sec): 0.9379513263702393
DEBUG    ya.test:process.py:263 Command (pid 1421565) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) maxrss: 485360
DEBUG    ya.test:process.py:263 Command (pid 1421565) minflt: 45351
DEBUG    ya.test:process.py:263 Command (pid 1421565) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) nivcsw: 465
DEBUG    ya.test:process.py:263 Command (pid 1421565) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1421565) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1421565) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1421565) stime: 0.219403
DEBUG    ya.test:process.py:263 Command (pid 1421565) utime: 0.49956599999999995
DEBUG    ya.test:process.py:263 Command (pid 1421565) wtime: 0.947
DEBUG    ya.test:process.py:275 Command (pid 1421565) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1421565) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 5 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20368/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_om2ic83_.log --grpc-port=20368 --mon-port=28238 --ic-port=64456
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_om2ic83_.log', '--grpc-port=20368', '--mon-port=28238', '--ic-port=64456')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1421815
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:20368/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1421817
DEBUG    ya.test:process.py:259 Command (pid 1421817) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1421817) elapsed time (sec): 1.2546274662017822
DEBUG    ya.test:process.py:263 Command (pid 1421817) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) maxrss: 486756
DEBUG    ya.test:process.py:263 Command (pid 1421817) minflt: 45373
DEBUG    ya.test:process.py:263 Command (pid 1421817) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) nivcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 1421817) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1421817) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1421817) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1421817) stime: 0.24700699999999998
DEBUG    ya.test:process.py:263 Command (pid 1421817) utime: 0.48181799999999997
DEBUG    ya.test:process.py:263 Command (pid 1421817) wtime: 1.261
DEBUG    ya.test:process.py:275 Command (pid 1421817) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1421817) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 6 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9514/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_9p5mr0ok.log --grpc-port=9514 --mon-port=30853 --ic-port=21964
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_9p5mr0ok.log', '--grpc-port=9514', '--mon-port=30853', '--ic-port=21964')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1422020
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9514/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1422021
DEBUG    ya.test:process.py:259 Command (pid 1422021) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1422021) elapsed time (sec): 1.293426513671875
DEBUG    ya.test:process.py:263 Command (pid 1422021) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) maxrss: 487196
DEBUG    ya.test:process.py:263 Command (pid 1422021) minflt: 45396
DEBUG    ya.test:process.py:263 Command (pid 1422021) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) nivcsw: 173
DEBUG    ya.test:process.py:263 Command (pid 1422021) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1422021) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1422021) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1422021) stime: 0.21082199999999998
DEBUG    ya.test:process.py:263 Command (pid 1422021) utime: 0.45223599999999997
DEBUG    ya.test:process.py:263 Command (pid 1422021) wtime: 1.297
DEBUG    ya.test:process.py:275 Command (pid 1422021) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1422021) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 7 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6676/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile__4d7f6jw.log --grpc-port=6676 --mon-port=13801 --ic-port=27011
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile__4d7f6jw.log', '--grpc-port=6676', '--mon-port=13801', '--ic-port=27011')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1422285
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:6676/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1422287
DEBUG    ya.test:process.py:259 Command (pid 1422287) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1422287) elapsed time (sec): 0.863739013671875
DEBUG    ya.test:process.py:263 Command (pid 1422287) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) maxrss: 487196
DEBUG    ya.test:process.py:263 Command (pid 1422287) minflt: 45324
DEBUG    ya.test:process.py:263 Command (pid 1422287) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) nivcsw: 158
DEBUG    ya.test:process.py:263 Command (pid 1422287) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1422287) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1422287) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1422287) stime: 0.19086
DEBUG    ya.test:process.py:263 Command (pid 1422287) utime: 0.44869699999999996
DEBUG    ya.test:process.py:263 Command (pid 1422287) wtime: 0.874
DEBUG    ya.test:process.py:275 Command (pid 1422287) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1422287) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 8 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17487/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_iic4m091.log --grpc-port=17487 --mon-port=14881 --ic-port=25661
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_iic4m091.log', '--grpc-port=17487', '--mon-port=14881', '--ic-port=25661')' in '/home/runner/.ya/build/build_root/9h1v/000d9b/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: 1422458
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:17487/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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1422459
DEBUG    ya.test:process.py:259 Command (pid 1422459) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1422459) elapsed time (sec): 0.8871853351593018
DEBUG    ya.test:process.py:263 Command (pid 1422459) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) maxrss: 487196
DEBUG    ya.test:process.py:263 Command (pid 1422459) minflt: 45409
DEBUG    ya.test:process.py:263 Command (pid 1422459) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) nivcsw: 170
DEBUG    ya.test:process.py:263 Command (pid 1422459) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1422459) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1422459) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1422459) stime: 0.18756199999999998
DEBUG    ya.test:process.py:263 Command (pid 1422459) utime: 0.47694899999999996
DEBUG    ya.test:process.py:263 Command (pid 1422459) wtime: 0.891
DEBUG    ya.test:process.py:275 Command (pid 1422459) output:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-oklngwocoq
    Host information: 
        Linux ghrun-oklngwocoq 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 1422459) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 9 version:
Git info:
    Commit: 2d481aa702d7e974923af7dc20c18caad63b07c7
    Branch: 
    Author: Pisarenko Grigoriy <grigoriypisar@ydb.tech>
    Summary: Merge d9db80f68005c76143bd2c0b98fa6f38c1988dd5 into 1787dd73ff41b8ef88d40dbfed5a6bb9e9f8bbed
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9013', '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: 12626\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3957\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2701\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26346\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27345\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64456\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21964\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27011\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25661\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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9013', '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: 12626\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 3957\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2701\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26346\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27345\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 64456\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21964\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27011\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25661\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1424507
DEBUG    ya.test:process.py:259 Command (pid 1424507) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1424507) elapsed time (sec): 1.0545856952667236
DEBUG    ya.test:process.py:263 Command (pid 1424507) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) maxrss: 867608
DEBUG    ya.test:process.py:263 Command (pid 1424507) minflt: 51581
DEBUG    ya.test:process.py:263 Command (pid 1424507) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 1424507) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1424507) nvcsw: 609
DEBUG    ya.test:process.py:263 Command (pid 1424507) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1424507) stime: 0.22959
DEBUG    ya.test:process.py:263 Command (pid 1424507) utime: 0.5287999999999999
DEBUG    ya.test:process.py:263 Command (pid 1424507) wtime: 1.057
DEBUG    ya.test:process.py:275 Command (pid 1424507) 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 1424507) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/9h1v/000d9b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9013', '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/9h1v/000d9b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:9013', '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: 1424731
DEBUG    ya.test:process.py:259 Command (pid 1424731) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1424731) elapsed time (sec): 1.439443588256836
DEBUG    ya.test:process.py:263 Command (pid 1424731) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) maxrss: 867608
DEBUG    ya.test:process.py:263 Command (pid 1424731) minflt: 51620
DEBUG    ya.test:process.py:263 Command (pid 1424731) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 1424731) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1424731) nvcsw: 593
DEBUG    ya.test:process.py:263 Command (pid 1424731) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1424731) stime: 0.262744
DEBUG    ya.test:process.py:263 Command (pid 1424731) utime: 0.515802
DEBUG    ya.test:process.py:263 Command (pid 1424731) wtime: 1.442
DEBUG    ya.test:process.py:275 Command (pid 1424731) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 5b8ab56c-2259-497a-9ef3-255743143ae5, localhost:9013): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5b8ab56c-2259-497a-9ef3-255743143ae5, localhost:9013): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5b8ab56c-2259-497a-9ef3-255743143ae5, localhost:9013): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-oklngwocoq.auto.internal" port: 6676 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-oklngwocoq.auto.internal" port: 25576 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-oklngwocoq.auto.internal" port: 9514 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-oklngwocoq.auto.internal" port: 26756 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-oklngwocoq.auto.internal" port: 29783 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-oklngwocoq.auto.internal" port: 20368 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-oklngwocoq.auto.internal" port: 4232 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-oklngwocoq.auto.internal" port: 17487 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-oklngwocoq.auto.internal" port: 9013 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-oklngwocoq.auto.internal:9013, location 1, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:9514, location 1, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:25576, location 1, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:26756, location 3, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:29783, location 2, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:20368, location 3, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:4232, location 2, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:17487, location 3, ssl: False>, <Endpoint ghrun-oklngwocoq.auto.internal:6676, 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/9h1v/000d9b/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/9h1v/000d9b/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:9013', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1425350
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:9013
DEBUG    ya.test:process.py:259 Command (pid 1425350) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1425350) elapsed time (sec): 32.96807289123535
DEBUG    ya.test:process.py:263 Command (pid 1425350) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) inblock: 384624
DEBUG    ya.test:process.py:263 Command (pid 1425350) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) majflt: 40
DEBUG    ya.test:process.py:263 Command (pid 1425350) maxrss: 867608
DEBUG    ya.test:process.py:263 Command (pid 1425350) minflt: 143441
DEBUG    ya.test:process.py:263 Command (pid 1425350) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) nivcsw: 942
DEBUG    ya.test:process.py:263 Command (pid 1425350) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1425350) nvcsw: 5359
DEBUG    ya.test:process.py:263 Command (pid 1425350) oublock: 112
DEBUG    ya.test:process.py:263 Command (pid 1425350) stime: 0.798935
DEBUG    ya.test:process.py:263 Command (pid 1425350) utime: 2.5646839999999997
DEBUG    ya.test:process.py:263 Command (pid 1425350) wtime: 32.972
DEBUG    ya.test:process.py:275 Command (pid 1425350) output:

DEBUG    ya.test:process.py:276 Command (pid 1425350) errors:
Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070) while executing query: 
                CREATE TABLE `/Root/olap_workload/create_drop/11843` (
                    c0 Uint64 NOT NULL, c1 Int32 NOT NULL, c2 Bool NOT NULL, c3 Uint8 NOT NULL, c4 Date NOT NULL, c5 Decimal(22,9) NOT NULL, c6 Decimal(22,9) NOT NULL, c7 Uint8 NOT NULL, c8 Date32 NOT NULL, c9 Int32 NOT NULL, c10 Int32 NOT NULL, c11 Uint16 NOT NULL, c12 Uint64 NOT NULL, c13 Int16 NOT NULL, c14 Interval64 NOT NULL, c15 Uint32 NOT NULL, c16 Uint32 NOT NULL, c17 Timestamp64 NOT NULL, c18 Uint16 NOT NULL, c19 Int8 NOT NULL, c20 Datetime64 NOT NULL, c21 Date NOT NULL, c22 Decimal(35,10) NOT NULL, c23 Uint8 NOT NULL, c24 Datetime NOT NULL, c25 Decimal(22,9) NOT NULL, c26 Decimal(15,0) NOT NULL, c27 Interval64 NOT NULL, c28 Datetime NOT NULL, c29 Uint16 NOT NULL, c30 Decimal(35,10) NOT NULL, c31 Uint16 NOT NULL, c32 Datetime NOT NULL, c33 Interval64 NOT NULL, c34 Int64 NOT NULL, c35 Timestamp64 NOT NULL, c36 Int32 NOT NULL, c37 Uint32 NOT NULL, c38 Bool NOT NULL, c39 Decimal(35,10) NOT NULL, c40 Decimal(35,10) NOT NULL, c41 Int32 NOT NULL, c42 Uint64 NOT NULL, c43 Int64 NOT NULL, c44 Decimal(22,9) NOT NULL, c45 Decimal(35,10) NOT NULL, c46 Datetime64 NOT NULL, c47 Int64 NOT NULL, c48 Datetime NOT NULL, c49 Timestamp NOT NULL, c50 Timestamp NOT NULL, c51 Uint16 NOT NULL, c52 Bool NOT NULL, c53 Timestamp NOT NULL, c54 Datetime64 NOT NULL, c55 Uint64 NOT NULL, c56 Interval64 NOT NULL, c57 Decimal(15,0) NOT NULL, c58 Utf8 NOT NULL, c59 Utf8 NOT NULL, c60 Utf8 NOT NULL, c61 Int16 NOT NULL, c62 Datetime64 NOT NULL, c63 Uint8 NOT NULL, c64 Decimal(22,9) NOT NULL, c65 Datetime64 NOT NULL, c66 Int64 NOT NULL, c67 Decimal(22,9) NOT NULL, c68 Date32 NOT NULL, c69 Timestamp64 NOT NULL, c70 Datetime NOT NULL, c71 Uint8 NOT NULL, c72 Datetime64 NOT NULL, c73 Timestamp NOT NULL, c74 Utf8 NOT NULL, c75 Utf8 NOT NULL, c76 Uint32 NOT NULL, c77 Decimal(15,0) NOT NULL, c78 String NOT NULL, c79 Uint32 NOT NULL, c80 String NOT NULL, c81 Int32 NOT NULL, c82 Uint8 NOT NULL, c83 Timestamp NOT NULL, c84 Datetime NOT NULL, c85 Bool NOT NULL, c86 Date32 NOT NULL, c87 String NOT NULL, c88 Decimal(15,0) NOT NULL, c89 Int8 NOT NULL, c90 Datetime64 NOT NULL, c91 Decimal(35,10) NOT NULL, c92 Uint32 NOT NULL, c93 String NOT NULL, c94 Int8 NOT NULL, c95 Int8 NOT NULL, c96 Uint64 NOT NULL, c97 Bool NOT NULL, c98 Decimal(35,10) NOT NULL, c99 Interval64 NOT NULL, c100 Utf8 NOT NULL, c101 Int16 NOT NULL, c102 Uint32 NOT NULL, c103 Uint8 NOT NULL, c104 Datetime NOT NULL, c105 Int16 NOT NULL, c106 Int64 NOT NULL, c107 Timestamp NOT NULL, c108 Date NOT NULL, c109 Date32 NOT NULL, c110 Int64 NOT NULL, c111 Datetime64 NOT NULL, c112 Int64 NOT NULL, c113 Uint32 NOT NULL, c114 Date NOT NULL, c115 Int32 NOT NULL, c116 Uint32 NOT NULL, c117 Int16 NOT NULL, c118 Date NOT NULL, c119 Uint8 NOT NULL, c120 Datetime64 NOT NULL, c121 Decimal(22,9) NOT NULL, c122 Datetime NOT NULL, c123 Timestamp NOT NULL, c124 Int32 NOT NULL, c125 Utf8 NOT NULL, c126 Int16 NOT NULL, c127 Bool NOT NULL, c128 Timestamp64 NOT NULL, c129 Utf8 NOT NULL, c130 Utf8 NOT NULL, c131 Decimal(22,9) NOT NULL, c132 Int32 NOT NULL, c133 Uint8 NOT NULL, c134 Decimal(22,9) NOT NULL, c135 Utf8 NOT NULL, c136 Interval64 NOT NULL, c137 Uint32 NOT NULL, c138 Int64 NOT NULL, c139 String NOT NULL, c140 Utf8 NOT NULL, c141 Utf8 NOT NULL, c142 Timestamp NOT NULL, c143 Decimal(35,10) NOT NULL, c144 Timestamp NOT NULL, c145 Int64 NOT NULL, c146 Uint8 NOT NULL, c147 Datetime NOT NULL, c148 Date32 NOT NULL, c149 Interval64 NOT NULL, c150 Date32 NOT NULL, c151 Datetime NOT NULL, c152 Uint8 NOT NULL, c153 Int8 NOT NULL, c154 Uint8 NOT NULL, c155 Uint8 NOT NULL, c156 Decimal(35,10) NOT NULL, c157 Timestamp64 NOT NULL, c158 Timestamp NOT NULL, c159 Timestamp NOT NULL, c160 Date NOT NULL, c161 Decimal(35,10) NOT NULL, c162 Date32 NOT NULL, c163 Date NOT NULL, c164 Uint64 NOT NULL, c165 Date32 NOT NULL, c166 Uint64 NOT NULL, c167 Decimal(22,9) NOT NULL, c168 Timestamp NOT NULL, c169 Datetime64 NOT NULL, c170 Decimal(22,9) NOT NULL, c171 Uint8 NOT NULL, c172 Uint64 NOT NULL, c173 Int8 NOT NULL, c174 Bool NOT NULL, c175 Uint16 NOT NULL, c176 Timestamp NOT NULL, c177 Bool NOT NULL, c178 Decimal(15,0) NOT NULL, c179 Int16 NOT NULL, c180 Int16 NOT NULL, c181 Uint32 NOT NULL, c182 Bool NOT NULL, c183 Utf8 NOT NULL, c184 String NOT NULL, c185 Date32 NOT NULL, c186 Int16 NOT NULL, c187 Uint8 NOT NULL, c188 String NOT NULL, c189 String NOT NULL, c190 Uint64 NOT NULL, c191 Int8 NOT NULL, c192 Bool NOT NULL, c193 Uint16 NOT NULL, c194 Decimal(15,0) NOT NULL, c195 Uint32 NOT NULL, c196 Decimal(35,10) NOT NULL, c197 String NOT NULL, c198 Int32 NOT NULL, c199 Timestamp NOT NULL, c200 String NOT NULL, c201 String NOT NULL, c202 Decimal(35,10) NOT NULL, c203 Datetime NOT NULL, c204 Timestamp NOT NULL, c205 Datetime NOT NULL, c206 Date32 NOT NULL, c207 Decimal(15,0) NOT NULL, c208 Uint16 NOT NULL, c209 Int64 NOT NULL, c210 Uint32 NOT NULL, c211 Decimal(22,9) NOT NULL, c212 Int64 NOT NULL, c213 Timestamp NOT NULL, c214 Int8 NOT NULL, c215 Bool NOT NULL, c216 Date32 NOT NULL, c217 Uint8 NOT NULL, c218 String NOT NULL, c219 Utf8 NOT NULL, c220 Decimal(35,10) NOT NULL, c221 Datetime NOT NULL, c222 Date32 NOT NULL, c223 Uint64 NOT NULL, c224 Int64 NOT NULL, c225 Interval64 NOT NULL, c226 Interval64 NOT NULL, c227 Uint32 NOT NULL, c228 Timestamp NOT NULL, c229 Interval64 NOT NULL, c230 Uint8 NOT NULL, c231 Decimal(22,9) NOT NULL, c232 Interval64 NOT NULL, c233 Timestamp64 NOT NULL, c234 Decimal(15,0) NOT NULL, c235 Datetime64 NOT NULL, c236 Date NOT NULL, c237 Uint16 NOT NULL, c238 Uint16 NOT NULL, c239 Decimal(15,0) NOT NULL, c240 Datetime NOT NULL, c241 Uint32 NOT NULL, c242 Int64 NOT NULL, c243 Int32 NOT NULL, c244 Datetime64 NOT NULL, c245 Int8 NOT NULL, c246 Int16 NOT NULL, c247 Datetime64 NOT NULL, c248 Uint32 NOT NULL, c249 Int8 NOT NULL, c250 Utf8 NOT NULL, c251 Date NOT NULL, c252 Decimal(15,0) NOT NULL, c253 Int32 NOT NULL, c254 Int8 NOT NULL, c255 Timestamp64 NOT NULL, c256 Date32 NOT NULL, c257 Datetime NOT NULL, c258 Uint32 NOT NULL, c259 Uint32 NOT NULL, c260 Uint16 NOT NULL, c261 Int8 NOT NULL, c262 Decimal(15,0) NOT NULL, c263 Int32 NOT NULL, c264 Decimal(22,9) NOT NULL, c265 Int32 NOT NULL, c266 Int8 NOT NULL, c267 Bool NOT NULL, c268 Int64 NOT NULL, c269 Datetime64 NOT NULL, c270 Int16 NOT NULL, c271 Datetime NOT NULL, c272 Timestamp NOT NULL, c273 Utf8 NOT NULL, c274 Uint8 NOT NULL, c275 Decimal(35,10) NOT NULL, c276 Timestamp64 NOT NULL, c277 Decimal(15,0) NOT NULL, c278 Uint16 NOT NULL, c279 Timestamp NOT NULL, c280 Timestamp64 NOT NULL, c281 Int64 NOT NULL, c282 Datetime64 NOT NULL, c283 Datetime NOT NULL, c284 Int64 NOT NULL, c285 Date32 NOT NULL, c286 Utf8 NOT NULL, c287 Datetime64 NOT NULL, c288 Int64 NOT NULL, c289 Decimal(15,0) NOT NULL, c290 Decimal(22,9) NOT NULL, c291 Utf8 NOT NULL, c292 Int16 NOT NULL, c293 Date NOT NULL, c294 Utf8 NOT NULL, c295 Timestamp NOT NULL, c296 Int64 NOT NULL, c297 Timestamp64 NOT NULL, c298 Int8 NOT NULL, c299 Bool NOT NULL, c300 Decimal(15,0) NOT NULL, c301 Int32 NOT NULL, c302 Utf8 NOT NULL, c303 Uint16 NOT NULL, c304 Decimal(35,10) NOT NULL, c305 Uint16 NOT NULL, c306 Timestamp NOT NULL, c307 Date NOT NULL, c308 Decimal(22,9) NOT NULL, c309 Interval64 NOT NULL, c310 Timestamp NOT NULL, c311 Datetime64 NOT NULL, c312 Date32 NOT NULL, c313 String NOT NULL, c314 Int64 NOT NULL, c315 Datetime NOT NULL, c316 Datetime NOT NULL, c317 Int16 NOT NULL, c318 String NOT NULL, c319 Int64 NOT NULL, c320 Uint8 NOT NULL, c321 Uint64 NOT NULL, c322 Uint16 NOT NULL, c323 Datetime64 NOT NULL, c324 Uint16 NOT NULL, c325 Timestamp64 NOT NULL, c326 Uint32 NOT NULL, c327 Utf8 NOT NULL, c328 Date32 NOT NULL, c329 Uint16 NOT NULL, c330 String NOT NULL, c331 Interval64 NOT NULL, c332 Int16 NOT NULL, c333 Bool NOT NULL, c334 Int16 NOT NULL, c335 Bool NOT NULL, c336 Bool NOT NULL, c337 Datetime64 NOT NULL, c338 Decimal(22,9) NOT NULL, c339 Timestamp NOT NULL, c340 Decimal(15,0) NOT NULL, c341 Timestamp64 NOT NULL, c342 Int8 NOT NULL, c343 Uint64 NOT NULL, c344 Decimal(35,10) NOT NULL, c345 Datetime NOT NULL, c346 Uint16 NOT NULL, c347 Date NOT NULL, c348 Int64 NOT NULL, c349 Int16 NOT NULL, c350 Uint16 NOT NULL, c351 Int16 NOT NULL, c352 Datetime NOT NULL, c353 Bool NOT NULL, c354 Datetime NOT NULL, c355 Decimal(15,0) NOT NULL, c356 String NOT NULL, c357 String NOT NULL, c358 Decimal(22,9) NOT NULL, c359 Bool NOT NULL, c360 Int32 NOT NULL, c361 Datetime NOT NULL, c362 Uint32 NOT NULL, c363 Datetime64 NOT NULL, c364 Decimal(35,10) NOT NULL, c365 Decimal(15,0) NOT NULL, c366 Uint32 NOT NULL, c367 Date NOT NULL, c368 Bool NOT NULL, c369 Uint8 NOT NULL, c370 Datetime NOT NULL, c371 Interval64 NOT NULL, c372 String NOT NULL, c373 Bool NOT NULL, c374 Timestamp NOT NULL, c375 Utf8 NOT NULL, c376 String NOT NULL, c377 Decimal(15,0) NOT NULL, c378 Date NOT NULL, c379 Int64 NOT NULL, c380 Decimal(22,9) NOT NULL, c381 Uint8 NOT NULL, c382 Int32 NOT NULL, c383 Date NOT NULL, c384 Interval64 NOT NULL, c385 Decimal(15,0) NOT NULL, c386 Uint16 NOT NULL, c387 Uint32 NOT NULL, c388 Int8 NOT NULL, c389 Interval64 NOT NULL, c390 Decimal(22,9) NOT NULL, c391 Bool NOT NULL, c392 Int16 NOT NULL, c393 Uint8 NOT NULL, c394 Uint16 NOT NULL, c395 Uint16 NOT NULL, c396 Utf8 NOT NULL, c397 Datetime NOT NULL, c398 Decimal(15,0) NOT NULL, c399 Int16 NOT NULL, c400 Decimal(15,0) NOT NULL, c401 String NOT NULL, c402 Decimal(22,9) NOT NULL, c403 Decimal(15,0) NOT NULL, c404 Int64 NOT NULL, c405 String NOT NULL, c406 Int8 NOT NULL, c407 Decimal(35,10) NOT NULL, c408 Timestamp64 NOT NULL, c409 Date32 NOT NULL, c410 Uint16 NOT NULL, c411 Datetime NOT NULL, c412 Interval64 NOT NULL, c413 Int8 NOT NULL, c414 Date32 NOT NULL, c415 String NOT NULL, c416 Uint16 NOT NULL, c417 Uint64 NOT NULL, c418 Int32 NOT NULL, c419 Int64 NOT NULL, c420 Interval64 NOT NULL, c421 Int16 NOT NULL, c422 Decimal(22,9) NOT NULL, c423 Interval64 NOT NULL, c424 Uint64 NOT NULL, c425 Int32 NOT NULL, c426 Uint64 NOT NULL, c427 Uint64 NOT NULL, c428 Uint16 NOT NULL, c429 Uint8 NOT NULL, c430 Bool NOT NULL, c431 Decimal(35,10) NOT NULL, c432 Int8 NOT NULL, c433 Bool NOT NULL, c434 Interval64 NOT NULL, c435 Uint32 NOT NULL, c436 Uint8 NOT NULL, c437 Timestamp64 NOT NULL, c438 Bool NOT NULL, c439 Interval64 NOT NULL, c440 Datetime NOT NULL, c441 Uint64 NOT NULL, c442 Utf8 NOT NULL, c443 Date NOT NULL, c444 Uint8 NOT NULL, c445 Decimal(35,10) NOT NULL, c446 Date32 NOT NULL, c447 Decimal(15,0) NOT NULL, c448 Uint16 NOT NULL, c449 Decimal(22,9) NOT NULL, c450 Datetime64 NOT NULL, c451 Timestamp64 NOT NULL, c452 Date32 NOT NULL, c453 Int32 NOT NULL, c454 Decimal(35,10) NOT NULL, c455 Bool NOT NULL, c456 Uint32 NOT NULL, c457 Decimal(15,0) NOT NULL, c458 Int32 NOT NULL, c459 Datetime NOT NULL, c460 Timestamp NOT NULL, c461 Int32 NOT NULL, c462 Bool NOT NULL, c463 Date32 NOT NULL, c464 Uint16 NOT NULL, c465 String NOT NULL, c466 Utf8 NOT NULL, c467 Uint8 NOT NULL, c468 Utf8 NOT NULL, c469 Uint8 NOT NULL, c470 Datetime64 NOT NULL, c471 Utf8 NOT NULL, c472 String NOT NULL, c473 Int16 NOT NULL, c474 Decimal(35,10) NOT NULL, c475 Decimal(22,9) NOT NULL, c476 String NOT NULL, c477 Timestamp64 NOT NULL, c478 Date32 NOT NULL, c479 Timestamp64 NOT NULL, c480 Decimal(22,9) NOT NULL, c481 Datetime64 NOT NULL, c482 Int16 NOT NULL, c483 Datetime NOT NULL, c484 Datetime NOT NULL, c485 Datetime NOT NULL, c486 Uint8 NOT NULL, c487 Uint16 NOT NULL, c488 Timestamp NOT NULL, c489 Bool NOT NULL, c490 Uint8 NOT NULL, c491 Bool NOT NULL, c492 Int16 NOT NULL, c493 Utf8 NOT NULL, c494 Uint32 NOT NULL, c495 Uint8 NOT NULL, c496 Bool NOT NULL, c497 Int64 NOT NULL, c498 Date32 NOT NULL, c499 Int32 NOT NULL, c500 Decimal(15,0) NOT NULL, c501 Uint32 NOT NULL, c502 String NOT NULL, c503 Uint64 NOT NULL, c504 Uint32 NOT NULL, c505 Date32 NOT NULL, c506 Date32 NOT NULL, c507 Uint32 NOT NULL, c508 Uint64 NOT NULL, c509 Uint16 NOT NULL, c510 Interval64 NOT NULL, c511 Decimal(22,9) NOT NULL, c512 Int32 NOT NULL, c513 Date NOT NULL, c514 Utf8 NOT NULL, c515 Timestamp NOT NULL, c516 Int64 NOT NULL, c517 Timestamp64 NOT NULL, c518 Decimal(15,0) NOT NULL, c519 Bool NOT NULL, c520 Decimal(22,9) NOT NULL, c521 Timestamp64 NOT NULL, c522 Int8 NOT NULL, c523 Timestamp NOT NULL, c524 Timestamp NOT NULL, c525 Datetime NOT NULL, c526 Datetime NOT NULL, c527 Date NOT NULL, c528 Utf8 NOT NULL, c529 Decimal(22,9) NOT NULL, c530 Timestamp NOT NULL, c531 Bool NOT NULL, c532 Int64 NOT NULL, c533 Datetime NOT NULL, c534 Timestamp NOT NULL, c535 Datetime NOT NULL, c536 Int8 NOT NULL, c537 Timestamp64 NOT NULL, c538 Int8 NOT NULL, c539 Timestamp64 NOT NULL, c540 Timestamp NOT NULL, c541 Uint32 NOT NULL, c542 Timestamp64 NOT NULL, c543 Utf8 NOT NULL, c544 Bool NOT NULL, c545 Decimal(15,0) NOT NULL, c546 Date NOT NULL, c547 Int8 NOT NULL, c548 Decimal(35,10) NOT NULL, c549 Decimal(22,9) NOT NULL, c550 Date NOT NULL, c551 Uint32 NOT NULL, c552 Date NOT NULL, c553 Int64 NOT NULL, c554 Uint8 NOT NULL, c555 Timestamp NOT NULL, c556 Uint8 NOT NULL, c557 Decimal(35,10) NOT NULL, c558 Bool NOT NULL, c559 Uint8 NOT NULL, c560 Decimal(35,10) NOT NULL, c561 Uint8 NOT NULL, c562 Int8 NOT NULL, c563 Uint64 NOT NULL, c564 String NOT NULL, c565 Uint64 NOT NULL, c566 Timestamp NOT NULL, c567 Uint32 NOT NULL, c568 Datetime64 NOT NULL, c569 Uint32 NOT NULL, c570 String NOT NULL, c571 Date NOT NULL, c572 Timestamp NOT NULL, c573 Uint64 NOT NULL, c574 Uint16 NOT NULL, c575 Int32 NOT NULL, c576 Datetime64 NOT NULL, c577 Utf8 NOT NULL, c578 Datetime NOT NULL, c579 Decimal(15,0) NOT NULL, c580 Interval64 NOT NULL, c581 Timestamp NOT NULL, c582 Datetime64 NOT NULL, c583 Int16 NOT NULL, c584 Decimal(35,10) NOT NULL, c585 Timestamp NOT NULL, c586 String NOT NULL, c587 Interval64 NOT NULL, c588 Date NOT NULL, c589 Int64 NOT NULL, c590 Datetime NOT NULL, c591 Int16 NOT NULL, c592 Uint32 NOT NULL, c593 Uint8 NOT NULL, c594 Timestamp64 NOT NULL, c595 Utf8 NOT NULL, c596 Decimal(35,10) NOT NULL, c597 Datetime64 NOT NULL, c598 Decimal(35,10) NOT NULL, c599 String NOT NULL, c600 Decimal(15,0) NOT NULL, c601 Int32 NOT NULL, c602 Uint32 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 Uint16 NOT NULL, c605 Date32 NOT NULL, c606 Int32 NOT NULL, c607 Bool NOT NULL, c608 Uint8 NOT NULL, c609 Datetime NOT NULL, c610 Bool NOT NULL, c611 Decimal(15,0) NOT NULL, c612 Interval64 NOT NULL, c613 Uint16 NOT NULL, c614 Uint64 NOT NULL, c615 String NOT NULL, c616 Uint64 NOT NULL, c617 Uint8 NOT NULL, c618 Interval64 NOT NULL, c619 Decimal(22,9) NOT NULL, c620 Datetime64 NOT NULL, c621 Utf8 NOT NULL, c622 Utf8 NOT NULL, c623 Uint32 NOT NULL, c624 Bool NOT NULL, c625 Int16 NOT NULL, c626 Date NOT NULL, c627 Timestamp NOT NULL, c628 Utf8 NOT NULL, c629 Date32 NOT NULL, c630 Uint64 NOT NULL, c631 Int8 NOT NULL, c632 Decimal(35,10) NOT NULL, c633 Uint16 NOT NULL, c634 Int16 NOT NULL, c635 Uint64 NOT NULL, c636 Int16 NOT NULL, c637 Uint8 NOT NULL, c638 Uint8 NOT NULL, c639 Uint16 NOT NULL, c640 Utf8 NOT NULL, c641 Timestamp64 NOT NULL, c642 Uint8 NOT NULL, c643 Int64 NOT NULL, c644 Uint64 NOT NULL, c645 Datetime NOT NULL, c646 Bool NOT NULL, c647 String NOT NULL, c648 Interval64 NOT NULL, c649 Uint8 NOT NULL, c650 Uint8 NOT NULL, c651 Timestamp NOT NULL, c652 Decimal(22,9) NOT NULL, c653 Datetime64 NOT NULL, c654 Uint32 NOT NULL, c655 Datetime64 NOT NULL, c656 Int64 NOT NULL, c657 Uint8 NOT NULL, c658 Decimal(35,10) NOT NULL, c659 String NOT NULL, c660 Date NOT NULL, c661 String NOT NULL, c662 Int32 NOT NULL, c663 Int8 NOT NULL, c664 String NOT NULL, c665 String NOT NULL, c666 Uint8 NOT NULL, c667 Datetime NOT NULL, c668 Int64 NOT NULL, c669 Decimal(35,10) NOT NULL, c670 Uint16 NOT NULL, c671 Uint64 NOT NULL, c672 Uint16 NOT NULL, c673 Interval64 NOT NULL, c674 Bool NOT NULL, c675 Date32 NOT NULL, c676 Datetime64 NOT NULL, c677 Datetime NOT NULL, c678 Decimal(15,0) NOT NULL, c679 Datetime64 NOT NULL, c680 Timestamp64 NOT NULL, c681 Int8 NOT NULL, c682 Uint16 NOT NULL, c683 Uint16 NOT NULL, c684 Date32 NOT NULL, c685 Timestamp64 NOT NULL, c686 Datetime NOT NULL, c687 Timestamp64 NOT NULL, c688 Int64 NOT NULL, c689 Utf8 NOT NULL, c690 String NOT NULL, c691 Timestamp64 NOT NULL, c692 Timestamp64 NOT NULL, c693 Datetime64 NOT NULL, c694 Int64 NOT NULL, c695 Uint32 NOT NULL, c696 Date NOT NULL, c697 Int32 NOT NULL, c698 Decimal(15,0) NOT NULL, c699 Interval64 NOT NULL, c700 Uint64 NOT NULL, c701 Date NOT NULL, c702 Bool NOT NULL, c703 Uint32 NOT NULL, c704 Uint64 NOT NULL, c705 Timestamp NOT NULL, c706 Date32 NOT NULL, c707 Bool NOT NULL, c708 Date32 NOT NULL, c709 Datetime64 NOT NULL, c710 Int64 NOT NULL, c711 Decimal(22,9) NOT NULL, c712 Datetime NOT NULL, c713 Decimal(15,0) NOT NULL, c714 Timestamp64 NOT NULL, c715 Decimal(15,0) NOT NULL, c716 Int64 NOT NULL, c717 Decimal(22,9) NOT NULL, c718 Interval64 NOT NULL, c719 Decimal(35,10) NOT NULL, c720 Interval64 NOT NULL, c721 Decimal(35,10) NOT NULL, c722 Decimal(15,0) NOT NULL, c723 Bool NOT NULL, c724 Timestamp64 NOT NULL, c725 Int16 NOT NULL, c726 Interval64 NOT NULL, c727 Datetime NOT NULL, c728 Uint8 NOT NULL, c729 Uint16 NOT NULL, c730 Datetime NOT NULL, c731 Utf8 NOT NULL, c732 Int8 NOT NULL, c733 Date NOT NULL, c734 Int32 NOT NULL, c735 Interval64 NOT NULL, c736 Uint16 NOT NULL, c737 Decimal(15,0) NOT NULL, c738 Datetime64 NOT NULL, c739 Uint16 NOT NULL, c740 Int16 NOT NULL, c741 Uint64 NOT NULL, c742 Datetime64 NOT NULL, c743 Decimal(22,9) NOT NULL, c744 Decimal(35,10) NOT NULL, c745 Bool NOT NULL, c746 Int16 NOT NULL, c747 Bool NOT NULL, c748 Interval64 NOT NULL, c749 Timestamp NOT NULL, c750 Date NOT NULL, c751 Uint32 NOT NULL, c752 Datetime NOT NULL, c753 Decimal(22,9) NOT NULL, c754 Uint16 NOT NULL, c755 Timestamp NOT NULL, c756 Uint16 NOT NULL, c757 Decimal(15,0) NOT NULL, c758 Int8 NOT NULL, c759 Utf8 NOT NULL, c760 Decimal(35,10) NOT NULL, c761 Uint16 NOT NULL, c762 Decimal(22,9) NOT NULL, c763 Timestamp64 NOT NULL, c764 Datetime64 NOT NULL, c765 Int8 NOT NULL, c766 Datetime NOT NULL, c767 Utf8 NOT NULL, c768 Date32 NOT NULL, c769 Int64 NOT NULL, c770 String NOT NULL, c771 Uint32 NOT NULL, c772 Uint32 NOT NULL, c773 Interval64 NOT NULL, c774 Bool NOT NULL, c775 Uint64 NOT NULL, c776 Interval64 NOT NULL, c777 Uint8 NOT NULL, c778 Decimal(35,10) NOT NULL, c779 Datetime NOT NULL, c780 Int16 NOT NULL, c781 Uint64 NOT NULL, c782 Int32 NOT NULL, c783 Uint16 NOT NULL, c784 Datetime NOT NULL, c785 Utf8 NOT NULL, c786 Uint64 NOT NULL, c787 String NOT NULL, c788 Int8 NOT NULL, c789 Uint8 NOT NULL, c790 Timestamp NOT NULL, c791 Decimal(15,0) NOT NULL, c792 Utf8 NOT NULL, c793 Int64 NOT NULL, c794 Datetime NOT NULL, c795 String NOT NULL, c796 String NOT NULL, c797 Datetime NOT NULL, c798 Uint8 NOT NULL, c799 Int16 NOT NULL, c800 Uint16 NOT NULL, c801 Timestamp NOT NULL, c802 Interval64 NOT NULL, c803 Bool NOT NULL, c804 Timestamp64 NOT NULL, c805 Uint16 NOT NULL, c806 Date NOT NULL, c807 String NOT NULL, c808 Int64 NOT NULL, c809 Utf8 NOT NULL, c810 Utf8 NOT NULL, c811 Datetime64 NOT NULL, c812 Uint16 NOT NULL, c813 Timestamp NOT NULL, c814 Bool NOT NULL, c815 Date32 NOT NULL, c816 Int16 NOT NULL, c817 Uint8 NOT NULL, c818 Uint16 NOT NULL, c819 Uint16 NOT NULL, c820 Decimal(22,9) NOT NULL, c821 Uint64 NOT NULL, c822 String NOT NULL, c823 Date32 NOT NULL, c824 Int8 NOT NULL, c825 Datetime64 NOT NULL, c826 Int32 NOT NULL, c827 Uint32 NOT NULL, c828 Uint16 NOT NULL, c829 Datetime NOT NULL, c830 Bool NOT NULL, c831 Datetime NOT NULL, c832 Timestamp NOT NULL, c833 String NOT NULL, c834 Date NOT NULL, c835 Datetime64 NOT NULL, c836 Int8 NOT NULL, c837 Int32 NOT NULL, c838 Date NOT NULL, c839 Uint16 NOT NULL, c840 Uint8 NOT NULL, c841 Timestamp NOT NULL, c842 Uint8 NOT NULL, c843 Int16 NOT NULL, c844 Uint8 NOT NULL, c845 Decimal(15,0) NOT NULL, c846 Decimal(22,9) NOT NULL, c847 Datetime64 NOT NULL, c848 Date32 NOT NULL, c849 Date32 NOT NULL, c850 Date32 NOT NULL, c851 Uint16 NOT NULL, c852 Datetime64 NOT NULL, c853 Datetime64 NOT NULL, c854 Decimal(22,9) NOT NULL, c855 Uint8 NOT NULL, c856 Uint64 NOT NULL, c857 Int8 NOT NULL, c858 Utf8 NOT NULL, c859 Bool NOT NULL, c860 String NOT NULL, c861 Interval64 NOT NULL, c862 Date32 NOT NULL, c863 Interval64 NOT NULL, c864 Datetime64 NOT NULL, c865 Uint64 NOT NULL, c866 Uint8 NOT NULL, c867 Datetime64 NOT NULL, c868 Decimal(15,0) NOT NULL, c869 Decimal(35,10) NOT NULL, c870 Int8 NOT NULL, c871 String NOT NULL, c872 Timestamp NOT NULL, c873 Date32 NOT NULL, c874 Decimal(22,9) NOT NULL, c875 Bool NOT NULL, c876 Int64 NOT NULL, c877 Timestamp NOT NULL, c878 Uint8 NOT NULL, c879 Timestamp64 NOT NULL, c880 Decimal(35,10) NOT NULL, c881 Int8 NOT NULL, c882 Date32 NOT NULL, c883 Int32 NOT NULL, c884 Uint32 NOT NULL, c885 Decimal(22,9) NOT NULL, c886 Int32 NOT NULL, c887 Int8 NOT NULL, c888 Timestamp NOT NULL, c889 Date32 NOT NULL, c890 Timestamp64 NOT NULL, c891 Bool NOT NULL, c892 Int16 NOT NULL, c893 Timestamp64 NOT NULL, c894 Interval64 NOT NULL, c895 Int8 NOT NULL, c896 Int64 NOT NULL, c897 Date32 NOT NULL, c898 Datetime64 NOT NULL, c899 Uint8 NOT NULL, c900 Datetime NOT NULL, c901 Uint16 NOT NULL, c902 Bool NOT NULL, c903 Int64 NOT NULL, c904 Interval64 NOT NULL, c905 Int64 NOT NULL, c906 Int64 NOT NULL, c907 Int64 NOT NULL, c908 Uint16 NOT NULL, c909 Datetime64 NOT NULL, c910 Uint64 NOT NULL, c911 String NOT NULL, c912 Datetime64 NOT NULL, c913 Bool NOT NULL, c914 Datetime64 NOT NULL, c915 Timestamp64 NOT NULL, c916 Date NOT NULL, c917 Int16 NOT NULL, c918 Interval64 NOT NULL, c919 Decimal(35,10) NOT NULL, c920 Decimal(22,9) NOT NULL, c921 Uint64 NOT NULL, c922 Int8 NOT NULL, c923 Date32 NOT NULL, c924 Uint32 NOT NULL, c925 Date NOT NULL, c926 Int64 NOT NULL, c927 Interval64 NOT NULL, c928 Int32 NOT NULL, c929 Date NOT NULL, c930 Date NOT NULL, c931 String NOT NULL, c932 Decimal(35,10) NOT NULL, c933 Date32 NOT NULL, c934 Uint32 NOT NULL, c935 Decimal(15,0) NOT NULL, c936 Decimal(22,9) NOT NULL, c937 Int8 NOT NULL, c938 Uint16 NOT NULL, c939 Utf8 NOT NULL, c940 Decimal(15,0) NOT NULL, c941 Decimal(35,10) NOT NULL, c942 Date NOT NULL, c943 Timestamp64 NOT NULL, c944 Bool NOT NULL, c945 Datetime64 NOT NULL, c946 Uint16 NOT NULL, c947 Decimal(35,10) NOT NULL, c948 Uint16 NOT NULL, c949 Timestamp64 NOT NULL, c950 Timestamp64 NOT NULL, c951 Utf8 NOT NULL, c952 Int64 NOT NULL, c953 Timestamp64 NOT NULL, c954 Timestamp NOT NULL, c955 Timestamp NOT NULL, c956 Decimal(15,0) NOT NULL, c957 Datetime64 NOT NULL, c958 Uint32 NOT NULL, c959 Bool NOT NULL, c960 Decimal(15,0) NOT NULL, c961 Interval64 NOT NULL, c962 Int16 NOT NULL, c963 Decimal(35,10) NOT NULL, c964 Uint16 NOT NULL, c965 Uint32 NOT NULL, c966 Uint8 NOT NULL, c967 Decimal(35,10) NOT NULL, c968 Date NOT NULL, c969 Uint8 NOT NULL, c970 String NOT NULL, c971 String NOT NULL, c972 Bool NOT NULL, c973 Decimal(22,9) NOT NULL, c974 Int8 NOT NULL, c975 Uint32 NOT NULL, c976 Int64 NOT NULL, c977 String NOT NULL, c978 Uint32 NOT NULL, c979 Interval64 NOT NULL, c980 Datetime64 NOT NULL, c981 Interval64 NOT NULL, c982 Interval64 NOT NULL, c983 Int32 NOT NULL, c984 Uint8 NOT NULL, c985 Int8 NOT NULL, c986 Int8 NOT NULL, c987 Decimal(22,9) NOT NULL, c988 Timestamp NOT NULL, c989 Uint16 NOT NULL, c990 Int64 NOT NULL, c991 Date NOT NULL, c992 Decimal(22,9) NOT NULL, c993 Decimal(22,9) NOT NULL, c994 String NOT NULL, c995 Datetime NOT NULL, c996 Bool NOT NULL, c997 Decimal(22,9) NOT NULL, c998 Uint64 NOT NULL, c999 Decimal(15,0) NOT NULL, c1000 Int8 NOT NULL, c1001 Datetime64 NOT NULL, c1002 Uint32 NOT NULL, c1003 Uint64 NOT NULL, c1004 Utf8 NOT NULL, c1005 Timestamp NOT NULL, c1006 Datetime NOT NULL, c1007 Uint64 NOT NULL, c1008 Int64 NOT NULL, c1009 Uint16 NOT NULL, c1010 Date32 NOT NULL, c1011 Decimal(35,10) NOT NULL, c1012 Date32 NOT NULL, c1013 Uint32 NOT NULL, c1014 Int8 NOT NULL, c1015 Decimal(15,0) NOT NULL, c1016 Timestamp NOT NULL, c1017 Datetime NOT NULL, c1018 Interval64 NOT NULL, c1019 Decimal(22,9) NOT NULL, c1020 Decimal(15,0) NOT NULL, c1021 Decimal(15,0) NOT NULL, c1022 Utf8 NOT NULL, c1023 Int8 NOT NULL, c1024 Int8 NOT NULL, c1025 Utf8 NOT NULL, c1026 Utf8 NOT NULL, c1027 Int64 NOT NULL, c1028 Int64 NOT NULL, c1029 Uint16 NOT NULL, c1030 Uint32 NOT NULL, c1031 Interval64 NOT NULL, c1032 Timestamp64 NOT NULL, c1033 Utf8 NOT NULL, c1034 Uint64 NOT NULL, c1035 Decimal(22,9) NOT NULL, c1036 Int8 NOT NULL, c1037 String NOT NULL, c1038 Utf8 NOT NULL, c1039 Date NOT NULL, c1040 Decimal(35,10) NOT NULL, c1041 Date NOT NULL, c1042 Interval64 NOT NULL, c1043 Datetime NOT NULL, c1044 Date32 NOT NULL, c1045 Date32 NOT NULL, c1046 Date NOT NULL, c1047 Date NOT NULL, c1048 Int16 NOT NULL, c1049 Datetime64 NOT NULL, c1050 Uint64 NOT NULL, c1051 Decimal(15,0) NOT NULL, c1052 Decimal(22,9) NOT NULL, c1053 Int64 NOT NULL, c1054 String NOT NULL, c1055 Decimal(22,9) NOT NULL, c1056 Datetime NOT NULL, c1057 Decimal(15,0) NOT NULL, c1058 Int16 NOT NULL, c1059 Int8 NOT NULL, c1060 Uint8 NOT NULL, c1061 Decimal(15,0) NOT NULL, c1062 Datetime64 NOT NULL, c1063 String NOT NULL, c1064 Uint32 NOT NULL, c1065 Decimal(22,9) NOT NULL, c1066 String NOT NULL, c1067 Timestamp64 NOT NULL, c1068 Datetime64 NOT NULL, c1069 Date32 NOT NULL, c1070 Decimal(22,9) NOT NULL, c1071 Timestamp64 NOT NULL, c1072 String NOT NULL, c1073 Datetime64 NOT NULL, c1074 Date32 NOT NULL, c1075 Timestamp NOT NULL, c1076 Decimal(15,0), c1077 String, c1078 String, c1079 Timestamp64 NOT NULL, c1080 Json NOT NULL, c1081 Int8 NOT NULL, c1082 Int64, c1083 Decimal(35,10) NOT NULL, c1084 String NOT NULL, c1085 Float NOT NULL, c1086 Uint16 NOT NULL, c1087 Decimal(22,9), c1088 Yson NOT NULL, c1089 Int32, c1090 Int32, c1091 Timestamp, c1092 Yson NOT NULL, c1093 Int8, c1094 Date32 NOT NULL, c1095 Utf8 NOT NULL, c1096 Date32 NOT NULL, c1097 String, c1098 Date NOT NULL, c1099 Date NOT NULL, c1100 Int8, c1101 Datetime64 NOT NULL, c1102 Datetime64 NOT NULL, c1103 Timestamp NOT NULL, c1104 Decimal(15,0) NOT NULL, c1105 Decimal(22,9) NOT NULL, c1106 Decimal(15,0) NOT NULL, c1107 Utf8 NOT NULL, c1108 String, c1109 Uint16 NOT NULL, c1110 Date32 NOT NULL, c1111 Int16 NOT NULL, c1112 Date32, c1113 Date, c1114 Int16, c1115 String NOT NULL, c1116 Yson, c1117 Decimal(15,0), c1118 Uint32 NOT NULL, c1119 Decimal(22,9) NOT NULL, c1120 Interval64, c1121 Datetime64, c1122 Uint16 NOT NULL, c1123 Uint16, c1124 String, c1125 Uint16, c1126 Int64, c1127 Decimal(15,0) NOT NULL, c1128 Uint64, c1129 Utf8, c1130 Timestamp NOT NULL, c1131 Json NOT NULL, c1132 Date32 NOT NULL, c1133 Double, c1134 Uint32 NOT NULL, c1135 String, c1136 Interval64 NOT NULL, c1137 Utf8, c1138 Json, c1139 Timestamp64 NOT NULL, c1140 Decimal(35,10), c1141 Int32 NOT NULL, c1142 Int8, c1143 Date, c1144 String, c1145 Uint16 NOT NULL, c1146 Utf8, c1147 Datetime64 NOT NULL, c1148 Datetime, c1149 Decimal(22,9) NOT NULL, c1150 Json, c1151 Datetime, c1152 Interval64, c1153 Datetime64, c1154 Date32 NOT NULL, c1155 Json NOT NULL, c1156 Bool NOT NULL, c1157 Interval64 NOT NULL, c1158 Utf8, c1159 Interval64, c1160 Datetime NOT NULL, c1161 Utf8, c1162 String, c1163 JsonDocument, c1164 JsonDocument, c1165 Datetime64 NOT NULL, c1166 Uint32, c1167 Datetime NOT NULL, c1168 Uint32, c1169 Datetime64, c1170 Utf8 NOT NULL, c1171 Date32 NOT NULL, c1172 JsonDocument, c1173 Timestamp, c1174 Int8 NOT NULL, c1175 String NOT NULL, c1176 Decimal(15,0), c1177 Date NOT NULL, c1178 Int64 NOT NULL, c1179 Bool NOT NULL, c1180 Decimal(22,9), c1181 Date, c1182 JsonDocument NOT NULL, c1183 Int16, c1184 Decimal(22,9) NOT NULL, c1185 Int16, c1186 Bool NOT NULL, c1187 Yson, c1188 Int8 NOT NULL, c1189 Decimal(22,9), c1190 Timestamp64 NOT NULL, c1191 Timestamp64, c1192 Int32 NOT NULL, c1193 Uint16, c1194 Yson NOT NULL, c1195 Int8 NOT NULL, c1196 Date32 NOT NULL, c1197 Date32 NOT NULL, c1198 Decimal(15,0), c1199 String NOT NULL, c1200 Interval64 NOT NULL, c1201 Int8, c1202 Int32, c1203 Bool NOT NULL, c1204 Date32 NOT NULL, c1205 Int32, c1206 Datetime64 NOT NULL, c1207 Float NOT NULL, c1208 Decimal(15,0) NOT NULL, c1209 Interval64 NOT NULL, c1210 Interval64, c1211 Utf8, c1212 Datetime, c1213 Uint16, c1214 Int64, c1215 Decimal(35,10), c1216 JsonDocument NOT NULL, c1217 Datetime NOT NULL, c1218 Timestamp64 NOT NULL, c1219 Uint32, c1220 Date NOT NULL, c1221 Timestamp, c1222 Float, c1223 Utf8, c1224 Date32 NOT NULL, c1225 Timestamp, c1226 JsonDocument, c1227 Uint8 NOT NULL, c1228 Float NOT NULL, c1229 Json, c1230 Datetime NOT NULL, c1231 JsonDocument NOT NULL, c1232 Uint8, c1233 Uint32 NOT NULL, c1234 Uint8 NOT NULL, c1235 Int32 NOT NULL, c1236 Bool, c1237 Float NOT NULL, c1238 Interval64 NOT NULL, c1239 Interval64 NOT NULL, c1240 Uint16, c1241 Int64, c1242 Date NOT NULL, c1243 Decimal(15,0), c1244 Utf8, c1245 Date, c1246 Timestamp64 NOT NULL, c1247 Uint8, c1248 Json, c1249 Decimal(35,10) NOT NULL, c1250 Date32 NOT NULL, c1251 Yson, c1252 Decimal(15,0), c1253 Datetime, c1254 Timestamp64, c1255 Decimal(35,10), c1256 Int32 NOT NULL, c1257 Double, c1258 Int64, c1259 Timestamp NOT NULL, c1260 Uint64, c1261 Interval64, c1262 Bool, c1263 Decimal(35,10), c1264 Decimal(22,9), c1265 Uint8, c1266 Json NOT NULL, c1267 Date, c1268 Uint32 NOT NULL, c1269 Decimal(15,0), c1270 Int16, c1271 Int64, c1272 String NOT NULL, c1273 Bool NOT NULL, c1274 Yson, c1275 Date32 NOT NULL, c1276 Uint16, c1277 Float, c1278 Double, c1279 Int8 NOT NULL, c1280 Utf8, c1281 Date, c1282 Int64, c1283 Date32, c1284 Timestamp NOT NULL, c1285 Int32 NOT NULL, c1286 Yson, c1287 Date32, c1288 Datetime64 NOT NULL, c1289 Utf8 NOT NULL, c1290 Date NOT NULL, c1291 Datetime64, c1292 Int16 NOT NULL, c1293 JsonDocument, c1294 Date32, c1295 Decimal(15,0) NOT NULL, c1296 Timestamp NOT NULL, c1297 Uint32, c1298 Int32, c1299 Uint8 NOT NULL, c1300 Utf8, c1301 Timestamp64, c1302 Yson NOT NULL, c1303 Utf8 NOT NULL, c1304 Yson NOT NULL, c1305 Int32, c1306 Decimal(35,10), c1307 Uint16, c1308 Date32 NOT NULL, c1309 Uint8 NOT NULL, c1310 Int32, c1311 JsonDocument NOT NULL, c1312 Int16, c1313 Interval64, c1314 Json NOT NULL, c1315 String NOT NULL, c1316 Uint32 NOT NULL, c1317 Timestamp64 NOT NULL, c1318 Decimal(22,9) NOT NULL, c1319 Double NOT NULL, c1320 Uint64, c1321 JsonDocument, c1322 Float NOT NULL, c1323 Bool NOT NULL, c1324 Bool NOT NULL, c1325 Decimal(15,0) NOT NULL, c1326 Decimal(22,9) NOT NULL, c1327 Uint64 NOT NULL, c1328 Decimal(35,10), c1329 Timestamp NOT NULL, c1330 Bool NOT NULL, c1331 Interval64 NOT NULL, c1332 Decimal(15,0) NOT NULL, c1333 JsonDocument, c1334 JsonDocument, c1335 Uint64, c1336 Uint8, c1337 Uint8 NOT NULL, c1338 Decimal(22,9) NOT NULL, c1339 String NOT NULL, c1340 Uint32, c1341 Timestamp64, c1342 Interval64 NOT NULL, c1343 Uint64 NOT NULL, c1344 Decimal(15,0), c1345 Int32 NOT NULL, c1346 Int64, c1347 Uint32 NOT NULL, c1348 Int32, c1349 Datetime64 NOT NULL, c1350 Uint32, c1351 Uint64 NOT NULL, c1352 Int8, c1353 Date NOT NULL, c1354 Decimal(35,10) NOT NULL, c1355 Date NOT NULL, c1356 Decimal(15,0), c1357 Json NOT NULL, c1358 JsonDocument, c1359 Uint8, c1360 Uint64 NOT NULL, c1361 Uint8, c1362 Date32 NOT NULL, c1363 Timestamp NOT NULL, c1364 Datetime64 NOT NULL, c1365 String, c1366 JsonDocument NOT NULL, c1367 Int64 NOT NULL, c1368 Int16 NOT NULL, c1369 Bool, c1370 JsonDocument, c1371 String, c1372 Datetime NOT NULL, c1373 Uint16 NOT NULL, c1374 Decimal(22,9), c1375 Bool, c1376 Date32, c1377 Int8 NOT NULL, c1378 Timestamp64 NOT NULL, c1379 Datetime64 NOT NULL, c1380 Date, c1381 Int64, c1382 Yson, c1383 Json, c1384 Json, c1385 Datetime NOT NULL, c1386 JsonDocument, c1387 Float, c1388 Double NOT NULL, c1389 Int16, c1390 Int32, c1391 Int32 NOT NULL, c1392 Int32, c1393 Bool NOT NULL, c1394 Datetime64 NOT NULL, c1395 Int32, c1396 Utf8 NOT NULL, c1397 Uint32, c1398 Utf8 NOT NULL, c1399 Json NOT NULL, c1400 Yson NOT NULL, c1401 Uint16, c1402 Decimal(35,10), c1403 Uint8 NOT NULL, c1404 String NOT NULL, c1405 Json, c1406 Yson NOT NULL, c1407 Timestamp NOT NULL, c1408 Date32 NOT NULL, c1409 Decimal(15,0), c1410 Uint16, c1411 Decimal(35,10), c1412 Int8, c1413 Yson NOT NULL, c1414 Interval64, c1415 Interval64 NOT NULL, c1416 Timestamp NOT NULL, c1417 Int8, c1418 Bool, c1419 Decimal(22,9), c1420 Interval64 NOT NULL, c1421 Yson, c1422 Uint32 NOT NULL, c1423 Datetime, c1424 Datetime64, c1425 Float NOT NULL, c1426 Date32 NOT NULL, c1427 Double NOT NULL, c1428 Decimal(15,0) NOT NULL, c1429 Uint64 NOT NULL, c1430 Uint8 NOT NULL, c1431 Timestamp, c1432 Float, c1433 Json, c1434 Yson, c1435 Date32, c1436 Decimal(22,9), c1437 Double NOT NULL, c1438 Json NOT NULL, c1439 Decimal(35,10), c1440 Decimal(35,10) NOT NULL, c1441 Uint16, c1442 Datetime64, c1443 Interval64 NOT NULL, c1444 Timestamp NOT NULL, c1445 Decimal(15,0), c1446 Decimal(15,0), c1447 Decimal(35,10) NOT NULL, c1448 Datetime64 NOT NULL, c1449 Uint8, c1450 String NOT NULL, c1451 Date32 NOT NULL, c1452 Uint32 NOT NULL, c1453 Yson NOT NULL, c1454 Uint8 NOT NULL, c1455 Decimal(35,10), c1456 Int32 NOT NULL, c1457 Int16, c1458 Float, c1459 Decimal(22,9), c1460 Double NOT NULL, c1461 Bool, c1462 Datetime64, c1463 Decimal(35,10), c1464 Yson, c1465 Uint16 NOT NULL, c1466 JsonDocument, c1467 Uint32, c1468 Int32, c1469 Utf8, c1470 Uint8 NOT NULL, c1471 Uint16, c1472 Uint64, c1473 Decimal(22,9), c1474 Int8 NOT NULL, c1475 Uint8 NOT NULL, c1476 Int16, c1477 Decimal(22,9), c1478 Date32, c1479 JsonDocument NOT NULL, c1480 Date NOT NULL, c1481 Timestamp64, c1482 Int16, c1483 JsonDocument, c1484 Double, c1485 Interval64 NOT NULL, c1486 Json NOT NULL, c1487 Decimal(22,9), c1488 String, c1489 Float, c1490 Int16, c1491 Timestamp NOT NULL, c1492 Utf8 NOT NULL, c1493 Yson NOT NULL, c1494 Json, c1495 Datetime64, c1496 Decimal(35,10) NOT NULL, c1497 Decimal(15,0) NOT NULL, c1498 JsonDocument, c1499 Date NOT NULL, c1500 Datetime64, c1501 Decimal(15,0), c1502 Date32, c1503 Int64 NOT NULL, c1504 Datetime NOT NULL, c1505 Bool NOT NULL, c1506 Timestamp NOT NULL, c1507 Uint32, c1508 Uint64 NOT NULL, c1509 Timestamp64 NOT NULL, c1510 Timestamp64, c1511 Int8, c1512 Double, c1513 Timestamp64, c1514 Int64, c1515 Datetime64, c1516 Datetime NOT NULL, c1517 Float, c1518 Timestamp64 NOT NULL, c1519 Utf8, c1520 Yson NOT NULL, c1521 Uint32, c1522 Datetime, c1523 JsonDocument NOT NULL, c1524 Decimal(15,0), c1525 String NOT NULL, c1526 Timestamp, c1527 Json NOT NULL, c1528 Date32, c1529 Interval64 NOT NULL, c1530 JsonDocument, c1531 Datetime, c1532 JsonDocument NOT NULL, c1533 Uint64, c1534 Json, c1535 Int64 NOT NULL, c1536 Date32, c1537 Interval64 NOT NULL, c1538 Timestamp, c1539 Decimal(15,0) NOT NULL, c1540 Float, c1541 Interval64, c1542 Datetime, c1543 Uint32, c1544 Datetime NOT NULL, c1545 Uint8 NOT NULL, c1546 Yson, c1547 Date32, c1548 Datetime NOT NULL, c1549 Timestamp NOT NULL, c1550 Date32 NOT NULL, c1551 Timestamp, c1552 Int64 NOT NULL, c1553 Int16, c1554 Int8, c1555 Decimal(22,9) NOT NULL, c1556 Timestamp NOT NULL, c1557 Uint64, c1558 Int16, c1559 Uint16 NOT NULL, c1560 Float, c1561 Int64 NOT NULL, c1562 Datetime NOT NULL, c1563 Utf8 NOT NULL, c1564 JsonDocument NOT NULL, c1565 String NOT NULL, c1566 Int16 NOT NULL, c1567 Date32 NOT NULL, c1568 Double NOT NULL, c1569 Int8, c1570 JsonDocument, c1571 Decimal(15,0), c1572 Decimal(35,10) NOT NULL, c1573 Datetime, c1574 JsonDocument, c1575 Datetime64, c1576 Decimal(22,9) NOT NULL, c1577 Float NOT NULL, c1578 Decimal(22,9) NOT NULL, c1579 Double NOT NULL, c1580 Uint16, c1581 Interval64 NOT NULL, c1582 Bool, c1583 Yson, c1584 Decimal(35,10), c1585 Int8 NOT NULL, c1586 Utf8, c1587 JsonDocument NOT NULL, c1588 Decimal(35,10) NOT NULL, c1589 Timestamp NOT NULL, c1590 JsonDocument NOT NULL, c1591 String, c1592 Int16 NOT NULL, c1593 Float, c1594 Decimal(15,0), c1595 Timestamp NOT NULL, c1596 JsonDocument NOT NULL, c1597 Double NOT NULL, c1598 Int16 NOT NULL, c1599 Int16 NOT NULL, c1600 Uint64 NOT NULL, c1601 Datetime, c1602 Timestamp64, c1603 Uint16, c1604 Interval64 NOT NULL, c1605 Uint16, c1606 Double NOT NULL, c1607 Json NOT NULL, c1608 Int32 NOT NULL, c1609 Timestamp NOT NULL, c1610 Json NOT NULL, c1611 Date32 NOT NULL, c1612 String, c1613 Date, c1614 Date32, c1615 Interval64 NOT NULL, c1616 Decimal(15,0), c1617 Datetime, c1618 Date32, c1619 Double, c1620 Datetime, c1621 Datetime64, c1622 Int32 NOT NULL, c1623 Date, c1624 Datetime NOT NULL, c1625 Uint8 NOT NULL, c1626 Timestamp64, c1627 Utf8 NOT NULL, c1628 Uint16 NOT NULL, c1629 Interval64, c1630 Int64, c1631 Timestamp, c1632 Json, c1633 Int8 NOT NULL, c1634 JsonDocument NOT NULL, c1635 String, c1636 Yson NOT NULL, c1637 Double, c1638 Yson, c1639 Decimal(15,0), c1640 Int64, c1641 Uint16, c1642 String, c1643 String NOT NULL, c1644 Float NOT NULL, c1645 Yson, c1646 Float, c1647 Yson, c1648 Bool NOT NULL, c1649 Interval64, c1650 Json, c1651 Datetime64, c1652 Uint8, c1653 Date, c1654 Uint32 NOT NULL, c1655 JsonDocument NOT NULL, c1656 Int64, c1657 Timestamp64 NOT NULL, c1658 String, c1659 Int16 NOT NULL, c1660 Utf8, c1661 Date NOT NULL, c1662 Interval64, c1663 String, c1664 Date, c1665 Yson NOT NULL, c1666 Datetime NOT NULL, c1667 Int32, c1668 Int16 NOT NULL, c1669 Uint64 NOT NULL, c1670 Decimal(22,9), c1671 Decimal(15,0) NOT NULL, c1672 Date32 NOT NULL, c1673 String NOT NULL, c1674 Float, c1675 Timestamp, c1676 Int32, c1677 Uint8, c1678 Yson, c1679 Datetime64 NOT NULL, c1680 Float NOT NULL, c1681 Double, c1682 Timestamp64, c1683 Uint32, c1684 Date32, c1685 Float, c1686 Interval64, c1687 Date32, c1688 Json, c1689 Date, c1690 Uint64 NOT NULL, c1691 Int8, c1692 Double, c1693 Utf8 NOT NULL, c1694 Decimal(22,9), c1695 Int64 NOT NULL, c1696 Timestamp64 NOT NULL, c1697 Decimal(22,9), c1698 Interval64 NOT NULL, c1699 Utf8, c1700 Datetime64 NOT NULL, c1701 Date NOT NULL, c1702 Datetime64, c1703 Timestamp64, c1704 Float, c1705 Date32, c1706 Decimal(35,10) NOT NULL, c1707 Uint32, c1708 Int64 NOT NULL, c1709 Datetime64, c1710 Interval64 NOT NULL, c1711 Uint32, c1712 Timestamp, c1713 String NOT NULL, c1714 Decimal(22,9), c1715 Decimal(15,0) NOT NULL, c1716 Uint32 NOT NULL, c1717 String NOT NULL, c1718 Timestamp64 NOT NULL, c1719 Decimal(22,9) NOT NULL, c1720 Uint16 NOT NULL, c1721 Datetime64, c1722 Decimal(35,10), c1723 Int8, c1724 Json NOT NULL, c1725 Int8 NOT NULL, c1726 Yson, c1727 Uint8, c1728 Uint16 NOT NULL, c1729 Yson NOT NULL, c1730 Uint16 NOT NULL, c1731 Int32, c1732 Date32 NOT NULL, c1733 Date32, c1734 Timestamp64 NOT NULL, c1735 Uint64, c1736 Uint64, c1737 Bool, c1738 Date, c1739 Timestamp NOT NULL, c1740 Decimal(15,0), c1741 Date, c1742 Datetime64, c1743 Datetime64 NOT NULL, c1744 String NOT NULL, c1745 Int64 NOT NULL, c1746 Timestamp, c1747 Timestamp NOT NULL, c1748 Timestamp64 NOT NULL, c1749 Decimal(15,0) NOT NULL, c1750 Uint16, c1751 Date32 NOT NULL, c1752 Datetime NOT NULL, c1753 Uint32 NOT NULL, c1754 Int16 NOT NULL, c1755 Timestamp NOT NULL, c1756 Uint32, c1757 Bool, c1758 Int16 NOT NULL, c1759 Decimal(35,10), c1760 Float NOT NULL, c1761 Timestamp NOT NULL, c1762 Utf8 NOT NULL, c1763 Date32, c1764 Timestamp64, c1765 Decimal(22,9) NOT NULL, c1766 Utf8, c1767 Uint64, c1768 Timestamp NOT NULL, c1769 Uint16, c1770 Int64 NOT NULL, c1771 Yson, c1772 Uint8, c1773 Datetime64 NOT NULL, c1774 Json, c1775 Bool NOT NULL, c1776 Yson, c1777 Datetime, c1778 Date32, c1779 Uint64, c1780 Decimal(22,9) NOT NULL, c1781 Int32, c1782 Json NOT NULL, c1783 Decimal(35,10) NOT NULL, c1784 Interval64, c1785 Date32 NOT NULL, c1786 Int8, c1787 Yson, c1788 Json, c1789 Decimal(22,9) NOT NULL, c1790 Uint64, c1791 Decimal(35,10), c1792 Double, c1793 Int32, c1794 Yson NOT NULL, c1795 Yson NOT NULL, c1796 Bool, c1797 Date32, c1798 Datetime, c1799 Json NOT NULL, c1800 Decimal(15,0) NOT NULL, c1801 Timestamp, c1802 Float NOT NULL, c1803 JsonDocument NOT NULL, c1804 Int64 NOT NULL, c1805 Timestamp NOT NULL, c1806 Utf8, c1807 Decimal(35,10), c1808 Json NOT NULL, c1809 Json, c1810 JsonDocument NOT NULL, c1811 Int8, c1812 Decimal(35,10), c1813 Interval64 NOT NULL, c1814 Date, c1815 Float, c1816 Int32, c1817 Interval64, c1818 Uint32, c1819 Datetime64 NOT NULL, c1820 Timestamp, c1821 Date32 NOT NULL, c1822 Int64 NOT NULL, c1823 Utf8 NOT NULL, c1824 Yson NOT NULL, c1825 Uint64 NOT NULL, c1826 String, c1827 Datetime, c1828 Uint16 NOT NULL, c1829 Int8 NOT NULL, c1830 Yson, c1831 Decimal(15,0) NOT NULL, c1832 Int32 NOT NULL, c1833 Datetime64, c1834 Int8 NOT NULL, c1835 Uint8, c1836 Double, c1837 Timestamp NOT NULL, c1838 Decimal(35,10), c1839 Interval64 NOT NULL, c1840 Int32 NOT NULL, c1841 Yson NOT NULL, c1842 Int8, c1843 Int64 NOT NULL, c1844 Uint32, c1845 Date, c1846 Uint16, c1847 Int32 NOT NULL, c1848 Uint16 NOT NULL, c1849 Uint64, c1850 Decimal(15,0), c1851 Decimal(15,0) NOT NULL, c1852 Int8 NOT NULL, c1853 Interval64 NOT NULL, c1854 Float NOT NULL, c1855 Datetime, c1856 Timestamp, c1857 JsonDocument, c1858 Json, c1859 Decimal(22,9), c1860 Int8, c1861 Timestamp64, c1862 Decimal(35,10) NOT NULL, c1863 Uint8, c1864 JsonDocument NOT NULL, c1865 Uint8, c1866 Datetime64 NOT NULL, c1867 Interval64 NOT NULL, c1868 Int16 NOT NULL, c1869 Json, c1870 Uint64 NOT NULL, c1871 Utf8, c1872 Date NOT NULL, c1873 Interval64, c1874 Yson, c1875 Timestamp64, c1876 Uint32, c1877 Decimal(35,10), c1878 Datetime64 NOT NULL, c1879 Decimal(15,0), c1880 Float NOT NULL, c1881 Interval64, c1882 Date32 NOT NULL, c1883 Utf8, c1884 Float, c1885 Json, c1886 Datetime NOT NULL, c1887 Timestamp64, c1888 Yson, c1889 Float, c1890 Timestamp NOT NULL, c1891 Date, c1892 Uint16 NOT NULL, c1893 Timestamp64, c1894 Int64 NOT NULL, c1895 Int16, c1896 Date32, c1897 String NOT NULL, c1898 Timestamp, c1899 Bool, c1900 Float, c1901 Decimal(15,0) NOT NULL, c1902 Datetime64 NOT NULL, c1903 Datetime64, c1904 Int16, c1905 Decimal(35,10), c1906 String NOT NULL, c1907 Uint32, c1908 Decimal(22,9), c1909 Date32 NOT NULL, c1910 Json NOT NULL, c1911 Utf8 NOT NULL, c1912 Utf8 NOT NULL, c1913 Int16, c1914 Float, c1915 Uint8, c1916 Yson, c1917 Date NOT NULL, c1918 Uint8 NOT NULL, c1919 Utf8, c1920 Interval64, c1921 Int8 NOT NULL, c1922 Interval64 NOT NULL, c1923 Uint64 NOT NULL, c1924 Int32 NOT NULL, c1925 Date32 NOT NULL, c1926 Int16, c1927 Int16 NOT NULL, c1928 Decimal(22,9) NOT NULL, c1929 Decimal(35,10) NOT NULL, c1930 Int32 NOT NULL, c1931 Json, c1932 Interval64, c1933 Uint16 NOT NULL, c1934 Date32, c1935 Uint8, c1936 Int64 NOT NULL, c1937 Interval64, c1938 Timestamp NOT NULL, c1939 Date, c1940 Decimal(15,0) NOT NULL, c1941 Timestamp64, c1942 Decimal(35,10) NOT NULL, c1943 Int8 NOT NULL, c1944 Float NOT NULL, c1945 Float NOT NULL, c1946 Interval64 NOT NULL, c1947 Double NOT NULL, c1948 Timestamp NOT NULL, c1949 Decimal(22,9) NOT NULL, c1950 Date32, c1951 Datetime64, c1952 Decimal(15,0), c1953 Uint16, c1954 JsonDocument NOT NULL, c1955 Double, c1956 Int8 NOT NULL, c1957 Datetime, c1958 Decimal(15,0) NOT NULL, c1959 Json, c1960 Int8, c1961 Decimal(22,9) NOT NULL, c1962 Uint32 NOT NULL, c1963 Datetime NOT NULL, c1964 Uint64, c1965 Uint16 NOT NULL, c1966 Date, c1967 Decimal(15,0), c1968 Utf8 NOT NULL, c1969 Utf8, c1970 Json NOT NULL, c1971 Decimal(22,9) NOT NULL, c1972 Uint32, c1973 Interval64 NOT NULL, c1974 JsonDocument NOT NULL, c1975 Uint32, c1976 Int64 NOT NULL, c1977 Uint16, c1978 Decimal(35,10) NOT NULL, c1979 Uint64, c1980 Decimal(22,9), c1981 Datetime64 NOT NULL, c1982 Date32 NOT NULL, c1983 Int64 NOT NULL, c1984 Float, c1985 Uint32, c1986 Interval64 NOT NULL, c1987 Date32, c1988 Timestamp64 NOT NULL, c1989 Uint32 NOT NULL, c1990 Float, c1991 Uint16, c1992 Int16, c1993 Json NOT NULL, c1994 Bool NOT NULL, c1995 Decimal(35,10) NOT NULL, c1996 Decimal(22,9) NOT NULL, c1997 Decimal(15,0), c1998 Decimal(35,10) NOT NULL, c1999 Bool NOT NULL, c2000 Date, c2001 Date32, c2002 Uint16, c2003 Date32 NOT NULL, c2004 Utf8 NOT NULL, c2005 Double NOT NULL,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, 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)
                )
                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, 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)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
                                         ^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
    lambda resp: base.wrap_execute_query_response(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
    issues._process_response(response_pb)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'Error: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c2\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070) while executing query: \n                CREATE TABLE `/Root/olap_workload/create_drop/11843` (\n                    c0 Uint64 NOT NULL, c1 Int32 NOT NULL, c2 Bool NOT NULL, c3 Uint8 NOT NULL, c4 Date NOT NULL, c5 Decimal(22,9) NOT NULL, c6 Decimal(22,9) NOT NULL, c7 Uint8 NOT NULL, c8 Date32 NOT NULL, c9 Int32 NOT NULL, c10 Int32 NOT NULL, c11 Uint16 NOT NULL, c12 Uint64 NOT NULL, c13 Int16 NOT NULL, c14 Interval64 NOT NULL, c15 Uint32 NOT NULL, c16 Uint32 NOT NULL, c17 Timestamp64 NOT NULL, c18 Uint16 NOT NULL, c19 Int8 NOT NULL, c20 Datetime64 NOT NULL, c21 Date NOT NULL, c22 Decimal(35,10) NOT NULL, c23 Uint8 NOT NULL, c24 Datetime NOT NULL, c25 Decimal(22,9) NOT NULL, c26 Decimal(15,0) NOT NULL, c27 Interval64 NOT NULL, c28 Datetime NOT NULL, c29 Uint16 NOT NULL, c30 Decimal(35,10) NOT NULL, c31 Uint16 NOT NULL, c32 Datetime NOT NULL, c33 Interval64 NOT NULL, c34 Int64 NOT NULL, c35 Timestamp64 NOT NULL, c36 Int32 NOT NULL, c37 Uint32 NOT NULL, c38 Bool NOT NULL, c39 Decimal(35,10) NOT NULL, c40 Decimal(35,10) NOT NULL, c41 Int32 NOT NULL, c42 Uint64 NOT NULL, c43 Int64 NOT NULL, c44 Decimal(22,9) NOT NULL, c45 Decimal(35,10) NOT NULL, c46 Datetime64 NOT NULL, c47 Int64 NOT NULL, c48 Datetime NOT NULL, c49 Timestamp NOT NULL, c50 Timestamp NOT NULL, c51 Uint16 NOT NULL, c52 Bool NOT NULL, c53 Timestamp NOT NULL, c54 Datetime64 NOT NULL, c55 Uint64 NOT NULL, c56 Interval64 NOT NULL, c57 Decimal(15,0) NOT NULL, c58 Utf8 NOT NULL, c59 Utf8 NOT NULL, c60 Utf8 NOT NULL, c61 Int16 NOT NULL, c62 Datetime64 NOT NULL, c63 Uint8 NOT NULL, c64 Decimal(22,9) NOT NULL, c65 Datetime64 NOT NULL, c66 Int64 NOT NULL, c67 Decimal(22,9) NOT NULL, c68 Date32 NOT NULL, c69 Timestamp64 NOT NULL, c70 Datetime NOT NULL, c71 Uint8 NOT NULL, c72 Datetime64 NOT NULL, c73 Timestamp NOT NULL, c74 Utf8 NOT NULL, c75 Utf8 NOT NULL, c76 Uint32 NOT NULL, c77 Decimal(15,0) NOT NULL, c78 String NOT NULL, c79 Uint32 NOT NULL, c80 String NOT NULL, c81 Int32 NOT NULL, c82 Uint8 NOT NULL, c83 Timestamp NOT NULL, c84 Datetime NOT NULL, c85 Bool NOT NULL, c86 Date32 NOT NULL, c87 String NOT NULL, c88 Decimal(15,0) NOT NULL, c89 Int8 NOT NULL, c90 Datetime64 NOT NULL, c91 Decimal(35,10) NOT NULL, c92 Uint32 NOT NULL, c93 String NOT NULL, c94 Int8 NOT NULL, c95 Int8 NOT NULL, c96 Uint64 NOT NULL, c97 Bool NOT NULL, c98 Decimal(35,10) NOT NULL, c99 Interval64 NOT NULL, c100 Utf8 NOT NULL, c101 Int16 NOT NULL, c102 Uint32 NOT NULL, c103 Uint8 NOT NULL, c104 Datetime NOT NULL, c105 Int16 NOT NULL, c106 Int64 NOT NULL, c107 Timestamp NOT NULL, c108 Date NOT NULL, c109 Date32 NOT NULL, c110 Int64 NOT NULL, c111 Datetime64 NOT NULL, c112 Int64 NOT NULL, c113 Uint32 NOT NULL, c114 Date NOT NULL, c115 Int32 NOT NULL, c116 Uint32 NOT NULL, c117 Int16 NOT NULL, c118 Date NOT NULL, c119 Uint8 NOT NULL, c120 Datetime64 NOT NULL, c121 Decimal(22,9) NOT NULL, c122 Datetime NOT NULL, c123 Timestamp NOT NULL, c124 Int32 NOT NULL, c125 Utf8 NOT NULL, c126 Int16 NOT NULL, c127 Bool NOT NULL, c128 Timestamp64 NOT NULL, c129 Utf8 NOT NULL, c130 Utf8 NOT NULL, c131 Decimal(22,9) NOT NULL, c132 Int32 NOT NULL, c133 Uint8 NOT NULL, c134 Decimal(22,9) NOT NULL, c135 Utf8 NOT NULL, c136 Interval64 NOT NULL, c137 Uint32 NOT NULL, c138 Int64 NOT NULL, c139 String NOT NULL, c140 Utf8 NOT NULL, c141 Utf8 NOT NULL, c142 Timestamp NOT NULL, c143 Decimal(35,10) NOT NULL, c144 Timestamp NOT NULL, c145 Int64 NOT NULL, c146 Uint8 NOT NULL, c147 Datetime NOT NULL, c148 Date32 NOT NULL, c149 Interval64 NOT NULL, c150 Date32 NOT NULL, c151 Datetime NOT NULL, c152 Uint8 NOT NULL, c153 Int8 NOT NULL, c154 Uint8 NOT NULL, c155 Uint8 NOT NULL, c156 Decimal(35,10) NOT NULL, c157 Timestamp64 NOT NULL, c158 Timestamp NOT NULL, c159 Timestamp NOT NULL, c160 Date NOT NULL, c161 Decimal(35,10) NOT NULL, c162 Date32 NOT NULL, c163 Date NOT NULL, c164 Uint64 NOT NULL, c165 Date32 NOT NULL, c166 Uint64 NOT NULL, c167 Decimal(22,9) NOT NULL, c168 Timestamp NOT NULL, c169 Datetime64 NOT NULL, c170 Decimal(22,9) NOT NULL, c171 Uint8 NOT NULL, c172 Uint64 NOT NULL, c173 Int8 NOT NULL, c174 Bool NOT NULL, c175 Uint16 NOT NULL, c176 Timestamp NOT NULL, c177 Bool NOT NULL, c178 Decimal(15,0) NOT NULL, c179 Int16 NOT NULL, c180 Int16 NOT NULL, c181 Uint32 NOT NULL, c182 Bool NOT NULL, c183 Utf8 NOT NULL, c184 String NOT NULL, c185 Date32 NOT NULL, c186 Int16 NOT NULL, c187 Uint8 NOT NULL, c188 String NOT NULL, c189 String NOT NULL, c190 Uint64 NOT NULL, c191 Int8 NOT NULL, c192 Bool NOT NULL, c193 Uint16 NOT NULL, c194 Decimal(15,0) NOT NULL, c195 Uint32 NOT NULL, c196 Decimal(35,10) NOT NULL, c197 String NOT NULL, c198 Int32 NOT NULL, c199 Timestamp NOT NULL, c200 String NOT NULL, c201 String NOT NULL, c202 Decimal(35,10) NOT NULL, c203 Datetime NOT NULL, c204 Timestamp NOT NULL, c205 Datetime NOT NULL, c206 Date32 NOT NULL, c207 Decimal(15,0) NOT NULL, c208 Uint16 NOT NULL, c209 Int64 NOT NULL, c210 Uint32 NOT NULL, c211 Decimal(22,9) NOT NULL, c212 Int64 NOT NULL, c213 Timestamp NOT NULL, c214 Int8 NOT NULL, c215 Bool NOT NULL, c216 Date32 NOT NULL, c217 Uint8 NOT NULL, c218 String NOT NULL, c219 Utf8 NOT NULL, c220 Decimal(35,10) NOT NULL, c221 Datetime NOT NULL, c222 Date32 NOT NULL, c223 Uint64 NOT NULL, c224 Int64 NOT NULL, c225 Interval64 NOT NULL, c226 Interval64 NOT NULL, c227 Uint32 NOT NULL, c228 Timestamp NOT NULL, c229 Interval64 NOT NULL, c230 Uint8 NOT NULL, c231 Decimal(22,9) NOT NULL, c232 Interval64 NOT NULL, c233 Timestamp64 NOT NULL, c234 Decimal(15,0) NOT NULL, c235 Datetime64 NOT NULL, c236 Date NOT NULL, c237 Uint16 NOT NULL, c238 Uint16 NOT NULL, c239 Decimal(15,0) NOT NULL, c240 Datetime NOT NULL, c241 Uint32 NOT NULL, c242 Int64 NOT NULL, c243 Int32 NOT NULL, c244 Datetime64 NOT NULL, c245 Int8 NOT NULL, c246 Int16 NOT NULL, c247 Datetime64 NOT NULL, c248 Uint32 NOT NULL, c249 Int8 NOT NULL, c250 Utf8 NOT NULL, c251 Date NOT NULL, c252 Decimal(15,0) NOT NULL, c253 Int32 NOT NULL, c254 Int8 NOT NULL, c255 Timestamp64 NOT NULL, c256 Date32 NOT NULL, c257 Datetime NOT NULL, c258 Uint32 NOT NULL, c259 Uint32 NOT NULL, c260 Uint16 NOT NULL, c261 Int8 NOT NULL, c262 Decimal(15,0) NOT NULL, c263 Int32 NOT NULL, c264 Decimal(22,9) NOT NULL, c265 Int32 NOT NULL, c266 Int8 NOT NULL, c267 Bool NOT NULL, c268 Int64 NOT NULL, c269 Datetime64 NOT NULL, c270 Int16 NOT NULL, c271 Datetime NOT NULL, c272 Timestamp NOT NULL, c273 Utf8 NOT NULL, c274 Uint8 NOT NULL, c275 Decimal(35,10) NOT NULL, c276 Timestamp64 NOT NULL, c277 Decimal(15,0) NOT NULL, c278 Uint16 NOT NULL, c279 Timestamp NOT NULL, c280 Timestamp64 NOT NULL, c281 Int64 NOT NULL, c282 Datetime64 NOT NULL, c283 Datetime NOT NULL, c284 Int64 NOT NULL, c285 Date32 NOT NULL, c286 Utf8 NOT NULL, c287 Datetime64 NOT NULL, c288 Int64 NOT NULL, c289 Decimal(15,0) NOT NULL, c290 Decimal(22,9) NOT NULL, c291 Utf8 NOT NULL, c292 Int16 NOT NULL, c293 Date NOT NULL, c294 Utf8 NOT NULL, c295 Timestamp NOT NULL, c296 Int64 NOT NULL, c297 Timestamp64 NOT NULL, c298 Int8 NOT NULL, c299 Bool NOT NULL, c300 Decimal(15,0) NOT NULL, c301 Int32 NOT NULL, c302 Utf8 NOT NULL, c303 Uint16 NOT NULL, c304 Decimal(35,10) NOT NULL, c305 Uint16 NOT NULL, c306 Timestamp NOT NULL, c307 Date NOT NULL, c308 Decimal(22,9) NOT NULL, c309 Interval64 NOT NULL, c310 Timestamp NOT NULL, c311 Datetime64 NOT NULL, c312 Date32 NOT NULL, c313 String NOT NULL, c314 Int64 NOT NULL, c315 Datetime NOT NULL, c316 Datetime NOT NULL, c317 Int16 NOT NULL, c318 String NOT NULL, c319 Int64 NOT NULL, c320 Uint8 NOT NULL, c321 Uint64 NOT NULL, c322 Uint16 NOT NULL, c323 Datetime64 NOT NULL, c324 Uint16 NOT NULL, c325 Timestamp64 NOT NULL, c326 Uint32 NOT NULL, c327 Utf8 NOT NULL, c328 Date32 NOT NULL, c329 Uint16 NOT NULL, c330 String NOT NULL, c331 Interval64 NOT NULL, c332 Int16 NOT NULL, c333 Bool NOT NULL, c334 Int16 NOT NULL, c335 Bool NOT NULL, c336 Bool NOT NULL, c337 Datetime64 NOT NULL, c338 Decimal(22,9) NOT NULL, c339 Timestamp NOT NULL, c340 Decimal(15,0) NOT NULL, c341 Timestamp64 NOT NULL, c342 Int8 NOT NULL, c343 Uint64 NOT NULL, c344 Decimal(35,10) NOT NULL, c345 Datetime NOT NULL, c346 Uint16 NOT NULL, c347 Date NOT NULL, c348 Int64 NOT NULL, c349 Int16 NOT NULL, c350 Uint16 NOT NULL, c351 Int16 NOT NULL, c352 Datetime NOT NULL, c353 Bool NOT NULL, c354 Datetime NOT NULL, c355 Decimal(15,0) NOT NULL, c356 String NOT NULL, c357 String NOT NULL, c358 Decimal(22,9) NOT NULL, c359 Bool NOT NULL, c360 Int32 NOT NULL, c361 Datetime NOT NULL, c362 Uint32 NOT NULL, c363 Datetime64 NOT NULL, c364 Decimal(35,10) NOT NULL, c365 Decimal(15,0) NOT NULL, c366 Uint32 NOT NULL, c367 Date NOT NULL, c368 Bool NOT NULL, c369 Uint8 NOT NULL, c370 Datetime NOT NULL, c371 Interval64 NOT NULL, c372 String NOT NULL, c373 Bool NOT NULL, c374 Timestamp NOT NULL, c375 Utf8 NOT NULL, c376 String NOT NULL, c377 Decimal(15,0) NOT NULL, c378 Date NOT NULL, c379 Int64 NOT NULL, c380 Decimal(22,9) NOT NULL, c381 Uint8 NOT NULL, c382 Int32 NOT NULL, c383 Date NOT NULL, c384 Interval64 NOT NULL, c385 Decimal(15,0) NOT NULL, c386 Uint16 NOT NULL, c387 Uint32 NOT NULL, c388 Int8 NOT NULL, c389 Interval64 NOT NULL, c390 Decimal(22,9) NOT NULL, c391 Bool NOT NULL, c392 Int16 NOT NULL, c393 Uint8 NOT NULL, c394 Uint16 NOT NULL, c395 Uint16 NOT NULL, c396 Utf8 NOT NULL, c397 Datetime NOT NULL, c398 Decimal(15,0) NOT NULL, c399 Int16 NOT NULL, c400 Decimal(15,0) NOT NULL, c401 String NOT NULL, c402 Decimal(22,9) NOT NULL, c403 Decimal(15,0) NOT NULL, c404 Int64 NOT NULL, c405 String NOT NULL, c406 Int8 NOT NULL, c407 Decimal(35,10) NOT NULL, c408 Timestamp64 NOT NULL, c409 Date32 NOT NULL, c410 Uint16 NOT NULL, c411 Datetime NOT NULL, c412 Interval64 NOT NULL, c413 Int8 NOT NULL, c414 Date32 NOT NULL, c415 String NOT NULL, c416 Uint16 NOT NULL, c417 Uint64 NOT NULL, c418 Int32 NOT NULL, c419 Int64 NOT NULL, c420 Interval64 NOT NULL, c421 Int16 NOT NULL, c422 Decimal(22,9) NOT NULL, c423 Interval64 NOT NULL, c424 Uint64 NOT NULL, c425 Int32 NOT NULL, c426 Uint64 NOT NULL, c427 Uint64 NOT NULL, c428 Uint16 NOT NULL, c429 Uint8 NOT NULL, c430 Bool NOT NULL, c431 Decimal(35,10) NOT NULL, c432 Int8 NOT NULL, c433 Bool NOT NULL, c434 Interval64 NOT NULL, c435 Uint32 NOT NULL, c436 Uint8 NOT NULL, c437 Timestamp64 NOT NULL, c438 Bool NOT NULL, c439 Interval64 NOT NULL, c440 Datetime NOT NULL, c441 Uint64 NOT NULL, c442 Utf8 NOT NULL, c443 Date NOT NULL, c444 Uint8 NOT NULL, c445 Decimal(35,10) NOT NULL, c446 Date32 NOT NULL, c447 Decimal(15,0) NOT NULL, c448 Uint16 NOT NULL, c449 Decimal(22,9) NOT NULL, c450 Datetime64 NOT NULL, c451 Timestamp64 NOT NULL, c452 Date32 NOT NULL, c453 Int32 NOT NULL, c454 Decimal(35,10) NOT NULL, c455 Bool NOT NULL, c456 Uint32 NOT NULL, c457 Decimal(15,0) NOT NULL, c458 Int32 NOT NULL, c459 Datetime NOT NULL, c460 Timestamp NOT NULL, c461 Int32 NOT NULL, c462 Bool NOT NULL, c463 Date32 NOT NULL, c464 Uint16 NOT NULL, c465 String NOT NULL, c466 Utf8 NOT NULL, c467 Uint8 NOT NULL, c468 Utf8 NOT NULL, c469 Uint8 NOT NULL, c470 Datetime64 NOT NULL, c471 Utf8 NOT NULL, c472 String NOT NULL, c473 Int16 NOT NULL, c474 Decimal(35,10) NOT NULL, c475 Decimal(22,9) NOT NULL, c476 String NOT NULL, c477 Timestamp64 NOT NULL, c478 Date32 NOT NULL, c479 Timestamp64 NOT NULL, c480 Decimal(22,9) NOT NULL, c481 Datetime64 NOT NULL, c482 Int16 NOT NULL, c483 Datetime NOT NULL, c484 Datetime NOT NULL, c485 Datetime NOT NULL, c486 Uint8 NOT NULL, c487 Uint16 NOT NULL, c488 Timestamp NOT NULL, c489 Bool NOT NULL, c490 Uint8 NOT NULL, c491 Bool NOT NULL, c492 Int16 NOT NULL, c493 Utf8 NOT NULL, c494 Uint32 NOT NULL, c495 Uint8 NOT NULL, c496 Bool NOT NULL, c497 Int64 NOT NULL, c498 Date32 NOT NULL, c499 Int32 NOT NULL, c500 Decimal(15,0) NOT NULL, c501 Uint32 NOT NULL, c502 String NOT NULL, c503 Uint64 NOT NULL, c504 Uint32 NOT NULL, c505 Date32 NOT NULL, c506 Date32 NOT NULL, c507 Uint32 NOT NULL, c508 Uint64 NOT NULL, c509 Uint16 NOT NULL, c510 Interval64 NOT NULL, c511 Decimal(22,9) NOT NULL, c512 Int32 NOT NULL, c513 Date NOT NULL, c514 Utf8 NOT NULL, c515 Timestamp NOT NULL, c516 Int64 NOT NULL, c517 Timestamp64 NOT NULL, c518 Decimal(15,0) NOT NULL, c519 Bool NOT NULL, c520 Decimal(22,9) NOT NULL, c521 Timestamp64 NOT NULL, c522 Int8 NOT NULL, c523 Timestamp NOT NULL, c524 Timestamp NOT NULL, c525 Datetime NOT NULL, c526 Datetime NOT NULL, c527 Date NOT NULL, c528 Utf8 NOT NULL, c529 Decimal(22,9) NOT NULL, c530 Timestamp NOT NULL, c531 Bool NOT NULL, c532 Int64 NOT NULL, c533 Datetime NOT NULL, c534 Timestamp NOT NULL, c535 Datetime NOT NULL, c536 Int8 NOT NULL, c537 Timestamp64 NOT NULL, c538 Int8 NOT NULL, c539 Timestamp64 NOT NULL, c540 Timestamp NOT NULL, c541 Uint32 NOT NULL, c542 Timestamp64 NOT NULL, c543 Utf8 NOT NULL, c544 Bool NOT NULL, c545 Decimal(15,0) NOT NULL, c546 Date NOT NULL, c547 Int8 NOT NULL, c548 Decimal(35,10) NOT NULL, c549 Decimal(22,9) NOT NULL, c550 Date NOT NULL, c551 Uint32 NOT NULL, c552 Date NOT NULL, c553 Int64 NOT NULL, c554 Uint8 NOT NULL, c555 Timestamp NOT NULL, c556 Uint8 NOT NULL, c557 Decimal(35,10) NOT NULL, c558 Bool NOT NULL, c559 Uint8 NOT NULL, c560 Decimal(35,10) NOT NULL, c561 Uint8 NOT NULL, c562 Int8 NOT NULL, c563 Uint64 NOT NULL, c564 String NOT NULL, c565 Uint64 NOT NULL, c566 Timestamp NOT NULL, c567 Uint32 NOT NULL, c568 Datetime64 NOT NULL, c569 Uint32 NOT NULL, c570 String NOT NULL, c571 Date NOT NULL, c572 Timestamp NOT NULL, c573 Uint64 NOT NULL, c574 Uint16 NOT NULL, c575 Int32 NOT NULL, c576 Datetime64 NOT NULL, c577 Utf8 NOT NULL, c578 Datetime NOT NULL, c579 Decimal(15,0) NOT NULL, c580 Interval64 NOT NULL, c581 Timestamp NOT NULL, c582 Datetime64 NOT NULL, c583 Int16 NOT NULL, c584 Decimal(35,10) NOT NULL, c585 Timestamp NOT NULL, c586 String NOT NULL, c587 Interval64 NOT NULL, c588 Date NOT NULL, c589 Int64 NOT NULL, c590 Datetime NOT NULL, c591 Int16 NOT NULL, c592 Uint32 NOT NULL, c593 Uint8 NOT NULL, c594 Timestamp64 NOT NULL, c595 Utf8 NOT NULL, c596 Decimal(35,10) NOT NULL, c597 Datetime64 NOT NULL, c598 Decimal(35,10) NOT NULL, c599 String NOT NULL, c600 Decimal(15,0) NOT NULL, c601 Int32 NOT NULL, c602 Uint32 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 Uint16 NOT NULL, c605 Date32 NOT NULL, c606 Int32 NOT NULL, c607 Bool NOT NULL, c608 Uint8 NOT NULL, c609 Datetime NOT NULL, c610 Bool NOT NULL, c611 Decimal(15,0) NOT NULL, c612 Interval64 NOT NULL, c613 Uint16 NOT NULL, c614 Uint64 NOT NULL, c615 String NOT NULL, c616 Uint64 NOT NULL, c617 Uint8 NOT NULL, c618 Interval64 NOT NULL, c619 Decimal(22,9) NOT NULL, c620 Datetime64 NOT NULL, c621 Utf8 NOT NULL, c622 Utf8 NOT NULL, c623 Uint32 NOT NULL, c624 Bool NOT NULL, c625 Int16 NOT NULL, c626 Date NOT NULL, c627 Timestamp NOT NULL, c628 Utf8 NOT NULL, c629 Date32 NOT NULL, c630 Uint64 NOT NULL, c631 Int8 NOT NULL, c632 Decimal(35,10) NOT NULL, c633 Uint16 NOT NULL, c634 Int16 NOT NULL, c635 Uint64 NOT NULL, c636 Int16 NOT NULL, c637 Uint8 NOT NULL, c638 Uint8 NOT NULL, c639 Uint16 NOT NULL, c640 Utf8 NOT NULL, c641 Timestamp64 NOT NULL, c642 Uint8 NOT NULL, c643 Int64 NOT NULL, c644 Uint64 NOT NULL, c645 Datetime NOT NULL, c646 Bool NOT NULL, c647 String NOT NULL, c648 Interval64 NOT NULL, c649 Uint8 NOT NULL, c650 Uint8 NOT NULL, c651 Timestamp NOT NULL, c652 Decimal(22,9) NOT NULL, c653 Datetime64 NOT NULL, c654 Uint32 NOT NULL, c655 Datetime64 NOT NULL, c656 Int64 NOT NULL, c657 Uint8 NOT NULL, c658 Decimal(35,10) NOT NULL, c659 String NOT NULL, c660 Date NOT NULL, c661 String NOT NULL, c662 Int32 NOT NULL, c663 Int8 NOT NULL, c664 String NOT NULL, c665 String NOT NULL, c666 Uint8 NOT NULL, c667 Datetime NOT NULL, c668 Int64 NOT NULL, c669 Decimal(35,10) NOT NULL, c670 Uint16 NOT NULL, c671 Uint64 NOT NULL, c672 Uint16 NOT NULL, c673 Interval64 NOT NULL, c674 Bool NOT NULL, c675 Date32 NOT NULL, c676 Datetime64 NOT NULL, c677 Datetime NOT NULL, c678 Decimal(15,0) NOT NULL, c679 Datetime64 NOT NULL, c680 Timestamp64 NOT NULL, c681 Int8 NOT NULL, c682 Uint16 NOT NULL, c683 Uint16 NOT NULL, c684 Date32 NOT NULL, c685 Timestamp64 NOT NULL, c686 Datetime NOT NULL, c687 Timestamp64 NOT NULL, c688 Int64 NOT NULL, c689 Utf8 NOT NULL, c690 String NOT NULL, c691 Timestamp64 NOT NULL, c692 Timestamp64 NOT NULL, c693 Datetime64 NOT NULL, c694 Int64 NOT NULL, c695 Uint32 NOT NULL, c696 Date NOT NULL, c697 Int32 NOT NULL, c698 Decimal(15,0) NOT NULL, c699 Interval64 NOT NULL, c700 Uint64 NOT NULL, c701 Date NOT NULL, c702 Bool NOT NULL, c703 Uint32 NOT NULL, c704 Uint64 NOT NULL, c705 Timestamp NOT NULL, c706 Date32 NOT NULL, c707 Bool NOT NULL, c708 Date32 NOT NULL, c709 Datetime64 NOT NULL, c710 Int64 NOT NULL, c711 Decimal(22,9) NOT NULL, c712 Datetime NOT NULL, c713 Decimal(15,0) NOT NULL, c714 Timestamp64 NOT NULL, c715 Decimal(15,0) NOT NULL, c716 Int64 NOT NULL, c717 Decimal(22,9) NOT NULL, c718 Interval64 NOT NULL, c719 Decimal(35,10) NOT NULL, c720 Interval64 NOT NULL, c721 Decimal(35,10) NOT NULL, c722 Decimal(15,0) NOT NULL, c723 Bool NOT NULL, c724 Timestamp64 NOT NULL, c725 Int16 NOT NULL, c726 Interval64 NOT NULL, c727 Datetime NOT NULL, c728 Uint8 NOT NULL, c729 Uint16 NOT NULL, c730 Datetime NOT NULL, c731 Utf8 NOT NULL, c732 Int8 NOT NULL, c733 Date NOT NULL, c734 Int32 NOT NULL, c735 Interval64 NOT NULL, c736 Uint16 NOT NULL, c737 Decimal(15,0) NOT NULL, c738 Datetime64 NOT NULL, c739 Uint16 NOT NULL, c740 Int16 NOT NULL, c741 Uint64 NOT NULL, c742 Datetime64 NOT NULL, c743 Decimal(22,9) NOT NULL, c744 Decimal(35,10) NOT NULL, c745 Bool NOT NULL, c746 Int16 NOT NULL, c747 Bool NOT NULL, c748 Interval64 NOT NULL, c749 Timestamp NOT NULL, c750 Date NOT NULL, c751 Uint32 NOT NULL, c752 Datetime NOT NULL, c753 Decimal(22,9) NOT NULL, c754 Uint16 NOT NULL, c755 Timestamp NOT NULL, c756 Uint16 NOT NULL, c757 Decimal(15,0) NOT NULL, c758 Int8 NOT NULL, c759 Utf8 NOT NULL, c760 Decimal(35,10) NOT NULL, c761 Uint16 NOT NULL, c762 Decimal(22,9) NOT NULL, c763 Timestamp64 NOT NULL, c764 Datetime64 NOT NULL, c765 Int8 NOT NULL, c766 Datetime NOT NULL, c767 Utf8 NOT NULL, c768 Date32 NOT NULL, c769 Int64 NOT NULL, c770 String NOT NULL, c771 Uint32 NOT NULL, c772 Uint32 NOT NULL, c773 Interval64 NOT NULL, c774 Bool NOT NULL, c775 Uint64 NOT NULL, c776 Interval64 NOT NULL, c777 Uint8 NOT NULL, c778 Decimal(35,10) NOT NULL, c779 Datetime NOT NULL, c780 Int16 NOT NULL, c781 Uint64 NOT NULL, c782 Int32 NOT NULL, c783 Uint16 NOT NULL, c784 Datetime NOT NULL, c785 Utf8 NOT NULL, c786 Uint64 NOT NULL, c787 String NOT NULL, c788 Int8 NOT NULL, c789 Uint8 NOT NULL, c790 Timestamp NOT NULL, c791 Decimal(15,0) NOT NULL, c792 Utf8 NOT NULL, c793 Int64 NOT NULL, c794 Datetime NOT NULL, c795 String NOT NULL, c796 String NOT NULL, c797 Datetime NOT NULL, c798 Uint8 NOT NULL, c799 Int16 NOT NULL, c800 Uint16 NOT NULL, c801 Timestamp NOT NULL, c802 Interval64 NOT NULL, c803 Bool NOT NULL, c804 Timestamp64 NOT NULL, c805 Uint16 NOT NULL, c806 Date NOT NULL, c807 String NOT NULL, c808 Int64 NOT NULL, c809 Utf8 NOT NULL, c810 Utf8 NOT NULL, c811 Datetime64 NOT NULL, c812 Uint16 NOT NULL, c813 Timestamp NOT NULL, c814 Bool NOT NULL, c815 Date32 NOT NULL, c816 Int16 NOT NULL, c817 Uint8 NOT NULL, c818 Uint16 NOT NULL, c819 Uint16 NOT NULL, c820 Decimal(22,9) NOT NULL, c821 Uint64 NOT NULL, c822 String NOT NULL, c823 Date32 NOT NULL, c824 Int8 NOT NULL, c825 Datetime64 NOT NULL, c826 Int32 NOT NULL, c827 Uint32 NOT NULL, c828 Uint16 NOT NULL, c829 Datetime NOT NULL, c830 Bool NOT NULL, c831 Datetime NOT NULL, c832 Timestamp NOT NULL, c833 String NOT NULL, c834 Date NOT NULL, c835 Datetime64 NOT NULL, c836 Int8 NOT NULL, c837 Int32 NOT NULL, c838 Date NOT NULL, c839 Uint16 NOT NULL, c840 Uint8 NOT NULL, c841 Timestamp NOT NULL, c842 Uint8 NOT NULL, c843 Int16 NOT NULL, c844 Uint8 NOT NULL, c845 Decimal(15,0) NOT NULL, c846 Decimal(22,9) NOT NULL, c847 Datetime64 NOT NULL, c848 Date32 NOT NULL, c849 Date32 NOT NULL, c850 Date32 NOT NULL, c851 Uint16 NOT NULL, c852 Datetime64 NOT NULL, c853 Datetime64 NOT NULL, c854 Decimal(22,9) NOT NULL, c855 Uint8 NOT NULL, c856 Uint64 NOT NULL, c857 Int8 NOT NULL, c858 Utf8 NOT NULL, c859 Bool NOT NULL, c860 String NOT NULL, c861 Interval64 NOT NULL, c862 Date32 NOT NULL, c863 Interval64 NOT NULL, c864 Datetime64 NOT NULL, c865 Uint64 NOT NULL, c866 Uint8 NOT NULL, c867 Datetime64 NOT NULL, c868 Decimal(15,0) NOT NULL, c869 Decimal(35,10) NOT NULL, c870 Int8 NOT NULL, c871 String NOT NULL, c872 Timestamp NOT NULL, c873 Date32 NOT NULL, c874 Decimal(22,9) NOT NULL, c875 Bool NOT NULL, c876 Int64 NOT NULL, c877 Timestamp NOT NULL, c878 Uint8 NOT NULL, c879 Timestamp64 NOT NULL, c880 Decimal(35,10) NOT NULL, c881 Int8 NOT NULL, c882 Date32 NOT NULL, c883 Int32 NOT NULL, c884 Uint32 NOT NULL, c885 Decimal(22,9) NOT NULL, c886 Int32 NOT NULL, c887 Int8 NOT NULL, c888 Timestamp NOT NULL, c889 Date32 NOT NULL, c890 Timestamp64 NOT NULL, c891 Bool NOT NULL, c892 Int16 NOT NULL, c893 Timestamp64 NOT NULL, c894 Interval64 NOT NULL, c895 Int8 NOT NULL, c896 Int64 NOT NULL, c897 Date32 NOT NULL, c898 Datetime64 NOT NULL, c899 Uint8 NOT NULL, c900 Datetime NOT NULL, c901 Uint16 NOT NULL, c902 Bool NOT NULL, c903 Int64 NOT NULL, c904 Interval64 NOT NULL, c905 Int64 NOT NULL, c906 Int64 NOT NULL, c907 Int64 NOT NULL, c908 Uint16 NOT NULL, c909 Datetime64 NOT NULL, c910 Uint64 NOT NULL, c911 String NOT NULL, c912 Datetime64 NOT NULL, c913 Bool NOT NULL, c914 Datetime64 NOT NULL, c915 Timestamp64 NOT NULL, c916 Date NOT NULL, c917 Int16 NOT NULL, c918 Interval64 NOT NULL, c919 Decimal(35,10) NOT NULL, c920 Decimal(22,9) NOT NULL, c921 Uint64 NOT NULL, c922 Int8 NOT NULL, c923 Date32 NOT NULL, c924 Uint32 NOT NULL, c925 Date NOT NULL, c926 Int64 NOT NULL, c927 Interval64 NOT NULL, c928 Int32 NOT NULL, c929 Date NOT NULL, c930 Date NOT NULL, c931 String NOT NULL, c932 Decimal(35,10) NOT NULL, c933 Date32 NOT NULL, c934 Uint32 NOT NULL, c935 Decimal(15,0) NOT NULL, c936 Decimal(22,9) NOT NULL, c937 Int8 NOT NULL, c938 Uint16 NOT NULL, c939 Utf8 NOT NULL, c940 Decimal(15,0) NOT NULL, c941 Decimal(35,10) NOT NULL, c942 Date NOT NULL, c943 Timestamp64 NOT NULL, c944 Bool NOT NULL, c945 Datetime64 NOT NULL, c946 Uint16 NOT NULL, c947 Decimal(35,10) NOT NULL, c948 Uint16 NOT NULL, c949 Timestamp64 NOT NULL, c950 Timestamp64 NOT NULL, c951 Utf8 NOT NULL, c952 Int64 NOT NULL, c953 Timestamp64 NOT NULL, c954 Timestamp NOT NULL, c955 Timestamp NOT NULL, c956 Decimal(15,0) NOT NULL, c957 Datetime64 NOT NULL, c958 Uint32 NOT NULL, c959 Bool NOT NULL, c960 Decimal(15,0) NOT NULL, c961 Interval64 NOT NULL, c962 Int16 NOT NULL, c963 Decimal(35,10) NOT NULL, c964 Uint16 NOT NULL, c965 Uint32 NOT NULL, c966 Uint8 NOT NULL, c967 Decimal(35,10) NOT NULL, c968 Date NOT NULL, c969 Uint8 NOT NULL, c970 String NOT NULL, c971 String NOT NULL, c972 Bool NOT NULL, c973 Decimal(22,9) NOT NULL, c974 Int8 NOT NULL, c975 Uint32 NOT NULL, c976 Int64 NOT NULL, c977 String NOT NULL, c978 Uint32 NOT NULL, c979 Interval64 NOT NULL, c980 Datetime64 NOT NULL, c981 Interval64 NOT NULL, c982 Interval64 NOT NULL, c983 Int32 NOT NULL, c984 Uint8 NOT NULL, c985 Int8 NOT NULL, c986 Int8 NOT NULL, c987 Decimal(22,9) NOT NULL, c988 Timestamp NOT NULL, c989 Uint16 NOT NULL, c990 Int64 NOT NULL, c991 Date NOT NULL, c992 Decimal(22,9) NOT NULL, c993 Decimal(22,9) NOT NULL, c994 String NOT NULL, c995 Datetime NOT NULL, c996 Bool NOT NULL, c997 Decimal(22,9) NOT NULL, c998 Uint64 NOT NULL, c999 Decimal(15,0) NOT NULL, c1000 Int8 NOT NULL, c1001 Datetime64 NOT NULL, c1002 Uint32 NOT NULL, c1003 Uint64 NOT NULL, c1004 Utf8 NOT NULL, c1005 Timestamp NOT NULL, c1006 Datetime NOT NULL, c1007 Uint64 NOT NULL, c1008 Int64 NOT NULL, c1009 Uint16 NOT NULL, c1010 Date32 NOT NULL, c1011 Decimal(35,10) NOT NULL, c1012 Date32 NOT NULL, c1013 Uint32 NOT NULL, c1014 Int8 NOT NULL, c1015 Decimal(15,0) NOT NULL, c1016 Timestamp NOT NULL, c1017 Datetime NOT NULL, c1018 Interval64 NOT NULL, c1019 Decimal(22,9) NOT NULL, c1020 Decimal(15,0) NOT NULL, c1021 Decimal(15,0) NOT NULL, c1022 Utf8 NOT NULL, c1023 Int8 NOT NULL, c1024 Int8 NOT NULL, c1025 Utf8 NOT NULL, c1026 Utf8 NOT NULL, c1027 Int64 NOT NULL, c1028 Int64 NOT NULL, c1029 Uint16 NOT NULL, c1030 Uint32 NOT NULL, c1031 Interval64 NOT NULL, c1032 Timestamp64 NOT NULL, c1033 Utf8 NOT NULL, c1034 Uint64 NOT NULL, c1035 Decimal(22,9) NOT NULL, c1036 Int8 NOT NULL, c1037 String NOT NULL, c1038 Utf8 NOT NULL, c1039 Date NOT NULL, c1040 Decimal(35,10) NOT NULL, c1041 Date NOT NULL, c1042 Interval64 NOT NULL, c1043 Datetime NOT NULL, c1044 Date32 NOT NULL, c1045 Date32 NOT NULL, c1046 Date NOT NULL, c1047 Date NOT NULL, c1048 Int16 NOT NULL, c1049 Datetime64 NOT NULL, c1050 Uint64 NOT NULL, c1051 Decimal(15,0) NOT NULL, c1052 Decimal(22,9) NOT NULL, c1053 Int64 NOT NULL, c1054 String NOT NULL, c1055 Decimal(22,9) NOT NULL, c1056 Datetime NOT NULL, c1057 Decimal(15,0) NOT NULL, c1058 Int16 NOT NULL, c1059 Int8 NOT NULL, c1060 Uint8 NOT NULL, c1061 Decimal(15,0) NOT NULL, c1062 Datetime64 NOT NULL, c1063 String NOT NULL, c1064 Uint32 NOT NULL, c1065 Decimal(22,9) NOT NULL, c1066 String NOT NULL, c1067 Timestamp64 NOT NULL, c1068 Datetime64 NOT NULL, c1069 Date32 NOT NULL, c1070 Decimal(22,9) NOT NULL, c1071 Timestamp64 NOT NULL, c1072 String NOT NULL, c1073 Datetime64 NOT NULL, c1074 Date32 NOT NULL, c1075 Timestamp NOT NULL, c1076 Decimal(15,0), c1077 String, c1078 String, c1079 Timestamp64 NOT NULL, c1080 Json NOT NULL, c1081 Int8 NOT NULL, c1082 Int64, c1083 Decimal(35,10) NOT NULL, c1084 String NOT NULL, c1085 Float NOT NULL, c1086 Uint16 NOT NULL, c1087 Decimal(22,9), c1088 Yson NOT NULL, c1089 Int32, c1090 Int32, c1091 Timestamp, c1092 Yson NOT NULL, c1093 Int8, c1094 Date32 NOT NULL, c1095 Utf8 NOT NULL, c1096 Date32 NOT NULL, c1097 String, c1098 Date NOT NULL, c1099 Date NOT NULL, c1100 Int8, c1101 Datetime64 NOT NULL, c1102 Datetime64 NOT NULL, c1103 Timestamp NOT NULL, c1104 Decimal(15,0) NOT NULL, c1105 Decimal(22,9) NOT NULL, c1106 Decimal(15,0) NOT NULL, c1107 Utf8 NOT NULL, c1108 String, c1109 Uint16 NOT NULL, c1110 Date32 NOT NULL, c1111 Int16 NOT NULL, c1112 Date32, c1113 Date, c1114 Int16, c1115 String NOT NULL, c1116 Yson, c1117 Decimal(15,0), c1118 Uint32 NOT NULL, c1119 Decimal(22,9) NOT NULL, c1120 Interval64, c1121 Datetime64, c1122 Uint16 NOT NULL, c1123 Uint16, c1124 String, c1125 Uint16, c1126 Int64, c1127 Decimal(15,0) NOT NULL, c1128 Uint64, c1129 Utf8, c1130 Timestamp NOT NULL, c1131 Json NOT NULL, c1132 Date32 NOT NULL, c1133 Double, c1134 Uint32 NOT NULL, c1135 String, c1136 Interval64 NOT NULL, c1137 Utf8, c1138 Json, c1139 Timestamp64 NOT NULL, c1140 Decimal(35,10), c1141 Int32 NOT NULL, c1142 Int8, c1143 Date, c1144 String, c1145 Uint16 NOT NULL, c1146 Utf8, c1147 Datetime64 NOT NULL, c1148 Datetime, c1149 Decimal(22,9) NOT NULL, c1150 Json, c1151 Datetime, c1152 Interval64, c1153 Datetime64, c1154 Date32 NOT NULL, c1155 Json NOT NULL, c1156 Bool NOT NULL, c1157 Interval64 NOT NULL, c1158 Utf8, c1159 Interval64, c1160 Datetime NOT NULL, c1161 Utf8, c1162 String, c1163 JsonDocument, c1164 JsonDocument, c1165 Datetime64 NOT NULL, c1166 Uint32, c1167 Datetime NOT NULL, c1168 Uint32, c1169 Datetime64, c1170 Utf8 NOT NULL, c1171 Date32 NOT NULL, c1172 JsonDocument, c1173 Timestamp, c1174 Int8 NOT NULL, c1175 String NOT NULL, c1176 Decimal(15,0), c1177 Date NOT NULL, c1178 Int64 NOT NULL, c1179 Bool NOT NULL, c1180 Decimal(22,9), c1181 Date, c1182 JsonDocument NOT NULL, c1183 Int16, c1184 Decimal(22,9) NOT NULL, c1185 Int16, c1186 Bool NOT NULL, c1187 Yson, c1188 Int8 NOT NULL, c1189 Decimal(22,9), c1190 Timestamp64 NOT NULL, c1191 Timestamp64, c1192 Int32 NOT NULL, c1193 Uint16, c1194 Yson NOT NULL, c1195 Int8 NOT NULL, c1196 Date32 NOT NULL, c1197 Date32 NOT NULL, c1198 Decimal(15,0), c1199 String NOT NULL, c1200 Interval64 NOT NULL, c1201 Int8, c1202 Int32, c1203 Bool NOT NULL, c1204 Date32 NOT NULL, c1205 Int32, c1206 Datetime64 NOT NULL, c1207 Float NOT NULL, c1208 Decimal(15,0) NOT NULL, c1209 Interval64 NOT NULL, c1210 Interval64, c1211 Utf8, c1212 Datetime, c1213 Uint16, c1214 Int64, c1215 Decimal(35,10), c1216 JsonDocument NOT NULL, c1217 Datetime NOT NULL, c1218 Timestamp64 NOT NULL, c1219 Uint32, c1220 Date NOT NULL, c1221 Timestamp, c1222 Float, c1223 Utf8, c1224 Date32 NOT NULL, c1225 Timestamp, c1226 JsonDocument, c1227 Uint8 NOT NULL, c1228 Float NOT NULL, c1229 Json, c1230 Datetime NOT NULL, c1231 JsonDocument NOT NULL, c1232 Uint8, c1233 Uint32 NOT NULL, c1234 Uint8 NOT NULL, c1235 Int32 NOT NULL, c1236 Bool, c1237 Float NOT NULL, c1238 Interval64 NOT NULL, c1239 Interval64 NOT NULL, c1240 Uint16, c1241 Int64, c1242 Date NOT NULL, c1243 Decimal(15,0), c1244 Utf8, c1245 Date, c1246 Timestamp64 NOT NULL, c1247 Uint8, c1248 Json, c1249 Decimal(35,10) NOT NULL, c1250 Date32 NOT NULL, c1251 Yson, c1252 Decimal(15,0), c1253 Datetime, c1254 Timestamp64, c1255 Decimal(35,10), c1256 Int32 NOT NULL, c1257 Double, c1258 Int64, c1259 Timestamp NOT NULL, c1260 Uint64, c1261 Interval64, c1262 Bool, c1263 Decimal(35,10), c1264 Decimal(22,9), c1265 Uint8, c1266 Json NOT NULL, c1267 Date, c1268 Uint32 NOT NULL, c1269 Decimal(15,0), c1270 Int16, c1271 Int64, c1272 String NOT NULL, c1273 Bool NOT NULL, c1274 Yson, c1275 Date32 NOT NULL, c1276 Uint16, c1277 Float, c1278 Double, c1279 Int8 NOT NULL, c1280 Utf8, c1281 Date, c1282 Int64, c1283 Date32, c1284 Timestamp NOT NULL, c1285 Int32 NOT NULL, c1286 Yson, c1287 Date32, c1288 Datetime64 NOT NULL, c1289 Utf8 NOT NULL, c1290 Date NOT NULL, c1291 Datetime64, c1292 Int16 NOT NULL, c1293 JsonDocument, c1294 Date32, c1295 Decimal(15,0) NOT NULL, c1296 Timestamp NOT NULL, c1297 Uint32, c1298 Int32, c1299 Uint8 NOT NULL, c1300 Utf8, c1301 Timestamp64, c1302 Yson NOT NULL, c1303 Utf8 NOT NULL, c1304 Yson NOT NULL, c1305 Int32, c1306 Decimal(35,10), c1307 Uint16, c1308 Date32 NOT NULL, c1309 Uint8 NOT NULL, c1310 Int32, c1311 JsonDocument NOT NULL, c1312 Int16, c1313 Interval64, c1314 Json NOT NULL, c1315 String NOT NULL, c1316 Uint32 NOT NULL, c1317 Timestamp64 NOT NULL, c1318 Decimal(22,9) NOT NULL, c1319 Double NOT NULL, c1320 Uint64, c1321 JsonDocument, c1322 Float NOT NULL, c1323 Bool NOT NULL, c1324 Bool NOT NULL, c1325 Decimal(15,0) NOT NULL, c1326 Decimal(22,9) NOT NULL, c1327 Uint64 NOT NULL, c1328 Decimal(35,10), c1329 Timestamp NOT NULL, c1330 Bool NOT NULL, c1331 Interval64 NOT NULL, c1332 Decimal(15,0) NOT NULL, c1333 JsonDocument, c1334 JsonDocument, c1335 Uint64, c1336 Uint8, c1337 Uint8 NOT NULL, c1338 Decimal(22,9) NOT NULL, c1339 String NOT NULL, c1340 Uint32, c1341 Timestamp64, c1342 Interval64 NOT NULL, c1343 Uint64 NOT NULL, c1344 Decimal(15,0), c1345 Int32 NOT NULL, c1346 Int64, c1347 Uint32 NOT NULL, c1348 Int32, c1349 Datetime64 NOT NULL, c1350 Uint32, c1351 Uint64 NOT NULL, c1352 Int8, c1353 Date NOT NULL, c1354 Decimal(35,10) NOT NULL, c1355 Date NOT NULL, c1356 Decimal(15,0), c1357 Json NOT NULL, c1358 JsonDocument, c1359 Uint8, c1360 Uint64 NOT NULL, c1361 Uint8, c1362 Date32 NOT NULL, c1363 Timestamp NOT NULL, c1364 Datetime64 NOT NULL, c1365 String, c1366 JsonDocument NOT NULL, c1367 Int64 NOT NULL, c1368 Int16 NOT NULL, c1369 Bool, c1370 JsonDocument, c1371 String, c1372 Datetime NOT NULL, c1373 Uint16 NOT NULL, c1374 Decimal(22,9), c1375 Bool, c1376 Date32, c1377 Int8 NOT NULL, c1378 Timestamp64 NOT NULL, c1379 Datetime64 NOT NULL, c1380 Date, c1381 Int64, c1382 Yson, c1383 Json, c1384 Json, c1385 Datetime NOT NULL, c1386 JsonDocument, c1387 Float, c1388 Double NOT NULL, c1389 Int16, c1390 Int32, c1391 Int32 NOT NULL, c1392 Int32, c1393 Bool NOT NULL, c1394 Datetime64 NOT NULL, c1395 Int32, c1396 Utf8 NOT NULL, c1397 Uint32, c1398 Utf8 NOT NULL, c1399 Json NOT NULL, c1400 Yson NOT NULL, c1401 Uint16, c1402 Decimal(35,10), c1403 Uint8 NOT NULL, c1404 String NOT NULL, c1405 Json, c1406 Yson NOT NULL, c1407 Timestamp NOT NULL, c1408 Date32 NOT NULL, c1409 Decimal(15,0), c1410 Uint16, c1411 Decimal(35,10), c1412 Int8, c1413 Yson NOT NULL, c1414 Interval64, c1415 Interval64 NOT NULL, c1416 Timestamp NOT NULL, c1417 Int8, c1418 Bool, c1419 Decimal(22,9), c1420 Interval64 NOT NULL, c1421 Yson, c1422 Uint32 NOT NULL, c1423 Datetime, c1424 Datetime64, c1425 Float NOT NULL, c1426 Date32 NOT NULL, c1427 Double NOT NULL, c1428 Decimal(15,0) NOT NULL, c1429 Uint64 NOT NULL, c1430 Uint8 NOT NULL, c1431 Timestamp, c1432 Float, c1433 Json, c1434 Yson, c1435 Date32, c1436 Decimal(22,9), c1437 Double NOT NULL, c1438 Json NOT NULL, c1439 Decimal(35,10), c1440 Decimal(35,10) NOT NULL, c1441 Uint16, c1442 Datetime64, c1443 Interval64 NOT NULL, c1444 Timestamp NOT NULL, c1445 Decimal(15,0), c1446 Decimal(15,0), c1447 Decimal(35,10) NOT NULL, c1448 Datetime64 NOT NULL, c1449 Uint8, c1450 String NOT NULL, c1451 Date32 NOT NULL, c1452 Uint32 NOT NULL, c1453 Yson NOT NULL, c1454 Uint8 NOT NULL, c1455 Decimal(35,10), c1456 Int32 NOT NULL, c1457 Int16, c1458 Float, c1459 Decimal(22,9), c1460 Double NOT NULL, c1461 Bool, c1462 Datetime64, c1463 Decimal(35,10), c1464 Yson, c1465 Uint16 NOT NULL, c1466 JsonDocument, c1467 Uint32, c1468 Int32, c1469 Utf8, c1470 Uint8 NOT NULL, c1471 Uint16, c1472 Uint64, c1473 Decimal(22,9), c1474 Int8 NOT NULL, c1475 Uint8 NOT NULL, c1476 Int16, c1477 Decimal(22,9), c1478 Date32, c1479 JsonDocument NOT NULL, c1480 Date NOT NULL, c1481 Timestamp64, c1482 Int16, c1483 JsonDocument, c1484 Double, c1485 Interval64 NOT NULL, c1486 Json NOT NULL, c1487 Decimal(22,9), c1488 String, c1489 Float, c1490 Int16, c1491 Timestamp NOT NULL, c1492 Utf8 NOT NULL, c1493 Yson NOT NULL, c1494 Json, c1495 Datetime64, c1496 Decimal(35,10) NOT NULL, c1497 Decimal(15,0) NOT NULL, c1498 JsonDocument, c1499 Date NOT NULL, c1500 Datetime64, c1501 Decimal(15,0), c1502 Date32, c1503 Int64 NOT NULL, c1504 Datetime NOT NULL, c1505 Bool NOT NULL, c1506 Timestamp NOT NULL, c1507 Uint32, c1508 Uint64 NOT NULL, c1509 Timestamp64 NOT NULL, c1510 Timestamp64, c1511 Int8, c1512 Double, c1513 Timestamp64, c1514 Int64, c1515 Datetime64, c1516 Datetime NOT NULL, c1517 Float, c1518 Timestamp64 NOT NULL, c1519 Utf8, c1520 Yson NOT NULL, c1521 Uint32, c1522 Datetime, c1523 JsonDocument NOT NULL, c1524 Decimal(15,0), c1525 String NOT NULL, c1526 Timestamp, c1527 Json NOT NULL, c1528 Date32, c1529 Interval64 NOT NULL, c1530 JsonDocument, c1531 Datetime, c1532 JsonDocument NOT NULL, c1533 Uint64, c1534 Json, c1535 Int64 NOT NULL, c1536 Date32, c1537 Interval64 NOT NULL, c1538 Timestamp, c1539 Decimal(15,0) NOT NULL, c1540 Float, c1541 Interval64, c1542 Datetime, c1543 Uint32, c1544 Datetime NOT NULL, c1545 Uint8 NOT NULL, c1546 Yson, c1547 Date32, c1548 Datetime NOT NULL, c1549 Timestamp NOT NULL, c1550 Date32 NOT NULL, c1551 Timestamp, c1552 Int64 NOT NULL, c1553 Int16, c1554 Int8, c1555 Decimal(22,9) NOT NULL, c1556 Timestamp NOT NULL, c1557 Uint64, c1558 Int16, c1559 Uint16 NOT NULL, c1560 Float, c1561 Int64 NOT NULL, c1562 Datetime NOT NULL, c1563 Utf8 NOT NULL, c1564 JsonDocument NOT NULL, c1565 String NOT NULL, c1566 Int16 NOT NULL, c1567 Date32 NOT NULL, c1568 Double NOT NULL, c1569 Int8, c1570 JsonDocument, c1571 Decimal(15,0), c1572 Decimal(35,10) NOT NULL, c1573 Datetime, c1574 JsonDocument, c1575 Datetime64, c1576 Decimal(22,9) NOT NULL, c1577 Float NOT NULL, c1578 Decimal(22,9) NOT NULL, c1579 Double NOT NULL, c1580 Uint16, c1581 Interval64 NOT NULL, c1582 Bool, c1583 Yson, c1584 Decimal(35,10), c1585 Int8 NOT NULL, c1586 Utf8, c1587 JsonDocument NOT NULL, c1588 Decimal(35,10) NOT NULL, c1589 Timestamp NOT NULL, c1590 JsonDocument NOT NULL, c1591 String, c1592 Int16 NOT NULL, c1593 Float, c1594 Decimal(15,0), c1595 Timestamp NOT NULL, c1596 JsonDocument NOT NULL, c1597 Double NOT NULL, c1598 Int16 NOT NULL, c1599 Int16 NOT NULL, c1600 Uint64 NOT NULL, c1601 Datetime, c1602 Timestamp64, c1603 Uint16, c1604 Interval64 NOT NULL, c1605 Uint16, c1606 Double NOT NULL, c1607 Json NOT NULL, c1608 Int32 NOT NULL, c1609 Timestamp NOT NULL, c1610 Json NOT NULL, c1611 Date32 NOT NULL, c1612 String, c1613 Date, c1614 Date32, c1615 Interval64 NOT NULL, c1616 Decimal(15,0), c1617 Datetime, c1618 Date32, c1619 Double, c1620 Datetime, c1621 Datetime64, c1622 Int32 NOT NULL, c1623 Date, c1624 Datetime NOT NULL, c1625 Uint8 NOT NULL, c1626 Timestamp64, c1627 Utf8 NOT NULL, c1628 Uint16 NOT NULL, c1629 Interval64, c1630 Int64, c1631 Timestamp, c1632 Json, c1633 Int8 NOT NULL, c1634 JsonDocument NOT NULL, c1635 String, c1636 Yson NOT NULL, c1637 Double, c1638 Yson, c1639 Decimal(15,0), c1640 Int64, c1641 Uint16, c1642 String, c1643 String NOT NULL, c1644 Float NOT NULL, c1645 Yson, c1646 Float, c1647 Yson, c1648 Bool NOT NULL, c1649 Interval64, c1650 Json, c1651 Datetime64, c1652 Uint8, c1653 Date, c1654 Uint32 NOT NULL, c1655 JsonDocument NOT NULL, c1656 Int64, c1657 Timestamp64 NOT NULL, c1658 String, c1659 Int16 NOT NULL, c1660 Utf8, c1661 Date NOT NULL, c1662 Interval64, c1663 String, c1664 Date, c1665 Yson NOT NULL, c1666 Datetime NOT NULL, c1667 Int32, c1668 Int16 NOT NULL, c1669 Uint64 NOT NULL, c1670 Decimal(22,9), c1671 Decimal(15,0) NOT NULL, c1672 Date32 NOT NULL, c1673 String NOT NULL, c1674 Float, c1675 Timestamp, c1676 Int32, c1677 Uint8, c1678 Yson, c1679 Datetime64 NOT NULL, c1680 Float NOT NULL, c1681 Double, c1682 Timestamp64, c1683 Uint32, c1684 Date32, c1685 Float, c1686 Interval64, c1687 Date32, c1688 Json, c1689 Date, c1690 Uint64 NOT NULL, c1691 Int8, c1692 Double, c1693 Utf8 NOT NULL, c1694 Decimal(22,9), c1695 Int64 NOT NULL, c1696 Timestamp64 NOT NULL, c1697 Decimal(22,9), c1698 Interval64 NOT NULL, c1699 Utf8, c1700 Datetime64 NOT NULL, c1701 Date NOT NULL, c1702 Datetime64, c1703 Timestamp64, c1704 Float, c1705 Date32, c1706 Decimal(35,10) NOT NULL, c1707 Uint32, c1708 Int64 NOT NULL, c1709 Datetime64, c1710 Interval64 NOT NULL, c1711 Uint32, c1712 Timestamp, c1713 String NOT NULL, c1714 Decimal(22,9), c1715 Decimal(15,0) NOT NULL, c1716 Uint32 NOT NULL, c1717 String NOT NULL, c1718 Timestamp64 NOT NULL, c1719 Decimal(22,9) NOT NULL, c1720 Uint16 NOT NULL, c1721 Datetime64, c1722 Decimal(35,10), c1723 Int8, c1724 Json NOT NULL, c1725 Int8 NOT NULL, c1726 Yson, c1727 Uint8, c1728 Uint16 NOT NULL, c1729 Yson NOT NULL, c1730 Uint16 NOT NULL, c1731 Int32, c1732 Date32 NOT NULL, c1733 Date32, c1734 Timestamp64 NOT NULL, c1735 Uint64, c1736 Uint64, c1737 Bool, c1738 Date, c1739 Timestamp NOT NULL, c1740 Decimal(15,0), c1741 Date, c1742 Datetime64, c1743 Datetime64 NOT NULL, c1744 String NOT NULL, c1745 Int64 NOT NULL, c1746 Timestamp, c1747 Timestamp NOT NULL, c1748 Timestamp64 NOT NULL, c1749 Decimal(15,0) NOT NULL, c1750 Uint16, c1751 Date32 NOT NULL, c1752 Datetime NOT NULL, c1753 Uint32 NOT NULL, c1754 Int16 NOT NULL, c1755 Timestamp NOT NULL, c1756 Uint32, c1757 Bool, c1758 Int16 NOT NULL, c1759 Decimal(35,10), c1760 Float NOT NULL, c1761 Timestamp NOT NULL, c1762 Utf8 NOT NULL, c1763 Date32, c1764 Timestamp64, c1765 Decimal(22,9) NOT NULL, c1766 Utf8, c1767 Uint64, c1768 Timestamp NOT NULL, c1769 Uint16, c1770 Int64 NOT NULL, c1771 Yson, c1772 Uint8, c1773 Datetime64 NOT NULL, c1774 Json, c1775 Bool NOT NULL, c1776 Yson, c1777 Datetime, c1778 Date32, c1779 Uint64, c1780 Decimal(22,9) NOT NULL, c1781 Int32, c1782 Json NOT NULL, c1783 Decimal(35,10) NOT NULL, c1784 Interval64, c1785 Date32 NOT NULL, c1786 Int8, c1787 Yson, c1788 Json, c1789 Decimal(22,9) NOT NULL, c1790 Uint64, c1791 Decimal(35,10), c1792 Double, c1793 Int32, c1794 Yson NOT NULL, c1795 Yson NOT NULL, c1796 Bool, c1797 Date32, c1798 Datetime, c1799 Json NOT NULL, c1800 Decimal(15,0) NOT NULL, c1801 Timestamp, c1802 Float NOT NULL, c1803 JsonDocument NOT NULL, c1804 Int64 NOT NULL, c1805 Timestamp NOT NULL, c1806 Utf8, c1807 Decimal(35,10), c1808 Json NOT NULL, c1809 Json, c1810 JsonDocument NOT NULL, c1811 Int8, c1812 Decimal(35,10), c1813 Interval64 NOT NULL, c1814 Date, c1815 Float, c1816 Int32, c1817 Interval64, c1818 Uint32, c1819 Datetime64 NOT NULL, c1820 Timestamp, c1821 Date32 NOT NULL, c1822 Int64 NOT NULL, c1823 Utf8 NOT NULL, c1824 Yson NOT NULL, c1825 Uint64 NOT NULL, c1826 String, c1827 Datetime, c1828 Uint16 NOT NULL, c1829 Int8 NOT NULL, c1830 Yson, c1831 Decimal(15,0) NOT NULL, c1832 Int32 NOT NULL, c1833 Datetime64, c1834 Int8 NOT NULL, c1835 Uint8, c1836 Double, c1837 Timestamp NOT NULL, c1838 Decimal(35,10), c1839 Interval64 NOT NULL, c1840 Int32 NOT NULL, c1841 Yson NOT NULL, c1842 Int8, c1843 Int64 NOT NULL, c1844 Uint32, c1845 Date, c1846 Uint16, c1847 Int32 NOT NULL, c1848 Uint16 NOT NULL, c1849 Uint64, c1850 Decimal(15,0), c1851 Decimal(15,0) NOT NULL, c1852 Int8 NOT NULL, c1853 Interval64 NOT NULL, c1854 Float NOT NULL, c1855 Datetime, c1856 Timestamp, c1857 JsonDocument, c1858 Json, c1859 Decimal(22,9), c1860 Int8, c1861 Timestamp64, c1862 Decimal(35,10) NOT NULL, c1863 Uint8, c1864 JsonDocument NOT NULL, c1865 Uint8, c1866 Datetime64 NOT NULL, c1867 Interval64 NOT NULL, c1868 Int16 NOT NULL, c1869 Json, c1870 Uint64 NOT NULL, c1871 Utf8, c1872 Date NOT NULL, c1873 Interval64, c1874 Yson, c1875 Timestamp64, c1876 Uint32, c1877 Decimal(35,10), c1878 Datetime64 NOT NULL, c1879 Decimal(15,0), c1880 Float NOT NULL, c1881 Interval64, c1882 Date32 NOT NULL, c1883 Utf8, c1884 Float, c1885 Json, c1886 Datetime NOT NULL, c1887 Timestamp64, c1888 Yson, c1889 Float, c1890 Timestamp NOT NULL, c1891 Date, c1892 Uint16 NOT NULL, c1893 Timestamp64, c1894 Int64 NOT NULL, c1895 Int16, c1896 Date32, c1897 String NOT NULL, c1898 Timestamp, c1899 Bool, c1900 Float, c1901 Decimal(15,0) NOT NULL, c1902 Datetime64 NOT NULL, c1903 Datetime64, c1904 Int16, c1905 Decimal(35,10), c1906 String NOT NULL, c1907 Uint32, c1908 Decimal(22,9), c1909 Date32 NOT NULL, c1910 Json NOT NULL, c1911 Utf8 NOT NULL, c1912 Utf8 NOT NULL, c1913 Int16, c1914 Float, c1915 Uint8, c1916 Yson, c1917 Date NOT NULL, c1918 Uint8 NOT NULL, c1919 Utf8, c1920 Interval64, c1921 Int8 NOT NULL, c1922 Interval64 NOT NULL, c1923 Uint64 NOT NULL, c1924 Int32 NOT NULL, c1925 Date32 NOT NULL, c1926 Int16, c1927 Int16 NOT NULL, c1928 Decimal(22,9) NOT NULL, c1929 Decimal(35,10) NOT NULL, c1930 Int32 NOT NULL, c1931 Json, c1932 Interval64, c1933 Uint16 NOT NULL, c1934 Date32, c1935 Uint8, c1936 Int64 NOT NULL, c1937 Interval64, c1938 Timestamp NOT NULL, c1939 Date, c1940 Decimal(15,0) NOT NULL, c1941 Timestamp64, c1942 Decimal(35,10) NOT NULL, c1943 Int8 NOT NULL, c1944 Float NOT NULL, c1945 Float NOT NULL, c1946 Interval64 NOT NULL, c1947 Double NOT NULL, c1948 Timestamp NOT NULL, c1949 Decimal(22,9) NOT NULL, c1950 Date32, c1951 Datetime64, c1952 Decimal(15,0), c1953 Uint16, c1954 JsonDocument NOT NULL, c1955 Double, c1956 Int8 NOT NULL, c1957 Datetime, c1958 Decimal(15,0) NOT NULL, c1959 Json, c1960 Int8, c1961 Decimal(22,9) NOT NULL, c1962 Uint32 NOT NULL, c1963 Datetime NOT NULL, c1964 Uint64, c1965 Uint16 NOT NULL, c1966 Date, c1967 Decimal(15,0), c1968 Utf8 NOT NULL, c1969 Utf8, c1970 Json NOT NULL, c1971 Decimal(22,9) NOT NULL, c1972 Uint32, c1973 Interval64 NOT NULL, c1974 JsonDocument NOT NULL, c1975 Uint32, c1976 Int64 NOT NULL, c1977 Uint16, c1978 Decimal(35,10) NOT NULL, c1979 Uint64, c1980 Decimal(22,9), c1981 Datetime64 NOT NULL, c1982 Date32 NOT NULL, c1983 Int64 NOT NULL, c1984 Float, c1985 Uint32, c1986 Interval64 NOT NULL, c1987 Date32, c1988 Timestamp64 NOT NULL, c1989 Uint32 NOT NULL, c1990 Float, c1991 Uint16, c1992 Int16, c1993 Json NOT NULL, c1994 Bool NOT NULL, c1995 Decimal(35,10) NOT NULL, c1996 Decimal(22,9) NOT NULL, c1997 Decimal(15,0), c1998 Decimal(35,10) NOT NULL, c1999 Bool NOT NULL, c2000 Date, c2001 Date32, c2002 Uint16, c2003 Date32 NOT NULL, c2004 Utf8 NOT NULL, c2005 Double NOT NULL,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, 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)\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, 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)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c2\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee\n    return [result_set for result_set in it]\n                                         ^^\n  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__\n    return self._next()\n           ^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next\n    res = self.wrapper(next(self.it))\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>\n    lambda resp: base.wrap_execute_query_response(\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator\n    return func(rpc_state, response_pb, session_state, *args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response\n    issues._process_response(response_pb)\n  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response\n    raise exc_obj(_format_response(response_proto), response_proto.issues)\nydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \\\'Bool\\\' specified for column \\\'c2\\\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:29783/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:25576/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9514/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:17487/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:6676/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:20368/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:4232/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:26756/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9013/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15913
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18347
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14881
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17487
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15806
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1873
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6676
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27526
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62086
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30853
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27241
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5793
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28238
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6546
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19476
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4232
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7007
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14362
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29669
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25576
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16330
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22692
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62257
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26756
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28412
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2799
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23203
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29783
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9110
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25997
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28567
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9013
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25661
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27011
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21964
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64456
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27345
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26346
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2701
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3957
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12626
============================== slowest durations ===============================
33.03s call     test_workload.py::TestYdbWorkload::test
32.07s teardown test_workload.py::TestYdbWorkload::test
26.51s 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/9h1v/000d9b/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:9013 --database /Root --duration 120' has failed with code 1.
Errors:
...ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
                                         ^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/session.py", line 371, in <lambda>
    lambda resp: base.wrap_execute_query_response(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 188, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/base.py", line 206, in wrap_execute_query_response
    issues._process_response(response_pb)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.SchemeError: message: "Executing ESchemeOpCreateColumnTable" issue_code: 2003 severity: 1 issues { message: "Type \'Bool\' specified for column \'c2\', but support for bool is disabled (EnableColumnshardBool feature flag is off)" issue_code: 2003 severity: 1 } ,message: "Query invalidated on scheme/internal error during Scheme execution" issue_code: 2019 severity: 1 (server_code: 400070)
========================= 1 failed in 94.56s (0:01:34) =========================
