============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:29627 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...c
E       for next_opt in opt_generator:
E                       ^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
E       result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
E                                             ^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/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.Timeout: message: "Query compilation timed out." severity: 1 (server_code: 400090)
------------------------------ 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/n580/001828/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63405
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11941
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5277
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63244
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8672
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29591
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2697
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:455 Working directory: /home/runner/.ya/build/build_root/n580/001828/r3tmp/kikimr_cluster_n50bzowg
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29627
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18984
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7171
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65209
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478768
DEBUG    ya.test:process.py:259 Command (pid 1478768) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478768) elapsed time (sec): 0.8691027164459229
DEBUG    ya.test:process.py:263 Command (pid 1478768) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) maxrss: 481516
DEBUG    ya.test:process.py:263 Command (pid 1478768) minflt: 45989
DEBUG    ya.test:process.py:263 Command (pid 1478768) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) nivcsw: 113
DEBUG    ya.test:process.py:263 Command (pid 1478768) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478768) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1478768) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1478768) stime: 0.224992
DEBUG    ya.test:process.py:263 Command (pid 1478768) utime: 0.544669
DEBUG    ya.test:process.py:263 Command (pid 1478768) wtime: 0.871
DEBUG    ya.test:process.py:275 Command (pid 1478768) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_dlzj4qnz.log --grpc-port=29627 --mon-port=18984 --ic-port=63405 --module=1
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19027
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24305
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62758
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20120
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478775
DEBUG    ya.test:process.py:259 Command (pid 1478775) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478775) elapsed time (sec): 0.953500509262085
DEBUG    ya.test:process.py:263 Command (pid 1478775) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) maxrss: 481720
DEBUG    ya.test:process.py:263 Command (pid 1478775) minflt: 45987
DEBUG    ya.test:process.py:263 Command (pid 1478775) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) nivcsw: 214
DEBUG    ya.test:process.py:263 Command (pid 1478775) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478775) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1478775) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1478775) stime: 0.222206
DEBUG    ya.test:process.py:263 Command (pid 1478775) utime: 0.547655
DEBUG    ya.test:process.py:263 Command (pid 1478775) wtime: 0.971
DEBUG    ya.test:process.py:275 Command (pid 1478775) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_1pwye6ml.log --grpc-port=19027 --mon-port=24305 --ic-port=11941 --module=2
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29656
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6583
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12052
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21333
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478782
DEBUG    ya.test:process.py:259 Command (pid 1478782) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478782) elapsed time (sec): 1.0509870052337646
DEBUG    ya.test:process.py:263 Command (pid 1478782) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) maxrss: 481968
DEBUG    ya.test:process.py:263 Command (pid 1478782) minflt: 46040
DEBUG    ya.test:process.py:263 Command (pid 1478782) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) nivcsw: 157
DEBUG    ya.test:process.py:263 Command (pid 1478782) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478782) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1478782) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1478782) stime: 0.19652899999999998
DEBUG    ya.test:process.py:263 Command (pid 1478782) utime: 0.592252
DEBUG    ya.test:process.py:263 Command (pid 1478782) wtime: 1.056
DEBUG    ya.test:process.py:275 Command (pid 1478782) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_cajrnzz9.log --grpc-port=29656 --mon-port=6583 --ic-port=5277 --module=3
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6030
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27620
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22136
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10130
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478932
DEBUG    ya.test:process.py:259 Command (pid 1478932) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478932) elapsed time (sec): 0.9866905212402344
DEBUG    ya.test:process.py:263 Command (pid 1478932) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) maxrss: 481544
DEBUG    ya.test:process.py:263 Command (pid 1478932) minflt: 45983
DEBUG    ya.test:process.py:263 Command (pid 1478932) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) nivcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 1478932) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478932) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1478932) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1478932) stime: 0.274038
DEBUG    ya.test:process.py:263 Command (pid 1478932) utime: 0.528812
DEBUG    ya.test:process.py:263 Command (pid 1478932) wtime: 0.991
DEBUG    ya.test:process.py:275 Command (pid 1478932) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_joq7ws11.log --grpc-port=6030 --mon-port=27620 --ic-port=63244 --module=4
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10803
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1940
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1768
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22090
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478943
DEBUG    ya.test:process.py:259 Command (pid 1478943) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478943) elapsed time (sec): 0.9396474361419678
DEBUG    ya.test:process.py:263 Command (pid 1478943) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) maxrss: 481404
DEBUG    ya.test:process.py:263 Command (pid 1478943) minflt: 45913
DEBUG    ya.test:process.py:263 Command (pid 1478943) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) nivcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 1478943) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478943) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1478943) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1478943) stime: 0.22986399999999999
DEBUG    ya.test:process.py:263 Command (pid 1478943) utime: 0.545453
DEBUG    ya.test:process.py:263 Command (pid 1478943) wtime: 0.944
DEBUG    ya.test:process.py:275 Command (pid 1478943) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_prwi6jm8.log --grpc-port=10803 --mon-port=1940 --ic-port=8672 --module=5
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16693
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18127
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28917
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28917
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28918
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1478997
DEBUG    ya.test:process.py:259 Command (pid 1478997) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1478997) elapsed time (sec): 0.8989434242248535
DEBUG    ya.test:process.py:263 Command (pid 1478997) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) maxrss: 481636
DEBUG    ya.test:process.py:263 Command (pid 1478997) minflt: 45969
DEBUG    ya.test:process.py:263 Command (pid 1478997) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) nivcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 1478997) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1478997) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1478997) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1478997) stime: 0.232977
DEBUG    ya.test:process.py:263 Command (pid 1478997) utime: 0.560817
DEBUG    ya.test:process.py:263 Command (pid 1478997) wtime: 0.905
DEBUG    ya.test:process.py:275 Command (pid 1478997) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_k8sc2_np.log --grpc-port=16693 --mon-port=2621 --ic-port=27477 --module=6
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12494
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9858
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23769
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29235
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479038
DEBUG    ya.test:process.py:259 Command (pid 1479038) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479038) elapsed time (sec): 0.835536003112793
DEBUG    ya.test:process.py:263 Command (pid 1479038) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) maxrss: 481952
DEBUG    ya.test:process.py:263 Command (pid 1479038) minflt: 45975
DEBUG    ya.test:process.py:263 Command (pid 1479038) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) nivcsw: 103
DEBUG    ya.test:process.py:263 Command (pid 1479038) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479038) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1479038) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479038) stime: 0.22592099999999998
DEBUG    ya.test:process.py:263 Command (pid 1479038) utime: 0.54306
DEBUG    ya.test:process.py:263 Command (pid 1479038) wtime: 0.841
DEBUG    ya.test:process.py:275 Command (pid 1479038) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_lkegl5bb.log --grpc-port=12494 --mon-port=9858 --ic-port=29591 --module=7
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32645
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13114
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27812
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27989
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479081
DEBUG    ya.test:process.py:259 Command (pid 1479081) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479081) elapsed time (sec): 0.9897253513336182
DEBUG    ya.test:process.py:263 Command (pid 1479081) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) maxrss: 483300
DEBUG    ya.test:process.py:263 Command (pid 1479081) minflt: 46022
DEBUG    ya.test:process.py:263 Command (pid 1479081) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) nivcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 1479081) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479081) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1479081) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479081) stime: 0.250156
DEBUG    ya.test:process.py:263 Command (pid 1479081) utime: 0.561661
DEBUG    ya.test:process.py:263 Command (pid 1479081) wtime: 1.008
DEBUG    ya.test:process.py:275 Command (pid 1479081) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_gr19u76w.log --grpc-port=32645 --mon-port=13114 --ic-port=1450 --module=8
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5920
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18730
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16861
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10473
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479190
DEBUG    ya.test:process.py:259 Command (pid 1479190) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479190) elapsed time (sec): 0.9211857318878174
DEBUG    ya.test:process.py:263 Command (pid 1479190) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) maxrss: 484636
DEBUG    ya.test:process.py:263 Command (pid 1479190) minflt: 45991
DEBUG    ya.test:process.py:263 Command (pid 1479190) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) nivcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 1479190) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479190) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1479190) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479190) stime: 0.19791899999999998
DEBUG    ya.test:process.py:263 Command (pid 1479190) utime: 0.5732999999999999
DEBUG    ya.test:process.py:263 Command (pid 1479190) wtime: 0.923
DEBUG    ya.test:process.py:275 Command (pid 1479190) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_4ksi4tr1.log --grpc-port=5920 --mon-port=18730 --ic-port=2697 --module=9
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:29627/1, disk_size 68719476736
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/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479233
DEBUG    ya.test:process.py:259 Command (pid 1479233) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479233) elapsed time (sec): 1.1208093166351318
DEBUG    ya.test:process.py:263 Command (pid 1479233) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479233) minflt: 45911
DEBUG    ya.test:process.py:263 Command (pid 1479233) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) nivcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 1479233) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479233) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1479233) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479233) stime: 0.24292799999999998
DEBUG    ya.test:process.py:263 Command (pid 1479233) utime: 0.5799839999999999
DEBUG    ya.test:process.py:263 Command (pid 1479233) wtime: 1.134
DEBUG    ya.test:process.py:275 Command (pid 1479233) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_dlzj4qnz.log --grpc-port=29627 --mon-port=18984 --ic-port=63405 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_dlzj4qnz.log', '--grpc-port=29627', '--mon-port=18984', '--ic-port=63405', '--module=1')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1479270
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:29627/1
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/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479271
DEBUG    ya.test:process.py:259 Command (pid 1479271) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479271) elapsed time (sec): 0.8662514686584473
DEBUG    ya.test:process.py:263 Command (pid 1479271) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479271) minflt: 45182
DEBUG    ya.test:process.py:263 Command (pid 1479271) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 1479271) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479271) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1479271) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1479271) stime: 0.188698
DEBUG    ya.test:process.py:263 Command (pid 1479271) utime: 0.532443
DEBUG    ya.test:process.py:263 Command (pid 1479271) wtime: 0.871
DEBUG    ya.test:process.py:275 Command (pid 1479271) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:19027/2, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479412
DEBUG    ya.test:process.py:259 Command (pid 1479412) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479412) elapsed time (sec): 0.9796097278594971
DEBUG    ya.test:process.py:263 Command (pid 1479412) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479412) minflt: 45966
DEBUG    ya.test:process.py:263 Command (pid 1479412) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) nivcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 1479412) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479412) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1479412) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479412) stime: 0.24259
DEBUG    ya.test:process.py:263 Command (pid 1479412) utime: 0.544129
DEBUG    ya.test:process.py:263 Command (pid 1479412) wtime: 0.99
DEBUG    ya.test:process.py:275 Command (pid 1479412) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_1pwye6ml.log --grpc-port=19027 --mon-port=24305 --ic-port=11941 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_1pwye6ml.log', '--grpc-port=19027', '--mon-port=24305', '--ic-port=11941', '--module=2')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1479520
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:19027/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479521
DEBUG    ya.test:process.py:259 Command (pid 1479521) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479521) elapsed time (sec): 0.890406608581543
DEBUG    ya.test:process.py:263 Command (pid 1479521) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479521) minflt: 45199
DEBUG    ya.test:process.py:263 Command (pid 1479521) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) nivcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 1479521) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479521) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1479521) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1479521) stime: 0.250666
DEBUG    ya.test:process.py:263 Command (pid 1479521) utime: 0.511581
DEBUG    ya.test:process.py:263 Command (pid 1479521) wtime: 0.899
DEBUG    ya.test:process.py:275 Command (pid 1479521) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:29656/3, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479566
DEBUG    ya.test:process.py:259 Command (pid 1479566) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479566) elapsed time (sec): 0.9432108402252197
DEBUG    ya.test:process.py:263 Command (pid 1479566) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479566) minflt: 45944
DEBUG    ya.test:process.py:263 Command (pid 1479566) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) nivcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 1479566) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479566) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1479566) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479566) stime: 0.237149
DEBUG    ya.test:process.py:263 Command (pid 1479566) utime: 0.5732149999999999
DEBUG    ya.test:process.py:263 Command (pid 1479566) wtime: 0.947
DEBUG    ya.test:process.py:275 Command (pid 1479566) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_cajrnzz9.log --grpc-port=29656 --mon-port=6583 --ic-port=5277 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_cajrnzz9.log', '--grpc-port=29656', '--mon-port=6583', '--ic-port=5277', '--module=3')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1479776
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:29656/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479778
DEBUG    ya.test:process.py:259 Command (pid 1479778) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479778) elapsed time (sec): 1.1197752952575684
DEBUG    ya.test:process.py:263 Command (pid 1479778) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479778) minflt: 45168
DEBUG    ya.test:process.py:263 Command (pid 1479778) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) nivcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 1479778) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479778) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1479778) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1479778) stime: 0.210497
DEBUG    ya.test:process.py:263 Command (pid 1479778) utime: 0.556182
DEBUG    ya.test:process.py:263 Command (pid 1479778) wtime: 1.13
DEBUG    ya.test:process.py:275 Command (pid 1479778) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:6030/4, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1479837
DEBUG    ya.test:process.py:259 Command (pid 1479837) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1479837) elapsed time (sec): 0.9608445167541504
DEBUG    ya.test:process.py:263 Command (pid 1479837) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1479837) minflt: 45993
DEBUG    ya.test:process.py:263 Command (pid 1479837) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) nivcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 1479837) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1479837) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1479837) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1479837) stime: 0.235143
DEBUG    ya.test:process.py:263 Command (pid 1479837) utime: 0.53638
DEBUG    ya.test:process.py:263 Command (pid 1479837) wtime: 0.964
DEBUG    ya.test:process.py:275 Command (pid 1479837) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_joq7ws11.log --grpc-port=6030 --mon-port=27620 --ic-port=63244 --module=4
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_joq7ws11.log', '--grpc-port=6030', '--mon-port=27620', '--ic-port=63244', '--module=4')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1480000
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:6030/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480001
DEBUG    ya.test:process.py:259 Command (pid 1480001) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480001) elapsed time (sec): 0.9270169734954834
DEBUG    ya.test:process.py:263 Command (pid 1480001) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1480001) minflt: 45226
DEBUG    ya.test:process.py:263 Command (pid 1480001) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 1480001) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480001) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1480001) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1480001) stime: 0.27505199999999996
DEBUG    ya.test:process.py:263 Command (pid 1480001) utime: 0.502301
DEBUG    ya.test:process.py:263 Command (pid 1480001) wtime: 0.933
DEBUG    ya.test:process.py:275 Command (pid 1480001) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:10803/5, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480046
DEBUG    ya.test:process.py:259 Command (pid 1480046) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480046) elapsed time (sec): 1.009291172027588
DEBUG    ya.test:process.py:263 Command (pid 1480046) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1480046) minflt: 45987
DEBUG    ya.test:process.py:263 Command (pid 1480046) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) nivcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 1480046) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480046) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1480046) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1480046) stime: 0.238504
DEBUG    ya.test:process.py:263 Command (pid 1480046) utime: 0.560435
DEBUG    ya.test:process.py:263 Command (pid 1480046) wtime: 1.011
DEBUG    ya.test:process.py:275 Command (pid 1480046) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_prwi6jm8.log --grpc-port=10803 --mon-port=1940 --ic-port=8672 --module=5
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_prwi6jm8.log', '--grpc-port=10803', '--mon-port=1940', '--ic-port=8672', '--module=5')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1480182
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:10803/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480191
DEBUG    ya.test:process.py:259 Command (pid 1480191) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480191) elapsed time (sec): 0.9335627555847168
DEBUG    ya.test:process.py:263 Command (pid 1480191) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1480191) minflt: 45120
DEBUG    ya.test:process.py:263 Command (pid 1480191) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) nivcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 1480191) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480191) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1480191) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1480191) stime: 0.22614399999999998
DEBUG    ya.test:process.py:263 Command (pid 1480191) utime: 0.521351
DEBUG    ya.test:process.py:263 Command (pid 1480191) wtime: 0.94
DEBUG    ya.test:process.py:275 Command (pid 1480191) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 5 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:16693/6, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480247
DEBUG    ya.test:process.py:259 Command (pid 1480247) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480247) elapsed time (sec): 1.0567152500152588
DEBUG    ya.test:process.py:263 Command (pid 1480247) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1480247) minflt: 45934
DEBUG    ya.test:process.py:263 Command (pid 1480247) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) nivcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 1480247) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480247) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1480247) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1480247) stime: 0.261381
DEBUG    ya.test:process.py:263 Command (pid 1480247) utime: 0.541694
DEBUG    ya.test:process.py:263 Command (pid 1480247) wtime: 1.061
DEBUG    ya.test:process.py:275 Command (pid 1480247) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_k8sc2_np.log --grpc-port=16693 --mon-port=2621 --ic-port=27477 --module=6
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_k8sc2_np.log', '--grpc-port=16693', '--mon-port=2621', '--ic-port=27477', '--module=6')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1480496
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:16693/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480497
DEBUG    ya.test:process.py:259 Command (pid 1480497) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480497) elapsed time (sec): 0.8303663730621338
DEBUG    ya.test:process.py:263 Command (pid 1480497) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1480497) minflt: 45120
DEBUG    ya.test:process.py:263 Command (pid 1480497) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) nivcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 1480497) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480497) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1480497) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1480497) stime: 0.21628499999999998
DEBUG    ya.test:process.py:263 Command (pid 1480497) utime: 0.526353
DEBUG    ya.test:process.py:263 Command (pid 1480497) wtime: 0.834
DEBUG    ya.test:process.py:275 Command (pid 1480497) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 6 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:12494/7, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480682
DEBUG    ya.test:process.py:259 Command (pid 1480682) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480682) elapsed time (sec): 1.1289629936218262
DEBUG    ya.test:process.py:263 Command (pid 1480682) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) maxrss: 485264
DEBUG    ya.test:process.py:263 Command (pid 1480682) minflt: 45970
DEBUG    ya.test:process.py:263 Command (pid 1480682) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) nivcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 1480682) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480682) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1480682) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1480682) stime: 0.26823199999999997
DEBUG    ya.test:process.py:263 Command (pid 1480682) utime: 0.46694199999999997
DEBUG    ya.test:process.py:263 Command (pid 1480682) wtime: 1.14
DEBUG    ya.test:process.py:275 Command (pid 1480682) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_lkegl5bb.log --grpc-port=12494 --mon-port=9858 --ic-port=29591 --module=7
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_lkegl5bb.log', '--grpc-port=12494', '--mon-port=9858', '--ic-port=29591', '--module=7')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1480968
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:12494/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1480969
DEBUG    ya.test:process.py:259 Command (pid 1480969) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1480969) elapsed time (sec): 1.068246841430664
DEBUG    ya.test:process.py:263 Command (pid 1480969) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) maxrss: 485712
DEBUG    ya.test:process.py:263 Command (pid 1480969) minflt: 45131
DEBUG    ya.test:process.py:263 Command (pid 1480969) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1480969) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1480969) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1480969) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1480969) stime: 0.19774999999999998
DEBUG    ya.test:process.py:263 Command (pid 1480969) utime: 0.517613
DEBUG    ya.test:process.py:263 Command (pid 1480969) wtime: 1.077
DEBUG    ya.test:process.py:275 Command (pid 1480969) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 7 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:32645/8, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1481096
DEBUG    ya.test:process.py:259 Command (pid 1481096) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1481096) elapsed time (sec): 0.9145379066467285
DEBUG    ya.test:process.py:263 Command (pid 1481096) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) maxrss: 486824
DEBUG    ya.test:process.py:263 Command (pid 1481096) minflt: 45952
DEBUG    ya.test:process.py:263 Command (pid 1481096) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) nivcsw: 163
DEBUG    ya.test:process.py:263 Command (pid 1481096) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1481096) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1481096) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1481096) stime: 0.24198599999999998
DEBUG    ya.test:process.py:263 Command (pid 1481096) utime: 0.523751
DEBUG    ya.test:process.py:263 Command (pid 1481096) wtime: 0.916
DEBUG    ya.test:process.py:275 Command (pid 1481096) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_gr19u76w.log --grpc-port=32645 --mon-port=13114 --ic-port=1450 --module=8
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_gr19u76w.log', '--grpc-port=32645', '--mon-port=13114', '--ic-port=1450', '--module=8')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1481259
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:32645/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.23
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.23
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1481260
DEBUG    ya.test:process.py:259 Command (pid 1481260) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1481260) elapsed time (sec): 1.1641764640808105
DEBUG    ya.test:process.py:263 Command (pid 1481260) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) maxrss: 488484
DEBUG    ya.test:process.py:263 Command (pid 1481260) minflt: 45201
DEBUG    ya.test:process.py:263 Command (pid 1481260) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) nivcsw: 96
DEBUG    ya.test:process.py:263 Command (pid 1481260) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1481260) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1481260) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1481260) stime: 0.239704
DEBUG    ya.test:process.py:263 Command (pid 1481260) utime: 0.506746
DEBUG    ya.test:process.py:263 Command (pid 1481260) wtime: 1.183
DEBUG    ya.test:process.py:275 Command (pid 1481260) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 8 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:5920/9, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.24
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.24
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1481423
DEBUG    ya.test:process.py:259 Command (pid 1481423) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1481423) elapsed time (sec): 0.8641932010650635
DEBUG    ya.test:process.py:263 Command (pid 1481423) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) maxrss: 489700
DEBUG    ya.test:process.py:263 Command (pid 1481423) minflt: 45916
DEBUG    ya.test:process.py:263 Command (pid 1481423) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) nivcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 1481423) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1481423) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1481423) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1481423) stime: 0.23896599999999998
DEBUG    ya.test:process.py:263 Command (pid 1481423) utime: 0.5263869999999999
DEBUG    ya.test:process.py:263 Command (pid 1481423) wtime: 0.867
DEBUG    ya.test:process.py:275 Command (pid 1481423) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_4ksi4tr1.log --grpc-port=5920 --mon-port=18730 --ic-port=2697 --module=9
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001828/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/n580/001828/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_4ksi4tr1.log', '--grpc-port=5920', '--mon-port=18730', '--ic-port=2697', '--module=9')' in '/home/runner/.ya/build/build_root/n580/001828/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: 1481534
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:5920/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.25
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.25
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1481536
DEBUG    ya.test:process.py:259 Command (pid 1481536) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1481536) elapsed time (sec): 0.9606099128723145
DEBUG    ya.test:process.py:263 Command (pid 1481536) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) maxrss: 491628
DEBUG    ya.test:process.py:263 Command (pid 1481536) minflt: 45146
DEBUG    ya.test:process.py:263 Command (pid 1481536) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) nivcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1481536) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1481536) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1481536) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1481536) stime: 0.202651
DEBUG    ya.test:process.py:263 Command (pid 1481536) utime: 0.517784
DEBUG    ya.test:process.py:263 Command (pid 1481536) wtime: 0.969
DEBUG    ya.test:process.py:275 Command (pid 1481536) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 9 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29627', '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: 63405\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11941\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5277\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 63244\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8672\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27477\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29591\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 1450\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2697\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.26
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.26
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29627', '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: 63405\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11941\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 5277\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 63244\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8672\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27477\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29591\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 1450\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2697\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1482180
DEBUG    ya.test:process.py:259 Command (pid 1482180) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1482180) elapsed time (sec): 1.1255428791046143
DEBUG    ya.test:process.py:263 Command (pid 1482180) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) maxrss: 781856
DEBUG    ya.test:process.py:263 Command (pid 1482180) minflt: 51486
DEBUG    ya.test:process.py:263 Command (pid 1482180) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) nivcsw: 292
DEBUG    ya.test:process.py:263 Command (pid 1482180) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1482180) nvcsw: 616
DEBUG    ya.test:process.py:263 Command (pid 1482180) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1482180) stime: 0.382417
DEBUG    ya.test:process.py:263 Command (pid 1482180) utime: 0.587826
DEBUG    ya.test:process.py:263 Command (pid 1482180) wtime: 1.128
DEBUG    ya.test:process.py:275 Command (pid 1482180) 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 1482180) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29627', '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.27
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.27
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29627', '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: 1482372
DEBUG    ya.test:process.py:259 Command (pid 1482372) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1482372) elapsed time (sec): 1.4078474044799805
DEBUG    ya.test:process.py:263 Command (pid 1482372) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) maxrss: 781856
DEBUG    ya.test:process.py:263 Command (pid 1482372) minflt: 51416
DEBUG    ya.test:process.py:263 Command (pid 1482372) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) nivcsw: 235
DEBUG    ya.test:process.py:263 Command (pid 1482372) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1482372) nvcsw: 525
DEBUG    ya.test:process.py:263 Command (pid 1482372) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1482372) stime: 0.285608
DEBUG    ya.test:process.py:263 Command (pid 1482372) utime: 0.601236
DEBUG    ya.test:process.py:263 Command (pid 1482372) wtime: 1.414
DEBUG    ya.test:process.py:275 Command (pid 1482372) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:529 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:536 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, cb3da6b9-673a-4568-b572-2eff051b87f9, localhost:29627): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cb3da6b9-673a-4568-b572-2eff051b87f9, localhost:29627): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cb3da6b9-673a-4568-b572-2eff051b87f9, localhost:29627): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 29627 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 6030 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-gnft54blbu.auto.internal" port: 16693 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-gnft54blbu.auto.internal" port: 32645 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-gnft54blbu.auto.internal" port: 29656 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-gnft54blbu.auto.internal" port: 10803 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-gnft54blbu.auto.internal" port: 5920 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-gnft54blbu.auto.internal" port: 12494 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-gnft54blbu.auto.internal" port: 19027 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "2" node_id: 2 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gnft54blbu.auto.internal:12494, location 1, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:6030, location 1, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:29627, location 1, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:32645, location 2, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:29656, location 3, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:19027, location 2, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:10803, location 2, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:5920, location 3, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:16693, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001828/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001828/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:29627', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1482562
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:29627
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, dfa1e4ab-541f-4304-95ed-70ce272904ee, localhost:29627): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dfa1e4ab-541f-4304-95ed-70ce272904ee, localhost:29627): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dfa1e4ab-541f-4304-95ed-70ce272904ee, localhost:29627): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 19027 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-gnft54blbu.auto.internal" port: 12494 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-gnft54blbu.auto.internal" port: 32645 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-gnft54blbu.auto.internal" port: 6030 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-gnft54blbu.auto.internal" port: 16693 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-gnft54blbu.auto.internal" port: 5920 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-gnft54blbu.auto.internal" port: 29627 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 10803 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-gnft54blbu.auto.internal" port: 29656 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gnft54blbu.auto.internal:29627, location 1, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:6030, location 1, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:12494, location 1, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:10803, location 2, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:19027, location 2, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:16693, location 3, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:5920, location 3, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:29656, location 3, ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:32645, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29627
DEBUG    ya.test:process.py:259 Command (pid 1482562) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1482562) elapsed time (sec): 158.02082681655884
DEBUG    ya.test:process.py:263 Command (pid 1482562) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) inblock: 421976
DEBUG    ya.test:process.py:263 Command (pid 1482562) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) majflt: 47
DEBUG    ya.test:process.py:263 Command (pid 1482562) maxrss: 781856
DEBUG    ya.test:process.py:263 Command (pid 1482562) minflt: 170852
DEBUG    ya.test:process.py:263 Command (pid 1482562) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) nivcsw: 900
DEBUG    ya.test:process.py:263 Command (pid 1482562) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1482562) nvcsw: 78420
DEBUG    ya.test:process.py:263 Command (pid 1482562) oublock: 440
DEBUG    ya.test:process.py:263 Command (pid 1482562) stime: 1.799628
DEBUG    ya.test:process.py:263 Command (pid 1482562) utime: 7.813302
DEBUG    ya.test:process.py:263 Command (pid 1482562) wtime: 158.06
DEBUG    ya.test:process.py:275 Command (pid 1482562) output:
Cleaning up /Root/olap_workload...
Cleaning up /Root/olap_workload... done, None tables deleted
create_drop: No tables to delete
Inserting a row by thread 0
Inserting a row by thread 1
Inserting a row by thread 2
Inserting a row by thread 3
Inserting a row by thread 4
Renaming table tbl_20 to tbl_13
Renaming table tbl_16 to tbl_13
Renaming table tbl_9 to tbl_15
Writing to table tbl_30
Writing to table tbl_2
Writing to table tbl_2
Elapsed 0 seconds, stat:
	create_drop: Created: 0, Deleted: 0, Exists: 10
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 0, Writes: 0
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 33 } message: "At function: KiReadTable!" end_position { row: 2 column: 33 } severity: 1 issues { position { row: 2 column: 33 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_30]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 33 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Writing to table tbl_10
create_drop: No tables to delete
Elapsed 10 seconds, stat:
	create_drop: Created: 0, Deleted: 0, Exists: 10
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 0, Writes: 0
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_20]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_4 to tbl_23
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_16]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_25 to tbl_4
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 33 } message: "At function: KiReadTable!" end_position { row: 2 column: 33 } severity: 1 issues { position { row: 2 column: 33 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_10]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 33 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Writing to table tbl_5
create_drop: No tables to delete
Elapsed 20 seconds, stat:
	create_drop: Created: 0, Deleted: 0, Exists: 10
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 0, Writes: 0
Elapsed 30 seconds, stat:
	create_drop: Created: 1, Deleted: 0, Exists: 11
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 0, Writes: 0
Renaming table tbl_9 to tbl_20
Elapsed 40 seconds, stat:
	create_drop: Created: 1, Deleted: 0, Exists: 11
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 1, Writes: 0
Elapsed 50 seconds, stat:
	create_drop: Created: 1, Deleted: 0, Exists: 11
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 1, Writes: 0
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_25]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_11 to tbl_24
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 89 } message: "At function: KiAlterTable!" end_position { row: 2 column: 89 } severity: 1 issues { position { row: 2 column: 89 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_9]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 89 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_26 to tbl_20
Elapsed 60 seconds, stat:
	create_drop: Created: 2, Deleted: 1, Exists: 11
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 1, Writes: 0
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_11]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_0 to tbl_26
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_26]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_11 to tbl_14
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_11]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_10 to tbl_21
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_10]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)
Renaming table tbl_7 to tbl_28
Elapsed 70 seconds, stat:
	create_drop: Created: 4, Deleted: 1, Exists: 13
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 1, Writes: 0
Elapsed 80 seconds, stat:
	create_drop: Created: 4, Deleted: 1, Exists: 13
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 0
	rename_tables: Renames: 1, Writes: 0
Inserting a row by thread 0
Elapsed 90 seconds, stat:
	create_drop: Created: 4, Deleted: 1, Exists: 13
	insert_delete: Inserted: 0, Current: 0
	transactions: Inserted: 1
	rename_tables: Renames: 1, Writes: 0
Writing to table tbl_26
Writing to table tbl_22
message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 33 } message: "At function: KiReadTable!" end_position { row: 2 column: 33 } severity: 1 issues { position { row: 2 column: 33 } message: "Cannot find table \'db.[/Root/olap_workload/rename_tables/tbl_22]\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 33 } issue_code: 2003 severity: 1 } } (server_code: 400070)
DEBUG    ya.test:process.py:276 Command (pid 1482562) errors:
...) NOT NULL, c5646 Datetime NOT NULL, c5647 Utf8 NOT NULL, c5648 Utf8, c5649 Decimal(35,10) NOT NULL, c5650 Double NOT NULL, c5651 Double, c5652 Yson, c5653 Json NOT NULL, c5654 Uint16, c5655 Int32, c5656 Int64, c5657 Int32, c5658 Json NOT NULL, c5659 Interval64 NOT NULL, c5660 Timestamp64 NOT NULL, c5661 Int16 NOT NULL, c5662 Decimal(15,0) NOT NULL, c5663 Decimal(22,9), c5664 Yson NOT NULL, c5665 Timestamp64 NOT NULL, c5666 Datetime NOT NULL, c5667 Interval64, c5668 Uint32, c5669 Uint16, c5670 Uint32 NOT NULL, c5671 String, c5672 Int64, c5673 Timestamp, c5674 Int8 NOT NULL, c5675 Date32 NOT NULL, c5676 JsonDocument NOT NULL, c5677 String NOT NULL, c5678 Decimal(15,0) NOT NULL, c5679 Date NOT NULL, c5680 Timestamp64, c5681 Uint32, c5682 Uint64 NOT NULL, c5683 Uint64, c5684 Decimal(35,10) NOT NULL, c5685 Timestamp64, c5686 Uint32, c5687 Int64 NOT NULL, c5688 Uint32, c5689 Datetime NOT NULL, c5690 Interval64 NOT NULL, c5691 JsonDocument, c5692 Decimal(35,10) NOT NULL, c5693 Uint16 NOT NULL, c5694 Datetime64, c5695 Datetime64 NOT NULL, c5696 Uint32, c5697 Yson, c5698 Decimal(15,0), c5699 Utf8, c5700 Decimal(22,9), c5701 JsonDocument NOT NULL, c5702 Uint8 NOT NULL, c5703 Decimal(35,10) NOT NULL, c5704 Timestamp NOT NULL, c5705 Int8, c5706 Datetime NOT NULL, c5707 Datetime64, c5708 Int64, c5709 Interval64 NOT NULL, c5710 Timestamp64 NOT NULL, c5711 Interval64, c5712 Interval64, c5713 Float NOT NULL, c5714 Timestamp64 NOT NULL, c5715 Datetime64, c5716 Uint64 NOT NULL, c5717 Utf8 NOT NULL, c5718 Date NOT NULL, c5719 Uint8, c5720 Date, c5721 Uint64 NOT NULL, c5722 Int64, c5723 Decimal(35,10) NOT NULL, c5724 Int64, c5725 Decimal(15,0), c5726 Date NOT NULL, c5727 Decimal(15,0), c5728 Timestamp NOT NULL, c5729 String NOT NULL, c5730 Interval64 NOT NULL, c5731 Utf8, c5732 Utf8 NOT NULL, c5733 Uint8, c5734 Datetime64 NOT NULL, c5735 Decimal(35,10), c5736 Timestamp, c5737 Int64 NOT NULL, c5738 Yson, c5739 String NOT NULL, c5740 Int16 NOT NULL, c5741 Yson NOT NULL, c5742 Yson, c5743 Datetime64 NOT NULL, c5744 Float NOT NULL, c5745 Utf8, c5746 Int16, c5747 Uint16, c5748 Int32 NOT NULL, c5749 Uint32 NOT NULL, c5750 Int8 NOT NULL, c5751 Int64, c5752 Uint32, c5753 Decimal(15,0), c5754 Json NOT NULL, c5755 Datetime64 NOT NULL, c5756 Float, c5757 JsonDocument, c5758 Interval64 NOT NULL, c5759 Timestamp NOT NULL, c5760 Int64 NOT NULL, c5761 Int16 NOT NULL, c5762 Int8, c5763 Decimal(15,0) NOT NULL, c5764 Double NOT NULL, c5765 JsonDocument NOT NULL, c5766 Int32 NOT NULL, c5767 Timestamp64 NOT NULL, c5768 Int16 NOT NULL, c5769 Int8 NOT NULL, c5770 Datetime64, c5771 Timestamp, c5772 Decimal(35,10), c5773 Datetime64, c5774 Json NOT NULL, c5775 Decimal(35,10) NOT NULL, c5776 Timestamp, c5777 Decimal(22,9), c5778 Double, c5779 Uint32 NOT NULL, c5780 Uint64 NOT NULL, c5781 Uint64, c5782 Int8 NOT NULL, c5783 Yson NOT NULL, c5784 Date, c5785 Decimal(15,0) NOT NULL, c5786 Datetime, c5787 JsonDocument, c5788 Timestamp NOT NULL, c5789 Int8 NOT NULL, c5790 Datetime64, c5791 Date NOT NULL, c5792 Decimal(15,0) NOT NULL, c5793 Int32 NOT NULL, c5794 Decimal(35,10) NOT NULL, c5795 Timestamp64 NOT NULL, c5796 Uint32 NOT NULL, c5797 Int64, c5798 Decimal(22,9), c5799 Int32, c5800 Decimal(15,0), c5801 Datetime NOT NULL, c5802 Date NOT NULL, c5803 Int64, c5804 Double, c5805 JsonDocument NOT NULL, c5806 Int8, c5807 Yson NOT NULL, c5808 Uint16, c5809 Float, c5810 Interval64 NOT NULL, c5811 Timestamp64 NOT NULL, c5812 Interval64 NOT NULL, c5813 Uint16, c5814 Int64, c5815 Int8 NOT NULL, c5816 Int16, c5817 Int64 NOT NULL, c5818 Datetime64, c5819 Double, c5820 String, c5821 Int64 NOT NULL, c5822 Decimal(35,10), c5823 Double, c5824 Decimal(35,10), c5825 Timestamp64 NOT NULL, c5826 JsonDocument, c5827 JsonDocument NOT NULL, c5828 Float, c5829 Interval64 NOT NULL, c5830 Yson, c5831 Utf8 NOT NULL, c5832 Double NOT NULL, c5833 Json, c5834 Int64 NOT NULL, c5835 Datetime NOT NULL, c5836 Timestamp, c5837 Yson, c5838 JsonDocument NOT NULL, c5839 JsonDocument NOT NULL, c5840 Date32, c5841 Yson, c5842 Datetime64 NOT NULL, c5843 Float NOT NULL, c5844 Datetime64, c5845 Uint64 NOT NULL, c5846 Int16 NOT NULL, c5847 Uint16 NOT NULL, c5848 Double NOT NULL, c5849 Double NOT NULL, c5850 Int8 NOT NULL, c5851 Double, c5852 Uint64 NOT NULL, c5853 Date32, c5854 Yson NOT NULL, c5855 Int32 NOT NULL, c5856 Yson NOT NULL, c5857 Float, c5858 Uint8 NOT NULL, c5859 Int32 NOT NULL, c5860 Datetime64, c5861 Float NOT NULL, c5862 Uint32 NOT NULL, c5863 Uint16 NOT NULL, c5864 Timestamp, c5865 Uint64, c5866 Datetime64 NOT NULL, c5867 Uint32 NOT NULL, c5868 Float, c5869 Json, c5870 Interval64, c5871 Int32 NOT NULL, c5872 Decimal(15,0), c5873 Interval64, c5874 Decimal(15,0) NOT NULL, c5875 Int16 NOT NULL, c5876 Double, c5877 Int32 NOT NULL, c5878 Datetime64, c5879 Decimal(22,9), c5880 Date NOT NULL, c5881 Timestamp64, c5882 Date NOT NULL, c5883 Decimal(15,0), c5884 Float NOT NULL, c5885 Int8 NOT NULL, c5886 Uint16, c5887 Timestamp64, c5888 Date32, c5889 JsonDocument NOT NULL, c5890 Decimal(22,9) NOT NULL, c5891 Datetime64 NOT NULL, c5892 JsonDocument NOT NULL, c5893 Int16, c5894 Date, c5895 Uint32, c5896 Json, c5897 Datetime64 NOT NULL, c5898 Timestamp64 NOT NULL, c5899 Date32, c5900 Int8 NOT NULL, c5901 Uint16 NOT NULL, c5902 Decimal(15,0) NOT NULL, c5903 Uint32, c5904 Int16, c5905 Timestamp64, c5906 Decimal(22,9) NOT NULL, c5907 String, c5908 Utf8 NOT NULL, c5909 Decimal(15,0) NOT NULL, c5910 Double, c5911 Decimal(35,10), c5912 Uint64 NOT NULL, c5913 Datetime64, c5914 Uint64 NOT NULL, c5915 Uint64 NOT NULL, c5916 Datetime NOT NULL, c5917 Json NOT NULL, c5918 Date32, c5919 Double, c5920 Uint8 NOT NULL, c5921 Timestamp64 NOT NULL, c5922 Int32, c5923 Date NOT NULL, c5924 Datetime64, c5925 Uint16, c5926 Int64 NOT NULL, c5927 Datetime64 NOT NULL, c5928 Json, c5929 Datetime, c5930 Date32, c5931 Int32 NOT NULL, c5932 Decimal(22,9) NOT NULL, c5933 Date NOT NULL, c5934 Float, c5935 Timestamp64, c5936 Datetime, c5937 Date NOT NULL, c5938 Timestamp NOT NULL, c5939 Timestamp NOT NULL, c5940 Interval64 NOT NULL, c5941 Decimal(15,0) NOT NULL, c5942 Int32, c5943 Timestamp64 NOT NULL, c5944 Datetime NOT NULL, c5945 Uint16, c5946 JsonDocument, c5947 Date32 NOT NULL, c5948 Timestamp64, c5949 Uint8 NOT NULL, c5950 Uint64 NOT NULL, c5951 Uint64 NOT NULL, c5952 String NOT NULL, c5953 Int64 NOT NULL, c5954 Date NOT NULL, c5955 Timestamp64, c5956 Double NOT NULL, c5957 Uint32, c5958 Uint8 NOT NULL, c5959 Int32 NOT NULL, c5960 String NOT NULL, c5961 Float, c5962 Int16, c5963 String NOT NULL, c5964 JsonDocument NOT NULL, c5965 Decimal(35,10), c5966 Uint32, c5967 JsonDocument NOT NULL, c5968 Datetime NOT NULL, c5969 Int8, c5970 Json, c5971 Uint64, c5972 Float NOT NULL, c5973 Utf8, c5974 Uint8, c5975 Int16 NOT NULL, c5976 Timestamp NOT NULL, c5977 Timestamp, c5978 Json NOT NULL, c5979 Decimal(35,10), c5980 Uint8 NOT NULL, c5981 Decimal(15,0), c5982 Date32, c5983 Json, c5984 Int64, c5985 Int64, c5986 Timestamp64, c5987 Json, c5988 Decimal(15,0), c5989 Double, c5990 Timestamp64 NOT NULL, c5991 Timestamp64, c5992 Float, c5993 Date NOT NULL, c5994 Int8, c5995 Interval64 NOT NULL, c5996 Interval64 NOT NULL, c5997 Json NOT NULL, c5998 Timestamp64, c5999 JsonDocument NOT NULL, c6000 Float NOT NULL, c6001 Date32, c6002 Decimal(22,9), c6003 Datetime64 NOT NULL, c6004 Date32 NOT NULL, c6005 Timestamp64 NOT NULL, c6006 Int32, c6007 Date32 NOT NULL, c6008 Timestamp64, c6009 Datetime64, c6010 Decimal(15,0), c6011 Uint32 NOT NULL, c6012 Float NOT NULL, c6013 Uint8, c6014 Uint8, c6015 Int16 NOT NULL, c6016 Decimal(35,10) NOT NULL, c6017 Uint32, c6018 Decimal(22,9), c6019 String NOT NULL, c6020 Json, c6021 Decimal(15,0) NOT NULL, c6022 String, c6023 String NOT NULL, c6024 Int16 NOT NULL, c6025 String NOT NULL, c6026 String NOT NULL, c6027 Int32 NOT NULL, c6028 Json NOT NULL, c6029 JsonDocument NOT NULL, c6030 Datetime NOT NULL, c6031 String NOT NULL, c6032 Timestamp64 NOT NULL, c6033 Decimal(22,9) NOT NULL, c6034 Json, c6035 Utf8 NOT NULL, c6036 Utf8 NOT NULL, c6037 Int16 NOT NULL, c6038 Yson, c6039 JsonDocument, c6040 Uint8 NOT NULL, c6041 Int8 NOT NULL, c6042 Int16 NOT NULL, c6043 Utf8, c6044 Uint16, c6045 Uint32 NOT NULL, c6046 Date32, c6047 JsonDocument NOT NULL, c6048 Int32 NOT NULL, c6049 Datetime64 NOT NULL, c6050 Decimal(35,10) NOT NULL, c6051 Uint32, c6052 Double NOT NULL, c6053 Datetime64 NOT NULL, c6054 Decimal(15,0) NOT NULL, c6055 Timestamp64, c6056 Utf8 NOT NULL, c6057 Date NOT NULL, c6058 Interval64, c6059 Double NOT NULL, c6060 Timestamp NOT NULL, c6061 Int32 NOT NULL, c6062 Date NOT NULL, c6063 String NOT NULL, c6064 Uint16, c6065 Utf8 NOT NULL, c6066 Int16 NOT NULL, c6067 Decimal(15,0), c6068 Date, c6069 Decimal(35,10), c6070 Float, c6071 Float NOT NULL, c6072 Uint16, c6073 Date32, c6074 Utf8 NOT NULL, c6075 Datetime64, c6076 Datetime64 NOT NULL, c6077 Date, c6078 Int16, c6079 Decimal(15,0) NOT NULL, c6080 Decimal(15,0), c6081 Date32, c6082 Decimal(22,9) NOT NULL, c6083 String NOT NULL, c6084 Datetime NOT NULL, c6085 Date NOT NULL, c6086 Datetime NOT NULL, c6087 Date NOT NULL, c6088 Uint64, c6089 Yson, c6090 Double, c6091 Json, c6092 Json, c6093 Float NOT NULL, c6094 JsonDocument, c6095 Int32 NOT NULL, c6096 Uint64, c6097 Utf8 NOT NULL, c6098 Decimal(15,0), c6099 Timestamp, c6100 Uint32, c6101 Datetime NOT NULL, c6102 Int16, c6103 Date32, c6104 Interval64 NOT NULL, c6105 Datetime64, c6106 Interval64, c6107 String, c6108 Uint16 NOT NULL, c6109 Datetime64 NOT NULL, c6110 Decimal(35,10) NOT NULL, c6111 Interval64 NOT NULL, c6112 Int32, c6113 Utf8, c6114 Datetime NOT NULL, c6115 Date NOT NULL, c6116 Utf8 NOT NULL, c6117 Uint8 NOT NULL, c6118 Int8 NOT NULL, c6119 Int16 NOT NULL, c6120 Uint64, c6121 Decimal(15,0) NOT NULL, c6122 JsonDocument NOT NULL, c6123 Uint64 NOT NULL, c6124 Int8 NOT NULL, c6125 Utf8 NOT NULL, c6126 Int64, c6127 Date32 NOT NULL, c6128 Date, c6129 Double, c6130 Yson, c6131 Date NOT NULL, c6132 Json NOT NULL, c6133 Date32, c6134 Decimal(15,0), c6135 Json, c6136 Int32 NOT NULL, c6137 Int32, c6138 Int64 NOT NULL, c6139 Date, c6140 Datetime64, c6141 Json NOT NULL, c6142 Timestamp64, c6143 Int16, c6144 Int32, c6145 Date32, c6146 Int16, c6147 Date32, c6148 Yson NOT NULL, c6149 Decimal(15,0) NOT NULL, c6150 Yson, c6151 Decimal(35,10) NOT NULL, c6152 Timestamp64, c6153 Float, c6154 Int8, c6155 Decimal(22,9) NOT NULL, c6156 Interval64, c6157 Uint64, c6158 Decimal(22,9), c6159 Yson, c6160 Utf8 NOT NULL, c6161 Interval64 NOT NULL, c6162 Decimal(35,10) NOT NULL, c6163 Datetime64 NOT NULL, c6164 Decimal(35,10), c6165 String, c6166 String, c6167 Uint32, c6168 Json, c6169 Uint8, c6170 Decimal(15,0) NOT NULL, c6171 Utf8 NOT NULL, c6172 Date32 NOT NULL, c6173 Double NOT NULL, c6174 Uint32, c6175 Decimal(35,10) NOT NULL, c6176 Int64, c6177 Int8 NOT NULL, c6178 Datetime, c6179 Uint64, c6180 Int16, c6181 Date, c6182 Yson NOT NULL, c6183 Int16, c6184 Interval64, c6185 Int64 NOT NULL, c6186 Int8, c6187 Datetime, c6188 Uint8, c6189 Int16 NOT NULL, c6190 Datetime, c6191 Decimal(15,0), c6192 Int16 NOT NULL, c6193 Uint32, c6194 JsonDocument NOT NULL, c6195 Datetime, c6196 Decimal(15,0), c6197 Json NOT NULL, c6198 Date NOT NULL, c6199 Datetime, c6200 Utf8 NOT NULL, c6201 Int16, c6202 Uint32 NOT NULL, c6203 Int16, c6204 Int16 NOT NULL, c6205 Date NOT NULL, c6206 Uint16 NOT NULL, c6207 Int16, c6208 Timestamp NOT NULL, c6209 Int16, c6210 Decimal(22,9), c6211 Datetime NOT NULL, c6212 Decimal(22,9) NOT NULL, c6213 Json NOT NULL, c6214 Float, c6215 Int8, c6216 Interval64 NOT NULL, c6217 Date, c6218 Uint32, c6219 Datetime64 NOT NULL, c6220 Decimal(22,9), c6221 Int16 NOT NULL, c6222 Int8 NOT NULL, c6223 Decimal(22,9), c6224 Int8 NOT NULL, c6225 Int64, c6226 Date32 NOT NULL, c6227 Json, c6228 Json NOT NULL, c6229 Datetime, c6230 Float NOT NULL, c6231 Utf8 NOT NULL, c6232 Utf8, c6233 Uint16 NOT NULL, c6234 Datetime NOT NULL, c6235 Double NOT NULL, c6236 Int16 NOT NULL, c6237 Uint8, c6238 Json, c6239 Float, c6240 Uint32, c6241 Date, c6242 Int32, c6243 Int64 NOT NULL, c6244 Yson NOT NULL, c6245 Timestamp64 NOT NULL, c6246 Json, c6247 Decimal(22,9) NOT NULL, c6248 Int64, c6249 String, c6250 Datetime64 NOT NULL, c6251 Uint16, c6252 JsonDocument, c6253 Timestamp64 NOT NULL, c6254 Datetime, c6255 Utf8, c6256 Int8, c6257 Utf8, c6258 Uint8 NOT NULL, c6259 Int64, c6260 Int16, c6261 Uint16 NOT NULL, c6262 Json NOT NULL, c6263 Yson, c6264 Decimal(15,0) NOT NULL, c6265 JsonDocument, c6266 Decimal(22,9) NOT NULL, c6267 Interval64 NOT NULL, c6268 Utf8, c6269 Decimal(35,10) NOT NULL, c6270 Decimal(15,0) NOT NULL, c6271 Date NOT NULL, c6272 Datetime, c6273 Int16, c6274 Uint32, c6275 Datetime, c6276 Datetime64 NOT NULL, c6277 Uint8 NOT NULL, c6278 Json, c6279 Interval64, c6280 Json NOT NULL, c6281 Date32 NOT NULL, c6282 Date NOT NULL, c6283 Int8 NOT NULL, c6284 Uint16 NOT NULL, c6285 Utf8 NOT NULL, c6286 Yson, c6287 Datetime64 NOT NULL, c6288 Int64 NOT NULL, c6289 Uint8, c6290 Utf8 NOT NULL, c6291 Timestamp NOT NULL, c6292 Uint16 NOT NULL, c6293 Int32, c6294 Date32 NOT NULL, c6295 Uint8, c6296 Datetime64 NOT NULL, c6297 Int8 NOT NULL, c6298 Uint8, c6299 Int16, c6300 Utf8 NOT NULL, c6301 Yson, c6302 Datetime64, c6303 Decimal(15,0) NOT NULL, c6304 Datetime64, c6305 Int64 NOT NULL, c6306 Int16, c6307 Timestamp, c6308 String NOT NULL, c6309 Int16, c6310 Double NOT NULL, c6311 Uint64 NOT NULL, c6312 Uint16, c6313 Decimal(35,10) NOT NULL, c6314 Date32, c6315 Int16, c6316 Timestamp, c6317 Timestamp, c6318 Int64 NOT NULL, c6319 Decimal(22,9), c6320 Yson NOT NULL, c6321 Json NOT NULL, c6322 Int32 NOT NULL, c6323 Int8 NOT NULL, c6324 Uint8 NOT NULL, c6325 Int16, c6326 JsonDocument, c6327 Decimal(35,10) NOT NULL, c6328 Int16 NOT NULL, c6329 Int8, c6330 Date NOT NULL, c6331 Uint8, c6332 Decimal(35,10) NOT NULL, c6333 Uint32, c6334 Int8 NOT NULL, c6335 Timestamp NOT NULL, c6336 Datetime64 NOT NULL, c6337 JsonDocument, c6338 Yson, c6339 Int64, c6340 Decimal(15,0), c6341 Float, c6342 Date32, c6343 Timestamp64 NOT NULL, c6344 Int8, c6345 Timestamp64 NOT NULL, c6346 Json NOT NULL, c6347 Uint32 NOT NULL, c6348 Timestamp, c6349 Json, c6350 Uint64, c6351 Utf8 NOT NULL, c6352 Uint64 NOT NULL, c6353 JsonDocument, c6354 Int32, c6355 Float NOT NULL, c6356 Interval64 NOT NULL, c6357 Float, c6358 Int8 NOT NULL, c6359 Int32 NOT NULL, c6360 Uint16, c6361 Int16 NOT NULL, c6362 Uint64 NOT NULL, c6363 Decimal(35,10) NOT NULL, c6364 Decimal(15,0) NOT NULL, c6365 Timestamp, c6366 Int64 NOT NULL, c6367 String, c6368 Uint32, c6369 Double, c6370 Datetime64 NOT NULL, c6371 Int64 NOT NULL, c6372 Date, c6373 Datetime64 NOT NULL, c6374 Datetime NOT NULL, c6375 JsonDocument, c6376 Int64, c6377 Timestamp64 NOT NULL, c6378 Json, c6379 Uint8 NOT NULL, c6380 Date32 NOT NULL, c6381 Int64, c6382 Float, c6383 Date, c6384 Date, c6385 Date32 NOT NULL, c6386 Timestamp64, c6387 Uint8 NOT NULL, c6388 Decimal(22,9), c6389 Interval64, c6390 Decimal(35,10), c6391 Decimal(22,9) NOT NULL, c6392 JsonDocument NOT NULL, c6393 Int32 NOT NULL, c6394 Float NOT NULL, c6395 Date NOT NULL, c6396 Uint8, c6397 Int8, c6398 Decimal(22,9) NOT NULL, c6399 JsonDocument, c6400 Timestamp64 NOT NULL, c6401 Uint8 NOT NULL, c6402 Float, c6403 Interval64, c6404 Datetime, c6405 Decimal(35,10), c6406 Utf8 NOT NULL, c6407 Uint8 NOT NULL, c6408 Uint64 NOT NULL, c6409 Json NOT NULL, c6410 Uint8 NOT NULL, c6411 Uint16, c6412 Datetime, c6413 Int64, c6414 Timestamp NOT NULL, c6415 Int8 NOT NULL, c6416 JsonDocument NOT NULL, c6417 Timestamp NOT NULL, c6418 Uint32 NOT NULL, c6419 String, c6420 Uint32, c6421 Double, c6422 Decimal(35,10), c6423 JsonDocument NOT NULL, c6424 Date, c6425 Int64, c6426 Int16 NOT NULL, c6427 Decimal(15,0), c6428 Utf8, c6429 Double, c6430 Uint64 NOT NULL, c6431 Decimal(35,10) NOT NULL, c6432 String NOT NULL, c6433 Utf8, c6434 Decimal(15,0), c6435 Decimal(35,10) NOT NULL, c6436 Datetime, c6437 Date32 NOT NULL, c6438 Timestamp64, c6439 Utf8 NOT NULL, c6440 Int64 NOT NULL, c6441 Decimal(35,10) NOT NULL, c6442 Int8 NOT NULL, c6443 Int32, c6444 Decimal(15,0), c6445 Double NOT NULL, c6446 Interval64, c6447 Uint64 NOT NULL, c6448 Yson NOT NULL, c6449 Yson NOT NULL, c6450 Int32, c6451 Uint8, c6452 Decimal(15,0), c6453 Date32 NOT NULL, c6454 String NOT NULL, c6455 JsonDocument, c6456 Datetime NOT NULL, c6457 Double NOT NULL, c6458 Decimal(22,9), c6459 Int32 NOT NULL, c6460 Uint16 NOT NULL, c6461 Decimal(22,9) NOT NULL, c6462 Yson NOT NULL, c6463 Datetime64 NOT NULL, c6464 Date32, c6465 Int32 NOT NULL, c6466 Decimal(35,10) NOT NULL, c6467 Datetime, c6468 Int8, c6469 Date NOT NULL, c6470 Float NOT NULL, c6471 Int64, c6472 Uint32 NOT NULL, c6473 Double, c6474 String, c6475 Int64 NOT NULL, c6476 Uint32, c6477 Int32 NOT NULL, c6478 Utf8 NOT NULL, c6479 Date, c6480 Datetime64 NOT NULL, c6481 Json, c6482 Uint16, c6483 String NOT NULL, c6484 Decimal(22,9) NOT NULL, c6485 Int8, c6486 Utf8, c6487 Decimal(15,0), c6488 Timestamp64, c6489 Uint8, c6490 Decimal(15,0), c6491 Json NOT NULL, c6492 Timestamp, c6493 Uint64, c6494 Uint32, c6495 Double NOT NULL, c6496 Int16 NOT NULL, c6497 Uint32, c6498 Yson NOT NULL, c6499 Uint16 NOT NULL, c6500 Date32, c6501 Float, c6502 Int8 NOT NULL, c6503 Yson, c6504 Json, c6505 Date32 NOT NULL, c6506 Uint16, c6507 Date32 NOT NULL, c6508 Interval64, c6509 Yson, c6510 Decimal(15,0) NOT NULL, c6511 Int8, c6512 Date NOT NULL, c6513 Utf8 NOT NULL, c6514 Decimal(35,10) NOT NULL, c6515 Json NOT NULL, c6516 Timestamp64 NOT NULL, c6517 Timestamp64 NOT NULL, c6518 JsonDocument NOT NULL, c6519 Interval64 NOT NULL, c6520 Uint32, c6521 Yson, c6522 Int16, c6523 Float, c6524 Decimal(35,10) NOT NULL, c6525 Uint64, c6526 Interval64 NOT NULL, c6527 Utf8, c6528 Interval64 NOT NULL, c6529 String NOT NULL, c6530 Uint32, c6531 Timestamp64, c6532 Timestamp, c6533 Double, c6534 Uint16 NOT NULL, c6535 Date32 NOT NULL, c6536 Date32 NOT NULL, c6537 Yson NOT NULL, c6538 Float NOT NULL, c6539 Decimal(22,9), c6540 Datetime, c6541 Yson, c6542 Decimal(15,0) NOT NULL, c6543 Int16 NOT NULL, c6544 Utf8, c6545 Json, c6546 Datetime NOT NULL, c6547 Uint32, c6548 JsonDocument NOT NULL, c6549 String, c6550 Decimal(22,9) NOT NULL, c6551 Timestamp64, c6552 Int64, c6553 Timestamp64 NOT NULL, c6554 Timestamp64 NOT NULL, c6555 Timestamp, c6556 Int16 NOT NULL, c6557 Int64, c6558 Timestamp64 NOT NULL, c6559 Int16 NOT NULL, c6560 Json NOT NULL, c6561 Decimal(35,10), c6562 Date32, c6563 Int16 NOT NULL, c6564 Utf8, c6565 Float NOT NULL, c6566 Utf8, c6567 Datetime64 NOT NULL, c6568 Uint32 NOT NULL, c6569 Int16 NOT NULL, c6570 Timestamp64, c6571 String NOT NULL, c6572 Float NOT NULL, c6573 Decimal(15,0), c6574 Uint16 NOT NULL, c6575 Timestamp NOT NULL, c6576 Utf8 NOT NULL, c6577 Decimal(22,9) NOT NULL, c6578 Float NOT NULL, c6579 Timestamp64 NOT NULL, c6580 Float, c6581 Datetime64 NOT NULL, c6582 String NOT NULL, c6583 Int16 NOT NULL, c6584 Int64 NOT NULL, c6585 JsonDocument, c6586 Float, c6587 Double, c6588 Json, c6589 Float, c6590 Datetime, c6591 Datetime64 NOT NULL, c6592 Decimal(22,9), c6593 Int32 NOT NULL, c6594 Date32 NOT NULL, c6595 Yson NOT NULL, c6596 Interval64 NOT NULL, c6597 Uint32 NOT NULL, c6598 Json NOT NULL, c6599 Uint8, c6600 Decimal(22,9), c6601 Utf8 NOT NULL, c6602 Timestamp64, c6603 Int32 NOT NULL, c6604 Int8, c6605 Datetime64, c6606 Uint64 NOT NULL, c6607 Int64 NOT NULL, c6608 String, c6609 Uint16 NOT NULL, c6610 Uint64 NOT NULL, c6611 Double, c6612 Date32, c6613 Double, c6614 String, c6615 Utf8, c6616 Uint8 NOT NULL, c6617 Date32, c6618 Datetime64, c6619 Double NOT NULL, c6620 Double, c6621 Uint32 NOT NULL, c6622 Int16, c6623 Uint8, c6624 Uint32 NOT NULL, c6625 JsonDocument NOT NULL, c6626 Int32, c6627 Int64 NOT NULL, c6628 Yson, c6629 Float NOT NULL, c6630 JsonDocument NOT NULL, c6631 Uint32 NOT NULL, c6632 Int64, c6633 Utf8 NOT NULL, c6634 Date32 NOT NULL, c6635 Timestamp64, c6636 Date, c6637 Json NOT NULL, c6638 Utf8, c6639 Uint8, c6640 Interval64, c6641 Decimal(35,10) NOT NULL, c6642 String, c6643 Double, c6644 Decimal(35,10), c6645 Datetime64 NOT NULL, c6646 Int16 NOT NULL, c6647 Uint64, c6648 Double NOT NULL, c6649 Double, c6650 Float NOT NULL, c6651 Int8, c6652 Decimal(22,9) NOT NULL, c6653 Int8 NOT NULL, c6654 String NOT NULL, c6655 Decimal(35,10) NOT NULL, c6656 Int8, c6657 Utf8, c6658 Decimal(35,10) NOT NULL, c6659 Yson, c6660 String NOT NULL, c6661 Date32, c6662 Int32, c6663 Timestamp, c6664 Uint16, c6665 Int16, c6666 Datetime64 NOT NULL, c6667 Yson, c6668 Utf8 NOT NULL, c6669 Date32 NOT NULL, c6670 Yson NOT NULL, c6671 Timestamp64 NOT NULL, c6672 Int8 NOT NULL, c6673 Decimal(15,0) NOT NULL, c6674 Float NOT NULL, c6675 Uint8, c6676 Uint8 NOT NULL, c6677 Float NOT NULL, c6678 Interval64 NOT NULL, c6679 Json NOT NULL, c6680 Decimal(35,10), c6681 JsonDocument, c6682 Datetime64, c6683 Int32 NOT NULL, c6684 Uint32 NOT NULL, c6685 Uint32, c6686 Decimal(22,9), c6687 Json, c6688 Datetime NOT NULL, c6689 Timestamp64, c6690 Json, c6691 Uint16, c6692 Datetime64, c6693 Datetime64 NOT NULL, c6694 Uint64, c6695 Int8 NOT NULL, c6696 Datetime64 NOT NULL, c6697 Utf8 NOT NULL, c6698 JsonDocument NOT NULL, c6699 JsonDocument NOT NULL, c6700 Decimal(22,9), c6701 Int8 NOT NULL, c6702 Uint64, c6703 Uint16, c6704 Decimal(22,9), c6705 Int16, c6706 Interval64 NOT NULL, c6707 Timestamp, c6708 String, c6709 Decimal(15,0) NOT NULL, c6710 Timestamp NOT NULL, c6711 Int64, c6712 Float, c6713 Int16 NOT NULL, c6714 Uint16 NOT NULL, c6715 Int16 NOT NULL, c6716 Uint64 NOT NULL, c6717 Timestamp64, c6718 Interval64, c6719 Decimal(35,10), c6720 Yson, c6721 Double NOT NULL, c6722 Uint32 NOT NULL, c6723 Json NOT NULL, c6724 Double, c6725 Double NOT NULL, c6726 Json NOT NULL, c6727 Uint8, c6728 Float NOT NULL, c6729 Uint8 NOT NULL, c6730 Int32 NOT NULL, c6731 Int8, c6732 Float, c6733 Datetime64 NOT NULL, c6734 Uint64, c6735 JsonDocument NOT NULL, c6736 Decimal(22,9), c6737 Json, c6738 Json NOT NULL, c6739 Int16 NOT NULL, c6740 Int32 NOT NULL, c6741 Int16 NOT NULL, c6742 Timestamp64 NOT NULL, c6743 Timestamp64, c6744 Uint64, c6745 Date NOT NULL, c6746 JsonDocument, c6747 Int16 NOT NULL, c6748 Float NOT NULL, c6749 Json NOT NULL, c6750 Datetime64 NOT NULL, c6751 Int8 NOT NULL, c6752 Decimal(35,10) NOT NULL, c6753 Timestamp NOT NULL, c6754 Decimal(35,10) NOT NULL, c6755 Interval64 NOT NULL, c6756 Int16, c6757 Uint64 NOT NULL, c6758 Decimal(15,0) NOT NULL, c6759 Interval64 NOT NULL, c6760 Int64, c6761 Yson NOT NULL, c6762 Timestamp NOT NULL, c6763 String NOT NULL, c6764 Datetime64, c6765 Uint32 NOT NULL, c6766 Decimal(35,10) NOT NULL, c6767 JsonDocument NOT NULL, c6768 Double NOT NULL, c6769 Uint8, c6770 Decimal(15,0), c6771 Decimal(22,9), c6772 Datetime64, c6773 Utf8, c6774 Uint64 NOT NULL, c6775 Uint32, c6776 Json, c6777 Date, c6778 Uint64, c6779 Double, c6780 Interval64, c6781 Uint16, c6782 Yson NOT NULL, c6783 Decimal(15,0), c6784 Date32, c6785 Datetime64 NOT NULL, c6786 Interval64 NOT NULL, c6787 Decimal(15,0), c6788 Json NOT NULL, c6789 Float, c6790 Decimal(22,9) NOT NULL, c6791 Uint16, c6792 Date, c6793 Datetime64, c6794 Int16, c6795 Datetime64, c6796 Datetime64 NOT NULL, c6797 Datetime NOT NULL, c6798 Float NOT NULL, c6799 Timestamp64, c6800 Datetime64, c6801 Int8 NOT NULL, c6802 Uint64 NOT NULL, c6803 Decimal(15,0) NOT NULL, c6804 Timestamp, c6805 Json NOT NULL, c6806 Datetime, c6807 Int64 NOT NULL, c6808 Decimal(35,10) NOT NULL, c6809 Datetime, c6810 Datetime, c6811 Yson NOT NULL, c6812 Interval64 NOT NULL, c6813 Double NOT NULL, c6814 Int32, c6815 Decimal(15,0), c6816 Date32, c6817 Date NOT NULL, c6818 Double, c6819 Int64, c6820 Yson NOT NULL, c6821 Float NOT NULL, c6822 Timestamp64, c6823 Utf8, c6824 Timestamp NOT NULL, c6825 Datetime NOT NULL, c6826 Double, c6827 Uint64 NOT NULL, c6828 Timestamp NOT NULL, c6829 Double, c6830 Float, c6831 Utf8, c6832 Datetime64 NOT NULL, c6833 Int8 NOT NULL, c6834 Timestamp NOT NULL, c6835 Datetime64, c6836 Json, c6837 Uint64 NOT NULL, c6838 Datetime, c6839 JsonDocument NOT NULL, c6840 Utf8 NOT NULL, c6841 Date32 NOT NULL, c6842 Uint16 NOT NULL, c6843 Datetime64, c6844 Double, c6845 Json, c6846 Double NOT NULL, c6847 Datetime64, c6848 Datetime64, c6849 Datetime64 NOT NULL, c6850 Timestamp64, c6851 Yson NOT NULL, c6852 Int32, c6853 Decimal(15,0) NOT NULL, c6854 Datetime64, c6855 Yson NOT NULL, c6856 Date, c6857 Uint32 NOT NULL, c6858 Datetime NOT NULL, c6859 Utf8, c6860 Uint16 NOT NULL, c6861 Decimal(35,10) NOT NULL, c6862 Uint16 NOT NULL, c6863 Datetime, c6864 Json NOT NULL, c6865 Double, c6866 Yson NOT NULL, c6867 Uint64, c6868 Utf8, c6869 Float, c6870 Uint16 NOT NULL, c6871 Date32, c6872 Decimal(35,10), c6873 Timestamp64 NOT NULL, c6874 Int32, c6875 Datetime NOT NULL, c6876 Interval64, c6877 Timestamp NOT NULL, c6878 Json, c6879 Timestamp NOT NULL, c6880 Timestamp NOT NULL, c6881 Uint16, c6882 Date32, c6883 Uint16 NOT NULL, c6884 String NOT NULL, c6885 Date32, c6886 Interval64 NOT NULL, c6887 Json NOT NULL, c6888 Uint8 NOT NULL, c6889 Utf8 NOT NULL, c6890 Timestamp64, c6891 Decimal(22,9), c6892 Int16, c6893 JsonDocument, c6894 Date, c6895 Timestamp64 NOT NULL, c6896 Timestamp64 NOT NULL, c6897 Uint32, c6898 Uint64, c6899 Int8 NOT NULL, c6900 Timestamp64 NOT NULL, c6901 Decimal(22,9) NOT NULL, c6902 Uint32, c6903 String NOT NULL, c6904 Json NOT NULL, c6905 Float NOT NULL, c6906 Int16, c6907 Int8 NOT NULL, c6908 Decimal(22,9) NOT NULL, c6909 Float, c6910 Int16 NOT NULL, c6911 Decimal(15,0), c6912 Uint16 NOT NULL, c6913 Uint8 NOT NULL, c6914 Datetime, c6915 Timestamp64 NOT NULL, c6916 Utf8, c6917 String, c6918 Int8 NOT NULL, c6919 Uint16 NOT NULL, c6920 Date32 NOT NULL, c6921 Int64, c6922 Int16, c6923 Int64 NOT NULL, c6924 Uint16, c6925 Uint64 NOT NULL, c6926 Datetime NOT NULL, c6927 Uint64, c6928 Date32, c6929 Float, c6930 Datetime64 NOT NULL, c6931 Uint32 NOT NULL, c6932 Interval64 NOT NULL, c6933 Utf8 NOT NULL, c6934 Timestamp64, c6935 Int64 NOT NULL, c6936 Timestamp, c6937 Json NOT NULL, c6938 Interval64 NOT NULL, c6939 Date32, c6940 Decimal(22,9) NOT NULL, c6941 Interval64 NOT NULL, c6942 Decimal(35,10), c6943 JsonDocument, c6944 Json, c6945 Decimal(35,10) NOT NULL, c6946 Datetime NOT NULL, c6947 Uint8 NOT NULL, c6948 Datetime64 NOT NULL, c6949 String, c6950 Uint64 NOT NULL, c6951 Uint16, c6952 Double, c6953 Interval64 NOT NULL, c6954 Timestamp64 NOT NULL, c6955 Uint16 NOT NULL, c6956 Date32, c6957 JsonDocument, c6958 String NOT NULL, c6959 Decimal(35,10) NOT NULL, c6960 Uint16 NOT NULL, c6961 Float NOT NULL, c6962 Date32 NOT NULL, c6963 Uint32 NOT NULL, c6964 String NOT NULL, c6965 Date32 NOT NULL, c6966 Int64, c6967 Datetime, c6968 JsonDocument NOT NULL, c6969 Date, c6970 Datetime, c6971 JsonDocument NOT NULL, c6972 Uint64, c6973 Int16, c6974 Int16 NOT NULL, c6975 Timestamp64 NOT NULL, c6976 Date32 NOT NULL, c6977 Uint32, c6978 Date32 NOT NULL, c6979 Date32 NOT NULL, c6980 Uint8, c6981 Int64, c6982 Double NOT NULL, c6983 Uint8, c6984 Utf8, c6985 String, c6986 Decimal(22,9) NOT NULL, c6987 Date32, c6988 Timestamp64 NOT NULL, c6989 Utf8 NOT NULL, c6990 String NOT NULL, c6991 Utf8 NOT NULL, c6992 Interval64 NOT NULL, c6993 Decimal(15,0) NOT NULL, c6994 Decimal(35,10), c6995 JsonDocument NOT NULL, c6996 JsonDocument NOT NULL, c6997 Timestamp NOT NULL, c6998 Int8, c6999 Int64, c7000 Uint16 NOT NULL, c7001 Datetime64 NOT NULL, c7002 Float, c7003 Int16, c7004 Int64, c7005 Json NOT NULL, c7006 Uint32, c7007 Decimal(15,0) NOT NULL, c7008 Date NOT NULL, c7009 Uint32, c7010 Interval64 NOT NULL, c7011 Decimal(22,9), c7012 Interval64 NOT NULL, c7013 Double, c7014 Datetime64, c7015 String NOT NULL, c7016 Datetime, c7017 Timestamp64 NOT NULL, c7018 Date, c7019 Int64 NOT NULL, c7020 Int32, c7021 Date32, c7022 Date32 NOT NULL, c7023 Datetime, c7024 Timestamp NOT NULL, c7025 JsonDocument, c7026 String, c7027 Int32 NOT NULL, c7028 Date, c7029 Uint8 NOT NULL, c7030 Date, c7031 Utf8, c7032 Uint8 NOT NULL, c7033 Datetime, c7034 String, c7035 Date, c7036 Decimal(35,10), c7037 Int16 NOT NULL, c7038 Uint16 NOT NULL, c7039 Yson NOT NULL, c7040 Timestamp64 NOT NULL, c7041 Interval64 NOT NULL, c7042 Decimal(15,0), c7043 Datetime NOT NULL, c7044 JsonDocument, c7045 Interval64, c7046 Decimal(22,9) NOT NULL, c7047 Date NOT NULL, c7048 Uint64, c7049 Decimal(35,10) NOT NULL, c7050 Double NOT NULL, c7051 Interval64, c7052 Date, c7053 Timestamp NOT NULL, c7054 Date32 NOT NULL, c7055 Float, c7056 Date, c7057 Uint16, c7058 Date32 NOT NULL, c7059 Uint64, c7060 Uint64 NOT NULL, c7061 Float NOT NULL, c7062 Uint16 NOT NULL, c7063 Interval64, c7064 Int32, c7065 Uint8 NOT NULL, c7066 Float NOT NULL, c7067 Float, c7068 Int32, c7069 Decimal(15,0), c7070 Double, c7071 Datetime64 NOT NULL, c7072 Int32 NOT NULL, c7073 Decimal(15,0) NOT NULL, c7074 Decimal(35,10) NOT NULL, c7075 Uint8, c7076 Datetime NOT NULL, c7077 Uint16 NOT NULL, c7078 Double, c7079 Date NOT NULL, c7080 Datetime NOT NULL, c7081 Decimal(22,9) NOT NULL, c7082 Float NOT NULL, c7083 Datetime NOT NULL, c7084 Int8, c7085 Timestamp NOT NULL, c7086 Decimal(35,10) NOT NULL, c7087 Utf8, c7088 Int64, c7089 Int32 NOT NULL, c7090 Uint16 NOT NULL, c7091 Utf8 NOT NULL, c7092 JsonDocument, c7093 Decimal(35,10) NOT NULL, c7094 Date32, c7095 Float, c7096 Int32, c7097 Datetime64 NOT NULL, c7098 Date32, c7099 String NOT NULL, c7100 Float NOT NULL, c7101 Datetime64 NOT NULL, c7102 Yson NOT NULL, c7103 Date NOT NULL, c7104 Int16 NOT NULL, c7105 Uint16, c7106 Double, c7107 Date32 NOT NULL, c7108 Interval64, c7109 Datetime64 NOT NULL, c7110 Uint64 NOT NULL, c7111 Int8, c7112 Int32 NOT NULL, c7113 JsonDocument NOT NULL, c7114 Double, c7115 Uint16, c7116 Int64, c7117 Int8, c7118 Float NOT NULL, c7119 Timestamp64 NOT NULL, c7120 Uint16 NOT NULL, c7121 Int16, c7122 Uint16 NOT NULL, c7123 Timestamp64 NOT NULL, c7124 Int64, c7125 Int16, c7126 Date32, c7127 Decimal(15,0) NOT NULL, c7128 Decimal(22,9), c7129 Date, c7130 Date NOT NULL, c7131 Uint16 NOT NULL, c7132 JsonDocument NOT NULL, c7133 Timestamp64, c7134 Int64, c7135 Interval64 NOT NULL, c7136 Interval64, c7137 Int16, c7138 Date NOT NULL, c7139 Datetime, c7140 Uint16, c7141 Date, c7142 Double NOT NULL, c7143 Uint32 NOT NULL, c7144 Uint64, c7145 Datetime NOT NULL, c7146 Date, c7147 Uint64 NOT NULL, c7148 Int64, c7149 Uint16, c7150 Decimal(15,0) NOT NULL, c7151 Int32, c7152 Yson, c7153 Float NOT NULL, c7154 Decimal(35,10), c7155 Int16 NOT NULL, c7156 Timestamp64 NOT NULL, c7157 Yson NOT NULL, c7158 Float NOT NULL, c7159 Date, c7160 Uint8 NOT NULL, c7161 Datetime NOT NULL, c7162 Timestamp64, c7163 Datetime64 NOT NULL, c7164 Interval64, c7165 Decimal(22,9), c7166 Int8 NOT NULL, c7167 Interval64 NOT NULL, c7168 Double NOT NULL, c7169 Utf8, c7170 Timestamp NOT NULL, c7171 Decimal(35,10), c7172 Float, c7173 Decimal(22,9), c7174 Decimal(15,0), c7175 Decimal(22,9) NOT NULL, c7176 Timestamp64, c7177 Double, c7178 JsonDocument, c7179 Timestamp64 NOT NULL, c7180 Timestamp NOT NULL, c7181 Date32, c7182 Uint64 NOT NULL, c7183 Decimal(15,0) NOT NULL, c7184 Uint16, c7185 Date32, c7186 Double NOT NULL, c7187 Json, c7188 Uint8, c7189 Interval64, c7190 Int64, c7191 String NOT NULL, c7192 Timestamp64, c7193 Int8 NOT NULL, c7194 Uint32, c7195 Decimal(15,0) NOT NULL, c7196 Interval64 NOT NULL, c7197 Interval64 NOT NULL, c7198 Datetime64 NOT NULL, c7199 Uint16, c7200 Json NOT NULL, c7201 Utf8 NOT NULL, c7202 Decimal(22,9), c7203 Decimal(35,10), c7204 Interval64 NOT NULL, c7205 Timestamp NOT NULL, c7206 Date, c7207 JsonDocument, c7208 Date32 NOT NULL, c7209 Uint8 NOT NULL, c7210 Int64 NOT NULL, c7211 Int32 NOT NULL, c7212 Double NOT NULL, c7213 Float, c7214 Uint32 NOT NULL, c7215 Int16, c7216 Timestamp64, c7217 Date32, c7218 Uint16, c7219 Timestamp NOT NULL, c7220 String NOT NULL, c7221 Double NOT NULL, c7222 Date NOT NULL, c7223 Int8, c7224 Int8, c7225 Timestamp64, c7226 Date32 NOT NULL, c7227 Timestamp64, c7228 Decimal(35,10) NOT NULL, c7229 Interval64 NOT NULL, c7230 Int16 NOT NULL, c7231 Decimal(35,10), c7232 Int64, c7233 Datetime, c7234 JsonDocument NOT NULL, c7235 Decimal(35,10) NOT NULL, c7236 Date, c7237 Int8 NOT NULL, c7238 JsonDocument, c7239 Uint64 NOT NULL, c7240 Uint8, c7241 Decimal(35,10) NOT NULL, c7242 Interval64 NOT NULL, c7243 Date32 NOT NULL, c7244 Double NOT NULL, c7245 Int32 NOT NULL, c7246 Uint8 NOT NULL, c7247 Uint16 NOT NULL, c7248 Double NOT NULL, c7249 Yson NOT NULL, c7250 Uint8, c7251 Date NOT NULL, c7252 Date32 NOT NULL, c7253 String, c7254 Double NOT NULL, c7255 Int16, c7256 JsonDocument NOT NULL, c7257 Float, c7258 Utf8, c7259 Decimal(22,9) NOT NULL, c7260 Utf8, c7261 Uint8 NOT NULL, c7262 Json NOT NULL, c7263 Json, c7264 Int8 NOT NULL, c7265 Decimal(15,0) NOT NULL, c7266 Interval64 NOT NULL, c7267 Json NOT NULL, c7268 Decimal(35,10) NOT NULL, c7269 JsonDocument, c7270 Datetime, c7271 Uint64, c7272 Uint32, c7273 JsonDocument NOT NULL, c7274 Uint32 NOT NULL, c7275 Date NOT NULL, c7276 Json, c7277 Date, c7278 Uint8, c7279 Decimal(22,9), c7280 Decimal(15,0), c7281 Int8 NOT NULL, c7282 Uint32 NOT NULL, c7283 Decimal(22,9) NOT NULL, c7284 Uint32 NOT NULL, c7285 Decimal(22,9), c7286 Decimal(15,0) NOT NULL, c7287 Timestamp, c7288 Int8 NOT NULL, c7289 Date NOT NULL, c7290 Double NOT NULL, c7291 Double NOT NULL, c7292 Uint32 NOT NULL, c7293 String, c7294 Int8 NOT NULL, c7295 Double NOT NULL, c7296 Uint64, c7297 String NOT NULL, c7298 JsonDocument NOT NULL, c7299 Uint32, c7300 Double NOT NULL, c7301 Datetime, c7302 Int32, c7303 Datetime NOT NULL, c7304 Utf8 NOT NULL, c7305 Datetime64 NOT NULL, c7306 JsonDocument, c7307 Datetime64, c7308 Date NOT NULL, c7309 Int16 NOT NULL, c7310 Datetime64, c7311 Double NOT NULL, c7312 Int16 NOT NULL, c7313 Datetime64, c7314 JsonDocument NOT NULL, c7315 Int8 NOT NULL, c7316 Datetime64, c7317 Date, c7318 Int8, c7319 Timestamp, c7320 Timestamp64 NOT NULL, c7321 Timestamp64, c7322 Uint8, c7323 Date32, c7324 Int64, c7325 Decimal(15,0) NOT NULL, c7326 Datetime NOT NULL, c7327 Uint64, c7328 Uint8 NOT NULL, c7329 Utf8, c7330 Double, c7331 Date32, c7332 String, c7333 Uint8 NOT NULL, c7334 Datetime, c7335 Double, c7336 Interval64 NOT NULL, c7337 Int32, c7338 Uint8 NOT NULL, c7339 String, c7340 Uint32, c7341 JsonDocument, c7342 Int64 NOT NULL, c7343 Interval64 NOT NULL, c7344 Date NOT NULL, c7345 Double, c7346 Decimal(22,9), c7347 Date32 NOT NULL, c7348 Interval64 NOT NULL, c7349 Int32 NOT NULL, c7350 Date, c7351 String NOT NULL, c7352 Uint8 NOT NULL, c7353 Uint16, c7354 Timestamp64 NOT NULL, c7355 Json, c7356 Decimal(22,9) NOT NULL, c7357 Uint16, c7358 Uint64 NOT NULL, c7359 Uint8, c7360 Int8 NOT NULL, c7361 Interval64, c7362 Datetime64 NOT NULL, c7363 Timestamp64 NOT NULL, c7364 Float, c7365 Uint16, c7366 Datetime64, c7367 Decimal(15,0) NOT NULL, c7368 Float, c7369 Int32, c7370 Double NOT NULL, c7371 Timestamp, c7372 Uint16, c7373 Utf8, c7374 Yson NOT NULL, c7375 Utf8 NOT NULL, c7376 Int64 NOT NULL, c7377 Float, c7378 Double, c7379 Int64 NOT NULL, c7380 Float NOT NULL, c7381 Float, c7382 Yson, c7383 Decimal(15,0) NOT NULL, c7384 Timestamp64 NOT NULL, c7385 Uint64 NOT NULL, c7386 Date32 NOT NULL, c7387 Int32 NOT NULL, c7388 String, c7389 Decimal(15,0), c7390 Uint8 NOT NULL, c7391 JsonDocument, c7392 Yson NOT NULL, c7393 Datetime64 NOT NULL, c7394 Yson, c7395 Decimal(15,0), c7396 Uint16, c7397 Int32 NOT NULL, c7398 Uint16, c7399 Float NOT NULL, c7400 Uint64, c7401 Decimal(22,9) NOT NULL, c7402 Timestamp64 NOT NULL, c7403 Timestamp64, c7404 Int8, c7405 Decimal(35,10), c7406 Timestamp, c7407 Json NOT NULL, c7408 Timestamp NOT NULL, c7409 Datetime, c7410 Timestamp, c7411 Timestamp64 NOT NULL, c7412 Uint8, c7413 Interval64 NOT NULL, c7414 String NOT NULL, c7415 Int8, c7416 Decimal(22,9), c7417 Decimal(15,0), c7418 Timestamp64, c7419 Int8, c7420 Uint8 NOT NULL, c7421 Uint16, c7422 Int8 NOT NULL, c7423 Uint16 NOT NULL, c7424 Int32 NOT NULL, c7425 Decimal(22,9), c7426 Float NOT NULL, c7427 Double NOT NULL, c7428 Decimal(15,0), c7429 Yson NOT NULL, c7430 Timestamp, c7431 Double NOT NULL, c7432 Json, c7433 Datetime NOT NULL, c7434 Datetime64, c7435 Int64 NOT NULL, c7436 Uint8, c7437 Decimal(22,9) NOT NULL, c7438 String, c7439 Uint32 NOT NULL, c7440 Double, c7441 Uint32 NOT NULL, c7442 Float NOT NULL, c7443 Decimal(15,0) NOT NULL, c7444 Timestamp64 NOT NULL, c7445 Uint64 NOT NULL, c7446 Date, c7447 Utf8, c7448 Json NOT NULL, c7449 String NOT NULL, c7450 Uint16, c7451 Int8 NOT NULL, c7452 Uint16, c7453 Timestamp64, c7454 Json, c7455 Decimal(35,10) NOT NULL, c7456 Int16 NOT NULL, c7457 String NOT NULL, c7458 Datetime NOT NULL, c7459 Uint8 NOT NULL, c7460 Double, c7461 Int64, c7462 Utf8 NOT NULL, c7463 Date, c7464 Int64, c7465 Interval64 NOT NULL, c7466 Timestamp64 NOT NULL, c7467 Decimal(35,10), c7468 Yson, c7469 Interval64 NOT NULL, c7470 Int32, c7471 Double NOT NULL, c7472 Utf8 NOT NULL, c7473 Double, c7474 Float NOT NULL, c7475 Timestamp NOT NULL, c7476 Int32 NOT NULL, c7477 Timestamp NOT NULL, c7478 Datetime, c7479 Date32 NOT NULL, c7480 Utf8, c7481 Interval64 NOT NULL, c7482 Utf8 NOT NULL, c7483 Uint64 NOT NULL, c7484 Json NOT NULL, c7485 Float NOT NULL, c7486 Int16, c7487 Timestamp64, c7488 Timestamp64 NOT NULL, c7489 Yson NOT NULL, c7490 Decimal(35,10) NOT NULL, c7491 Timestamp, c7492 Int32, c7493 Datetime, c7494 Date NOT NULL, c7495 Json NOT NULL, c7496 JsonDocument NOT NULL, c7497 Date, c7498 Timestamp64 NOT NULL, c7499 Utf8 NOT NULL, c7500 Int32 NOT NULL, c7501 Date, c7502 Float, c7503 Datetime64, c7504 Utf8 NOT NULL, c7505 Date, c7506 Int8, c7507 Decimal(22,9) NOT NULL, c7508 Yson NOT NULL, c7509 Uint64 NOT NULL, c7510 Date NOT NULL, c7511 Datetime64, c7512 Int8, c7513 Uint8 NOT NULL, c7514 Int16, c7515 Date32 NOT NULL, c7516 Datetime64 NOT NULL, c7517 Double NOT NULL, c7518 Int16, c7519 Json, c7520 Int16, c7521 Decimal(22,9), c7522 Yson, c7523 Datetime NOT NULL, c7524 Decimal(22,9), c7525 Interval64 NOT NULL, c7526 Utf8 NOT NULL, c7527 Uint32, c7528 Datetime64, c7529 Uint16, c7530 Date NOT NULL, c7531 Uint8, c7532 Uint16, c7533 Float NOT NULL, c7534 Int16, c7535 Uint64 NOT NULL, c7536 Uint16 NOT NULL, c7537 Uint32, c7538 Decimal(22,9), c7539 Decimal(22,9), c7540 Double NOT NULL, c7541 Timestamp64, c7542 Timestamp NOT NULL, c7543 Yson NOT NULL, c7544 Timestamp NOT NULL, c7545 Uint32, c7546 Decimal(22,9) NOT NULL, c7547 Uint64 NOT NULL, c7548 Datetime NOT NULL, c7549 Yson NOT NULL, c7550 Int32, c7551 Datetime, c7552 Int64 NOT NULL, c7553 Yson, c7554 Decimal(35,10), c7555 Uint8, c7556 Decimal(35,10) NOT NULL, c7557 Decimal(22,9), c7558 Date32, c7559 Decimal(22,9) NOT NULL, c7560 Int16, c7561 Datetime64 NOT NULL, c7562 Json NOT NULL, c7563 Timestamp64 NOT NULL, c7564 Interval64, c7565 Timestamp64, c7566 String NOT NULL, c7567 String, c7568 Decimal(22,9), c7569 Uint16 NOT NULL, c7570 Double, c7571 Datetime64 NOT NULL, c7572 Date32, c7573 Date32 NOT NULL, c7574 Datetime64 NOT NULL, c7575 Date, c7576 Uint8 NOT NULL, c7577 Timestamp64, c7578 Timestamp NOT NULL, c7579 Utf8, c7580 Timestamp64 NOT NULL, c7581 Uint64 NOT NULL, c7582 Json NOT NULL, c7583 Yson NOT NULL, c7584 Uint32, c7585 Double NOT NULL, c7586 Uint64 NOT NULL, c7587 Decimal(15,0), c7588 Decimal(15,0), c7589 Yson NOT NULL, c7590 Utf8, c7591 Json NOT NULL, c7592 Interval64 NOT NULL, c7593 Int32 NOT NULL, c7594 Date32, c7595 Decimal(35,10), c7596 Date NOT NULL, c7597 Interval64, c7598 Date, c7599 Decimal(22,9) NOT NULL, c7600 String NOT NULL, c7601 Int8 NOT NULL, c7602 JsonDocument NOT NULL, c7603 Int32, c7604 Datetime, c7605 Timestamp NOT NULL, c7606 Json, c7607 Json, c7608 Int8 NOT NULL, c7609 Int64 NOT NULL, c7610 Int16, c7611 Uint64, c7612 Json NOT NULL, c7613 Date32 NOT NULL, c7614 Int8, c7615 Datetime64 NOT NULL, c7616 Uint64 NOT NULL, c7617 Int8 NOT NULL, c7618 Date, c7619 Interval64 NOT NULL, c7620 Utf8, c7621 Uint32, c7622 Utf8 NOT NULL, c7623 Date, c7624 String, c7625 Decimal(35,10) NOT NULL, c7626 Date, c7627 Utf8, c7628 Datetime64 NOT NULL, c7629 Timestamp NOT NULL, c7630 Utf8 NOT NULL, c7631 Uint8 NOT NULL, c7632 Date, c7633 Yson, c7634 Timestamp64 NOT NULL, c7635 Int64 NOT NULL, c7636 Decimal(15,0) NOT NULL, c7637 Datetime NOT NULL, c7638 Date32, c7639 Int64, c7640 String NOT NULL, c7641 String NOT NULL, c7642 Int64 NOT NULL, c7643 Timestamp NOT NULL, c7644 Datetime64, c7645 Uint32, c7646 Timestamp, c7647 Uint8, c7648 Int16 NOT NULL, c7649 Int64 NOT NULL, c7650 Datetime64, c7651 Utf8 NOT NULL, c7652 Date32, c7653 Datetime64 NOT NULL, c7654 Decimal(15,0), c7655 Yson, c7656 Timestamp64 NOT NULL, c7657 Datetime, c7658 Double NOT NULL, c7659 Decimal(35,10), c7660 Date32, c7661 Json, c7662 Datetime NOT NULL, c7663 Yson NOT NULL, c7664 Json, c7665 Json NOT NULL, c7666 Decimal(35,10), c7667 Uint32 NOT NULL, c7668 Interval64, c7669 String NOT NULL, c7670 Float, c7671 Date32, c7672 Decimal(35,10), c7673 Date32 NOT NULL, c7674 Double NOT NULL, c7675 Uint8, c7676 Uint32, c7677 Datetime64, c7678 Decimal(35,10) NOT NULL, c7679 Int32, c7680 Int16, c7681 Int16 NOT NULL, c7682 Uint64, c7683 Datetime64 NOT NULL, c7684 Int32, c7685 Int64, c7686 Int16 NOT NULL, c7687 Int64 NOT NULL, c7688 Decimal(22,9), c7689 Utf8, c7690 Uint16, c7691 Int64 NOT NULL, c7692 Decimal(35,10), c7693 Utf8 NOT NULL, c7694 Json NOT NULL, c7695 Decimal(22,9) NOT NULL, c7696 Yson NOT NULL, c7697 Int32 NOT NULL, c7698 Int64, c7699 Double, c7700 Date32, c7701 JsonDocument, c7702 Uint16 NOT NULL, c7703 Uint16, c7704 Uint16 NOT NULL, c7705 Yson, c7706 Utf8 NOT NULL, c7707 Timestamp64, c7708 Datetime64 NOT NULL, c7709 Uint16, c7710 Uint32, c7711 Decimal(22,9), c7712 Uint64 NOT NULL, c7713 Uint32, c7714 Float, c7715 Decimal(15,0) NOT NULL, c7716 Decimal(35,10), c7717 Int16, c7718 Decimal(15,0) NOT NULL, c7719 Timestamp NOT NULL, c7720 Int8 NOT NULL, c7721 Date, c7722 Uint16 NOT NULL, c7723 Yson NOT NULL, c7724 Datetime64 NOT NULL, c7725 Uint8 NOT NULL, c7726 Uint8 NOT NULL, c7727 Date32, c7728 JsonDocument NOT NULL, c7729 Utf8, c7730 JsonDocument, c7731 Uint32 NOT NULL, c7732 Decimal(22,9), c7733 Int16 NOT NULL, c7734 Datetime, c7735 Float NOT NULL, c7736 Uint8 NOT NULL, c7737 Int8, c7738 Date, c7739 Date32 NOT NULL, c7740 Int16, c7741 Datetime64 NOT NULL, c7742 Json, c7743 JsonDocument NOT NULL, c7744 Uint16 NOT NULL, c7745 Uint32 NOT NULL, c7746 Datetime64, c7747 Json NOT NULL, c7748 Decimal(22,9), c7749 Utf8 NOT NULL, c7750 Datetime64 NOT NULL, c7751 Decimal(15,0), c7752 Date NOT NULL, c7753 String NOT NULL, c7754 Interval64, c7755 Int16 NOT NULL, c7756 Date32 NOT NULL, c7757 Date32 NOT NULL, c7758 Int8 NOT NULL, c7759 Decimal(35,10), c7760 Uint64 NOT NULL, c7761 Float, c7762 Uint16, c7763 Interval64, c7764 Timestamp NOT NULL, c7765 Float NOT NULL, c7766 Datetime NOT NULL, c7767 Timestamp NOT NULL, c7768 Date32, c7769 Utf8 NOT NULL, c7770 Decimal(22,9), c7771 Datetime64, c7772 Timestamp NOT NULL, c7773 Date, c7774 Int8 NOT NULL, c7775 Date NOT NULL, c7776 JsonDocument NOT NULL, c7777 String, c7778 Float NOT NULL, c7779 Interval64 NOT NULL, c7780 Uint16 NOT NULL, c7781 Int64, c7782 Int64 NOT NULL, c7783 Json, c7784 Uint8 NOT NULL, c7785 Double NOT NULL, c7786 Utf8 NOT NULL, c7787 Utf8 NOT NULL, c7788 Uint64, c7789 String NOT NULL, c7790 Uint16, c7791 Float NOT NULL, c7792 Uint16 NOT NULL, c7793 JsonDocument NOT NULL, c7794 Int8, c7795 Date32 NOT NULL, c7796 String, c7797 Timestamp64 NOT NULL, c7798 Interval64 NOT NULL, c7799 Yson NOT NULL, c7800 Uint8, c7801 Yson, c7802 Yson NOT NULL, c7803 Decimal(22,9) NOT NULL, c7804 Json NOT NULL, c7805 Decimal(15,0) NOT NULL, c7806 Datetime64, c7807 Yson, c7808 Int8, c7809 Uint32, c7810 Datetime64, c7811 Date32, c7812 Json NOT NULL, c7813 Utf8, c7814 Int64, c7815 Int64 NOT NULL, c7816 Timestamp, c7817 Yson, c7818 Int32 NOT NULL, c7819 Int32 NOT NULL, c7820 Timestamp NOT NULL, c7821 JsonDocument, c7822 Timestamp, c7823 Uint16, c7824 Int32 NOT NULL, c7825 Timestamp64 NOT NULL, c7826 Datetime NOT NULL, c7827 Date32 NOT NULL, c7828 Int64, c7829 JsonDocument, c7830 Uint8 NOT NULL, c7831 String, c7832 Float, c7833 Datetime NOT NULL, c7834 Decimal(35,10) NOT NULL, c7835 Uint32 NOT NULL, c7836 Interval64 NOT NULL, c7837 Interval64 NOT NULL, c7838 Date, c7839 Json, c7840 Int64 NOT NULL, c7841 Decimal(22,9), c7842 JsonDocument NOT NULL, c7843 Int32 NOT NULL, c7844 Double NOT NULL, c7845 Uint64, c7846 Uint16, c7847 Uint32, c7848 Timestamp NOT NULL, c7849 Datetime NOT NULL, c7850 Timestamp64 NOT NULL, c7851 Date32, c7852 Timestamp64, c7853 String, c7854 Int16, c7855 Datetime NOT NULL, c7856 Date NOT NULL, c7857 Utf8 NOT NULL, c7858 Yson, c7859 String NOT NULL, c7860 Timestamp64, c7861 Date, c7862 Decimal(35,10) NOT NULL, c7863 Timestamp64, c7864 Datetime64 NOT NULL, c7865 Json, c7866 Decimal(15,0), c7867 Yson, c7868 JsonDocument, c7869 Int16 NOT NULL, c7870 Decimal(15,0), c7871 Double NOT NULL, c7872 Decimal(15,0), c7873 Double NOT NULL, c7874 Date32, c7875 Yson, c7876 Date32, c7877 Int16 NOT NULL, c7878 Uint64 NOT NULL, c7879 Json, c7880 Datetime NOT NULL, c7881 Float, c7882 Date, c7883 Yson, c7884 Timestamp, c7885 JsonDocument NOT NULL, c7886 Uint16 NOT NULL, c7887 Date, c7888 Interval64, c7889 Int16, c7890 Timestamp64, c7891 Date32, c7892 Json, c7893 Uint16, c7894 Int16 NOT NULL, c7895 Date32, c7896 Double, c7897 Uint8, c7898 Uint32, c7899 Int8, c7900 Int16, c7901 Decimal(15,0) NOT NULL, c7902 Interval64, c7903 Utf8 NOT NULL, c7904 Uint32 NOT NULL, c7905 Float, c7906 Json NOT NULL, c7907 Float NOT NULL, c7908 Double, c7909 JsonDocument NOT NULL, c7910 Datetime NOT NULL, c7911 Timestamp, c7912 Uint32, c7913 Timestamp, c7914 Int64, c7915 Date, c7916 Decimal(35,10), c7917 Timestamp NOT NULL, c7918 Uint64 NOT NULL, c7919 Decimal(22,9), c7920 Yson NOT NULL, c7921 Double, c7922 Decimal(22,9), c7923 Datetime, c7924 Timestamp64 NOT NULL, c7925 Decimal(35,10) NOT NULL, c7926 Int32, c7927 Interval64, c7928 Double, c7929 Int8, c7930 Int16, c7931 Uint16 NOT NULL, c7932 Decimal(22,9) NOT NULL, c7933 Interval64 NOT NULL, c7934 JsonDocument, c7935 JsonDocument NOT NULL, c7936 Date, c7937 Uint64, c7938 Double NOT NULL, c7939 Uint64 NOT NULL, c7940 Uint16 NOT NULL, c7941 Int32 NOT NULL, c7942 Date NOT NULL, c7943 JsonDocument, c7944 Timestamp NOT NULL, c7945 Int16 NOT NULL, c7946 Datetime NOT NULL, c7947 Double, c7948 Date32, c7949 Timestamp64, c7950 Yson, c7951 Timestamp64, c7952 Decimal(35,10), c7953 Utf8, c7954 Interval64, c7955 Uint16, c7956 Float, c7957 Timestamp, c7958 Yson NOT NULL, c7959 Timestamp NOT NULL, c7960 Int64 NOT NULL, c7961 Date32, c7962 Yson NOT NULL, c7963 Decimal(22,9), c7964 Decimal(35,10), c7965 Float NOT NULL, c7966 Decimal(22,9), c7967 Uint32 NOT NULL, c7968 Yson, c7969 Timestamp64 NOT NULL, c7970 Int16, c7971 Yson NOT NULL, c7972 Float, c7973 Uint8, c7974 JsonDocument NOT NULL, c7975 Int8, c7976 Uint32 NOT NULL, c7977 Int16, c7978 Datetime NOT NULL, c7979 Int32 NOT NULL, c7980 Decimal(15,0) NOT NULL, c7981 Date, c7982 Uint8 NOT NULL, c7983 Json NOT NULL, c7984 Uint16 NOT NULL, c7985 Uint64 NOT NULL, c7986 Uint8 NOT NULL, c7987 Float NOT NULL, c7988 Timestamp64 NOT NULL, c7989 Decimal(22,9) NOT NULL, c7990 Uint64 NOT NULL, c7991 Interval64, c7992 Datetime64, c7993 Yson, c7994 Utf8, c7995 Decimal(35,10), c7996 Datetime NOT NULL, c7997 Interval64, c7998 Datetime NOT NULL, c7999 Int64, c8000 Decimal(15,0), c8001 Json NOT NULL, c8002 Uint32 NOT NULL, c8003 Decimal(22,9) NOT NULL, c8004 Decimal(15,0) NOT NULL, c8005 Double NOT NULL, c8006 Int16, c8007 Uint8 NOT NULL, c8008 Int64 NOT NULL, c8009 Decimal(15,0), c8010 Datetime NOT NULL, c8011 Interval64, c8012 Int16, c8013 Uint64 NOT NULL, c8014 Yson NOT NULL, c8015 Int16, c8016 Uint16, c8017 Int8, c8018 String, c8019 Date, c8020 Uint64 NOT NULL, c8021 Uint16, c8022 Float, c8023 Date, c8024 Interval64 NOT NULL, c8025 Double, c8026 Decimal(15,0) NOT NULL, c8027 Interval64, c8028 Double, c8029 Utf8, c8030 Decimal(35,10), c8031 JsonDocument, c8032 Uint8 NOT NULL, c8033 Int8, c8034 Double, c8035 String NOT NULL, c8036 Int16, c8037 Int64 NOT NULL, c8038 Date, c8039 String, c8040 Uint32, c8041 Datetime64 NOT NULL, c8042 Yson, c8043 Decimal(22,9) NOT NULL, c8044 Float NOT NULL, c8045 Yson, c8046 Yson NOT NULL, c8047 Timestamp, c8048 Decimal(22,9), c8049 Timestamp64, c8050 Yson, c8051 Double, c8052 Int16 NOT NULL, c8053 Int32, c8054 Utf8, c8055 Yson, c8056 Date32, c8057 Interval64 NOT NULL, c8058 Decimal(15,0) NOT NULL, c8059 Decimal(15,0) NOT NULL, c8060 JsonDocument NOT NULL, c8061 Date NOT NULL, c8062 Int16, c8063 Decimal(35,10) NOT NULL, c8064 Double, c8065 Yson, c8066 Uint16, c8067 Timestamp64 NOT NULL, c8068 Interval64, c8069 Uint64, c8070 Date32 NOT NULL, c8071 Utf8, c8072 Timestamp64, c8073 Json, c8074 JsonDocument, c8075 Yson NOT NULL, c8076 Uint32 NOT NULL, c8077 Json, c8078 Uint8, c8079 Int8 NOT NULL, c8080 Interval64, c8081 Uint16, c8082 Int16, c8083 Timestamp, c8084 Utf8 NOT NULL, c8085 Decimal(22,9) NOT NULL, c8086 Json, c8087 Json NOT NULL, c8088 Uint16, c8089 Uint16 NOT NULL, c8090 Int64 NOT NULL, c8091 Date32 NOT NULL, c8092 Timestamp64 NOT NULL, c8093 Int16, c8094 Date, c8095 Timestamp, c8096 Timestamp NOT NULL, c8097 Date32 NOT NULL, c8098 Uint16 NOT NULL, c8099 Date32, c8100 Int8, c8101 Uint16 NOT NULL, c8102 Uint16 NOT NULL, c8103 Uint16, c8104 Yson, c8105 Uint32, c8106 Int64 NOT NULL, c8107 Timestamp NOT NULL, c8108 Json, c8109 Utf8 NOT NULL, c8110 Uint8, c8111 Datetime, c8112 Int8 NOT NULL, c8113 Decimal(35,10) NOT NULL, c8114 Decimal(35,10) NOT NULL, c8115 Double, c8116 Uint16 NOT NULL, c8117 Int64 NOT NULL, c8118 Double NOT NULL, c8119 Date, c8120 Datetime NOT NULL, c8121 Int8 NOT NULL, c8122 String NOT NULL, c8123 Timestamp64, c8124 Uint16 NOT NULL, c8125 String, c8126 Uint8, c8127 Uint16, c8128 Double NOT NULL, c8129 Int32 NOT NULL, c8130 Int32 NOT NULL, c8131 Int16 NOT NULL, c8132 Utf8, c8133 Int16, c8134 Date32 NOT NULL, c8135 Decimal(35,10), c8136 Uint8 NOT NULL, c8137 Uint64 NOT NULL, c8138 Uint8, c8139 Timestamp64 NOT NULL, c8140 Double NOT NULL, c8141 Datetime64, c8142 Date NOT NULL, c8143 Int64 NOT NULL, c8144 Double NOT NULL, c8145 Int64, c8146 Double NOT NULL, c8147 Uint16 NOT NULL, c8148 Uint32 NOT NULL, c8149 JsonDocument, c8150 Uint64 NOT NULL, c8151 Decimal(22,9) NOT NULL, c8152 Timestamp NOT NULL, c8153 Timestamp64 NOT NULL, c8154 Json, c8155 Double NOT NULL, c8156 JsonDocument NOT NULL, c8157 Timestamp64, c8158 Int64 NOT NULL, c8159 Timestamp NOT NULL, c8160 Uint16, c8161 Int16, c8162 Json, c8163 Uint32, c8164 Float NOT NULL, c8165 Yson NOT NULL, c8166 Json NOT NULL, c8167 Float, c8168 Uint16 NOT NULL, c8169 Datetime NOT NULL, c8170 Date32, c8171 Timestamp64 NOT NULL, c8172 Decimal(35,10) NOT NULL, c8173 Timestamp NOT NULL, c8174 Int32, c8175 Decimal(15,0) NOT NULL, c8176 Datetime64 NOT NULL, c8177 Yson NOT NULL, c8178 Yson NOT NULL, c8179 Date, c8180 Int64, c8181 Int8, c8182 String NOT NULL, c8183 Timestamp NOT NULL, c8184 Date, c8185 Int32 NOT NULL, c8186 Interval64 NOT NULL, c8187 Uint32, c8188 Int64 NOT NULL, c8189 Utf8, c8190 JsonDocument NOT NULL, c8191 Decimal(22,9), c8192 Int16 NOT NULL, c8193 Decimal(15,0) NOT NULL, c8194 Double, c8195 Decimal(15,0), c8196 Uint8 NOT NULL, c8197 Timestamp64, c8198 Decimal(22,9), c8199 Timestamp, c8200 Datetime, c8201 Datetime NOT NULL, c8202 Timestamp64 NOT NULL, c8203 Uint32 NOT NULL, c8204 Uint64 NOT NULL, c8205 Json, c8206 String, c8207 Interval64 NOT NULL, c8208 Decimal(35,10), c8209 Utf8 NOT NULL, c8210 Decimal(22,9), c8211 Date32 NOT NULL, c8212 Uint64 NOT NULL, c8213 Decimal(22,9), c8214 Decimal(15,0) NOT NULL, c8215 Utf8, c8216 Datetime64 NOT NULL, c8217 Date32, c8218 String NOT NULL, c8219 Datetime, c8220 Interval64, c8221 Datetime NOT NULL, c8222 Date32, c8223 Int32 NOT NULL, c8224 Float NOT NULL, c8225 Interval64 NOT NULL, c8226 Int64 NOT NULL, c8227 Decimal(15,0) NOT NULL, c8228 Double, c8229 Json NOT NULL, c8230 Date32 NOT NULL, c8231 Uint32 NOT NULL, c8232 Datetime64 NOT NULL, c8233 Double, c8234 Int32, c8235 Int64 NOT NULL, c8236 Decimal(35,10), c8237 Datetime64, c8238 Date, c8239 Timestamp NOT NULL, c8240 Int32 NOT NULL, c8241 Int16 NOT NULL, c8242 Double NOT NULL, c8243 Decimal(15,0), c8244 Int32, c8245 Date32, c8246 Uint8 NOT NULL, c8247 String NOT NULL, c8248 Yson, c8249 Date32 NOT NULL, c8250 String NOT NULL, c8251 Timestamp, c8252 Uint32 NOT NULL, c8253 Utf8 NOT NULL, c8254 Utf8 NOT NULL, c8255 Uint16 NOT NULL, c8256 Uint32, c8257 Decimal(15,0) NOT NULL, c8258 Json, c8259 Double, c8260 Double NOT NULL, c8261 Int32 NOT NULL, c8262 Int32 NOT NULL, c8263 Uint32, c8264 Decimal(15,0), c8265 JsonDocument NOT NULL, c8266 Interval64, c8267 JsonDocument, c8268 Utf8, c8269 Float NOT NULL, c8270 Int8, c8271 Timestamp64, c8272 Timestamp, c8273 Double NOT NULL, c8274 JsonDocument NOT NULL, c8275 Timestamp64, c8276 Date32, c8277 Timestamp64, c8278 Uint16 NOT NULL, c8279 Interval64, c8280 Interval64, c8281 Int16, c8282 Date, c8283 Timestamp NOT NULL, c8284 Timestamp64 NOT NULL, c8285 Decimal(22,9), c8286 Yson, c8287 Decimal(15,0) NOT NULL, c8288 Datetime64 NOT NULL, c8289 Timestamp64, c8290 String, c8291 Date32, c8292 Decimal(35,10), c8293 Date NOT NULL, c8294 Date NOT NULL, c8295 Timestamp NOT NULL, c8296 Int64 NOT NULL, c8297 Timestamp64, c8298 Timestamp NOT NULL, c8299 Json NOT NULL, c8300 JsonDocument NOT NULL, c8301 String NOT NULL, c8302 Decimal(22,9) NOT NULL, c8303 Datetime64 NOT NULL, c8304 Datetime NOT NULL, c8305 Uint32 NOT NULL, c8306 Json, c8307 Decimal(35,10), c8308 Int64, c8309 Timestamp64 NOT NULL, c8310 Int8 NOT NULL, c8311 JsonDocument NOT NULL, c8312 Uint8 NOT NULL, c8313 Uint32 NOT NULL, c8314 Float, c8315 Date, c8316 Yson, c8317 String, c8318 Timestamp, c8319 Json NOT NULL, c8320 Uint8, c8321 Float, c8322 Datetime64, c8323 Date32 NOT NULL, c8324 Uint8 NOT NULL, c8325 Decimal(22,9), c8326 Uint8, c8327 Decimal(22,9), c8328 Uint8 NOT NULL, c8329 Uint32 NOT NULL, c8330 Date32 NOT NULL, c8331 Datetime64 NOT NULL, c8332 Int8 NOT NULL, c8333 Decimal(35,10), c8334 Timestamp NOT NULL, c8335 Timestamp, c8336 Double, c8337 Yson, c8338 Interval64 NOT NULL, c8339 Uint16 NOT NULL, c8340 Float, c8341 Decimal(35,10) NOT NULL, c8342 Float, c8343 Decimal(22,9), c8344 Decimal(22,9) NOT NULL, c8345 Int16 NOT NULL, c8346 Datetime NOT NULL, c8347 Uint8, c8348 Float NOT NULL, c8349 Double NOT NULL, c8350 String NOT NULL, c8351 Timestamp64, c8352 Yson, c8353 Timestamp NOT NULL, c8354 Datetime NOT NULL, c8355 Decimal(35,10) NOT NULL, c8356 Date NOT NULL, c8357 Float NOT NULL, c8358 Decimal(22,9), c8359 Json NOT NULL, c8360 Double NOT NULL, c8361 Uint32 NOT NULL, c8362 Date NOT NULL, c8363 Double NOT NULL, c8364 Interval64, c8365 Interval64, c8366 Float, c8367 Datetime64 NOT NULL, c8368 Int8, c8369 Uint8, c8370 Date32, c8371 Uint32, c8372 Yson NOT NULL, c8373 Date32, c8374 Double NOT NULL, c8375 Decimal(35,10), c8376 Yson, c8377 Uint64, c8378 Json NOT NULL, c8379 Decimal(22,9) NOT NULL, c8380 Int32 NOT NULL, c8381 Uint16 NOT NULL, c8382 Int8, c8383 Int16 NOT NULL, c8384 Int64 NOT NULL, c8385 Datetime, c8386 Date32 NOT NULL, c8387 Uint16 NOT NULL, c8388 Date, c8389 Date32 NOT NULL, c8390 Int64 NOT NULL, c8391 String, c8392 JsonDocument, c8393 String NOT NULL, c8394 Utf8, c8395 JsonDocument NOT NULL, c8396 Decimal(15,0) NOT NULL, c8397 Int16, c8398 Decimal(35,10), c8399 Json, c8400 Uint16 NOT NULL, c8401 Decimal(22,9), c8402 Date32 NOT NULL, c8403 Interval64, c8404 Int16, c8405 Double NOT NULL, c8406 Timestamp64 NOT NULL, c8407 Uint32 NOT NULL, c8408 Timestamp64 NOT NULL, c8409 String NOT NULL, c8410 Utf8, c8411 Uint16, c8412 Timestamp NOT NULL, c8413 Date NOT NULL, c8414 Uint8, c8415 Decimal(35,10), c8416 Int16 NOT NULL, c8417 Decimal(35,10) NOT NULL, c8418 Int8 NOT NULL, c8419 Uint8, c8420 Uint8, c8421 Date, c8422 Int16 NOT NULL, c8423 Int64, c8424 Uint16, c8425 Date NOT NULL, c8426 Date32, c8427 String, c8428 Uint32 NOT NULL, c8429 JsonDocument, c8430 Uint8, c8431 Json, c8432 Interval64, c8433 Datetime, c8434 Timestamp NOT NULL, c8435 Int32 NOT NULL, c8436 Utf8 NOT NULL, c8437 Interval64, c8438 Decimal(35,10), c8439 JsonDocument, c8440 Uint16, c8441 Decimal(22,9) NOT NULL, c8442 Uint32 NOT NULL, c8443 Timestamp64 NOT NULL, c8444 Json, c8445 Yson, c8446 Interval64, c8447 Uint16, c8448 Uint32 NOT NULL, c8449 Utf8, c8450 Timestamp64, c8451 Decimal(15,0), c8452 Decimal(35,10) NOT NULL, c8453 Int32, c8454 Timestamp NOT NULL, c8455 Date32, c8456 Yson NOT NULL, c8457 Decimal(15,0), c8458 Interval64, c8459 String NOT NULL, c8460 Double, c8461 Decimal(22,9), c8462 Int16, c8463 Timestamp64, c8464 Timestamp NOT NULL, c8465 Float NOT NULL, c8466 Decimal(22,9), c8467 Uint64 NOT NULL, c8468 Date NOT NULL, c8469 Date32, c8470 JsonDocument NOT NULL, c8471 Int32 NOT NULL, c8472 Date, c8473 Decimal(15,0), c8474 Uint32, c8475 Int16 NOT NULL, c8476 Uint16, c8477 Date, c8478 Date32, c8479 Timestamp NOT NULL, c8480 Decimal(35,10) NOT NULL, c8481 Int32 NOT NULL, c8482 Interval64 NOT NULL, c8483 Interval64 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)
                )
                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)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: message: "Query compilation timed out." severity: 1 (server_code: 400090)
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.Timeout: message: "Query compilation timed out." severity: 1 (server_code: 400090)

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b'Cleaning up /Root/olap_workload...\nCleaning up /Root/olap_workload... done, None tables deleted\ncreate_drop: No tables to delete\nInserting a row by thread 0\nInserting a row by thread 1\nInserting a row by thread 2\nInserting a row by thread 3\nInserting a row by thread 4\nRenaming table tbl_20 to tbl_13\nRenaming table tbl_16 to tbl_13\nRenaming table tbl_9 to tbl_15\nWriting to table tbl_30\nWriting to table tbl_2\nWriting to table tbl_2\nElapsed 0 seconds, stat:\n\tcreate_drop: Created: 0, Deleted: 0, Exists: 10\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 0, Writes: 0\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 33 } message: "At function: KiReadTable!" end_position { row: 2 column: 33 } severity: 1 issues { position { row: 2 column: 33 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_30]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 33 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nWriting to table tbl_10\ncreate_drop: No tables to delete\nElapsed 10 seconds, stat:\n\tcreate_drop: Created: 0, Deleted: 0, Exists: 10\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 0, Writes: 0\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_20]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_4 to tbl_23\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_16]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_25 to tbl_4\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 33 } message: "At function: KiReadTable!" end_position { row: 2 column: 33 } severity: 1 issues { position { row: 2 column: 33 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_10]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 33 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nWriting to table tbl_5\ncreate_drop: No tables to delete\nElapsed 20 seconds, stat:\n\tcreate_drop: Created: 0, Deleted: 0, Exists: 10\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 0, Writes: 0\nElapsed 30 seconds, stat:\n\tcreate_drop: Created: 1, Deleted: 0, Exists: 11\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 0, Writes: 0\nRenaming table tbl_9 to tbl_20\nElapsed 40 seconds, stat:\n\tcreate_drop: Created: 1, Deleted: 0, Exists: 11\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 1, Writes: 0\nElapsed 50 seconds, stat:\n\tcreate_drop: Created: 1, Deleted: 0, Exists: 11\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 1, Writes: 0\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_25]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_11 to tbl_24\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 89 } message: "At function: KiAlterTable!" end_position { row: 2 column: 89 } severity: 1 issues { position { row: 2 column: 89 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_9]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 89 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_26 to tbl_20\nElapsed 60 seconds, stat:\n\tcreate_drop: Created: 2, Deleted: 1, Exists: 11\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 1, Writes: 0\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_11]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_0 to tbl_26\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_26]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_11 to tbl_14\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_11]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_10 to tbl_21\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 90 } message: "At function: KiAlterTable!" end_position { row: 2 column: 90 } severity: 1 issues { position { row: 2 column: 90 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_10]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 90 } issue_code: 2003 severity: 1 } } (server_code: 400070)\nRenaming table tbl_7 to tbl_28\nElapsed 70 seconds, stat:\n\tcreate_drop: Created: 4, Deleted: 1, Exists: 13\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 1, Writes: 0\nElapsed 80 seconds, stat:\n\tcreate_drop: Created: 4, Deleted: 1, Exists: 13\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 0\n\trename_tables: Renames: 1, Writes: 0\nInserting a row by thread 0\nElapsed 90 seconds, stat:\n\tcreate_drop: Created: 4, Deleted: 1, Exists: 13\n\tinsert_delete: Inserted: 0, Current: 0\n\ttransactions: Inserted: 1\n\trename_tables: Renames: 1, Writes: 0\nWriting to table tbl_26\nWriting to table tbl_22\nmessage: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 2 column: 33 } message: "At function: KiReadTable!" end_position { row: 2 column: 33 } severity: 1 issues { position { row: 2 column: 33 } message: "Cannot find table \\\'db.[/Root/olap_workload/rename_tables/tbl_22]\\\' because it does not exist or you do not have access permissions. Please check correctness of table path and user permissions." end_position { row: 2 column: 33 } issue_code: 2003 severity: 1 } } (server_code: 400070)'
	std_err:b'...) NOT NULL, c5646 Datetime NOT NULL, c5647 Utf8 NOT NULL, c5648 Utf8, c5649 Decimal(35,10) NOT NULL, c5650 Double NOT NULL, c5651 Double, c5652 Yson, c5653 Json NOT NULL, c5654 Uint16, c5655 Int32, c5656 Int64, c5657 Int32, c5658 Json NOT NULL, c5659 Interval64 NOT NULL, c5660 Timestamp64 NOT NULL, c5661 Int16 NOT NULL, c5662 Decimal(15,0) NOT NULL, c5663 Decimal(22,9), c5664 Yson NOT NULL, c5665 Timestamp64 NOT NULL, c5666 Datetime NOT NULL, c5667 Interval64, c5668 Uint32, c5669 Uint16, c5670 Uint32 NOT NULL, c5671 String, c5672 Int64, c5673 Timestamp, c5674 Int8 NOT NULL, c5675 Date32 NOT NULL, c5676 JsonDocument NOT NULL, c5677 String NOT NULL, c5678 Decimal(15,0) NOT NULL, c5679 Date NOT NULL, c5680 Timestamp64, c5681 Uint32, c5682 Uint64 NOT NULL, c5683 Uint64, c5684 Decimal(35,10) NOT NULL, c5685 Timestamp64, c5686 Uint32, c5687 Int64 NOT NULL, c5688 Uint32, c5689 Datetime NOT NULL, c5690 Interval64 NOT NULL, c5691 JsonDocument, c5692 Decimal(35,10) NOT NULL, c5693 Uint16 NOT NULL, c5694 Datetime64, c5695 Datetime64 NOT NULL, c5696 Uint32, c5697 Yson, c5698 Decimal(15,0), c5699 Utf8, c5700 Decimal(22,9), c5701 JsonDocument NOT NULL, c5702 Uint8 NOT NULL, c5703 Decimal(35,10) NOT NULL, c5704 Timestamp NOT NULL, c5705 Int8, c5706 Datetime NOT NULL, c5707 Datetime64, c5708 Int64, c5709 Interval64 NOT NULL, c5710 Timestamp64 NOT NULL, c5711 Interval64, c5712 Interval64, c5713 Float NOT NULL, c5714 Timestamp64 NOT NULL, c5715 Datetime64, c5716 Uint64 NOT NULL, c5717 Utf8 NOT NULL, c5718 Date NOT NULL, c5719 Uint8, c5720 Date, c5721 Uint64 NOT NULL, c5722 Int64, c5723 Decimal(35,10) NOT NULL, c5724 Int64, c5725 Decimal(15,0), c5726 Date NOT NULL, c5727 Decimal(15,0), c5728 Timestamp NOT NULL, c5729 String NOT NULL, c5730 Interval64 NOT NULL, c5731 Utf8, c5732 Utf8 NOT NULL, c5733 Uint8, c5734 Datetime64 NOT NULL, c5735 Decimal(35,10), c5736 Timestamp, c5737 Int64 NOT NULL, c5738 Yson, c5739 String NOT NULL, c5740 Int16 NOT NULL, c5741 Yson NOT NULL, c5742 Yson, c5743 Datetime64 NOT NULL, c5744 Float NOT NULL, c5745 Utf8, c5746 Int16, c5747 Uint16, c5748 Int32 NOT NULL, c5749 Uint32 NOT NULL, c5750 Int8 NOT NULL, c5751 Int64, c5752 Uint32, c5753 Decimal(15,0), c5754 Json NOT NULL, c5755 Datetime64 NOT NULL, c5756 Float, c5757 JsonDocument, c5758 Interval64 NOT NULL, c5759 Timestamp NOT NULL, c5760 Int64 NOT NULL, c5761 Int16 NOT NULL, c5762 Int8, c5763 Decimal(15,0) NOT NULL, c5764 Double NOT NULL, c5765 JsonDocument NOT NULL, c5766 Int32 NOT NULL, c5767 Timestamp64 NOT NULL, c5768 Int16 NOT NULL, c5769 Int8 NOT NULL, c5770 Datetime64, c5771 Timestamp, c5772 Decimal(35,10), c5773 Datetime64, c5774 Json NOT NULL, c5775 Decimal(35,10) NOT NULL, c5776 Timestamp, c5777 Decimal(22,9), c5778 Double, c5779 Uint32 NOT NULL, c5780 Uint64 NOT NULL, c5781 Uint64, c5782 Int8 NOT NULL, c5783 Yson NOT NULL, c5784 Date, c5785 Decimal(15,0) NOT NULL, c5786 Datetime, c5787 JsonDocument, c5788 Timestamp NOT NULL, c5789 Int8 NOT NULL, c5790 Datetime64, c5791 Date NOT NULL, c5792 Decimal(15,0) NOT NULL, c5793 Int32 NOT NULL, c5794 Decimal(35,10) NOT NULL, c5795 Timestamp64 NOT NULL, c5796 Uint32 NOT NULL, c5797 Int64, c5798 Decimal(22,9), c5799 Int32, c5800 Decimal(15,0), c5801 Datetime NOT NULL, c5802 Date NOT NULL, c5803 Int64, c5804 Double, c5805 JsonDocument NOT NULL, c5806 Int8, c5807 Yson NOT NULL, c5808 Uint16, c5809 Float, c5810 Interval64 NOT NULL, c5811 Timestamp64 NOT NULL, c5812 Interval64 NOT NULL, c5813 Uint16, c5814 Int64, c5815 Int8 NOT NULL, c5816 Int16, c5817 Int64 NOT NULL, c5818 Datetime64, c5819 Double, c5820 String, c5821 Int64 NOT NULL, c5822 Decimal(35,10), c5823 Double, c5824 Decimal(35,10), c5825 Timestamp64 NOT NULL, c5826 JsonDocument, c5827 JsonDocument NOT NULL, c5828 Float, c5829 Interval64 NOT NULL, c5830 Yson, c5831 Utf8 NOT NULL, c5832 Double NOT NULL, c5833 Json, c5834 Int64 NOT NULL, c5835 Datetime NOT NULL, c5836 Timestamp, c5837 Yson, c5838 JsonDocument NOT NULL, c5839 JsonDocument NOT NULL, c5840 Date32, c5841 Yson, c5842 Datetime64 NOT NULL, c5843 Float NOT NULL, c5844 Datetime64, c5845 Uint64 NOT NULL, c5846 Int16 NOT NULL, c5847 Uint16 NOT NULL, c5848 Double NOT NULL, c5849 Double NOT NULL, c5850 Int8 NOT NULL, c5851 Double, c5852 Uint64 NOT NULL, c5853 Date32, c5854 Yson NOT NULL, c5855 Int32 NOT NULL, c5856 Yson NOT NULL, c5857 Float, c5858 Uint8 NOT NULL, c5859 Int32 NOT NULL, c5860 Datetime64, c5861 Float NOT NULL, c5862 Uint32 NOT NULL, c5863 Uint16 NOT NULL, c5864 Timestamp, c5865 Uint64, c5866 Datetime64 NOT NULL, c5867 Uint32 NOT NULL, c5868 Float, c5869 Json, c5870 Interval64, c5871 Int32 NOT NULL, c5872 Decimal(15,0), c5873 Interval64, c5874 Decimal(15,0) NOT NULL, c5875 Int16 NOT NULL, c5876 Double, c5877 Int32 NOT NULL, c5878 Datetime64, c5879 Decimal(22,9), c5880 Date NOT NULL, c5881 Timestamp64, c5882 Date NOT NULL, c5883 Decimal(15,0), c5884 Float NOT NULL, c5885 Int8 NOT NULL, c5886 Uint16, c5887 Timestamp64, c5888 Date32, c5889 JsonDocument NOT NULL, c5890 Decimal(22,9) NOT NULL, c5891 Datetime64 NOT NULL, c5892 JsonDocument NOT NULL, c5893 Int16, c5894 Date, c5895 Uint32, c5896 Json, c5897 Datetime64 NOT NULL, c5898 Timestamp64 NOT NULL, c5899 Date32, c5900 Int8 NOT NULL, c5901 Uint16 NOT NULL, c5902 Decimal(15,0) NOT NULL, c5903 Uint32, c5904 Int16, c5905 Timestamp64, c5906 Decimal(22,9) NOT NULL, c5907 String, c5908 Utf8 NOT NULL, c5909 Decimal(15,0) NOT NULL, c5910 Double, c5911 Decimal(35,10), c5912 Uint64 NOT NULL, c5913 Datetime64, c5914 Uint64 NOT NULL, c5915 Uint64 NOT NULL, c5916 Datetime NOT NULL, c5917 Json NOT NULL, c5918 Date32, c5919 Double, c5920 Uint8 NOT NULL, c5921 Timestamp64 NOT NULL, c5922 Int32, c5923 Date NOT NULL, c5924 Datetime64, c5925 Uint16, c5926 Int64 NOT NULL, c5927 Datetime64 NOT NULL, c5928 Json, c5929 Datetime, c5930 Date32, c5931 Int32 NOT NULL, c5932 Decimal(22,9) NOT NULL, c5933 Date NOT NULL, c5934 Float, c5935 Timestamp64, c5936 Datetime, c5937 Date NOT NULL, c5938 Timestamp NOT NULL, c5939 Timestamp NOT NULL, c5940 Interval64 NOT NULL, c5941 Decimal(15,0) NOT NULL, c5942 Int32, c5943 Timestamp64 NOT NULL, c5944 Datetime NOT NULL, c5945 Uint16, c5946 JsonDocument, c5947 Date32 NOT NULL, c5948 Timestamp64, c5949 Uint8 NOT NULL, c5950 Uint64 NOT NULL, c5951 Uint64 NOT NULL, c5952 String NOT NULL, c5953 Int64 NOT NULL, c5954 Date NOT NULL, c5955 Timestamp64, c5956 Double NOT NULL, c5957 Uint32, c5958 Uint8 NOT NULL, c5959 Int32 NOT NULL, c5960 String NOT NULL, c5961 Float, c5962 Int16, c5963 String NOT NULL, c5964 JsonDocument NOT NULL, c5965 Decimal(35,10), c5966 Uint32, c5967 JsonDocument NOT NULL, c5968 Datetime NOT NULL, c5969 Int8, c5970 Json, c5971 Uint64, c5972 Float NOT NULL, c5973 Utf8, c5974 Uint8, c5975 Int16 NOT NULL, c5976 Timestamp NOT NULL, c5977 Timestamp, c5978 Json NOT NULL, c5979 Decimal(35,10), c5980 Uint8 NOT NULL, c5981 Decimal(15,0), c5982 Date32, c5983 Json, c5984 Int64, c5985 Int64, c5986 Timestamp64, c5987 Json, c5988 Decimal(15,0), c5989 Double, c5990 Timestamp64 NOT NULL, c5991 Timestamp64, c5992 Float, c5993 Date NOT NULL, c5994 Int8, c5995 Interval64 NOT NULL, c5996 Interval64 NOT NULL, c5997 Json NOT NULL, c5998 Timestamp64, c5999 JsonDocument NOT NULL, c6000 Float NOT NULL, c6001 Date32, c6002 Decimal(22,9), c6003 Datetime64 NOT NULL, c6004 Date32 NOT NULL, c6005 Timestamp64 NOT NULL, c6006 Int32, c6007 Date32 NOT NULL, c6008 Timestamp64, c6009 Datetime64, c6010 Decimal(15,0), c6011 Uint32 NOT NULL, c6012 Float NOT NULL, c6013 Uint8, c6014 Uint8, c6015 Int16 NOT NULL, c6016 Decimal(35,10) NOT NULL, c6017 Uint32, c6018 Decimal(22,9), c6019 String NOT NULL, c6020 Json, c6021 Decimal(15,0) NOT NULL, c6022 String, c6023 String NOT NULL, c6024 Int16 NOT NULL, c6025 String NOT NULL, c6026 String NOT NULL, c6027 Int32 NOT NULL, c6028 Json NOT NULL, c6029 JsonDocument NOT NULL, c6030 Datetime NOT NULL, c6031 String NOT NULL, c6032 Timestamp64 NOT NULL, c6033 Decimal(22,9) NOT NULL, c6034 Json, c6035 Utf8 NOT NULL, c6036 Utf8 NOT NULL, c6037 Int16 NOT NULL, c6038 Yson, c6039 JsonDocument, c6040 Uint8 NOT NULL, c6041 Int8 NOT NULL, c6042 Int16 NOT NULL, c6043 Utf8, c6044 Uint16, c6045 Uint32 NOT NULL, c6046 Date32, c6047 JsonDocument NOT NULL, c6048 Int32 NOT NULL, c6049 Datetime64 NOT NULL, c6050 Decimal(35,10) NOT NULL, c6051 Uint32, c6052 Double NOT NULL, c6053 Datetime64 NOT NULL, c6054 Decimal(15,0) NOT NULL, c6055 Timestamp64, c6056 Utf8 NOT NULL, c6057 Date NOT NULL, c6058 Interval64, c6059 Double NOT NULL, c6060 Timestamp NOT NULL, c6061 Int32 NOT NULL, c6062 Date NOT NULL, c6063 String NOT NULL, c6064 Uint16, c6065 Utf8 NOT NULL, c6066 Int16 NOT NULL, c6067 Decimal(15,0), c6068 Date, c6069 Decimal(35,10), c6070 Float, c6071 Float NOT NULL, c6072 Uint16, c6073 Date32, c6074 Utf8 NOT NULL, c6075 Datetime64, c6076 Datetime64 NOT NULL, c6077 Date, c6078 Int16, c6079 Decimal(15,0) NOT NULL, c6080 Decimal(15,0), c6081 Date32, c6082 Decimal(22,9) NOT NULL, c6083 String NOT NULL, c6084 Datetime NOT NULL, c6085 Date NOT NULL, c6086 Datetime NOT NULL, c6087 Date NOT NULL, c6088 Uint64, c6089 Yson, c6090 Double, c6091 Json, c6092 Json, c6093 Float NOT NULL, c6094 JsonDocument, c6095 Int32 NOT NULL, c6096 Uint64, c6097 Utf8 NOT NULL, c6098 Decimal(15,0), c6099 Timestamp, c6100 Uint32, c6101 Datetime NOT NULL, c6102 Int16, c6103 Date32, c6104 Interval64 NOT NULL, c6105 Datetime64, c6106 Interval64, c6107 String, c6108 Uint16 NOT NULL, c6109 Datetime64 NOT NULL, c6110 Decimal(35,10) NOT NULL, c6111 Interval64 NOT NULL, c6112 Int32, c6113 Utf8, c6114 Datetime NOT NULL, c6115 Date NOT NULL, c6116 Utf8 NOT NULL, c6117 Uint8 NOT NULL, c6118 Int8 NOT NULL, c6119 Int16 NOT NULL, c6120 Uint64, c6121 Decimal(15,0) NOT NULL, c6122 JsonDocument NOT NULL, c6123 Uint64 NOT NULL, c6124 Int8 NOT NULL, c6125 Utf8 NOT NULL, c6126 Int64, c6127 Date32 NOT NULL, c6128 Date, c6129 Double, c6130 Yson, c6131 Date NOT NULL, c6132 Json NOT NULL, c6133 Date32, c6134 Decimal(15,0), c6135 Json, c6136 Int32 NOT NULL, c6137 Int32, c6138 Int64 NOT NULL, c6139 Date, c6140 Datetime64, c6141 Json NOT NULL, c6142 Timestamp64, c6143 Int16, c6144 Int32, c6145 Date32, c6146 Int16, c6147 Date32, c6148 Yson NOT NULL, c6149 Decimal(15,0) NOT NULL, c6150 Yson, c6151 Decimal(35,10) NOT NULL, c6152 Timestamp64, c6153 Float, c6154 Int8, c6155 Decimal(22,9) NOT NULL, c6156 Interval64, c6157 Uint64, c6158 Decimal(22,9), c6159 Yson, c6160 Utf8 NOT NULL, c6161 Interval64 NOT NULL, c6162 Decimal(35,10) NOT NULL, c6163 Datetime64 NOT NULL, c6164 Decimal(35,10), c6165 String, c6166 String, c6167 Uint32, c6168 Json, c6169 Uint8, c6170 Decimal(15,0) NOT NULL, c6171 Utf8 NOT NULL, c6172 Date32 NOT NULL, c6173 Double NOT NULL, c6174 Uint32, c6175 Decimal(35,10) NOT NULL, c6176 Int64, c6177 Int8 NOT NULL, c6178 Datetime, c6179 Uint64, c6180 Int16, c6181 Date, c6182 Yson NOT NULL, c6183 Int16, c6184 Interval64, c6185 Int64 NOT NULL, c6186 Int8, c6187 Datetime, c6188 Uint8, c6189 Int16 NOT NULL, c6190 Datetime, c6191 Decimal(15,0), c6192 Int16 NOT NULL, c6193 Uint32, c6194 JsonDocument NOT NULL, c6195 Datetime, c6196 Decimal(15,0), c6197 Json NOT NULL, c6198 Date NOT NULL, c6199 Datetime, c6200 Utf8 NOT NULL, c6201 Int16, c6202 Uint32 NOT NULL, c6203 Int16, c6204 Int16 NOT NULL, c6205 Date NOT NULL, c6206 Uint16 NOT NULL, c6207 Int16, c6208 Timestamp NOT NULL, c6209 Int16, c6210 Decimal(22,9), c6211 Datetime NOT NULL, c6212 Decimal(22,9) NOT NULL, c6213 Json NOT NULL, c6214 Float, c6215 Int8, c6216 Interval64 NOT NULL, c6217 Date, c6218 Uint32, c6219 Datetime64 NOT NULL, c6220 Decimal(22,9), c6221 Int16 NOT NULL, c6222 Int8 NOT NULL, c6223 Decimal(22,9), c6224 Int8 NOT NULL, c6225 Int64, c6226 Date32 NOT NULL, c6227 Json, c6228 Json NOT NULL, c6229 Datetime, c6230 Float NOT NULL, c6231 Utf8 NOT NULL, c6232 Utf8, c6233 Uint16 NOT NULL, c6234 Datetime NOT NULL, c6235 Double NOT NULL, c6236 Int16 NOT NULL, c6237 Uint8, c6238 Json, c6239 Float, c6240 Uint32, c6241 Date, c6242 Int32, c6243 Int64 NOT NULL, c6244 Yson NOT NULL, c6245 Timestamp64 NOT NULL, c6246 Json, c6247 Decimal(22,9) NOT NULL, c6248 Int64, c6249 String, c6250 Datetime64 NOT NULL, c6251 Uint16, c6252 JsonDocument, c6253 Timestamp64 NOT NULL, c6254 Datetime, c6255 Utf8, c6256 Int8, c6257 Utf8, c6258 Uint8 NOT NULL, c6259 Int64, c6260 Int16, c6261 Uint16 NOT NULL, c6262 Json NOT NULL, c6263 Yson, c6264 Decimal(15,0) NOT NULL, c6265 JsonDocument, c6266 Decimal(22,9) NOT NULL, c6267 Interval64 NOT NULL, c6268 Utf8, c6269 Decimal(35,10) NOT NULL, c6270 Decimal(15,0) NOT NULL, c6271 Date NOT NULL, c6272 Datetime, c6273 Int16, c6274 Uint32, c6275 Datetime, c6276 Datetime64 NOT NULL, c6277 Uint8 NOT NULL, c6278 Json, c6279 Interval64, c6280 Json NOT NULL, c6281 Date32 NOT NULL, c6282 Date NOT NULL, c6283 Int8 NOT NULL, c6284 Uint16 NOT NULL, c6285 Utf8 NOT NULL, c6286 Yson, c6287 Datetime64 NOT NULL, c6288 Int64 NOT NULL, c6289 Uint8, c6290 Utf8 NOT NULL, c6291 Timestamp NOT NULL, c6292 Uint16 NOT NULL, c6293 Int32, c6294 Date32 NOT NULL, c6295 Uint8, c6296 Datetime64 NOT NULL, c6297 Int8 NOT NULL, c6298 Uint8, c6299 Int16, c6300 Utf8 NOT NULL, c6301 Yson, c6302 Datetime64, c6303 Decimal(15,0) NOT NULL, c6304 Datetime64, c6305 Int64 NOT NULL, c6306 Int16, c6307 Timestamp, c6308 String NOT NULL, c6309 Int16, c6310 Double NOT NULL, c6311 Uint64 NOT NULL, c6312 Uint16, c6313 Decimal(35,10) NOT NULL, c6314 Date32, c6315 Int16, c6316 Timestamp, c6317 Timestamp, c6318 Int64 NOT NULL, c6319 Decimal(22,9), c6320 Yson NOT NULL, c6321 Json NOT NULL, c6322 Int32 NOT NULL, c6323 Int8 NOT NULL, c6324 Uint8 NOT NULL, c6325 Int16, c6326 JsonDocument, c6327 Decimal(35,10) NOT NULL, c6328 Int16 NOT NULL, c6329 Int8, c6330 Date NOT NULL, c6331 Uint8, c6332 Decimal(35,10) NOT NULL, c6333 Uint32, c6334 Int8 NOT NULL, c6335 Timestamp NOT NULL, c6336 Datetime64 NOT NULL, c6337 JsonDocument, c6338 Yson, c6339 Int64, c6340 Decimal(15,0), c6341 Float, c6342 Date32, c6343 Timestamp64 NOT NULL, c6344 Int8, c6345 Timestamp64 NOT NULL, c6346 Json NOT NULL, c6347 Uint32 NOT NULL, c6348 Timestamp, c6349 Json, c6350 Uint64, c6351 Utf8 NOT NULL, c6352 Uint64 NOT NULL, c6353 JsonDocument, c6354 Int32, c6355 Float NOT NULL, c6356 Interval64 NOT NULL, c6357 Float, c6358 Int8 NOT NULL, c6359 Int32 NOT NULL, c6360 Uint16, c6361 Int16 NOT NULL, c6362 Uint64 NOT NULL, c6363 Decimal(35,10) NOT NULL, c6364 Decimal(15,0) NOT NULL, c6365 Timestamp, c6366 Int64 NOT NULL, c6367 String, c6368 Uint32, c6369 Double, c6370 Datetime64 NOT NULL, c6371 Int64 NOT NULL, c6372 Date, c6373 Datetime64 NOT NULL, c6374 Datetime NOT NULL, c6375 JsonDocument, c6376 Int64, c6377 Timestamp64 NOT NULL, c6378 Json, c6379 Uint8 NOT NULL, c6380 Date32 NOT NULL, c6381 Int64, c6382 Float, c6383 Date, c6384 Date, c6385 Date32 NOT NULL, c6386 Timestamp64, c6387 Uint8 NOT NULL, c6388 Decimal(22,9), c6389 Interval64, c6390 Decimal(35,10), c6391 Decimal(22,9) NOT NULL, c6392 JsonDocument NOT NULL, c6393 Int32 NOT NULL, c6394 Float NOT NULL, c6395 Date NOT NULL, c6396 Uint8, c6397 Int8, c6398 Decimal(22,9) NOT NULL, c6399 JsonDocument, c6400 Timestamp64 NOT NULL, c6401 Uint8 NOT NULL, c6402 Float, c6403 Interval64, c6404 Datetime, c6405 Decimal(35,10), c6406 Utf8 NOT NULL, c6407 Uint8 NOT NULL, c6408 Uint64 NOT NULL, c6409 Json NOT NULL, c6410 Uint8 NOT NULL, c6411 Uint16, c6412 Datetime, c6413 Int64, c6414 Timestamp NOT NULL, c6415 Int8 NOT NULL, c6416 JsonDocument NOT NULL, c6417 Timestamp NOT NULL, c6418 Uint32 NOT NULL, c6419 String, c6420 Uint32, c6421 Double, c6422 Decimal(35,10), c6423 JsonDocument NOT NULL, c6424 Date, c6425 Int64, c6426 Int16 NOT NULL, c6427 Decimal(15,0), c6428 Utf8, c6429 Double, c6430 Uint64 NOT NULL, c6431 Decimal(35,10) NOT NULL, c6432 String NOT NULL, c6433 Utf8, c6434 Decimal(15,0), c6435 Decimal(35,10) NOT NULL, c6436 Datetime, c6437 Date32 NOT NULL, c6438 Timestamp64, c6439 Utf8 NOT NULL, c6440 Int64 NOT NULL, c6441 Decimal(35,10) NOT NULL, c6442 Int8 NOT NULL, c6443 Int32, c6444 Decimal(15,0), c6445 Double NOT NULL, c6446 Interval64, c6447 Uint64 NOT NULL, c6448 Yson NOT NULL, c6449 Yson NOT NULL, c6450 Int32, c6451 Uint8, c6452 Decimal(15,0), c6453 Date32 NOT NULL, c6454 String NOT NULL, c6455 JsonDocument, c6456 Datetime NOT NULL, c6457 Double NOT NULL, c6458 Decimal(22,9), c6459 Int32 NOT NULL, c6460 Uint16 NOT NULL, c6461 Decimal(22,9) NOT NULL, c6462 Yson NOT NULL, c6463 Datetime64 NOT NULL, c6464 Date32, c6465 Int32 NOT NULL, c6466 Decimal(35,10) NOT NULL, c6467 Datetime, c6468 Int8, c6469 Date NOT NULL, c6470 Float NOT NULL, c6471 Int64, c6472 Uint32 NOT NULL, c6473 Double, c6474 String, c6475 Int64 NOT NULL, c6476 Uint32, c6477 Int32 NOT NULL, c6478 Utf8 NOT NULL, c6479 Date, c6480 Datetime64 NOT NULL, c6481 Json, c6482 Uint16, c6483 String NOT NULL, c6484 Decimal(22,9) NOT NULL, c6485 Int8, c6486 Utf8, c6487 Decimal(15,0), c6488 Timestamp64, c6489 Uint8, c6490 Decimal(15,0), c6491 Json NOT NULL, c6492 Timestamp, c6493 Uint64, c6494 Uint32, c6495 Double NOT NULL, c6496 Int16 NOT NULL, c6497 Uint32, c6498 Yson NOT NULL, c6499 Uint16 NOT NULL, c6500 Date32, c6501 Float, c6502 Int8 NOT NULL, c6503 Yson, c6504 Json, c6505 Date32 NOT NULL, c6506 Uint16, c6507 Date32 NOT NULL, c6508 Interval64, c6509 Yson, c6510 Decimal(15,0) NOT NULL, c6511 Int8, c6512 Date NOT NULL, c6513 Utf8 NOT NULL, c6514 Decimal(35,10) NOT NULL, c6515 Json NOT NULL, c6516 Timestamp64 NOT NULL, c6517 Timestamp64 NOT NULL, c6518 JsonDocument NOT NULL, c6519 Interval64 NOT NULL, c6520 Uint32, c6521 Yson, c6522 Int16, c6523 Float, c6524 Decimal(35,10) NOT NULL, c6525 Uint64, c6526 Interval64 NOT NULL, c6527 Utf8, c6528 Interval64 NOT NULL, c6529 String NOT NULL, c6530 Uint32, c6531 Timestamp64, c6532 Timestamp, c6533 Double, c6534 Uint16 NOT NULL, c6535 Date32 NOT NULL, c6536 Date32 NOT NULL, c6537 Yson NOT NULL, c6538 Float NOT NULL, c6539 Decimal(22,9), c6540 Datetime, c6541 Yson, c6542 Decimal(15,0) NOT NULL, c6543 Int16 NOT NULL, c6544 Utf8, c6545 Json, c6546 Datetime NOT NULL, c6547 Uint32, c6548 JsonDocument NOT NULL, c6549 String, c6550 Decimal(22,9) NOT NULL, c6551 Timestamp64, c6552 Int64, c6553 Timestamp64 NOT NULL, c6554 Timestamp64 NOT NULL, c6555 Timestamp, c6556 Int16 NOT NULL, c6557 Int64, c6558 Timestamp64 NOT NULL, c6559 Int16 NOT NULL, c6560 Json NOT NULL, c6561 Decimal(35,10), c6562 Date32, c6563 Int16 NOT NULL, c6564 Utf8, c6565 Float NOT NULL, c6566 Utf8, c6567 Datetime64 NOT NULL, c6568 Uint32 NOT NULL, c6569 Int16 NOT NULL, c6570 Timestamp64, c6571 String NOT NULL, c6572 Float NOT NULL, c6573 Decimal(15,0), c6574 Uint16 NOT NULL, c6575 Timestamp NOT NULL, c6576 Utf8 NOT NULL, c6577 Decimal(22,9) NOT NULL, c6578 Float NOT NULL, c6579 Timestamp64 NOT NULL, c6580 Float, c6581 Datetime64 NOT NULL, c6582 String NOT NULL, c6583 Int16 NOT NULL, c6584 Int64 NOT NULL, c6585 JsonDocument, c6586 Float, c6587 Double, c6588 Json, c6589 Float, c6590 Datetime, c6591 Datetime64 NOT NULL, c6592 Decimal(22,9), c6593 Int32 NOT NULL, c6594 Date32 NOT NULL, c6595 Yson NOT NULL, c6596 Interval64 NOT NULL, c6597 Uint32 NOT NULL, c6598 Json NOT NULL, c6599 Uint8, c6600 Decimal(22,9), c6601 Utf8 NOT NULL, c6602 Timestamp64, c6603 Int32 NOT NULL, c6604 Int8, c6605 Datetime64, c6606 Uint64 NOT NULL, c6607 Int64 NOT NULL, c6608 String, c6609 Uint16 NOT NULL, c6610 Uint64 NOT NULL, c6611 Double, c6612 Date32, c6613 Double, c6614 String, c6615 Utf8, c6616 Uint8 NOT NULL, c6617 Date32, c6618 Datetime64, c6619 Double NOT NULL, c6620 Double, c6621 Uint32 NOT NULL, c6622 Int16, c6623 Uint8, c6624 Uint32 NOT NULL, c6625 JsonDocument NOT NULL, c6626 Int32, c6627 Int64 NOT NULL, c6628 Yson, c6629 Float NOT NULL, c6630 JsonDocument NOT NULL, c6631 Uint32 NOT NULL, c6632 Int64, c6633 Utf8 NOT NULL, c6634 Date32 NOT NULL, c6635 Timestamp64, c6636 Date, c6637 Json NOT NULL, c6638 Utf8, c6639 Uint8, c6640 Interval64, c6641 Decimal(35,10) NOT NULL, c6642 String, c6643 Double, c6644 Decimal(35,10), c6645 Datetime64 NOT NULL, c6646 Int16 NOT NULL, c6647 Uint64, c6648 Double NOT NULL, c6649 Double, c6650 Float NOT NULL, c6651 Int8, c6652 Decimal(22,9) NOT NULL, c6653 Int8 NOT NULL, c6654 String NOT NULL, c6655 Decimal(35,10) NOT NULL, c6656 Int8, c6657 Utf8, c6658 Decimal(35,10) NOT NULL, c6659 Yson, c6660 String NOT NULL, c6661 Date32, c6662 Int32, c6663 Timestamp, c6664 Uint16, c6665 Int16, c6666 Datetime64 NOT NULL, c6667 Yson, c6668 Utf8 NOT NULL, c6669 Date32 NOT NULL, c6670 Yson NOT NULL, c6671 Timestamp64 NOT NULL, c6672 Int8 NOT NULL, c6673 Decimal(15,0) NOT NULL, c6674 Float NOT NULL, c6675 Uint8, c6676 Uint8 NOT NULL, c6677 Float NOT NULL, c6678 Interval64 NOT NULL, c6679 Json NOT NULL, c6680 Decimal(35,10), c6681 JsonDocument, c6682 Datetime64, c6683 Int32 NOT NULL, c6684 Uint32 NOT NULL, c6685 Uint32, c6686 Decimal(22,9), c6687 Json, c6688 Datetime NOT NULL, c6689 Timestamp64, c6690 Json, c6691 Uint16, c6692 Datetime64, c6693 Datetime64 NOT NULL, c6694 Uint64, c6695 Int8 NOT NULL, c6696 Datetime64 NOT NULL, c6697 Utf8 NOT NULL, c6698 JsonDocument NOT NULL, c6699 JsonDocument NOT NULL, c6700 Decimal(22,9), c6701 Int8 NOT NULL, c6702 Uint64, c6703 Uint16, c6704 Decimal(22,9), c6705 Int16, c6706 Interval64 NOT NULL, c6707 Timestamp, c6708 String, c6709 Decimal(15,0) NOT NULL, c6710 Timestamp NOT NULL, c6711 Int64, c6712 Float, c6713 Int16 NOT NULL, c6714 Uint16 NOT NULL, c6715 Int16 NOT NULL, c6716 Uint64 NOT NULL, c6717 Timestamp64, c6718 Interval64, c6719 Decimal(35,10), c6720 Yson, c6721 Double NOT NULL, c6722 Uint32 NOT NULL, c6723 Json NOT NULL, c6724 Double, c6725 Double NOT NULL, c6726 Json NOT NULL, c6727 Uint8, c6728 Float NOT NULL, c6729 Uint8 NOT NULL, c6730 Int32 NOT NULL, c6731 Int8, c6732 Float, c6733 Datetime64 NOT NULL, c6734 Uint64, c6735 JsonDocument NOT NULL, c6736 Decimal(22,9), c6737 Json, c6738 Json NOT NULL, c6739 Int16 NOT NULL, c6740 Int32 NOT NULL, c6741 Int16 NOT NULL, c6742 Timestamp64 NOT NULL, c6743 Timestamp64, c6744 Uint64, c6745 Date NOT NULL, c6746 JsonDocument, c6747 Int16 NOT NULL, c6748 Float NOT NULL, c6749 Json NOT NULL, c6750 Datetime64 NOT NULL, c6751 Int8 NOT NULL, c6752 Decimal(35,10) NOT NULL, c6753 Timestamp NOT NULL, c6754 Decimal(35,10) NOT NULL, c6755 Interval64 NOT NULL, c6756 Int16, c6757 Uint64 NOT NULL, c6758 Decimal(15,0) NOT NULL, c6759 Interval64 NOT NULL, c6760 Int64, c6761 Yson NOT NULL, c6762 Timestamp NOT NULL, c6763 String NOT NULL, c6764 Datetime64, c6765 Uint32 NOT NULL, c6766 Decimal(35,10) NOT NULL, c6767 JsonDocument NOT NULL, c6768 Double NOT NULL, c6769 Uint8, c6770 Decimal(15,0), c6771 Decimal(22,9), c6772 Datetime64, c6773 Utf8, c6774 Uint64 NOT NULL, c6775 Uint32, c6776 Json, c6777 Date, c6778 Uint64, c6779 Double, c6780 Interval64, c6781 Uint16, c6782 Yson NOT NULL, c6783 Decimal(15,0), c6784 Date32, c6785 Datetime64 NOT NULL, c6786 Interval64 NOT NULL, c6787 Decimal(15,0), c6788 Json NOT NULL, c6789 Float, c6790 Decimal(22,9) NOT NULL, c6791 Uint16, c6792 Date, c6793 Datetime64, c6794 Int16, c6795 Datetime64, c6796 Datetime64 NOT NULL, c6797 Datetime NOT NULL, c6798 Float NOT NULL, c6799 Timestamp64, c6800 Datetime64, c6801 Int8 NOT NULL, c6802 Uint64 NOT NULL, c6803 Decimal(15,0) NOT NULL, c6804 Timestamp, c6805 Json NOT NULL, c6806 Datetime, c6807 Int64 NOT NULL, c6808 Decimal(35,10) NOT NULL, c6809 Datetime, c6810 Datetime, c6811 Yson NOT NULL, c6812 Interval64 NOT NULL, c6813 Double NOT NULL, c6814 Int32, c6815 Decimal(15,0), c6816 Date32, c6817 Date NOT NULL, c6818 Double, c6819 Int64, c6820 Yson NOT NULL, c6821 Float NOT NULL, c6822 Timestamp64, c6823 Utf8, c6824 Timestamp NOT NULL, c6825 Datetime NOT NULL, c6826 Double, c6827 Uint64 NOT NULL, c6828 Timestamp NOT NULL, c6829 Double, c6830 Float, c6831 Utf8, c6832 Datetime64 NOT NULL, c6833 Int8 NOT NULL, c6834 Timestamp NOT NULL, c6835 Datetime64, c6836 Json, c6837 Uint64 NOT NULL, c6838 Datetime, c6839 JsonDocument NOT NULL, c6840 Utf8 NOT NULL, c6841 Date32 NOT NULL, c6842 Uint16 NOT NULL, c6843 Datetime64, c6844 Double, c6845 Json, c6846 Double NOT NULL, c6847 Datetime64, c6848 Datetime64, c6849 Datetime64 NOT NULL, c6850 Timestamp64, c6851 Yson NOT NULL, c6852 Int32, c6853 Decimal(15,0) NOT NULL, c6854 Datetime64, c6855 Yson NOT NULL, c6856 Date, c6857 Uint32 NOT NULL, c6858 Datetime NOT NULL, c6859 Utf8, c6860 Uint16 NOT NULL, c6861 Decimal(35,10) NOT NULL, c6862 Uint16 NOT NULL, c6863 Datetime, c6864 Json NOT NULL, c6865 Double, c6866 Yson NOT NULL, c6867 Uint64, c6868 Utf8, c6869 Float, c6870 Uint16 NOT NULL, c6871 Date32, c6872 Decimal(35,10), c6873 Timestamp64 NOT NULL, c6874 Int32, c6875 Datetime NOT NULL, c6876 Interval64, c6877 Timestamp NOT NULL, c6878 Json, c6879 Timestamp NOT NULL, c6880 Timestamp NOT NULL, c6881 Uint16, c6882 Date32, c6883 Uint16 NOT NULL, c6884 String NOT NULL, c6885 Date32, c6886 Interval64 NOT NULL, c6887 Json NOT NULL, c6888 Uint8 NOT NULL, c6889 Utf8 NOT NULL, c6890 Timestamp64, c6891 Decimal(22,9), c6892 Int16, c6893 JsonDocument, c6894 Date, c6895 Timestamp64 NOT NULL, c6896 Timestamp64 NOT NULL, c6897 Uint32, c6898 Uint64, c6899 Int8 NOT NULL, c6900 Timestamp64 NOT NULL, c6901 Decimal(22,9) NOT NULL, c6902 Uint32, c6903 String NOT NULL, c6904 Json NOT NULL, c6905 Float NOT NULL, c6906 Int16, c6907 Int8 NOT NULL, c6908 Decimal(22,9) NOT NULL, c6909 Float, c6910 Int16 NOT NULL, c6911 Decimal(15,0), c6912 Uint16 NOT NULL, c6913 Uint8 NOT NULL, c6914 Datetime, c6915 Timestamp64 NOT NULL, c6916 Utf8, c6917 String, c6918 Int8 NOT NULL, c6919 Uint16 NOT NULL, c6920 Date32 NOT NULL, c6921 Int64, c6922 Int16, c6923 Int64 NOT NULL, c6924 Uint16, c6925 Uint64 NOT NULL, c6926 Datetime NOT NULL, c6927 Uint64, c6928 Date32, c6929 Float, c6930 Datetime64 NOT NULL, c6931 Uint32 NOT NULL, c6932 Interval64 NOT NULL, c6933 Utf8 NOT NULL, c6934 Timestamp64, c6935 Int64 NOT NULL, c6936 Timestamp, c6937 Json NOT NULL, c6938 Interval64 NOT NULL, c6939 Date32, c6940 Decimal(22,9) NOT NULL, c6941 Interval64 NOT NULL, c6942 Decimal(35,10), c6943 JsonDocument, c6944 Json, c6945 Decimal(35,10) NOT NULL, c6946 Datetime NOT NULL, c6947 Uint8 NOT NULL, c6948 Datetime64 NOT NULL, c6949 String, c6950 Uint64 NOT NULL, c6951 Uint16, c6952 Double, c6953 Interval64 NOT NULL, c6954 Timestamp64 NOT NULL, c6955 Uint16 NOT NULL, c6956 Date32, c6957 JsonDocument, c6958 String NOT NULL, c6959 Decimal(35,10) NOT NULL, c6960 Uint16 NOT NULL, c6961 Float NOT NULL, c6962 Date32 NOT NULL, c6963 Uint32 NOT NULL, c6964 String NOT NULL, c6965 Date32 NOT NULL, c6966 Int64, c6967 Datetime, c6968 JsonDocument NOT NULL, c6969 Date, c6970 Datetime, c6971 JsonDocument NOT NULL, c6972 Uint64, c6973 Int16, c6974 Int16 NOT NULL, c6975 Timestamp64 NOT NULL, c6976 Date32 NOT NULL, c6977 Uint32, c6978 Date32 NOT NULL, c6979 Date32 NOT NULL, c6980 Uint8, c6981 Int64, c6982 Double NOT NULL, c6983 Uint8, c6984 Utf8, c6985 String, c6986 Decimal(22,9) NOT NULL, c6987 Date32, c6988 Timestamp64 NOT NULL, c6989 Utf8 NOT NULL, c6990 String NOT NULL, c6991 Utf8 NOT NULL, c6992 Interval64 NOT NULL, c6993 Decimal(15,0) NOT NULL, c6994 Decimal(35,10), c6995 JsonDocument NOT NULL, c6996 JsonDocument NOT NULL, c6997 Timestamp NOT NULL, c6998 Int8, c6999 Int64, c7000 Uint16 NOT NULL, c7001 Datetime64 NOT NULL, c7002 Float, c7003 Int16, c7004 Int64, c7005 Json NOT NULL, c7006 Uint32, c7007 Decimal(15,0) NOT NULL, c7008 Date NOT NULL, c7009 Uint32, c7010 Interval64 NOT NULL, c7011 Decimal(22,9), c7012 Interval64 NOT NULL, c7013 Double, c7014 Datetime64, c7015 String NOT NULL, c7016 Datetime, c7017 Timestamp64 NOT NULL, c7018 Date, c7019 Int64 NOT NULL, c7020 Int32, c7021 Date32, c7022 Date32 NOT NULL, c7023 Datetime, c7024 Timestamp NOT NULL, c7025 JsonDocument, c7026 String, c7027 Int32 NOT NULL, c7028 Date, c7029 Uint8 NOT NULL, c7030 Date, c7031 Utf8, c7032 Uint8 NOT NULL, c7033 Datetime, c7034 String, c7035 Date, c7036 Decimal(35,10), c7037 Int16 NOT NULL, c7038 Uint16 NOT NULL, c7039 Yson NOT NULL, c7040 Timestamp64 NOT NULL, c7041 Interval64 NOT NULL, c7042 Decimal(15,0), c7043 Datetime NOT NULL, c7044 JsonDocument, c7045 Interval64, c7046 Decimal(22,9) NOT NULL, c7047 Date NOT NULL, c7048 Uint64, c7049 Decimal(35,10) NOT NULL, c7050 Double NOT NULL, c7051 Interval64, c7052 Date, c7053 Timestamp NOT NULL, c7054 Date32 NOT NULL, c7055 Float, c7056 Date, c7057 Uint16, c7058 Date32 NOT NULL, c7059 Uint64, c7060 Uint64 NOT NULL, c7061 Float NOT NULL, c7062 Uint16 NOT NULL, c7063 Interval64, c7064 Int32, c7065 Uint8 NOT NULL, c7066 Float NOT NULL, c7067 Float, c7068 Int32, c7069 Decimal(15,0), c7070 Double, c7071 Datetime64 NOT NULL, c7072 Int32 NOT NULL, c7073 Decimal(15,0) NOT NULL, c7074 Decimal(35,10) NOT NULL, c7075 Uint8, c7076 Datetime NOT NULL, c7077 Uint16 NOT NULL, c7078 Double, c7079 Date NOT NULL, c7080 Datetime NOT NULL, c7081 Decimal(22,9) NOT NULL, c7082 Float NOT NULL, c7083 Datetime NOT NULL, c7084 Int8, c7085 Timestamp NOT NULL, c7086 Decimal(35,10) NOT NULL, c7087 Utf8, c7088 Int64, c7089 Int32 NOT NULL, c7090 Uint16 NOT NULL, c7091 Utf8 NOT NULL, c7092 JsonDocument, c7093 Decimal(35,10) NOT NULL, c7094 Date32, c7095 Float, c7096 Int32, c7097 Datetime64 NOT NULL, c7098 Date32, c7099 String NOT NULL, c7100 Float NOT NULL, c7101 Datetime64 NOT NULL, c7102 Yson NOT NULL, c7103 Date NOT NULL, c7104 Int16 NOT NULL, c7105 Uint16, c7106 Double, c7107 Date32 NOT NULL, c7108 Interval64, c7109 Datetime64 NOT NULL, c7110 Uint64 NOT NULL, c7111 Int8, c7112 Int32 NOT NULL, c7113 JsonDocument NOT NULL, c7114 Double, c7115 Uint16, c7116 Int64, c7117 Int8, c7118 Float NOT NULL, c7119 Timestamp64 NOT NULL, c7120 Uint16 NOT NULL, c7121 Int16, c7122 Uint16 NOT NULL, c7123 Timestamp64 NOT NULL, c7124 Int64, c7125 Int16, c7126 Date32, c7127 Decimal(15,0) NOT NULL, c7128 Decimal(22,9), c7129 Date, c7130 Date NOT NULL, c7131 Uint16 NOT NULL, c7132 JsonDocument NOT NULL, c7133 Timestamp64, c7134 Int64, c7135 Interval64 NOT NULL, c7136 Interval64, c7137 Int16, c7138 Date NOT NULL, c7139 Datetime, c7140 Uint16, c7141 Date, c7142 Double NOT NULL, c7143 Uint32 NOT NULL, c7144 Uint64, c7145 Datetime NOT NULL, c7146 Date, c7147 Uint64 NOT NULL, c7148 Int64, c7149 Uint16, c7150 Decimal(15,0) NOT NULL, c7151 Int32, c7152 Yson, c7153 Float NOT NULL, c7154 Decimal(35,10), c7155 Int16 NOT NULL, c7156 Timestamp64 NOT NULL, c7157 Yson NOT NULL, c7158 Float NOT NULL, c7159 Date, c7160 Uint8 NOT NULL, c7161 Datetime NOT NULL, c7162 Timestamp64, c7163 Datetime64 NOT NULL, c7164 Interval64, c7165 Decimal(22,9), c7166 Int8 NOT NULL, c7167 Interval64 NOT NULL, c7168 Double NOT NULL, c7169 Utf8, c7170 Timestamp NOT NULL, c7171 Decimal(35,10), c7172 Float, c7173 Decimal(22,9), c7174 Decimal(15,0), c7175 Decimal(22,9) NOT NULL, c7176 Timestamp64, c7177 Double, c7178 JsonDocument, c7179 Timestamp64 NOT NULL, c7180 Timestamp NOT NULL, c7181 Date32, c7182 Uint64 NOT NULL, c7183 Decimal(15,0) NOT NULL, c7184 Uint16, c7185 Date32, c7186 Double NOT NULL, c7187 Json, c7188 Uint8, c7189 Interval64, c7190 Int64, c7191 String NOT NULL, c7192 Timestamp64, c7193 Int8 NOT NULL, c7194 Uint32, c7195 Decimal(15,0) NOT NULL, c7196 Interval64 NOT NULL, c7197 Interval64 NOT NULL, c7198 Datetime64 NOT NULL, c7199 Uint16, c7200 Json NOT NULL, c7201 Utf8 NOT NULL, c7202 Decimal(22,9), c7203 Decimal(35,10), c7204 Interval64 NOT NULL, c7205 Timestamp NOT NULL, c7206 Date, c7207 JsonDocument, c7208 Date32 NOT NULL, c7209 Uint8 NOT NULL, c7210 Int64 NOT NULL, c7211 Int32 NOT NULL, c7212 Double NOT NULL, c7213 Float, c7214 Uint32 NOT NULL, c7215 Int16, c7216 Timestamp64, c7217 Date32, c7218 Uint16, c7219 Timestamp NOT NULL, c7220 String NOT NULL, c7221 Double NOT NULL, c7222 Date NOT NULL, c7223 Int8, c7224 Int8, c7225 Timestamp64, c7226 Date32 NOT NULL, c7227 Timestamp64, c7228 Decimal(35,10) NOT NULL, c7229 Interval64 NOT NULL, c7230 Int16 NOT NULL, c7231 Decimal(35,10), c7232 Int64, c7233 Datetime, c7234 JsonDocument NOT NULL, c7235 Decimal(35,10) NOT NULL, c7236 Date, c7237 Int8 NOT NULL, c7238 JsonDocument, c7239 Uint64 NOT NULL, c7240 Uint8, c7241 Decimal(35,10) NOT NULL, c7242 Interval64 NOT NULL, c7243 Date32 NOT NULL, c7244 Double NOT NULL, c7245 Int32 NOT NULL, c7246 Uint8 NOT NULL, c7247 Uint16 NOT NULL, c7248 Double NOT NULL, c7249 Yson NOT NULL, c7250 Uint8, c7251 Date NOT NULL, c7252 Date32 NOT NULL, c7253 String, c7254 Double NOT NULL, c7255 Int16, c7256 JsonDocument NOT NULL, c7257 Float, c7258 Utf8, c7259 Decimal(22,9) NOT NULL, c7260 Utf8, c7261 Uint8 NOT NULL, c7262 Json NOT NULL, c7263 Json, c7264 Int8 NOT NULL, c7265 Decimal(15,0) NOT NULL, c7266 Interval64 NOT NULL, c7267 Json NOT NULL, c7268 Decimal(35,10) NOT NULL, c7269 JsonDocument, c7270 Datetime, c7271 Uint64, c7272 Uint32, c7273 JsonDocument NOT NULL, c7274 Uint32 NOT NULL, c7275 Date NOT NULL, c7276 Json, c7277 Date, c7278 Uint8, c7279 Decimal(22,9), c7280 Decimal(15,0), c7281 Int8 NOT NULL, c7282 Uint32 NOT NULL, c7283 Decimal(22,9) NOT NULL, c7284 Uint32 NOT NULL, c7285 Decimal(22,9), c7286 Decimal(15,0) NOT NULL, c7287 Timestamp, c7288 Int8 NOT NULL, c7289 Date NOT NULL, c7290 Double NOT NULL, c7291 Double NOT NULL, c7292 Uint32 NOT NULL, c7293 String, c7294 Int8 NOT NULL, c7295 Double NOT NULL, c7296 Uint64, c7297 String NOT NULL, c7298 JsonDocument NOT NULL, c7299 Uint32, c7300 Double NOT NULL, c7301 Datetime, c7302 Int32, c7303 Datetime NOT NULL, c7304 Utf8 NOT NULL, c7305 Datetime64 NOT NULL, c7306 JsonDocument, c7307 Datetime64, c7308 Date NOT NULL, c7309 Int16 NOT NULL, c7310 Datetime64, c7311 Double NOT NULL, c7312 Int16 NOT NULL, c7313 Datetime64, c7314 JsonDocument NOT NULL, c7315 Int8 NOT NULL, c7316 Datetime64, c7317 Date, c7318 Int8, c7319 Timestamp, c7320 Timestamp64 NOT NULL, c7321 Timestamp64, c7322 Uint8, c7323 Date32, c7324 Int64, c7325 Decimal(15,0) NOT NULL, c7326 Datetime NOT NULL, c7327 Uint64, c7328 Uint8 NOT NULL, c7329 Utf8, c7330 Double, c7331 Date32, c7332 String, c7333 Uint8 NOT NULL, c7334 Datetime, c7335 Double, c7336 Interval64 NOT NULL, c7337 Int32, c7338 Uint8 NOT NULL, c7339 String, c7340 Uint32, c7341 JsonDocument, c7342 Int64 NOT NULL, c7343 Interval64 NOT NULL, c7344 Date NOT NULL, c7345 Double, c7346 Decimal(22,9), c7347 Date32 NOT NULL, c7348 Interval64 NOT NULL, c7349 Int32 NOT NULL, c7350 Date, c7351 String NOT NULL, c7352 Uint8 NOT NULL, c7353 Uint16, c7354 Timestamp64 NOT NULL, c7355 Json, c7356 Decimal(22,9) NOT NULL, c7357 Uint16, c7358 Uint64 NOT NULL, c7359 Uint8, c7360 Int8 NOT NULL, c7361 Interval64, c7362 Datetime64 NOT NULL, c7363 Timestamp64 NOT NULL, c7364 Float, c7365 Uint16, c7366 Datetime64, c7367 Decimal(15,0) NOT NULL, c7368 Float, c7369 Int32, c7370 Double NOT NULL, c7371 Timestamp, c7372 Uint16, c7373 Utf8, c7374 Yson NOT NULL, c7375 Utf8 NOT NULL, c7376 Int64 NOT NULL, c7377 Float, c7378 Double, c7379 Int64 NOT NULL, c7380 Float NOT NULL, c7381 Float, c7382 Yson, c7383 Decimal(15,0) NOT NULL, c7384 Timestamp64 NOT NULL, c7385 Uint64 NOT NULL, c7386 Date32 NOT NULL, c7387 Int32 NOT NULL, c7388 String, c7389 Decimal(15,0), c7390 Uint8 NOT NULL, c7391 JsonDocument, c7392 Yson NOT NULL, c7393 Datetime64 NOT NULL, c7394 Yson, c7395 Decimal(15,0), c7396 Uint16, c7397 Int32 NOT NULL, c7398 Uint16, c7399 Float NOT NULL, c7400 Uint64, c7401 Decimal(22,9) NOT NULL, c7402 Timestamp64 NOT NULL, c7403 Timestamp64, c7404 Int8, c7405 Decimal(35,10), c7406 Timestamp, c7407 Json NOT NULL, c7408 Timestamp NOT NULL, c7409 Datetime, c7410 Timestamp, c7411 Timestamp64 NOT NULL, c7412 Uint8, c7413 Interval64 NOT NULL, c7414 String NOT NULL, c7415 Int8, c7416 Decimal(22,9), c7417 Decimal(15,0), c7418 Timestamp64, c7419 Int8, c7420 Uint8 NOT NULL, c7421 Uint16, c7422 Int8 NOT NULL, c7423 Uint16 NOT NULL, c7424 Int32 NOT NULL, c7425 Decimal(22,9), c7426 Float NOT NULL, c7427 Double NOT NULL, c7428 Decimal(15,0), c7429 Yson NOT NULL, c7430 Timestamp, c7431 Double NOT NULL, c7432 Json, c7433 Datetime NOT NULL, c7434 Datetime64, c7435 Int64 NOT NULL, c7436 Uint8, c7437 Decimal(22,9) NOT NULL, c7438 String, c7439 Uint32 NOT NULL, c7440 Double, c7441 Uint32 NOT NULL, c7442 Float NOT NULL, c7443 Decimal(15,0) NOT NULL, c7444 Timestamp64 NOT NULL, c7445 Uint64 NOT NULL, c7446 Date, c7447 Utf8, c7448 Json NOT NULL, c7449 String NOT NULL, c7450 Uint16, c7451 Int8 NOT NULL, c7452 Uint16, c7453 Timestamp64, c7454 Json, c7455 Decimal(35,10) NOT NULL, c7456 Int16 NOT NULL, c7457 String NOT NULL, c7458 Datetime NOT NULL, c7459 Uint8 NOT NULL, c7460 Double, c7461 Int64, c7462 Utf8 NOT NULL, c7463 Date, c7464 Int64, c7465 Interval64 NOT NULL, c7466 Timestamp64 NOT NULL, c7467 Decimal(35,10), c7468 Yson, c7469 Interval64 NOT NULL, c7470 Int32, c7471 Double NOT NULL, c7472 Utf8 NOT NULL, c7473 Double, c7474 Float NOT NULL, c7475 Timestamp NOT NULL, c7476 Int32 NOT NULL, c7477 Timestamp NOT NULL, c7478 Datetime, c7479 Date32 NOT NULL, c7480 Utf8, c7481 Interval64 NOT NULL, c7482 Utf8 NOT NULL, c7483 Uint64 NOT NULL, c7484 Json NOT NULL, c7485 Float NOT NULL, c7486 Int16, c7487 Timestamp64, c7488 Timestamp64 NOT NULL, c7489 Yson NOT NULL, c7490 Decimal(35,10) NOT NULL, c7491 Timestamp, c7492 Int32, c7493 Datetime, c7494 Date NOT NULL, c7495 Json NOT NULL, c7496 JsonDocument NOT NULL, c7497 Date, c7498 Timestamp64 NOT NULL, c7499 Utf8 NOT NULL, c7500 Int32 NOT NULL, c7501 Date, c7502 Float, c7503 Datetime64, c7504 Utf8 NOT NULL, c7505 Date, c7506 Int8, c7507 Decimal(22,9) NOT NULL, c7508 Yson NOT NULL, c7509 Uint64 NOT NULL, c7510 Date NOT NULL, c7511 Datetime64, c7512 Int8, c7513 Uint8 NOT NULL, c7514 Int16, c7515 Date32 NOT NULL, c7516 Datetime64 NOT NULL, c7517 Double NOT NULL, c7518 Int16, c7519 Json, c7520 Int16, c7521 Decimal(22,9), c7522 Yson, c7523 Datetime NOT NULL, c7524 Decimal(22,9), c7525 Interval64 NOT NULL, c7526 Utf8 NOT NULL, c7527 Uint32, c7528 Datetime64, c7529 Uint16, c7530 Date NOT NULL, c7531 Uint8, c7532 Uint16, c7533 Float NOT NULL, c7534 Int16, c7535 Uint64 NOT NULL, c7536 Uint16 NOT NULL, c7537 Uint32, c7538 Decimal(22,9), c7539 Decimal(22,9), c7540 Double NOT NULL, c7541 Timestamp64, c7542 Timestamp NOT NULL, c7543 Yson NOT NULL, c7544 Timestamp NOT NULL, c7545 Uint32, c7546 Decimal(22,9) NOT NULL, c7547 Uint64 NOT NULL, c7548 Datetime NOT NULL, c7549 Yson NOT NULL, c7550 Int32, c7551 Datetime, c7552 Int64 NOT NULL, c7553 Yson, c7554 Decimal(35,10), c7555 Uint8, c7556 Decimal(35,10) NOT NULL, c7557 Decimal(22,9), c7558 Date32, c7559 Decimal(22,9) NOT NULL, c7560 Int16, c7561 Datetime64 NOT NULL, c7562 Json NOT NULL, c7563 Timestamp64 NOT NULL, c7564 Interval64, c7565 Timestamp64, c7566 String NOT NULL, c7567 String, c7568 Decimal(22,9), c7569 Uint16 NOT NULL, c7570 Double, c7571 Datetime64 NOT NULL, c7572 Date32, c7573 Date32 NOT NULL, c7574 Datetime64 NOT NULL, c7575 Date, c7576 Uint8 NOT NULL, c7577 Timestamp64, c7578 Timestamp NOT NULL, c7579 Utf8, c7580 Timestamp64 NOT NULL, c7581 Uint64 NOT NULL, c7582 Json NOT NULL, c7583 Yson NOT NULL, c7584 Uint32, c7585 Double NOT NULL, c7586 Uint64 NOT NULL, c7587 Decimal(15,0), c7588 Decimal(15,0), c7589 Yson NOT NULL, c7590 Utf8, c7591 Json NOT NULL, c7592 Interval64 NOT NULL, c7593 Int32 NOT NULL, c7594 Date32, c7595 Decimal(35,10), c7596 Date NOT NULL, c7597 Interval64, c7598 Date, c7599 Decimal(22,9) NOT NULL, c7600 String NOT NULL, c7601 Int8 NOT NULL, c7602 JsonDocument NOT NULL, c7603 Int32, c7604 Datetime, c7605 Timestamp NOT NULL, c7606 Json, c7607 Json, c7608 Int8 NOT NULL, c7609 Int64 NOT NULL, c7610 Int16, c7611 Uint64, c7612 Json NOT NULL, c7613 Date32 NOT NULL, c7614 Int8, c7615 Datetime64 NOT NULL, c7616 Uint64 NOT NULL, c7617 Int8 NOT NULL, c7618 Date, c7619 Interval64 NOT NULL, c7620 Utf8, c7621 Uint32, c7622 Utf8 NOT NULL, c7623 Date, c7624 String, c7625 Decimal(35,10) NOT NULL, c7626 Date, c7627 Utf8, c7628 Datetime64 NOT NULL, c7629 Timestamp NOT NULL, c7630 Utf8 NOT NULL, c7631 Uint8 NOT NULL, c7632 Date, c7633 Yson, c7634 Timestamp64 NOT NULL, c7635 Int64 NOT NULL, c7636 Decimal(15,0) NOT NULL, c7637 Datetime NOT NULL, c7638 Date32, c7639 Int64, c7640 String NOT NULL, c7641 String NOT NULL, c7642 Int64 NOT NULL, c7643 Timestamp NOT NULL, c7644 Datetime64, c7645 Uint32, c7646 Timestamp, c7647 Uint8, c7648 Int16 NOT NULL, c7649 Int64 NOT NULL, c7650 Datetime64, c7651 Utf8 NOT NULL, c7652 Date32, c7653 Datetime64 NOT NULL, c7654 Decimal(15,0), c7655 Yson, c7656 Timestamp64 NOT NULL, c7657 Datetime, c7658 Double NOT NULL, c7659 Decimal(35,10), c7660 Date32, c7661 Json, c7662 Datetime NOT NULL, c7663 Yson NOT NULL, c7664 Json, c7665 Json NOT NULL, c7666 Decimal(35,10), c7667 Uint32 NOT NULL, c7668 Interval64, c7669 String NOT NULL, c7670 Float, c7671 Date32, c7672 Decimal(35,10), c7673 Date32 NOT NULL, c7674 Double NOT NULL, c7675 Uint8, c7676 Uint32, c7677 Datetime64, c7678 Decimal(35,10) NOT NULL, c7679 Int32, c7680 Int16, c7681 Int16 NOT NULL, c7682 Uint64, c7683 Datetime64 NOT NULL, c7684 Int32, c7685 Int64, c7686 Int16 NOT NULL, c7687 Int64 NOT NULL, c7688 Decimal(22,9), c7689 Utf8, c7690 Uint16, c7691 Int64 NOT NULL, c7692 Decimal(35,10), c7693 Utf8 NOT NULL, c7694 Json NOT NULL, c7695 Decimal(22,9) NOT NULL, c7696 Yson NOT NULL, c7697 Int32 NOT NULL, c7698 Int64, c7699 Double, c7700 Date32, c7701 JsonDocument, c7702 Uint16 NOT NULL, c7703 Uint16, c7704 Uint16 NOT NULL, c7705 Yson, c7706 Utf8 NOT NULL, c7707 Timestamp64, c7708 Datetime64 NOT NULL, c7709 Uint16, c7710 Uint32, c7711 Decimal(22,9), c7712 Uint64 NOT NULL, c7713 Uint32, c7714 Float, c7715 Decimal(15,0) NOT NULL, c7716 Decimal(35,10), c7717 Int16, c7718 Decimal(15,0) NOT NULL, c7719 Timestamp NOT NULL, c7720 Int8 NOT NULL, c7721 Date, c7722 Uint16 NOT NULL, c7723 Yson NOT NULL, c7724 Datetime64 NOT NULL, c7725 Uint8 NOT NULL, c7726 Uint8 NOT NULL, c7727 Date32, c7728 JsonDocument NOT NULL, c7729 Utf8, c7730 JsonDocument, c7731 Uint32 NOT NULL, c7732 Decimal(22,9), c7733 Int16 NOT NULL, c7734 Datetime, c7735 Float NOT NULL, c7736 Uint8 NOT NULL, c7737 Int8, c7738 Date, c7739 Date32 NOT NULL, c7740 Int16, c7741 Datetime64 NOT NULL, c7742 Json, c7743 JsonDocument NOT NULL, c7744 Uint16 NOT NULL, c7745 Uint32 NOT NULL, c7746 Datetime64, c7747 Json NOT NULL, c7748 Decimal(22,9), c7749 Utf8 NOT NULL, c7750 Datetime64 NOT NULL, c7751 Decimal(15,0), c7752 Date NOT NULL, c7753 String NOT NULL, c7754 Interval64, c7755 Int16 NOT NULL, c7756 Date32 NOT NULL, c7757 Date32 NOT NULL, c7758 Int8 NOT NULL, c7759 Decimal(35,10), c7760 Uint64 NOT NULL, c7761 Float, c7762 Uint16, c7763 Interval64, c7764 Timestamp NOT NULL, c7765 Float NOT NULL, c7766 Datetime NOT NULL, c7767 Timestamp NOT NULL, c7768 Date32, c7769 Utf8 NOT NULL, c7770 Decimal(22,9), c7771 Datetime64, c7772 Timestamp NOT NULL, c7773 Date, c7774 Int8 NOT NULL, c7775 Date NOT NULL, c7776 JsonDocument NOT NULL, c7777 String, c7778 Float NOT NULL, c7779 Interval64 NOT NULL, c7780 Uint16 NOT NULL, c7781 Int64, c7782 Int64 NOT NULL, c7783 Json, c7784 Uint8 NOT NULL, c7785 Double NOT NULL, c7786 Utf8 NOT NULL, c7787 Utf8 NOT NULL, c7788 Uint64, c7789 String NOT NULL, c7790 Uint16, c7791 Float NOT NULL, c7792 Uint16 NOT NULL, c7793 JsonDocument NOT NULL, c7794 Int8, c7795 Date32 NOT NULL, c7796 String, c7797 Timestamp64 NOT NULL, c7798 Interval64 NOT NULL, c7799 Yson NOT NULL, c7800 Uint8, c7801 Yson, c7802 Yson NOT NULL, c7803 Decimal(22,9) NOT NULL, c7804 Json NOT NULL, c7805 Decimal(15,0) NOT NULL, c7806 Datetime64, c7807 Yson, c7808 Int8, c7809 Uint32, c7810 Datetime64, c7811 Date32, c7812 Json NOT NULL, c7813 Utf8, c7814 Int64, c7815 Int64 NOT NULL, c7816 Timestamp, c7817 Yson, c7818 Int32 NOT NULL, c7819 Int32 NOT NULL, c7820 Timestamp NOT NULL, c7821 JsonDocument, c7822 Timestamp, c7823 Uint16, c7824 Int32 NOT NULL, c7825 Timestamp64 NOT NULL, c7826 Datetime NOT NULL, c7827 Date32 NOT NULL, c7828 Int64, c7829 JsonDocument, c7830 Uint8 NOT NULL, c7831 String, c7832 Float, c7833 Datetime NOT NULL, c7834 Decimal(35,10) NOT NULL, c7835 Uint32 NOT NULL, c7836 Interval64 NOT NULL, c7837 Interval64 NOT NULL, c7838 Date, c7839 Json, c7840 Int64 NOT NULL, c7841 Decimal(22,9), c7842 JsonDocument NOT NULL, c7843 Int32 NOT NULL, c7844 Double NOT NULL, c7845 Uint64, c7846 Uint16, c7847 Uint32, c7848 Timestamp NOT NULL, c7849 Datetime NOT NULL, c7850 Timestamp64 NOT NULL, c7851 Date32, c7852 Timestamp64, c7853 String, c7854 Int16, c7855 Datetime NOT NULL, c7856 Date NOT NULL, c7857 Utf8 NOT NULL, c7858 Yson, c7859 String NOT NULL, c7860 Timestamp64, c7861 Date, c7862 Decimal(35,10) NOT NULL, c7863 Timestamp64, c7864 Datetime64 NOT NULL, c7865 Json, c7866 Decimal(15,0), c7867 Yson, c7868 JsonDocument, c7869 Int16 NOT NULL, c7870 Decimal(15,0), c7871 Double NOT NULL, c7872 Decimal(15,0), c7873 Double NOT NULL, c7874 Date32, c7875 Yson, c7876 Date32, c7877 Int16 NOT NULL, c7878 Uint64 NOT NULL, c7879 Json, c7880 Datetime NOT NULL, c7881 Float, c7882 Date, c7883 Yson, c7884 Timestamp, c7885 JsonDocument NOT NULL, c7886 Uint16 NOT NULL, c7887 Date, c7888 Interval64, c7889 Int16, c7890 Timestamp64, c7891 Date32, c7892 Json, c7893 Uint16, c7894 Int16 NOT NULL, c7895 Date32, c7896 Double, c7897 Uint8, c7898 Uint32, c7899 Int8, c7900 Int16, c7901 Decimal(15,0) NOT NULL, c7902 Interval64, c7903 Utf8 NOT NULL, c7904 Uint32 NOT NULL, c7905 Float, c7906 Json NOT NULL, c7907 Float NOT NULL, c7908 Double, c7909 JsonDocument NOT NULL, c7910 Datetime NOT NULL, c7911 Timestamp, c7912 Uint32, c7913 Timestamp, c7914 Int64, c7915 Date, c7916 Decimal(35,10), c7917 Timestamp NOT NULL, c7918 Uint64 NOT NULL, c7919 Decimal(22,9), c7920 Yson NOT NULL, c7921 Double, c7922 Decimal(22,9), c7923 Datetime, c7924 Timestamp64 NOT NULL, c7925 Decimal(35,10) NOT NULL, c7926 Int32, c7927 Interval64, c7928 Double, c7929 Int8, c7930 Int16, c7931 Uint16 NOT NULL, c7932 Decimal(22,9) NOT NULL, c7933 Interval64 NOT NULL, c7934 JsonDocument, c7935 JsonDocument NOT NULL, c7936 Date, c7937 Uint64, c7938 Double NOT NULL, c7939 Uint64 NOT NULL, c7940 Uint16 NOT NULL, c7941 Int32 NOT NULL, c7942 Date NOT NULL, c7943 JsonDocument, c7944 Timestamp NOT NULL, c7945 Int16 NOT NULL, c7946 Datetime NOT NULL, c7947 Double, c7948 Date32, c7949 Timestamp64, c7950 Yson, c7951 Timestamp64, c7952 Decimal(35,10), c7953 Utf8, c7954 Interval64, c7955 Uint16, c7956 Float, c7957 Timestamp, c7958 Yson NOT NULL, c7959 Timestamp NOT NULL, c7960 Int64 NOT NULL, c7961 Date32, c7962 Yson NOT NULL, c7963 Decimal(22,9), c7964 Decimal(35,10), c7965 Float NOT NULL, c7966 Decimal(22,9), c7967 Uint32 NOT NULL, c7968 Yson, c7969 Timestamp64 NOT NULL, c7970 Int16, c7971 Yson NOT NULL, c7972 Float, c7973 Uint8, c7974 JsonDocument NOT NULL, c7975 Int8, c7976 Uint32 NOT NULL, c7977 Int16, c7978 Datetime NOT NULL, c7979 Int32 NOT NULL, c7980 Decimal(15,0) NOT NULL, c7981 Date, c7982 Uint8 NOT NULL, c7983 Json NOT NULL, c7984 Uint16 NOT NULL, c7985 Uint64 NOT NULL, c7986 Uint8 NOT NULL, c7987 Float NOT NULL, c7988 Timestamp64 NOT NULL, c7989 Decimal(22,9) NOT NULL, c7990 Uint64 NOT NULL, c7991 Interval64, c7992 Datetime64, c7993 Yson, c7994 Utf8, c7995 Decimal(35,10), c7996 Datetime NOT NULL, c7997 Interval64, c7998 Datetime NOT NULL, c7999 Int64, c8000 Decimal(15,0), c8001 Json NOT NULL, c8002 Uint32 NOT NULL, c8003 Decimal(22,9) NOT NULL, c8004 Decimal(15,0) NOT NULL, c8005 Double NOT NULL, c8006 Int16, c8007 Uint8 NOT NULL, c8008 Int64 NOT NULL, c8009 Decimal(15,0), c8010 Datetime NOT NULL, c8011 Interval64, c8012 Int16, c8013 Uint64 NOT NULL, c8014 Yson NOT NULL, c8015 Int16, c8016 Uint16, c8017 Int8, c8018 String, c8019 Date, c8020 Uint64 NOT NULL, c8021 Uint16, c8022 Float, c8023 Date, c8024 Interval64 NOT NULL, c8025 Double, c8026 Decimal(15,0) NOT NULL, c8027 Interval64, c8028 Double, c8029 Utf8, c8030 Decimal(35,10), c8031 JsonDocument, c8032 Uint8 NOT NULL, c8033 Int8, c8034 Double, c8035 String NOT NULL, c8036 Int16, c8037 Int64 NOT NULL, c8038 Date, c8039 String, c8040 Uint32, c8041 Datetime64 NOT NULL, c8042 Yson, c8043 Decimal(22,9) NOT NULL, c8044 Float NOT NULL, c8045 Yson, c8046 Yson NOT NULL, c8047 Timestamp, c8048 Decimal(22,9), c8049 Timestamp64, c8050 Yson, c8051 Double, c8052 Int16 NOT NULL, c8053 Int32, c8054 Utf8, c8055 Yson, c8056 Date32, c8057 Interval64 NOT NULL, c8058 Decimal(15,0) NOT NULL, c8059 Decimal(15,0) NOT NULL, c8060 JsonDocument NOT NULL, c8061 Date NOT NULL, c8062 Int16, c8063 Decimal(35,10) NOT NULL, c8064 Double, c8065 Yson, c8066 Uint16, c8067 Timestamp64 NOT NULL, c8068 Interval64, c8069 Uint64, c8070 Date32 NOT NULL, c8071 Utf8, c8072 Timestamp64, c8073 Json, c8074 JsonDocument, c8075 Yson NOT NULL, c8076 Uint32 NOT NULL, c8077 Json, c8078 Uint8, c8079 Int8 NOT NULL, c8080 Interval64, c8081 Uint16, c8082 Int16, c8083 Timestamp, c8084 Utf8 NOT NULL, c8085 Decimal(22,9) NOT NULL, c8086 Json, c8087 Json NOT NULL, c8088 Uint16, c8089 Uint16 NOT NULL, c8090 Int64 NOT NULL, c8091 Date32 NOT NULL, c8092 Timestamp64 NOT NULL, c8093 Int16, c8094 Date, c8095 Timestamp, c8096 Timestamp NOT NULL, c8097 Date32 NOT NULL, c8098 Uint16 NOT NULL, c8099 Date32, c8100 Int8, c8101 Uint16 NOT NULL, c8102 Uint16 NOT NULL, c8103 Uint16, c8104 Yson, c8105 Uint32, c8106 Int64 NOT NULL, c8107 Timestamp NOT NULL, c8108 Json, c8109 Utf8 NOT NULL, c8110 Uint8, c8111 Datetime, c8112 Int8 NOT NULL, c8113 Decimal(35,10) NOT NULL, c8114 Decimal(35,10) NOT NULL, c8115 Double, c8116 Uint16 NOT NULL, c8117 Int64 NOT NULL, c8118 Double NOT NULL, c8119 Date, c8120 Datetime NOT NULL, c8121 Int8 NOT NULL, c8122 String NOT NULL, c8123 Timestamp64, c8124 Uint16 NOT NULL, c8125 String, c8126 Uint8, c8127 Uint16, c8128 Double NOT NULL, c8129 Int32 NOT NULL, c8130 Int32 NOT NULL, c8131 Int16 NOT NULL, c8132 Utf8, c8133 Int16, c8134 Date32 NOT NULL, c8135 Decimal(35,10), c8136 Uint8 NOT NULL, c8137 Uint64 NOT NULL, c8138 Uint8, c8139 Timestamp64 NOT NULL, c8140 Double NOT NULL, c8141 Datetime64, c8142 Date NOT NULL, c8143 Int64 NOT NULL, c8144 Double NOT NULL, c8145 Int64, c8146 Double NOT NULL, c8147 Uint16 NOT NULL, c8148 Uint32 NOT NULL, c8149 JsonDocument, c8150 Uint64 NOT NULL, c8151 Decimal(22,9) NOT NULL, c8152 Timestamp NOT NULL, c8153 Timestamp64 NOT NULL, c8154 Json, c8155 Double NOT NULL, c8156 JsonDocument NOT NULL, c8157 Timestamp64, c8158 Int64 NOT NULL, c8159 Timestamp NOT NULL, c8160 Uint16, c8161 Int16, c8162 Json, c8163 Uint32, c8164 Float NOT NULL, c8165 Yson NOT NULL, c8166 Json NOT NULL, c8167 Float, c8168 Uint16 NOT NULL, c8169 Datetime NOT NULL, c8170 Date32, c8171 Timestamp64 NOT NULL, c8172 Decimal(35,10) NOT NULL, c8173 Timestamp NOT NULL, c8174 Int32, c8175 Decimal(15,0) NOT NULL, c8176 Datetime64 NOT NULL, c8177 Yson NOT NULL, c8178 Yson NOT NULL, c8179 Date, c8180 Int64, c8181 Int8, c8182 String NOT NULL, c8183 Timestamp NOT NULL, c8184 Date, c8185 Int32 NOT NULL, c8186 Interval64 NOT NULL, c8187 Uint32, c8188 Int64 NOT NULL, c8189 Utf8, c8190 JsonDocument NOT NULL, c8191 Decimal(22,9), c8192 Int16 NOT NULL, c8193 Decimal(15,0) NOT NULL, c8194 Double, c8195 Decimal(15,0), c8196 Uint8 NOT NULL, c8197 Timestamp64, c8198 Decimal(22,9), c8199 Timestamp, c8200 Datetime, c8201 Datetime NOT NULL, c8202 Timestamp64 NOT NULL, c8203 Uint32 NOT NULL, c8204 Uint64 NOT NULL, c8205 Json, c8206 String, c8207 Interval64 NOT NULL, c8208 Decimal(35,10), c8209 Utf8 NOT NULL, c8210 Decimal(22,9), c8211 Date32 NOT NULL, c8212 Uint64 NOT NULL, c8213 Decimal(22,9), c8214 Decimal(15,0) NOT NULL, c8215 Utf8, c8216 Datetime64 NOT NULL, c8217 Date32, c8218 String NOT NULL, c8219 Datetime, c8220 Interval64, c8221 Datetime NOT NULL, c8222 Date32, c8223 Int32 NOT NULL, c8224 Float NOT NULL, c8225 Interval64 NOT NULL, c8226 Int64 NOT NULL, c8227 Decimal(15,0) NOT NULL, c8228 Double, c8229 Json NOT NULL, c8230 Date32 NOT NULL, c8231 Uint32 NOT NULL, c8232 Datetime64 NOT NULL, c8233 Double, c8234 Int32, c8235 Int64 NOT NULL, c8236 Decimal(35,10), c8237 Datetime64, c8238 Date, c8239 Timestamp NOT NULL, c8240 Int32 NOT NULL, c8241 Int16 NOT NULL, c8242 Double NOT NULL, c8243 Decimal(15,0), c8244 Int32, c8245 Date32, c8246 Uint8 NOT NULL, c8247 String NOT NULL, c8248 Yson, c8249 Date32 NOT NULL, c8250 String NOT NULL, c8251 Timestamp, c8252 Uint32 NOT NULL, c8253 Utf8 NOT NULL, c8254 Utf8 NOT NULL, c8255 Uint16 NOT NULL, c8256 Uint32, c8257 Decimal(15,0) NOT NULL, c8258 Json, c8259 Double, c8260 Double NOT NULL, c8261 Int32 NOT NULL, c8262 Int32 NOT NULL, c8263 Uint32, c8264 Decimal(15,0), c8265 JsonDocument NOT NULL, c8266 Interval64, c8267 JsonDocument, c8268 Utf8, c8269 Float NOT NULL, c8270 Int8, c8271 Timestamp64, c8272 Timestamp, c8273 Double NOT NULL, c8274 JsonDocument NOT NULL, c8275 Timestamp64, c8276 Date32, c8277 Timestamp64, c8278 Uint16 NOT NULL, c8279 Interval64, c8280 Interval64, c8281 Int16, c8282 Date, c8283 Timestamp NOT NULL, c8284 Timestamp64 NOT NULL, c8285 Decimal(22,9), c8286 Yson, c8287 Decimal(15,0) NOT NULL, c8288 Datetime64 NOT NULL, c8289 Timestamp64, c8290 String, c8291 Date32, c8292 Decimal(35,10), c8293 Date NOT NULL, c8294 Date NOT NULL, c8295 Timestamp NOT NULL, c8296 Int64 NOT NULL, c8297 Timestamp64, c8298 Timestamp NOT NULL, c8299 Json NOT NULL, c8300 JsonDocument NOT NULL, c8301 String NOT NULL, c8302 Decimal(22,9) NOT NULL, c8303 Datetime64 NOT NULL, c8304 Datetime NOT NULL, c8305 Uint32 NOT NULL, c8306 Json, c8307 Decimal(35,10), c8308 Int64, c8309 Timestamp64 NOT NULL, c8310 Int8 NOT NULL, c8311 JsonDocument NOT NULL, c8312 Uint8 NOT NULL, c8313 Uint32 NOT NULL, c8314 Float, c8315 Date, c8316 Yson, c8317 String, c8318 Timestamp, c8319 Json NOT NULL, c8320 Uint8, c8321 Float, c8322 Datetime64, c8323 Date32 NOT NULL, c8324 Uint8 NOT NULL, c8325 Decimal(22,9), c8326 Uint8, c8327 Decimal(22,9), c8328 Uint8 NOT NULL, c8329 Uint32 NOT NULL, c8330 Date32 NOT NULL, c8331 Datetime64 NOT NULL, c8332 Int8 NOT NULL, c8333 Decimal(35,10), c8334 Timestamp NOT NULL, c8335 Timestamp, c8336 Double, c8337 Yson, c8338 Interval64 NOT NULL, c8339 Uint16 NOT NULL, c8340 Float, c8341 Decimal(35,10) NOT NULL, c8342 Float, c8343 Decimal(22,9), c8344 Decimal(22,9) NOT NULL, c8345 Int16 NOT NULL, c8346 Datetime NOT NULL, c8347 Uint8, c8348 Float NOT NULL, c8349 Double NOT NULL, c8350 String NOT NULL, c8351 Timestamp64, c8352 Yson, c8353 Timestamp NOT NULL, c8354 Datetime NOT NULL, c8355 Decimal(35,10) NOT NULL, c8356 Date NOT NULL, c8357 Float NOT NULL, c8358 Decimal(22,9), c8359 Json NOT NULL, c8360 Double NOT NULL, c8361 Uint32 NOT NULL, c8362 Date NOT NULL, c8363 Double NOT NULL, c8364 Interval64, c8365 Interval64, c8366 Float, c8367 Datetime64 NOT NULL, c8368 Int8, c8369 Uint8, c8370 Date32, c8371 Uint32, c8372 Yson NOT NULL, c8373 Date32, c8374 Double NOT NULL, c8375 Decimal(35,10), c8376 Yson, c8377 Uint64, c8378 Json NOT NULL, c8379 Decimal(22,9) NOT NULL, c8380 Int32 NOT NULL, c8381 Uint16 NOT NULL, c8382 Int8, c8383 Int16 NOT NULL, c8384 Int64 NOT NULL, c8385 Datetime, c8386 Date32 NOT NULL, c8387 Uint16 NOT NULL, c8388 Date, c8389 Date32 NOT NULL, c8390 Int64 NOT NULL, c8391 String, c8392 JsonDocument, c8393 String NOT NULL, c8394 Utf8, c8395 JsonDocument NOT NULL, c8396 Decimal(15,0) NOT NULL, c8397 Int16, c8398 Decimal(35,10), c8399 Json, c8400 Uint16 NOT NULL, c8401 Decimal(22,9), c8402 Date32 NOT NULL, c8403 Interval64, c8404 Int16, c8405 Double NOT NULL, c8406 Timestamp64 NOT NULL, c8407 Uint32 NOT NULL, c8408 Timestamp64 NOT NULL, c8409 String NOT NULL, c8410 Utf8, c8411 Uint16, c8412 Timestamp NOT NULL, c8413 Date NOT NULL, c8414 Uint8, c8415 Decimal(35,10), c8416 Int16 NOT NULL, c8417 Decimal(35,10) NOT NULL, c8418 Int8 NOT NULL, c8419 Uint8, c8420 Uint8, c8421 Date, c8422 Int16 NOT NULL, c8423 Int64, c8424 Uint16, c8425 Date NOT NULL, c8426 Date32, c8427 String, c8428 Uint32 NOT NULL, c8429 JsonDocument, c8430 Uint8, c8431 Json, c8432 Interval64, c8433 Datetime, c8434 Timestamp NOT NULL, c8435 Int32 NOT NULL, c8436 Utf8 NOT NULL, c8437 Interval64, c8438 Decimal(35,10), c8439 JsonDocument, c8440 Uint16, c8441 Decimal(22,9) NOT NULL, c8442 Uint32 NOT NULL, c8443 Timestamp64 NOT NULL, c8444 Json, c8445 Yson, c8446 Interval64, c8447 Uint16, c8448 Uint32 NOT NULL, c8449 Utf8, c8450 Timestamp64, c8451 Decimal(15,0), c8452 Decimal(35,10) NOT NULL, c8453 Int32, c8454 Timestamp NOT NULL, c8455 Date32, c8456 Yson NOT NULL, c8457 Decimal(15,0), c8458 Interval64, c8459 String NOT NULL, c8460 Double, c8461 Decimal(22,9), c8462 Int16, c8463 Timestamp64, c8464 Timestamp NOT NULL, c8465 Float NOT NULL, c8466 Decimal(22,9), c8467 Uint64 NOT NULL, c8468 Date NOT NULL, c8469 Date32, c8470 JsonDocument NOT NULL, c8471 Int32 NOT NULL, c8472 Date, c8473 Decimal(15,0), c8474 Uint32, c8475 Int16 NOT NULL, c8476 Uint16, c8477 Date, c8478 Date32, c8479 Timestamp NOT NULL, c8480 Decimal(35,10) NOT NULL, c8481 Int32 NOT NULL, c8482 Interval64 NOT NULL, c8483 Interval64 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)\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)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: message: "Query compilation timed out." severity: 1 (server_code: 400090)\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.Timeout: message: "Query compilation timed out." severity: 1 (server_code: 400090)\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:10803/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:5920/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:29656/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:6030/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:19027/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:32645/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:16693/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:29627/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:12494/7
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16861
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18730
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5920
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27989
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27812
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13114
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32645
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29235
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23769
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9858
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12494
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28918
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18127
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2621
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16693
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22090
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1768
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1940
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10803
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10130
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22136
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27620
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6030
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21333
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12052
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6583
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29656
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20120
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62758
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24305
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19027
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65209
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7171
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18984
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29627
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2697
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29591
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27477
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8672
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63244
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5277
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11941
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63405
============================== slowest durations ===============================
158.17s call     test_workload.py::TestYdbWorkload::test
47.09s teardown test_workload.py::TestYdbWorkload::test
37.33s 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/n580/001828/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:29627 --database /Root --duration 120' has failed with code 1.
Errors:
...c
    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.Timeout: message: "Query compilation timed out." severity: 1 (server_code: 400090)
======================== 1 failed in 244.83s (0:04:04) =========================
