============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

test_yandex_cloud_mode.py F

=================================== FAILURES ===================================
______ TestSqsYandexCloudMode.test_yc_events_processor[tables_format_v0] _______
ydb/tests/functional/sqs/cloud/test_yandex_cloud_mode.py:829: in test_yc_events_processor
    assert len(lines) >= 2, "Got only %s event lines after all attempts" % len(lines)
E   AssertionError: Got only 0 event lines after all attempts
E   assert 0 >= 2
E    +  where 0 = len([])
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_yc_events_processor[tables_format_v0]
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/htsm/000312/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1400
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:455 Working directory: /home/runner/.ya/build/build_root/htsm/000312/r3tmp/kikimr_cluster__5z5ewa5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16340
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9016
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5061
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9225
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/htsm/000312/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3657039
DEBUG    ya.test:process.py:259 Command (pid 3657039) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3657039) elapsed time (sec): 0.4906167984008789
DEBUG    ya.test:process.py:263 Command (pid 3657039) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3657039) minflt: 16136
DEBUG    ya.test:process.py:263 Command (pid 3657039) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3657039) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3657039) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3657039) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 3657039) stime: 0.35815199999999997
DEBUG    ya.test:process.py:263 Command (pid 3657039) utime: 0.084507
DEBUG    ya.test:process.py:263 Command (pid 3657039) wtime: 0.492
DEBUG    ya.test:process.py:275 Command (pid 3657039) 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: 13205235
  --mbus-max-in-flight-by-size BYTES default: 13522161459
  --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 3657039) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/htsm/000312/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/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/node_1/logfile_rzt1oysc.log --grpc-port=16340 --mon-port=19162 --ic-port=1400 --sqs-port=9225 --module=1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:16340/1, disk_size 68719476736
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/htsm/000312/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3657175
DEBUG    ya.test:process.py:259 Command (pid 3657175) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3657175) elapsed time (sec): 1.0716133117675781
DEBUG    ya.test:process.py:263 Command (pid 3657175) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3657175) minflt: 16123
DEBUG    ya.test:process.py:263 Command (pid 3657175) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3657175) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3657175) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3657175) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 3657175) stime: 0.9390759999999999
DEBUG    ya.test:process.py:263 Command (pid 3657175) utime: 0.08391699999999999
DEBUG    ya.test:process.py:263 Command (pid 3657175) wtime: 1.072
DEBUG    ya.test:process.py:275 Command (pid 3657175) 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: 13205235
  --mbus-max-in-flight-by-size BYTES default: 13522161459
  --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 3657175) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/htsm/000312/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/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/node_1/logfile_rzt1oysc.log --grpc-port=16340 --mon-port=19162 --ic-port=1400 --sqs-port=9225 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/node_1/logfile_rzt1oysc.log', '--grpc-port=16340', '--mon-port=19162', '--ic-port=1400', '--sqs-port=9225', '--module=1')' in '/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3657422
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:16340/1
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/htsm/000312/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3657424
DEBUG    ya.test:process.py:259 Command (pid 3657424) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3657424) elapsed time (sec): 1.0111076831817627
DEBUG    ya.test:process.py:263 Command (pid 3657424) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3657424) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3657424) minflt: 16127
DEBUG    ya.test:process.py:263 Command (pid 3657424) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3657424) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3657424) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 3657424) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3657424) stime: 0.873896
DEBUG    ya.test:process.py:263 Command (pid 3657424) utime: 0.08778899999999999
DEBUG    ya.test:process.py:263 Command (pid 3657424) wtime: 1.012
DEBUG    ya.test:process.py:275 Command (pid 3657424) output:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:16340', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\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: 1400\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/htsm/000312/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:16340', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\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: 1400\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3661126
DEBUG    ya.test:process.py:259 Command (pid 3661126) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661126) elapsed time (sec): 0.9624927043914795
DEBUG    ya.test:process.py:263 Command (pid 3661126) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) maxrss: 548128
DEBUG    ya.test:process.py:263 Command (pid 3661126) minflt: 18263
DEBUG    ya.test:process.py:263 Command (pid 3661126) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 3661126) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3661126) nvcsw: 101
DEBUG    ya.test:process.py:263 Command (pid 3661126) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3661126) stime: 0.764029
DEBUG    ya.test:process.py:263 Command (pid 3661126) utime: 0.12667799999999999
DEBUG    ya.test:process.py:263 Command (pid 3661126) wtime: 0.964
DEBUG    ya.test:process.py:275 Command (pid 3661126) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:16340', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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.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/htsm/000312/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:16340', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\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: 3661967
DEBUG    ya.test:process.py:259 Command (pid 3661967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661967) elapsed time (sec): 1.0279090404510498
DEBUG    ya.test:process.py:263 Command (pid 3661967) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3661967) maxrss: 548104
DEBUG    ya.test:process.py:263 Command (pid 3661967) minflt: 18265
DEBUG    ya.test:process.py:263 Command (pid 3661967) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3661967) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3661967) nvcsw: 118
DEBUG    ya.test:process.py:263 Command (pid 3661967) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3661967) stime: 0.897303
DEBUG    ya.test:process.py:263 Command (pid 3661967) utime: 0.082843
DEBUG    ya.test:process.py:263 Command (pid 3661967) wtime: 1.029
DEBUG    ya.test:process.py:275 Command (pid 3661967) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3661967) 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    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23377
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22701
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9959
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29522
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9190
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:16340 --tenant=/Root/TenantSQS --log-file-name=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/slot_1/logfile_bmvwh3fd.log --grpc-port=23377 --mon-port=22701 --ic-port=9959 --sqs-port=9190
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:16340 --tenant=/Root/TenantSQS --log-file-name=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/slot_1/logfile_bmvwh3fd.log --grpc-port=23377 --mon-port=22701 --ic-port=9959 --sqs-port=9190
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:16340', '--tenant=/Root/TenantSQS', '--log-file-name=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/slot_1/logfile_bmvwh3fd.log', '--grpc-port=23377', '--mon-port=22701', '--ic-port=9959', '--sqs-port=9190')' in '/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3663138
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:23377/1
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/htsm/000312/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3663140
DEBUG    ya.test:process.py:259 Command (pid 3663140) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3663140) elapsed time (sec): 0.635469913482666
DEBUG    ya.test:process.py:263 Command (pid 3663140) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3663140) minflt: 16128
DEBUG    ya.test:process.py:263 Command (pid 3663140) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 3663140) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3663140) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3663140) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3663140) stime: 0.47934699999999997
DEBUG    ya.test:process.py:263 Command (pid 3663140) utime: 0.099864
DEBUG    ya.test:process.py:263 Command (pid 3663140) wtime: 0.636
DEBUG    ya.test:process.py:275 Command (pid 3663140) output:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5
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/TenantSQS
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0cbb8c57-711f-43fc-903b-0ac3b98b5b6a, localhost:16340): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0cbb8c57-711f-43fc-903b-0ac3b98b5b6a, localhost:16340): request = { database: "/Root/TenantSQS" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0cbb8c57-711f-43fc-903b-0ac3b98b5b6a, localhost:16340): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-sktxyqp7oa.auto.internal" port: 23377 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/TenantSQS: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-sktxyqp7oa.auto.internal:23377, location , 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:549 Closing channel for endpoint localhost:16340
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f1dd7b95870 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f1dd7b94e70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1dd7b94e70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b6b27c0b-7dff-421b-ad51-2b3e35d4e36e, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b6b27c0b-7dff-421b-ad51-2b3e35d4e36e, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b6b27c0b-7dff-421b-ad51-2b3e35d4e36e, ghrun-sktxyqp7oa.auto.internal:23377): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b6b27c0b-7dff-421b-ad51-2b3e35d4e36e, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1dd7b94e70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f1dd7b94e70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 4a25b93e-afcf-4a7d-9aea-d8de52c06bfd, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, b6b27c0b-7dff-421b-ad51-2b3e35d4e36e, ghrun-sktxyqp7oa.auto.internal:23377): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 4a25b93e-afcf-4a7d-9aea-d8de52c06bfd, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS//.AtomicCounter" columns { name: "counter_key" type { optional_type { item { type_id: UINT64 } } } } columns { name: "value" type { optional_type { item { type_id: UINT64 } } } } primary_key: "counter_key" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 4a25b93e-afcf-4a7d-9aea-d8de52c06bfd, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b69bb31-e984-40a0-9e13-d73f93d1634f, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b69bb31-e984-40a0-9e13-d73f93d1634f, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\nINSERT INTO `/Root/TenantSQS//.AtomicCounter` (counter_key, value) VALUES (0, 0);" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b69bb31-e984-40a0-9e13-d73f93d1634f, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 61239d7b-676d-44ae-95d4-f2223d13384b, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 61239d7b-676d-44ae-95d4-f2223d13384b, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS//.Queues" columns { name: "Account" type { optional_type { item { type_id: UTF8 } } } } columns { name: "QueueName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "QueueId" type { optional_type { item { type_id: STRING } } } } columns { name: "QueueState" type { optional_type { item { type_id: UINT64 } } } } columns { name: "FifoQueue" type { optional_type { item { type_id: BOOL } } } } columns { name: "DeadLetterQueue" type { optional_type { item { type_id: BOOL } } } } columns { name: "CreatedTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Shards" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Partitions" type { optional_type { item { type_id: UINT64 } } } } columns { name: "MasterTabletId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CustomQueueName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "FolderId" type { optional_type { item { type_id: UTF8 } } } } columns { name: "Version" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DlqName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "TablesFormat" type { optional_type { item { type_id: UINT32 } } } } columns { name: "Tags" type { optional_type { item { type_id: UTF8 } } } } primary_key: "Account" primary_key: "QueueName" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 61239d7b-676d-44ae-95d4-f2223d13384b, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, aefa50a7-4dd9-42b8-b9fe-a53326c3474e, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, aefa50a7-4dd9-42b8-b9fe-a53326c3474e, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS//.Events" columns { name: "Account" type { optional_type { item { type_id: UTF8 } } } } columns { name: "QueueName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "EventType" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CustomQueueName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "EventTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "FolderId" type { optional_type { item { type_id: UTF8 } } } } columns { name: "Labels" type { optional_type { item { type_id: UTF8 } } } } primary_key: "Account" primary_key: "QueueName" primary_key: "EventType" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, aefa50a7-4dd9-42b8-b9fe-a53326c3474e, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 4792aec4-d825-4d8e-a467-3488543b3f32, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 4792aec4-d825-4d8e-a467-3488543b3f32, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS//.Settings" columns { name: "Account" type { optional_type { item { type_id: UTF8 } } } } columns { name: "Name" type { optional_type { item { type_id: UTF8 } } } } columns { name: "Value" type { optional_type { item { type_id: UTF8 } } } } primary_key: "Account" primary_key: "Name" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 4792aec4-d825-4d8e-a467-3488543b3f32, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, bc3ba0a9-e3f1-4d44-9a89-a1740dbada64, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, bc3ba0a9-e3f1-4d44-9a89-a1740dbada64, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS//.RemovedQueues" columns { name: "RemoveTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Account" type { optional_type { item { type_id: UTF8 } } } } columns { name: "QueueName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "FifoQueue" type { optional_type { item { type_id: BOOL } } } } columns { name: "Shards" type { optional_type { item { type_id: UINT32 } } } } columns { name: "CustomQueueName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "FolderId" type { optional_type { item { type_id: UTF8 } } } } columns { name: "TablesFormat" type { optional_type { item { type_id: UINT32 } } } } columns { name: "StartProcessTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "NodeProcess" type { optional_type { item { type_id: UINT32 } } } } primary_key: "RemoveTimestamp" primary_key: "QueueIdNumber" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, bc3ba0a9-e3f1-4d44-9a89-a1740dbada64, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 4c3bcbb1-99a9-45bf-aac8-e51d62d8ab67, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 4c3bcbb1-99a9-45bf-aac8-e51d62d8ab67, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.STD//SentTimestampIdx" columns { name: "QueueIdNumberAndShardHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Shard" type { optional_type { item { type_id: UINT32 } } } } columns { name: "SentTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DelayDeadline" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberAndShardHash" primary_key: "QueueIdNumber" primary_key: "Shard" primary_key: "SentTimestamp" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 4c3bcbb1-99a9-45bf-aac8-e51d62d8ab67, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, bb8ec502-dec9-42f0-aadc-e06dce83b828, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, bb8ec502-dec9-42f0-aadc-e06dce83b828, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.STD//Messages" columns { name: "QueueIdNumberAndShardHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Shard" type { optional_type { item { type_id: UINT32 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "SentTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DelayDeadline" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberAndShardHash" primary_key: "QueueIdNumber" primary_key: "Shard" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, bb8ec502-dec9-42f0-aadc-e06dce83b828, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 82272a33-3678-4f67-b5e8-a0c28f5a1dc0, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 82272a33-3678-4f67-b5e8-a0c28f5a1dc0, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.STD//State" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Shard" type { optional_type { item { type_id: UINT32 } } } } columns { name: "CleanupTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CreatedTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "LastModifiedTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RetentionBoundary" type { optional_type { item { type_id: UINT64 } } } } columns { name: "InflyCount" type { optional_type { item { type_id: INT64 } } } } columns { name: "MessageCount" type { optional_type { item { type_id: INT64 } } } } columns { name: "ReadOffset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "WriteOffset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CleanupVersion" type { optional_type { item { type_id: UINT64 } } } } columns { name: "InflyVersion" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "Shard" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 82272a33-3678-4f67-b5e8-a0c28f5a1dc0, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 15d089fe-7685-4b37-bf24-907b3ce88633, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 15d089fe-7685-4b37-bf24-907b3ce88633, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.STD//Attributes" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ContentBasedDeduplication" type { optional_type { item { type_id: BOOL } } } } columns { name: "DelaySeconds" type { optional_type { item { type_id: UINT64 } } } } columns { name: "FifoQueue" type { optional_type { item { type_id: BOOL } } } } columns { name: "MaximumMessageSize" type { optional_type { item { type_id: UINT64 } } } } columns { name: "MessageRetentionPeriod" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ReceiveMessageWaitTime" type { optional_type { item { type_id: UINT64 } } } } columns { name: "VisibilityTimeout" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DlqName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "DlqArn" type { optional_type { item { type_id: UTF8 } } } } columns { name: "MaxReceiveCount" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ShowDetailedCountersDeadline" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 15d089fe-7685-4b37-bf24-907b3ce88633, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, c8aefb5f-7d96-435e-8a5d-64f38c3f2f8e, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, c8aefb5f-7d96-435e-8a5d-64f38c3f2f8e, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//SentTimestampIdx" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "SentTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DelayDeadline" type { optional_type { item { type_id: UINT64 } } } } columns { name: "GroupId" type { optional_type { item { type_id: STRING } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "SentTimestamp" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, c8aefb5f-7d96-435e-8a5d-64f38c3f2f8e, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e9ee6bc9-a43d-4d7e-8cd5-c309f6be410e, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e9ee6bc9-a43d-4d7e-8cd5-c309f6be410e, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//Messages" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "GroupId" type { optional_type { item { type_id: STRING } } } } columns { name: "NextOffset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "NextRandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ReceiveCount" type { optional_type { item { type_id: UINT32 } } } } columns { name: "FirstReceiveTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "SentTimestamp" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, e9ee6bc9-a43d-4d7e-8cd5-c309f6be410e, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 64ececb5-b696-4edd-ab53-842cb9ab09bd, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 64ececb5-b696-4edd-ab53-842cb9ab09bd, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//State" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CleanupTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CreatedTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "LastModifiedTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RetentionBoundary" type { optional_type { item { type_id: UINT64 } } } } columns { name: "InflyCount" type { optional_type { item { type_id: INT64 } } } } columns { name: "MessageCount" type { optional_type { item { type_id: INT64 } } } } columns { name: "ReadOffset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "WriteOffset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "CleanupVersion" type { optional_type { item { type_id: UINT64 } } } } columns { name: "InflyVersion" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 64ececb5-b696-4edd-ab53-842cb9ab09bd, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 70a68196-ed1d-48cd-bff7-0a9994d16ca0, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 70a68196-ed1d-48cd-bff7-0a9994d16ca0, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//Attributes" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ContentBasedDeduplication" type { optional_type { item { type_id: BOOL } } } } columns { name: "DelaySeconds" type { optional_type { item { type_id: UINT64 } } } } columns { name: "FifoQueue" type { optional_type { item { type_id: BOOL } } } } columns { name: "MaximumMessageSize" type { optional_type { item { type_id: UINT64 } } } } columns { name: "MessageRetentionPeriod" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ReceiveMessageWaitTime" type { optional_type { item { type_id: UINT64 } } } } columns { name: "VisibilityTimeout" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DlqName" type { optional_type { item { type_id: UTF8 } } } } columns { name: "DlqArn" type { optional_type { item { type_id: UTF8 } } } } columns { name: "MaxReceiveCount" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ShowDetailedCountersDeadline" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 70a68196-ed1d-48cd-bff7-0a9994d16ca0, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e14802ea-30e5-42c1-a151-ff3edfe1df40, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e14802ea-30e5-42c1-a151-ff3edfe1df40, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.STD//Infly" columns { name: "QueueIdNumberAndShardHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Shard" type { optional_type { item { type_id: UINT32 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "LoadId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "FirstReceiveTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "LockTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ReceiveCount" type { optional_type { item { type_id: UINT32 } } } } columns { name: "SentTimestamp" type { optional_type { item { type_id: UINT64 } } } } columns { name: "VisibilityDeadline" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DelayDeadline" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberAndShardHash" primary_key: "QueueIdNumber" primary_key: "Shard" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, e14802ea-30e5-42c1-a151-ff3edfe1df40, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, a1ddaca8-d9f8-48a4-bbad-c2eae3840c93, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, a1ddaca8-d9f8-48a4-bbad-c2eae3840c93, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.STD//MessageData" columns { name: "QueueIdNumberAndShardHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Shard" type { optional_type { item { type_id: UINT32 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Attributes" type { optional_type { item { type_id: STRING } } } } columns { name: "Data" type { optional_type { item { type_id: STRING } } } } columns { name: "MessageId" type { optional_type { item { type_id: STRING } } } } columns { name: "SenderId" type { optional_type { item { type_id: STRING } } } } primary_key: "QueueIdNumberAndShardHash" primary_key: "QueueIdNumber" primary_key: "Shard" primary_key: "RandomId" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, a1ddaca8-d9f8-48a4-bbad-c2eae3840c93, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b6fe7c5b-8b78-4293-befb-108e01719978, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b6fe7c5b-8b78-4293-befb-108e01719978, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//Reads" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ReceiveAttemptId" type { optional_type { item { type_id: UTF8 } } } } columns { name: "Deadline" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "ReceiveAttemptId" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, b6fe7c5b-8b78-4293-befb-108e01719978, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2eb8d3b8-e742-44a6-8a42-04598a01a714, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2eb8d3b8-e742-44a6-8a42-04598a01a714, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//Groups" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "GroupId" type { optional_type { item { type_id: STRING } } } } columns { name: "VisibilityDeadline" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Head" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Tail" type { optional_type { item { type_id: UINT64 } } } } columns { name: "ReceiveAttemptId" type { optional_type { item { type_id: UTF8 } } } } columns { name: "LockTimestamp" type { optional_type { item { type_id: UINT64 } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "GroupId" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 2eb8d3b8-e742-44a6-8a42-04598a01a714, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b5046c57-2938-4d81-b9c8-02d5e52917b9, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b5046c57-2938-4d81-b9c8-02d5e52917b9, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//Deduplication" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "DedupId" type { optional_type { item { type_id: STRING } } } } columns { name: "Deadline" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "MessageId" type { optional_type { item { type_id: STRING } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "DedupId" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, b5046c57-2938-4d81-b9c8-02d5e52917b9, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3dae0fd0-a40b-462e-940b-face8e60d2ad, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3dae0fd0-a40b-462e-940b-face8e60d2ad, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" path: "/Root/TenantSQS/.FIFO//Data" columns { name: "QueueIdNumberHash" type { optional_type { item { type_id: UINT64 } } } } columns { name: "QueueIdNumber" type { optional_type { item { type_id: UINT64 } } } } columns { name: "RandomId" type { optional_type { item { type_id: UINT64 } } } } columns { name: "Offset" type { optional_type { item { type_id: UINT64 } } } } columns { name: "SenderId" type { optional_type { item { type_id: STRING } } } } columns { name: "DedupId" type { optional_type { item { type_id: STRING } } } } columns { name: "Attributes" type { optional_type { item { type_id: STRING } } } } columns { name: "Data" type { optional_type { item { type_id: STRING } } } } columns { name: "MessageId" type { optional_type { item { type_id: STRING } } } } primary_key: "QueueIdNumberHash" primary_key: "QueueIdNumber" primary_key: "RandomId" primary_key: "Offset" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } uniform_partitions: 10 partitioning_settings { partitioning_by_size: ENABLED partitioning_by_load: ENABLED min_partitions_count: 10 } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 3dae0fd0-a40b-462e-940b-face8e60d2ad, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1dd7b94e70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:51 Requested session pool stop.
DEBUG    ydb.table.SessionPool:_sp_impl.py:56 Session pool is under stop, cancelling all in flight waiters.
DEBUG    ydb.table.SessionPool:_sp_impl.py:70 Destroying sessions in active queue
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7f1dd7b94e70>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f1dd7b94e70> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 85bb911e-f7ea-4404-9328-78bfb0bb469b, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 85bb911e-f7ea-4404-9328-78bfb0bb469b, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=MjA5MmEzNjUtOWZkYjQ3ODUtZWI1OTI5Y2ItNzQyMzliZGE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:84 Terminated session pool.
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7f1dd7b94e70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 85bb911e-f7ea-4404-9328-78bfb0bb469b, ghrun-sktxyqp7oa.auto.internal:23377): on response callback started
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 85bb911e-f7ea-4404-9328-78bfb0bb469b, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 85bb911e-f7ea-4404-9328-78bfb0bb469b, ghrun-sktxyqp7oa.auto.internal:23377): on response callback success
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:16340
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-sktxyqp7oa.auto.internal:23377
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    root:test_base.py:176 Test started: test_yc_events_processor
DEBUG    root:test_base.py:177 Kikimr working dir: /home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0
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/htsm/000312/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3665350
DEBUG    ya.test:process.py:259 Command (pid 3665350) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3665350) elapsed time (sec): 3.1517090797424316
DEBUG    ya.test:process.py:263 Command (pid 3665350) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3665350) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3665350) minflt: 17409
DEBUG    ya.test:process.py:263 Command (pid 3665350) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 3665350) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3665350) nvcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 3665350) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 3665350) stime: 2.953198
DEBUG    ya.test:process.py:263 Command (pid 3665350) utime: 0.08359699999999999
DEBUG    ya.test:process.py:263 Command (pid 3665350) wtime: 3.153
DEBUG    ya.test:process.py:275 Command (pid 3665350) 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: 13205235
  --mbus-max-in-flight-by-size BYTES default: 13522161459
  --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 3665350) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/htsm/000312/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/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/node_1/logfile_rzt1oysc.log --grpc-port=16340 --mon-port=19162 --ic-port=1400 --sqs-port=9225 --module=1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:16340/1
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/htsm/000312/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3666233
DEBUG    ya.test:process.py:259 Command (pid 3666233) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3666233) elapsed time (sec): 3.1350438594818115
DEBUG    ya.test:process.py:263 Command (pid 3666233) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3666233) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3666233) minflt: 16381
DEBUG    ya.test:process.py:263 Command (pid 3666233) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) nivcsw: 289
DEBUG    ya.test:process.py:263 Command (pid 3666233) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3666233) nvcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 3666233) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3666233) stime: 2.902023
DEBUG    ya.test:process.py:263 Command (pid 3666233) utime: 0.083483
DEBUG    ya.test:process.py:263 Command (pid 3666233) wtime: 3.136
DEBUG    ya.test:process.py:275 Command (pid 3666233) output:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/htsm/000312/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:16340 --tenant=/Root/TenantSQS --log-file-name=/home/runner/.ya/build/build_root/htsm/000312/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_yc_events_processor.tables_format_v0/cluster/slot_1/logfile_bmvwh3fd.log --grpc-port=23377 --mon-port=22701 --ic-port=9959 --sqs-port=9190
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:23377/1
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/htsm/000312/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3667130
DEBUG    ya.test:process.py:259 Command (pid 3667130) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3667130) elapsed time (sec): 2.0466763973236084
DEBUG    ya.test:process.py:263 Command (pid 3667130) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3667130) maxrss: 539856
DEBUG    ya.test:process.py:263 Command (pid 3667130) minflt: 16128
DEBUG    ya.test:process.py:263 Command (pid 3667130) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) nivcsw: 520
DEBUG    ya.test:process.py:263 Command (pid 3667130) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3667130) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3667130) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3667130) stime: 1.83877
DEBUG    ya.test:process.py:263 Command (pid 3667130) utime: 0.118382
DEBUG    ya.test:process.py:263 Command (pid 3667130) wtime: 2.048
DEBUG    ya.test:process.py:275 Command (pid 3667130) output:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 31dbfedad5ad35488d071bc126b8d3225a336ff0
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge 102e6502904312084a75c1005b266c3389c41ac8 into 4a034a50627173e38bdbaf578adb42a5b6faf1e5
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:22701
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:22701 "GET /tablets/app?TabletID=72057594037968897&node=1&page=SetDown&down=0 HTTP/1.1" 200 33
DEBUG    root:test_base.py:649 Toggle up reply: {"NodeId":1,"Down":false}
INFO     ydb.tests.library.sqs.test_base:test_base.py:88 Listing SQS users
DEBUG    ydb.tests.library.sqs.requests_client:requests_client.py:118 Execute request POST http://localhost:9190 from user U_yc_events_processor_ed62edbb-b0e8-11f0-bd1c-d00d1fbfe8d7 with params: Action=ListQueues
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9190
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9190 "POST / HTTP/1.1" 400 279
DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
WARNING  ydb.tests.library.sqs.requests_client:requests_client.py:140 Last request failed with code 400, reason 'Bad request' and text '<?xml version="1.0" encoding="UTF-8"?>
<ErrorResponse><Error><Message>Credential should be scoped to a valid region, not 'yandex'. Request id to report: 87ccaa17-c9da38b3-c90c23b3-7a74a991.</Message><Code>IncompleteSignature</Code></Error><RequestId></RequestId></ErrorResponse>
'
DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
INFO     ydb.tests.library.sqs.test_base:test_base.py:100 Success. Api is up.
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/TenantSQS
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 90615ed2-5c2a-440e-a324-4b86929c5674, localhost:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 90615ed2-5c2a-440e-a324-4b86929c5674, localhost:23377): request = { database: "/Root/TenantSQS" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 90615ed2-5c2a-440e-a324-4b86929c5674, localhost:23377): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-sktxyqp7oa.auto.internal" port: 23377 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" node_id: 50000 } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/TenantSQS: DiscoveryResult <self_location: , endpoints [<Endpoint ghrun-sktxyqp7oa.auto.internal:23377, location , 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:549 Closing channel for endpoint localhost:23377
INFO     root:test_yandex_cloud_mode.py:59 run test with cloud_id=CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7 folder_id=folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_yandex_cloud_mode.py::TestSqsYandexCloudMode, test_name: test_yc_events_processor[tables_format_v0])
DEBUG    root:test_base.py:394 Executing database query: "UPSERT INTO `/Root/TenantSQS/.Settings` (Account, Name, Value)                 VALUES ("CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7", "CreateQueuesWithTabletFormat", "0")"
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a4563e89-2fed-4f66-869d-78e22a46c3a9, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a4563e89-2fed-4f66-869d-78e22a46c3a9, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a4563e89-2fed-4f66-869d-78e22a46c3a9, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=N2MwNmJiNTYtOTcwMjNjODgtZTVjOGMxNWItNTJkYWUyMjE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a19ed093-619c-446f-9ca5-89cd5ca198d3, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19ed093-619c-446f-9ca5-89cd5ca198d3, ghrun-sktxyqp7oa.auto.internal:23377): request = { session_id: "ydb://session/3?node_id=50000&id=N2MwNmJiNTYtOTcwMjNjODgtZTVjOGMxNWItNTJkYWUyMjE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "UPSERT INTO `/Root/TenantSQS/.Settings` (Account, Name, Value)                 VALUES (\"CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7\", \"CreateQueuesWithTabletFormat\", \"0\")" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19ed093-619c-446f-9ca5-89cd5ca198d3, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.tests.library.sqs.requests_client:requests_client.py:118 Execute request POST http://localhost:9190/private from user CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7 with params: QueueName=queue1&Action=CreateQueue&folderId=folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:9190
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9190 "POST /private HTTP/1.1" 200 366
DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
DEBUG    root:requests_client.py:153 Parsing response: <?xml version="1.0" encoding="UTF-8"?>
<CreateQueueResponse><CreateQueueResult><QueueUrl>http://ghrun-sktxyqp7oa.auto.internal:9190/CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7/0000000000000001056s/queue1</QueueUrl></CreateQueueResult><ResponseMetadata><RequestId>1dd7c068-cedb768e-d58f1142-b4eb961f</RequestId></ResponseMetadata></CreateQueueResponse>

DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
DEBUG    ydb.tests.library.sqs.requests_client:requests_client.py:118 Execute request POST http://localhost:9190/private from user CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7 with params: QueueName=queue2&Action=CreateQueue&folderId=folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:9190 "POST /private HTTP/1.1" 200 366
DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
DEBUG    root:requests_client.py:153 Parsing response: <?xml version="1.0" encoding="UTF-8"?>
<CreateQueueResponse><CreateQueueResult><QueueUrl>http://ghrun-sktxyqp7oa.auto.internal:9190/CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7/0000000000000003056s/queue2</QueueUrl></CreateQueueResult><ResponseMetadata><RequestId>206aac65-6bcafc15-1e363cc6-91cfd42f</RequestId></ResponseMetadata></CreateQueueResponse>

DEBUG    charset_normalizer:api.py:439 Encoding detection: utf_8 is most likely the one.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d20f2ba6-86f0-45da-8de2-fbd424fce9fa, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d20f2ba6-86f0-45da-8de2-fbd424fce9fa, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, d20f2ba6-86f0-45da-8de2-fbd424fce9fa, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "Root/TenantSQS" owner: "root@builtin" type: DATABASE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } size_bytes: 12112 created_at { tx_id: 1 } } children { name: ".AtomicCounter" owner: "root@builtin" type: TABLE created_at { plan_step: 1761317480870 tx_id: 281474976720663 } } children { name: ".Events" owner: "root@builtin" type: TABLE created_at { plan_step: 1761317480970 tx_id: 281474976720666 } } children { name: ".FIFO" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1761317481570 tx_id: 281474976720674 } } children { name: ".Queues" owner: "root@builtin" type: TABLE created_at { plan_step: 1761317480950 tx_id: 281474976720665 } } children { name: ".RemovedQueues" owner: "root@builtin" type: TABLE created_at { plan_step: 1761317481050 tx_id: 281474976720668 } } children { name: ".STD" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1761317481210 tx_id: 281474976720669 } } children { name: ".Settings" owner: "root@builtin" type: TABLE created_at { plan_step: 1761317480990 tx_id: 281474976720667 } } children { name: ".metadata" owner: "metadata@system" type: DIRECTORY created_at { plan_step: 1761317479830 tx_id: 281474976720659 } } children { name: "CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1761317491210 tx_id: 281474976720694 } } children { name: ".sys" type: DIRECTORY created_at { } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b88aeca7-dd62-4eac-89fa-0e0e917eac56, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b88aeca7-dd62-4eac-89fa-0e0e917eac56, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.Events/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b88aeca7-dd62-4eac-89fa-0e0e917eac56, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 397354e8-8f2a-44a2-a050-fe2596f21661, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 397354e8-8f2a-44a2-a050-fe2596f21661, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.FIFO/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 397354e8-8f2a-44a2-a050-fe2596f21661, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, fca633eb-996a-4a80-9407-a578f4df03d5, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fca633eb-996a-4a80-9407-a578f4df03d5, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.RemovedQueues/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, fca633eb-996a-4a80-9407-a578f4df03d5, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, beff9cdb-8419-4a39-802d-54ba7c28368b, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, beff9cdb-8419-4a39-802d-54ba7c28368b, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.STD/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, beff9cdb-8419-4a39-802d-54ba7c28368b, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7285eec7-497d-4d99-bc48-cd984e3daab6, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7285eec7-497d-4d99-bc48-cd984e3daab6, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.metadata/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7285eec7-497d-4d99-bc48-cd984e3daab6, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 96c33567-8fe9-491f-b5bc-95efb1c394b0, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 96c33567-8fe9-491f-b5bc-95efb1c394b0, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 96c33567-8fe9-491f-b5bc-95efb1c394b0, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 23dfd95c-a374-489c-9c32-70a915e3a3cb, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 23dfd95c-a374-489c-9c32-70a915e3a3cb, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.sys/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 23dfd95c-a374-489c-9c32-70a915e3a3cb, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 412479d8-14e9-4114-b16c-f23f0f8ca060, ghrun-sktxyqp7oa.auto.internal:23377): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 412479d8-14e9-4114-b16c-f23f0f8ca060, ghrun-sktxyqp7oa.auto.internal:23377): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/CLOUD_FOR_folder_acc_ed7464a1-b0e8-11f0-b49b-d00d1fbfe8d7/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 412479d8-14e9-4114-b16c-f23f0f8ca060, ghrun-sktxyqp7oa.auto.internal:23377): response = { operation { ready: true status: SCHEME_ERROR issues { message: "Path not found" severity: 1 } } }
DEBUG    ydb.tests.library.sqs.test_base:test_base.py:270 No queue table: message: "Path not found" severity: 1 (server_code: 400070)
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23377
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-sktxyqp7oa.auto.internal:23377
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    root:test_base.py:245 Test finished: test_yc_events_processor
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:16340/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:23377/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9190
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29522
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22856
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9959
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22701
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23377
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9225
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5061
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9016
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16340
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1400
============================== slowest durations ===============================
50.66s call     test_yandex_cloud_mode.py::TestSqsYandexCloudMode::test_yc_events_processor[tables_format_v0]
22.19s setup    test_yandex_cloud_mode.py::TestSqsYandexCloudMode::test_yc_events_processor[tables_format_v0]
17.08s teardown test_yandex_cloud_mode.py::TestSqsYandexCloudMode::test_yc_events_processor[tables_format_v0]
=========================== short test summary info ============================
FAILED test_yandex_cloud_mode.py::TestSqsYandexCloudMode::test_yc_events_processor[tables_format_v0] - AssertionError: Got only 0 event lines after all attempts
assert 0 >= 2
 +  where 0 = len([])
================= 1 failed, 79 deselected in 91.12s (0:01:31) ==================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002fb/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.34s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f7/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.35s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000311/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.48s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f1/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.88s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000303/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002ef/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.71s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f9/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.33s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000302/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.13s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002fe/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.54s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000305/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.08s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f8/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.93s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000301/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.94s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f4/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.58s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002fa/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.46s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/00030b/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.32s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000307/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.13s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000314/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.46s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/00030d/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.42s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f0/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.98s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f5/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.31s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f6/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000309/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000304/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/00030c/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000306/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002ee/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.28s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002fc/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.33s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002ff/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.99s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000300/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.24s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002fd/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.22s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000310/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.50s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000308/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.99s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/00030e/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.49s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/000313/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.50s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/00030a/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.98s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002ed/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk36
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f3/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk37
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.12s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/00030f/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk38
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 0.52s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/htsm/0002f2/ydb/tests/functional/sqs/cloud/test-results/py3test/testing_out_stuff/chunk39
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 80 items / 79 deselected / 1 selected

============================ 79 deselected in 1.33s ============================
