============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9518
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:455 Working directory: /home/runner/.ya/build/build_root/0dmr/0002d8/r3tmp/kikimr_cluster_0h25fsy1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13892
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9465
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27949
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18329
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/0dmr/0002d8/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3976009
DEBUG    ya.test:process.py:259 Command (pid 3976009) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3976009) elapsed time (sec): 0.41550302505493164
DEBUG    ya.test:process.py:263 Command (pid 3976009) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3976009) minflt: 16202
DEBUG    ya.test:process.py:263 Command (pid 3976009) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3976009) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3976009) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3976009) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 3976009) stime: 0.25959499999999996
DEBUG    ya.test:process.py:263 Command (pid 3976009) utime: 0.107831
DEBUG    ya.test:process.py:263 Command (pid 3976009) wtime: 0.417
DEBUG    ya.test:process.py:275 Command (pid 3976009) 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: 13205236
  --mbus-max-in-flight-by-size BYTES default: 13522162278
  --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 3976009) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/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/0dmr/0002d8/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_ou0mzd4y.log --grpc-port=13892 --mon-port=9465 --ic-port=9518 --sqs-port=18329 --module=1
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:13892/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/0dmr/0002d8/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3976171
DEBUG    ya.test:process.py:259 Command (pid 3976171) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3976171) elapsed time (sec): 0.8076071739196777
DEBUG    ya.test:process.py:263 Command (pid 3976171) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3976171) minflt: 16116
DEBUG    ya.test:process.py:263 Command (pid 3976171) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 3976171) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3976171) nvcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 3976171) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 3976171) stime: 0.654801
DEBUG    ya.test:process.py:263 Command (pid 3976171) utime: 0.104448
DEBUG    ya.test:process.py:263 Command (pid 3976171) wtime: 0.809
DEBUG    ya.test:process.py:275 Command (pid 3976171) 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: 13205236
  --mbus-max-in-flight-by-size BYTES default: 13522162278
  --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 3976171) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/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/0dmr/0002d8/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_ou0mzd4y.log --grpc-port=13892 --mon-port=9465 --ic-port=9518 --sqs-port=18329 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/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_ou0mzd4y.log', '--grpc-port=13892', '--mon-port=9465', '--ic-port=9518', '--sqs-port=18329', '--module=1')' in '/home/runner/.ya/build/build_root/0dmr/0002d8/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: 3976764
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13892/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/0dmr/0002d8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3976766
DEBUG    ya.test:process.py:259 Command (pid 3976766) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3976766) elapsed time (sec): 0.8208217620849609
DEBUG    ya.test:process.py:263 Command (pid 3976766) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3976766) minflt: 16572
DEBUG    ya.test:process.py:263 Command (pid 3976766) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3976766) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3976766) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 3976766) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3976766) stime: 0.655266
DEBUG    ya.test:process.py:263 Command (pid 3976766) utime: 0.116459
DEBUG    ya.test:process.py:263 Command (pid 3976766) wtime: 0.822
DEBUG    ya.test:process.py:275 Command (pid 3976766) output:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:13892', '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: 9518\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/0dmr/0002d8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:13892', '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: 9518\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3979992
DEBUG    ya.test:process.py:259 Command (pid 3979992) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3979992) elapsed time (sec): 0.8439960479736328
DEBUG    ya.test:process.py:263 Command (pid 3979992) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) maxrss: 548128
DEBUG    ya.test:process.py:263 Command (pid 3979992) minflt: 18261
DEBUG    ya.test:process.py:263 Command (pid 3979992) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 3979992) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3979992) nvcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 3979992) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3979992) stime: 0.66654
DEBUG    ya.test:process.py:263 Command (pid 3979992) utime: 0.12372899999999999
DEBUG    ya.test:process.py:263 Command (pid 3979992) wtime: 0.845
DEBUG    ya.test:process.py:275 Command (pid 3979992) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:13892', '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/0dmr/0002d8/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:13892', '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: 3980258
DEBUG    ya.test:process.py:259 Command (pid 3980258) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3980258) elapsed time (sec): 0.7941100597381592
DEBUG    ya.test:process.py:263 Command (pid 3980258) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) maxrss: 548060
DEBUG    ya.test:process.py:263 Command (pid 3980258) minflt: 18276
DEBUG    ya.test:process.py:263 Command (pid 3980258) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3980258) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3980258) nvcsw: 125
DEBUG    ya.test:process.py:263 Command (pid 3980258) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3980258) stime: 0.6273599999999999
DEBUG    ya.test:process.py:263 Command (pid 3980258) utime: 0.111177
DEBUG    ya.test:process.py:263 Command (pid 3980258) wtime: 0.795
DEBUG    ya.test:process.py:275 Command (pid 3980258) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3980258) 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/0dmr/0002d8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27862
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17044
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23352
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25129
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16307
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3395
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:13892 --tenant=/Root/TenantSQS --log-file-name=/home/runner/.ya/build/build_root/0dmr/0002d8/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_rnkboe6b.log --grpc-port=27862 --mon-port=17044 --ic-port=23352 --sqs-port=3395
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:13892 --tenant=/Root/TenantSQS --log-file-name=/home/runner/.ya/build/build_root/0dmr/0002d8/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_rnkboe6b.log --grpc-port=27862 --mon-port=17044 --ic-port=23352 --sqs-port=3395
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/0dmr/0002d8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/0dmr/0002d8/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:13892', '--tenant=/Root/TenantSQS', '--log-file-name=/home/runner/.ya/build/build_root/0dmr/0002d8/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_rnkboe6b.log', '--grpc-port=27862', '--mon-port=17044', '--ic-port=23352', '--sqs-port=3395')' in '/home/runner/.ya/build/build_root/0dmr/0002d8/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: 3981106
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:27862/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/0dmr/0002d8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3981107
DEBUG    ya.test:process.py:259 Command (pid 3981107) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3981107) elapsed time (sec): 0.7550983428955078
DEBUG    ya.test:process.py:263 Command (pid 3981107) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3981107) minflt: 16120
DEBUG    ya.test:process.py:263 Command (pid 3981107) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 3981107) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3981107) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 3981107) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3981107) stime: 0.5635319999999999
DEBUG    ya.test:process.py:263 Command (pid 3981107) utime: 0.127893
DEBUG    ya.test:process.py:263 Command (pid 3981107) wtime: 0.756
DEBUG    ya.test:process.py:275 Command (pid 3981107) output:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec
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, b0739103-c357-4787-a38c-9cf8662aca4c, localhost:13892): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b0739103-c357-4787-a38c-9cf8662aca4c, localhost:13892): request = { database: "/Root/TenantSQS" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b0739103-c357-4787-a38c-9cf8662aca4c, localhost:13892): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-vekcxcn3rq.auto.internal" port: 27862 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-vekcxcn3rq.auto.internal:27862, 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:13892
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 0x7f967a761320 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 0x7f967a760c90>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f967a760c90>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3c09513e-f6f3-4cfc-8bdd-5e3db8e11f78, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3c09513e-f6f3-4cfc-8bdd-5e3db8e11f78, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3c09513e-f6f3-4cfc-8bdd-5e3db8e11f78, ghrun-vekcxcn3rq.auto.internal:27862): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3c09513e-f6f3-4cfc-8bdd-5e3db8e11f78, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f967a760c90>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f967a760c90>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 3c09513e-f6f3-4cfc-8bdd-5e3db8e11f78, ghrun-vekcxcn3rq.auto.internal:27862): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, fadba456-c91a-4c37-ac47-beac638bd1fc, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, fadba456-c91a-4c37-ac47-beac638bd1fc, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, fadba456-c91a-4c37-ac47-beac638bd1fc, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32fc4969-2ab9-4968-adc4-e97f418c17c5, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32fc4969-2ab9-4968-adc4-e97f418c17c5, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 32fc4969-2ab9-4968-adc4-e97f418c17c5, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 60266ba1-bb66-4253-9e76-367e9165c56e, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 60266ba1-bb66-4253-9e76-367e9165c56e, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 60266ba1-bb66-4253-9e76-367e9165c56e, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 16cd9f36-843c-414d-bae2-28287daf71a3, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 16cd9f36-843c-414d-bae2-28287daf71a3, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 16cd9f36-843c-414d-bae2-28287daf71a3, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 045c95d3-d630-45d0-8bfb-156185c21bcb, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 045c95d3-d630-45d0-8bfb-156185c21bcb, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 045c95d3-d630-45d0-8bfb-156185c21bcb, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 6e81db61-0513-4ff4-ad5d-2867b4488399, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 6e81db61-0513-4ff4-ad5d-2867b4488399, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 6e81db61-0513-4ff4-ad5d-2867b4488399, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 58386ee0-7283-4f12-8fc6-a2010497d38c, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 58386ee0-7283-4f12-8fc6-a2010497d38c, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 58386ee0-7283-4f12-8fc6-a2010497d38c, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 4cba338d-75cd-4eb4-970a-10623f3037cc, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 4cba338d-75cd-4eb4-970a-10623f3037cc, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 4cba338d-75cd-4eb4-970a-10623f3037cc, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1d085e13-1336-4480-b478-77000ceadbf3, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1d085e13-1336-4480-b478-77000ceadbf3, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 1d085e13-1336-4480-b478-77000ceadbf3, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 877c8255-08a9-4ef4-bd76-7b6e53612223, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 877c8255-08a9-4ef4-bd76-7b6e53612223, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 877c8255-08a9-4ef4-bd76-7b6e53612223, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 0e94583d-22f2-402f-8af3-009ce53dfd37, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 0e94583d-22f2-402f-8af3-009ce53dfd37, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 0e94583d-22f2-402f-8af3-009ce53dfd37, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e66ad87f-0048-4fa4-a82a-5243949e0324, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e66ad87f-0048-4fa4-a82a-5243949e0324, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, e66ad87f-0048-4fa4-a82a-5243949e0324, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b77f9b05-6b8e-4d7a-b3e1-c8d131bb1f73, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b77f9b05-6b8e-4d7a-b3e1-c8d131bb1f73, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, b77f9b05-6b8e-4d7a-b3e1-c8d131bb1f73, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 9824b9e0-61d6-44e1-8e2e-43d9218d1c30, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 9824b9e0-61d6-44e1-8e2e-43d9218d1c30, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 9824b9e0-61d6-44e1-8e2e-43d9218d1c30, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 23566c00-27be-423d-b851-bfe0272805ea, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 23566c00-27be-423d-b851-bfe0272805ea, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 23566c00-27be-423d-b851-bfe0272805ea, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2021ccec-bda8-414c-8502-36144f1bd7f5, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2021ccec-bda8-414c-8502-36144f1bd7f5, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 2021ccec-bda8-414c-8502-36144f1bd7f5, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b5a1e617-25f9-4fc2-9c93-b1d67f5d9467, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b5a1e617-25f9-4fc2-9c93-b1d67f5d9467, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, b5a1e617-25f9-4fc2-9c93-b1d67f5d9467, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 87632040-833a-4d80-9005-7154416116bb, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 87632040-833a-4d80-9005-7154416116bb, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 87632040-833a-4d80-9005-7154416116bb, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2a1f8967-48ac-4b50-a7b1-37c01176ae26, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2a1f8967-48ac-4b50-a7b1-37c01176ae26, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 2a1f8967-48ac-4b50-a7b1-37c01176ae26, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 34a89c12-65f0-4c7c-b4e4-1368918df8ae, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 34a89c12-65f0-4c7c-b4e4-1368918df8ae, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" 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, 34a89c12-65f0-4c7c-b4e4-1368918df8ae, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f967a760c90>
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:84 Terminated session pool.
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 0x7f967a760c90>, reason: session-pool-terminated
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7f967a760c90> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 891fe299-a34f-4ce0-8abc-7d8ecf7a60b8, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 891fe299-a34f-4ce0-8abc-7d8ecf7a60b8, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDBjOWZjOTktYzJiZjBkZmYtZWNlMjAwNTMtNjExNDA5YjE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7f967a760c90>
DEBUG    ydb.table.SessionPool:_sp_impl.py:79 Destroyed active sessions
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:13892
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 891fe299-a34f-4ce0-8abc-7d8ecf7a60b8, ghrun-vekcxcn3rq.auto.internal:27862): on response callback started
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-vekcxcn3rq.auto.internal:27862
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 891fe299-a34f-4ce0-8abc-7d8ecf7a60b8, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS } }
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 891fe299-a34f-4ce0-8abc-7d8ecf7a60b8, ghrun-vekcxcn3rq.auto.internal:27862): on response callback success
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/0dmr/0002d8/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/0dmr/0002d8/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3982647
DEBUG    ya.test:process.py:259 Command (pid 3982647) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3982647) elapsed time (sec): 0.9991636276245117
DEBUG    ya.test:process.py:263 Command (pid 3982647) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3982647) minflt: 16122
DEBUG    ya.test:process.py:263 Command (pid 3982647) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 3982647) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3982647) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3982647) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 3982647) stime: 0.815917
DEBUG    ya.test:process.py:263 Command (pid 3982647) utime: 0.119684
DEBUG    ya.test:process.py:263 Command (pid 3982647) wtime: 1.002
DEBUG    ya.test:process.py:275 Command (pid 3982647) 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: 13205236
  --mbus-max-in-flight-by-size BYTES default: 13522162278
  --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 3982647) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/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/0dmr/0002d8/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_ou0mzd4y.log --grpc-port=13892 --mon-port=9465 --ic-port=9518 --sqs-port=18329 --module=1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13892/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/0dmr/0002d8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3982897
DEBUG    ya.test:process.py:259 Command (pid 3982897) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3982897) elapsed time (sec): 3.067533016204834
DEBUG    ya.test:process.py:263 Command (pid 3982897) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3982897) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3982897) minflt: 18275
DEBUG    ya.test:process.py:263 Command (pid 3982897) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) nivcsw: 177
DEBUG    ya.test:process.py:263 Command (pid 3982897) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3982897) nvcsw: 232
DEBUG    ya.test:process.py:263 Command (pid 3982897) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3982897) stime: 2.7480279999999997
DEBUG    ya.test:process.py:263 Command (pid 3982897) utime: 0.10541299999999999
DEBUG    ya.test:process.py:263 Command (pid 3982897) wtime: 3.07
DEBUG    ya.test:process.py:275 Command (pid 3982897) output:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0dmr/0002d8/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/0dmr/0002d8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:13892 --tenant=/Root/TenantSQS --log-file-name=/home/runner/.ya/build/build_root/0dmr/0002d8/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_rnkboe6b.log --grpc-port=27862 --mon-port=17044 --ic-port=23352 --sqs-port=3395
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:27862/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/0dmr/0002d8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3983923
DEBUG    ya.test:process.py:259 Command (pid 3983923) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3983923) elapsed time (sec): 1.3117640018463135
DEBUG    ya.test:process.py:263 Command (pid 3983923) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) maxrss: 539852
DEBUG    ya.test:process.py:263 Command (pid 3983923) minflt: 16128
DEBUG    ya.test:process.py:263 Command (pid 3983923) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 3983923) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3983923) nvcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 3983923) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3983923) stime: 1.069322
DEBUG    ya.test:process.py:263 Command (pid 3983923) utime: 0.095722
DEBUG    ya.test:process.py:263 Command (pid 3983923) wtime: 1.313
DEBUG    ya.test:process.py:275 Command (pid 3983923) output:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 43281e6575995c52040efd208d402bed5f60e208
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge 0d6be01eb1ce5850f72a134d52b82ddf17153836 into 6e8aabad462023fc39f58232200cf995bd44a8ec
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:17044
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:17044 "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:3395 from user U_yc_events_processor_f108d2aa-b0dd-11f0-8348-d00d38fb3fcc with params: Action=ListQueues
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3395
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3395 "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: 3dbe0660-8e9d7972-68b8b8ba-650fcfe7.</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, 6cc224b6-efa4-44e9-b437-990758612d01, localhost:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6cc224b6-efa4-44e9-b437-990758612d01, localhost:27862): request = { database: "/Root/TenantSQS" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6cc224b6-efa4-44e9-b437-990758612d01, localhost:27862): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-vekcxcn3rq.auto.internal" port: 27862 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-vekcxcn3rq.auto.internal:27862, 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:27862
INFO     root:test_yandex_cloud_mode.py:59 run test with cloud_id=CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc folder_id=folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc
------------------------------ 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_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc", "CreateQueuesWithTabletFormat", "0")"
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b03a6947-1832-4aba-b15d-95403686d7f0, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b03a6947-1832-4aba-b15d-95403686d7f0, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b03a6947-1832-4aba-b15d-95403686d7f0, ghrun-vekcxcn3rq.auto.internal:27862): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=NDI4ZmY0NS1jODhjMmZmNC02NjNlZmNmYS03NGM4MjcwMA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78d45585-3c2e-41b1-bf3f-03c78d80b912, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d45585-3c2e-41b1-bf3f-03c78d80b912, ghrun-vekcxcn3rq.auto.internal:27862): request = { session_id: "ydb://session/3?node_id=50000&id=NDI4ZmY0NS1jODhjMmZmNC02NjNlZmNmYS03NGM4MjcwMA==" 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_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc\", \"CreateQueuesWithTabletFormat\", \"0\")" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d45585-3c2e-41b1-bf3f-03c78d80b912, ghrun-vekcxcn3rq.auto.internal:27862): 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:3395/private from user CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc with params: QueueName=queue1&Action=CreateQueue&folderId=folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc
DEBUG    urllib3.connectionpool:connectionpool.py:246 Starting new HTTP connection (1): localhost:3395
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3395 "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-vekcxcn3rq.auto.internal:3395/CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc/0000000000000001074s/queue1</QueueUrl></CreateQueueResult><ResponseMetadata><RequestId>4be3f5cb-f93099eb-1df6ab47-40a958c9</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:3395/private from user CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc with params: QueueName=queue2&Action=CreateQueue&folderId=folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc
DEBUG    urllib3.connectionpool:connectionpool.py:475 http://localhost:3395 "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-vekcxcn3rq.auto.internal:3395/CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc/0000000000000003074s/queue2</QueueUrl></CreateQueueResult><ResponseMetadata><RequestId>d5afbd5e-15507cca-8648b0f7-692f1939</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, 609755c0-1c6f-4321-a0de-4fafd500e954, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 609755c0-1c6f-4321-a0de-4fafd500e954, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 609755c0-1c6f-4321-a0de-4fafd500e954, ghrun-vekcxcn3rq.auto.internal:27862): 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: 1761312765710 tx_id: 281474976720659 } } children { name: ".Events" owner: "root@builtin" type: TABLE created_at { plan_step: 1761312765820 tx_id: 281474976720662 } } children { name: ".FIFO" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1761312766870 tx_id: 281474976720669 } } children { name: ".Queues" owner: "root@builtin" type: TABLE created_at { plan_step: 1761312765800 tx_id: 281474976720661 } } children { name: ".RemovedQueues" owner: "root@builtin" type: TABLE created_at { plan_step: 1761312765870 tx_id: 281474976720664 } } children { name: ".STD" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1761312766450 tx_id: 281474976720665 } } children { name: ".Settings" owner: "root@builtin" type: TABLE created_at { plan_step: 1761312765840 tx_id: 281474976720663 } } children { name: ".metadata" owner: "metadata@system" type: DIRECTORY created_at { plan_step: 1761312764830 tx_id: 281474976720657 } } children { name: "CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1761312772880 tx_id: 281474976720686 } } children { name: ".sys" type: DIRECTORY created_at { } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 11530625-4d7c-43d1-ace6-11fa28fd32e5, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 11530625-4d7c-43d1-ace6-11fa28fd32e5, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.Events/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 11530625-4d7c-43d1-ace6-11fa28fd32e5, ghrun-vekcxcn3rq.auto.internal:27862): 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, 4ba4627e-35f2-402b-a605-9f93093b193b, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4ba4627e-35f2-402b-a605-9f93093b193b, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.FIFO/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4ba4627e-35f2-402b-a605-9f93093b193b, ghrun-vekcxcn3rq.auto.internal:27862): 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, 57a5a2b8-cadb-4ccc-abfb-f4bff6571323, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 57a5a2b8-cadb-4ccc-abfb-f4bff6571323, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.RemovedQueues/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 57a5a2b8-cadb-4ccc-abfb-f4bff6571323, ghrun-vekcxcn3rq.auto.internal:27862): 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, e4c76212-42c4-42bd-9b4e-281e5bb2fb61, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e4c76212-42c4-42bd-9b4e-281e5bb2fb61, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.STD/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e4c76212-42c4-42bd-9b4e-281e5bb2fb61, ghrun-vekcxcn3rq.auto.internal:27862): 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, fc1553e7-5f70-4b15-9bdb-9c7ac4de8e7d, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fc1553e7-5f70-4b15-9bdb-9c7ac4de8e7d, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.metadata/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, fc1553e7-5f70-4b15-9bdb-9c7ac4de8e7d, ghrun-vekcxcn3rq.auto.internal:27862): 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, b68771ab-c2a2-4d71-a614-4fa1ea1625fa, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b68771ab-c2a2-4d71-a614-4fa1ea1625fa, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b68771ab-c2a2-4d71-a614-4fa1ea1625fa, ghrun-vekcxcn3rq.auto.internal:27862): 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, 5fb46640-7a10-4785-a8f3-aa349826708a, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5fb46640-7a10-4785-a8f3-aa349826708a, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/.sys/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5fb46640-7a10-4785-a8f3-aa349826708a, ghrun-vekcxcn3rq.auto.internal:27862): 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, 5374e17c-41ba-4588-8b03-7bdd0e855a99, ghrun-vekcxcn3rq.auto.internal:27862): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5374e17c-41ba-4588-8b03-7bdd0e855a99, ghrun-vekcxcn3rq.auto.internal:27862): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/TenantSQS/CLOUD_FOR_folder_acc_f11464c6-b0dd-11f0-a04f-d00d38fb3fcc/Queues" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5374e17c-41ba-4588-8b03-7bdd0e855a99, ghrun-vekcxcn3rq.auto.internal:27862): 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:27862
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-vekcxcn3rq.auto.internal:27862
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:13892/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:27862/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3395
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16307
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25129
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23352
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17044
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27862
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18329
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27949
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9465
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13892
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9518
============================== slowest durations ===============================
51.82s call     test_yandex_cloud_mode.py::TestSqsYandexCloudMode::test_yc_events_processor[tables_format_v0]
18.88s setup    test_yandex_cloud_mode.py::TestSqsYandexCloudMode::test_yc_events_processor[tables_format_v0]
17.15s 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 88.82s (0:01:28) ==================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d1/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 0.83s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002e3/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 0.60s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000346/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.57s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002dd/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.85s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000354/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 0.60s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/00034d/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 0.78s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d6/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 0.81s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/00034e/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 0.79s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000349/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 0.66s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000351/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 0.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/0dmr/0002d5/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.84s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/00034f/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.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/0dmr/0002d7/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 0.56s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000345/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 0.68s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002dc/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 0.59s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d3/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 0.53s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d9/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.83s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002da/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 0.65s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d0/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.80s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002cd/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 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/0dmr/0002e1/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 0.80s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000352/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 0.81s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002e2/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 0.79s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000353/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 0.51s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002e0/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 0.80s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d4/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 0.81s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/00034c/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 0.77s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000350/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.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/0dmr/0002e4/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 0.79s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002de/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 0.84s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002d2/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.67s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002df/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.59s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002ce/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.79s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002cf/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.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/0dmr/00034b/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.64s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/00034a/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 0.76s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000347/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 0.82s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/000348/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.63s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0dmr/0002db/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 0.80s ============================
