============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 1 item

test_workload_topic.py F

=================================== FAILURES ===================================
__________________________ TestYdbTopicWorkload.test ___________________________
ydb/tests/stress/topic/tests/test_workload_topic.py:31: in test
    yatest.common.execute(cmd_args)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/workload_topic --endpoint grpc://localhost:2338 --database /Root --duration 60 --consumers 16 --producers 33 --limit-memory-usage' has failed with code 1.
E   Errors:
E   ...oot', 'workload', 'topic', 'run', 'full', '-s', '60', '--byte-rate', '100M', '--use-tx', '--tx-commit-interval', '2000', '-p', '33', '-c', '16', '--max-memory-usage-per-consumer=2M', '--max-memory-usage-per-producer=2M', '--topic', 'topic/topic']' returned non-zero exit status 100.
E   Traceback (most recent call last):
E     File "ydb/tests/stress/common/common.py", line 114, in wrapper
E       f()
E       ~^^
E     File "ydb/tests/stress/topic/workload/__init__.py", line 93, in __loop
E       self.cmd_run(
E       ~~~~~~~~~~~~^
E           self.get_command_prefix(subcmds=run_cmd_args)
E           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E       )
E       ^
E     File "ydb/tests/stress/topic/workload/__init__.py", line 64, in cmd_run
E       subprocess.run(cmd, check=True, text=True)
E       ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/tools/python3/Lib/subprocess.py", line 577, in run
E       raise CalledProcessError(retcode, process.args,
E                                output=stdout, stderr=stderr)
E   subprocess.CalledProcessError: Command '['/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli', '--verbose', '--endpoint', 'grpc://localhost:2338', '--database=/Root', 'workload', 'topic', 'run', 'full', '-s', '60', '--byte-rate', '100M', '--use-tx', '--tx-commit-interval', '2000', '-p', '33', '-c', '16', '--max-memory-usage-per-consumer=2M', '--max-memory-usage-per-producer=2M', '--topic', 'topic/topic']' returned non-zero exit status 100.
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/dgvm/000347/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23571
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:518 Working directory: /home/runner/.ya/build/build_root/dgvm/000347/r3tmp/kikimr_cluster_y8n2rp3k
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2338
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64945
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5047
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9717
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:291 CFG_DIR_PATH="/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:292 Final command: /home/runner/.ya/build/build_root/dgvm/000347/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/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_aosptxvy.log --grpc-port=2338 --mon-port=64945 --ic-port=23571
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:173 Formatting pdisk SectorMap:1:64 on node localhost:2338/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:291 CFG_DIR_PATH="/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:292 Final command: /home/runner/.ya/build/build_root/dgvm/000347/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/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_aosptxvy.log --grpc-port=2338 --mon-port=64945 --ic-port=23571
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/dgvm/000347/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1/logfile_aosptxvy.log', '--grpc-port=2338', '--mon-port=64945', '--ic-port=23571')' in '/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/testing_out_stuff/test_workload_topic.py.TestYdbTopicWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1045288
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:332 Started node localhost:2338/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/dgvm/000347/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1045289
DEBUG    ya.test:process.py:259 Command (pid 1045289) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1045289) elapsed time (sec): 0.8733007907867432
DEBUG    ya.test:process.py:263 Command (pid 1045289) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) maxrss: 492008
DEBUG    ya.test:process.py:263 Command (pid 1045289) minflt: 45452
DEBUG    ya.test:process.py:263 Command (pid 1045289) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 1045289) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1045289) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1045289) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1045289) stime: 0.23843
DEBUG    ya.test:process.py:263 Command (pid 1045289) utime: 0.569323
DEBUG    ya.test:process.py:263 Command (pid 1045289) wtime: 0.876
DEBUG    ya.test:process.py:275 Command (pid 1045289) output:
Git info:
    Commit: a616906700797417849b4abb5a4c227275a10d22
    Branch: 
    Author: ubyte <himeraster@gmail.com>
    Summary: Merge b36249afafa61702eead4a9d786898f66b60cb65 into 885e6fe5ab2f40249d6ffbed189a3e58a758a8ce
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-4mq6qa2p6u    Host information: 
        Linux ghrun-4mq6qa2p6u 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/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:333 Node 1 version:
Git info:
    Commit: a616906700797417849b4abb5a4c227275a10d22
    Branch: 
    Author: ubyte <himeraster@gmail.com>
    Summary: Merge b36249afafa61702eead4a9d786898f66b60cb65 into 885e6fe5ab2f40249d6ffbed189a3e58a758a8ce
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-4mq6qa2p6u    Host information: 
        Linux ghrun-4mq6qa2p6u 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:467 Executing command = ['/home/runner/.ya/build/build_root/dgvm/000347/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2338', '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: 23571\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/dgvm/000347/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2338', '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: 23571\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1047793
DEBUG    ya.test:process.py:259 Command (pid 1047793) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1047793) elapsed time (sec): 1.0291955471038818
DEBUG    ya.test:process.py:263 Command (pid 1047793) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) maxrss: 597176
DEBUG    ya.test:process.py:263 Command (pid 1047793) minflt: 51661
DEBUG    ya.test:process.py:263 Command (pid 1047793) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) nivcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 1047793) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1047793) nvcsw: 620
DEBUG    ya.test:process.py:263 Command (pid 1047793) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1047793) stime: 0.302483
DEBUG    ya.test:process.py:263 Command (pid 1047793) utime: 0.639452
DEBUG    ya.test:process.py:263 Command (pid 1047793) wtime: 1.032
DEBUG    ya.test:process.py:275 Command (pid 1047793) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:467 Executing command = ['/home/runner/.ya/build/build_root/dgvm/000347/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2338', '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.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/dgvm/000347/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2338', '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: 1048323
DEBUG    ya.test:process.py:259 Command (pid 1048323) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1048323) elapsed time (sec): 1.059645652770996
DEBUG    ya.test:process.py:263 Command (pid 1048323) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) maxrss: 597264
DEBUG    ya.test:process.py:263 Command (pid 1048323) minflt: 51792
DEBUG    ya.test:process.py:263 Command (pid 1048323) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1048323) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1048323) nvcsw: 858
DEBUG    ya.test:process.py:263 Command (pid 1048323) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1048323) stime: 0.284336
DEBUG    ya.test:process.py:263 Command (pid 1048323) utime: 0.638531
DEBUG    ya.test:process.py:263 Command (pid 1048323) wtime: 1.062
DEBUG    ya.test:process.py:275 Command (pid 1048323) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:599 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:606 Cluster started and initialized
DEBUG    ydb.connection:connection.py:335 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 7063ef8f-b79b-4e56-973a-107ff1655941, localhost:2338): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 7063ef8f-b79b-4e56-973a-107ff1655941, localhost:2338): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 7063ef8f-b79b-4e56-973a-107ff1655941, localhost:2338): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4mq6qa2p6u.auto.internal" port: 2338 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-4mq6qa2p6u.auto.internal:2338, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:335 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:2338
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:2338
INFO     ya.test:ya.py:447 Test call (class_name: test_workload_topic.py::TestYdbTopicWorkload, test_name: test)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/workload_topic
DEBUG    ya.test:process.py:678 Command out will be placed to workload_topic.out
DEBUG    ya.test:process.py:678 Command err will be placed to workload_topic.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/workload_topic', '--endpoint', 'grpc://localhost:2338', '--database', '/Root', '--duration', '60', '--consumers', '16', '--producers', '33', '--limit-memory-usage']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1048715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 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', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, c2181889-6f11-49bc-8c59-99876631d17c, localhost:2338): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, c2181889-6f11-49bc-8c59-99876631d17c, localhost:2338): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, c2181889-6f11-49bc-8c59-99876631d17c, localhost:2338): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4mq6qa2p6u.auto.internal" port: 2338 service: "nbs" service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-4mq6qa2p6u.auto.internal:2338, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:2338
DEBUG    ya.test:process.py:259 Command (pid 1048715) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1048715) elapsed time (sec): 95.53505873680115
DEBUG    ya.test:process.py:263 Command (pid 1048715) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) inblock: 237160
DEBUG    ya.test:process.py:263 Command (pid 1048715) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) majflt: 1125
DEBUG    ya.test:process.py:263 Command (pid 1048715) maxrss: 2626084
DEBUG    ya.test:process.py:263 Command (pid 1048715) minflt: 1895188
DEBUG    ya.test:process.py:263 Command (pid 1048715) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) nivcsw: 13950
DEBUG    ya.test:process.py:263 Command (pid 1048715) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1048715) nvcsw: 1567080
DEBUG    ya.test:process.py:263 Command (pid 1048715) oublock: 497760
DEBUG    ya.test:process.py:263 Command (pid 1048715) stime: 30.935394
DEBUG    ya.test:process.py:263 Command (pid 1048715) utime: 101.027653
DEBUG    ya.test:process.py:263 Command (pid 1048715) wtime: 95.538
DEBUG    ya.test:process.py:275 Command (pid 1048715) output:
Window	Write speed	Write time	Inflight	Read speed	Topic time	Select time	Upsert time	Commit time	
#	msg/s	MB/s	percentile,ms	percentile,msg	msg/s	MB/s	percentile,ms	percentile,ms	percentile,ms	percentile,ms	
1	0	0	0		0		0	0	0		0		0		0	
2	0	0	0		0		0	0	0		0		0		0	
3	0	0	0		0		0	0	0		0		0		0	
4	0	0	0		0		0	0	0		0		0		0	
5	0	0	0		0		0	0	0		0		0		0	
6	429	4	2271		9		112	1	3546		0		0		0	
7	755	7	3503		9		0	0	0		0		0		2975	
8	205	2	5023		3		0	0	0		0		0		1519	
9	572	5	5087		2		1688	16	6116		0		0		4255	
10	714	6	6079		2		0	0	0		0		0		1327	
11	42	0	5855		1		1641	16	8333		0		0		3599	
12	348	3	4959		1		1131	11	9434		0		0		1199	
13	20	0	8095		0		1188	11	9968		0		0		859	
14	50	0	8831		0		3483	34	10592		0		0		397	
15	11	0	10239		0		7638	74	11503		0		0		691	
16	71	0	9215		1		3672	35	12229		0		0		1887	
17	218	2	9855		1		0	0	0		0		0		1359	
18	84	0	10239		1		5816	56	14171		0		0		3023	
19	31	0	13951		0		8226	80	15405		0		0		887	
20	39	0	15167		0		5186	50	16322		0		0		651	
21	74	0	13695		1		7542	73	17244		0		0		955	
22	112	1	14207		2		2688	26	18028		0		0		2095	
23	321	3	15551		2		4556	44	19340		0		0		2159	
24	17	0	19327		0		2824	27	19812		0		0		1143	
25	21	0	19839		0		7936	77	20611		0		0		1039	
26	200	1	17791		2		1380	13	21138		0		0		1495	
27	20	0	21375		0		5251	51	20163		0		0		1135	
28	10	0	22911		0		2818	27	20652		0		0		1343	
29	29	0	24063		0		6692	65	21701		0		0		1335	
30	5	0	25983		0		3526	34	22319		0		0		1607	
31	77	0	23295		0		4663	45	23390		0		0		1663	
32	23	0	26751		0		2449	23	24195		0		0		1231	
33	146	1	28415		1		895	8	26493		0		0		1143	
34	184	1	26239		2		316	3	29219		0		0		1127	
35	14	0	30207		0		3500	34	29917		0		0		1543	
36	127	1	29695		0		217	2	27785		0		0		2143	
37	49	0	29055		0		0	0	0		0		0		671	
38	68	0	34047		1		2679	26	31090		0		0		2959	
39	590	5	34303		3		0	0	0		0		0		4191	
40	36	0	35071		0		1294	12	33138		0		0		1527	
41	44	0	36095		0		2072	20	35542		0		0		603	
42	37	0	37119		0		924	9	36538		0		0		671	
43	215	2	38143		3		1979	19	38384		0		0		855	
44	256	2	36607		4		2973	29	39079		0		0		2159	
45	716	6	36863		4		0	0	0		0		0		1479	
46	27	0	40959		0		3649	35	41015		0		0		1111	
47	29	0	41727		0		7214	70	41312		0		0		483	
48	24	0	39167		0		2676	26	39969		0		0		1295	
49	713	6	43007		4		934	9	40751		0		0		679	
50	391	3	41215		8		0	0	0		0		0		421	
51	1	0	44799		0		0	0	0		0		0		1159	
52	0	0	0		0		0	0	0		0		0		0	
53	0	0	0		0		0	0	0		0		0		0	
54	0	0	0		0		0	0	0		0		0		0	
55	0	0	0		0		0	0	0		0		0		0	
56	0	0	0		0		0	0	0		0		0		0	
57	0	0	0		0		0	0	0		0		0		0	
58	0	0	0		0		0	0	0		0		0		0	
59	0	0	0		0		0	0	0		0		0		0	
60	0	0	0		0		0	0	0		0		0		0	
Window	Write speed	Write time	Inflight	Read speed	Topic time	Select time	Upsert time	Commit time	
#	msg/s	MB/s	percentile,ms	percentile,msg	msg/s	MB/s	percentile,ms	percentile,ms	percentile,ms	percentile,ms	
Total	148	1	17279		2		2244	21	20035		0		0		1095	

DEBUG    ya.test:process.py:276 Command (pid 1048715) errors:
...ild_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #13 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 1392 byte(s) in 21 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x000005b84345 in google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b84345) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x000005b84835 in google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b84835) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x0000086f27ba in Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f27ba) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x0000086f38d8 in Ydb::Topic::StreamReadMessage_ReadResponse::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f38d8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x0000086e22dd in Ydb::Topic::StreamReadMessage_FromServer::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86e22dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x000005b68d0f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b68d0f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000009fffb34 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Topic::StreamReadMessage_FromServer>(grpc::ByteBuffer*, google::protobuf::MessageLite*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fffb34) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000009fff376 in grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>::FinishOp(bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fff376) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000009ffe53f in grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>, grpc::internal::CallNoOp<3>, grpc::internal::CallNoOp<4>, grpc::internal::CallNoOp<5>, grpc::internal::CallNoOp<6>>::FinalizeResult(void**, bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffe53f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000009407b39 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9407b39) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #13 0x0000089e68cf  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e68cf) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #14 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #15 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #16 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #17 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 1216 byte(s) in 38 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x000004c621a5 in TBasicString<char, std::__y1::char_traits<char>>::Clone() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4c621a5) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x000005b762fb in google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, TBasicString<char, std::__y1::char_traits<char>>*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b762fb) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x0000086ec7ab in Ydb::Topic::StreamReadMessage_ReadResponse_MessageData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86ec7ab) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x0000086efab9 in Ydb::Topic::StreamReadMessage_ReadResponse_Batch::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86efab9) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x0000086f27c8 in Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f27c8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x0000086f38d8 in Ydb::Topic::StreamReadMessage_ReadResponse::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f38d8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x0000086e22dd in Ydb::Topic::StreamReadMessage_FromServer::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86e22dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000005b68d0f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b68d0f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #13 0x000009fffb34 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Topic::StreamReadMessage_FromServer>(grpc::ByteBuffer*, google::protobuf::MessageLite*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fffb34) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #14 0x000009fff376 in grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>::FinishOp(bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fff376) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #15 0x000009ffe53f in grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>, grpc::internal::CallNoOp<3>, grpc::internal::CallNoOp<4>, grpc::internal::CallNoOp<5>, grpc::internal::CallNoOp<6>>::FinalizeResult(void**, bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffe53f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #16 0x000009407b39 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9407b39) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #17 0x0000089e68cf  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e68cf) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #18 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #19 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #20 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #21 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 1032 byte(s) in 20 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x000004c9028a in std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>::__init_copy_ctor_external(char const*, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4c9028a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0bbc95 in TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>> MakeIntrusive<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>, unsigned long&, TBasicString<char, std::__y1::char_traits<char>> const&, std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>&, long, long&, long, std::__y1::optional<NYdb::Dev::NTopic::TPartitionLocation>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&>(unsigned long&, TBasicString<char, std::__y1::char_traits<char>> const&, std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>&, long&&, long&, long&&, std::__y1::optional<NYdb::Dev::NTopic::TPartitionLocation>&&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0bbc95) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a09eaf0 in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_StartPartitionSessionRequest>(Ydb::Topic::StreamReadMessage_StartPartitionSessionRequest&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09eaf0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a09ae7e in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09ae7e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 960 byte(s) in 2 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a069cba in std::__y1::deque<NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>, std::__y1::allocator<NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>>>::__add_back_capacity() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa069cba) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a08a046 in NYdb::Dev::NTopic::TRawPartitionStreamEventQueue<false>::SignalReadyEvents(TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>, NYdb::Dev::NTopic::TReadSessionEventsQueue<false>&, NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>&&)::operator()(NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>&&) const (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa08a046) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a085e24 in NYdb::Dev::NTopic::TRawPartitionStreamEventQueue<false>::SignalReadyEvents(TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>, NYdb::Dev::NTopic::TReadSessionEventsQueue<false>&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa085e24) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a0ba3d0 in NYdb::Dev::NTopic::TReadSessionEventsQueue<false>::SignalReadyEvents(TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0ba3d0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a0b8be0 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDecompressionTask::operator()() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0b8be0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x0000094273de in TThrFuncObj<std::__y1::function<void ()>>::Process(void*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x94273de) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000005eede84 in TThreadPool::TImpl::DoExecute() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eede84) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 896 byte(s) in 21 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0addca in std::__y1::vector<TIntrusivePtr<NYdb::Dev::NTopic::TWriteSessionMeta, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TWriteSessionMeta>>, std::__y1::allocator<TIntrusivePtr<NYdb::Dev::NTopic::TWriteSessionMeta, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TWriteSessionMeta>>>>::reserve(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0addca) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0aaca6 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::BuildBatchesMeta() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0aaca6) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a0aab19 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDataDecompressionInfo(Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData&&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, bool, long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0aab19) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a0aa382 in std::__y1::shared_ptr<NYdb::Dev::NTopic::TDataDecompressionInfo<false>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TDataDecompressionInfo<false>, std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>>, Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&, bool const&, long&, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>> const&, Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData&&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&, bool const&, long&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0aa382) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a09d4ba in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_ReadResponse>(Ydb::Topic::StreamReadMessage_ReadResponse&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09d4ba) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x00000a09adc7 in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09adc7) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #13 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #14 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 872 byte(s) in 109 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x000005dcf325 in google::protobuf::internal::ArenaStringPtr::Mutable(google::protobuf::Arena*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5dcf325) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x0000086efdc3 in Ydb::Topic::StreamReadMessage_ReadResponse_Batch::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86efdc3) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x0000086f27c8 in Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f27c8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x0000086f38d8 in Ydb::Topic::StreamReadMessage_ReadResponse::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f38d8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x0000086e22dd in Ydb::Topic::StreamReadMessage_FromServer::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86e22dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000005b68d0f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b68d0f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000009fffb34 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Topic::StreamReadMessage_FromServer>(grpc::ByteBuffer*, google::protobuf::MessageLite*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fffb34) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000009fff376 in grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>::FinishOp(bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fff376) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000009ffe53f in grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>, grpc::internal::CallNoOp<3>, grpc::internal::CallNoOp<4>, grpc::internal::CallNoOp<5>, grpc::internal::CallNoOp<6>>::FinalizeResult(void**, bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffe53f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #13 0x000009407b39 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9407b39) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #14 0x0000089e68cf  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e68cf) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #15 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #16 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #17 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #18 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 504 byte(s) in 3 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0d1a7a in NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>::TCallbackContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d1a7a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0d18af in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d18af) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 264 byte(s) in 3 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0d183e in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d183e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 240 byte(s) in 5 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0a9f9e in TDisjointIntervalTree<unsigned long>::InsertIntervalImpl(unsigned long, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a9f9e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0a6dc5 in NYdb::Dev::NTopic::TPartitionStreamImpl<false>::AddToCommitRanges(unsigned long, unsigned long, bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a6dc5) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a0bdf23 in NYdb::Dev::NTopic::TPartitionStreamImpl<false>::Commit(unsigned long, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0bdf23) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a113122 in NYdb::Dev::NTopic::TReadSessionEvent::TDataReceivedEvent::Commit() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa113122) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000d8de951 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8de951) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 168 byte(s) in 21 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0b19a2 in std::__y1::deque<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TReadyMessageThreshold, std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TReadyMessageThreshold>>::__add_back_capacity() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0b19a2) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0a7189 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::PlanDecompressionTasks(double, TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a7189) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a09d540 in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_ReadResponse>(Ydb::Topic::StreamReadMessage_ReadResponse&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09d540) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a09adc7 in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09adc7) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 152 byte(s) in 19 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0b3372 in std::__y1::deque<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDecompressionTask, std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDecompressionTask>>::__add_back_capacity() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0b3372) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0a82dd in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::PlanDecompressionTasks(double, TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a82dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a09d540 in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_ReadResponse>(Ydb::Topic::StreamReadMessage_ReadResponse&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09d540) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a09adc7 in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09adc7) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::'lambda'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 144 byte(s) in 3 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0d1bd0 in NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>::TCallbackContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d1bd0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0d18af in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d18af) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

Indirect leak of 96 byte(s) in 3 object(s) allocated from:
    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #1 0x00000a0d1b3c in NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>::TCallbackContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d1b3c) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #2 0x00000a0d18af in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d18af) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #3 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #4 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #5 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #6 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #7 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #8 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #9 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #10 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #11 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)
    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)

SUMMARY: AddressSanitizer: 2849552 byte(s) leaked in 5548 allocation(s).
FATAL: Command '['/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli', '--verbose', '--endpoint', 'grpc://localhost:2338', '--database=/Root', 'workload', 'topic', 'run', 'full', '-s', '60', '--byte-rate', '100M', '--use-tx', '--tx-commit-interval', '2000', '-p', '33', '-c', '16', '--max-memory-usage-per-consumer=2M', '--max-memory-usage-per-producer=2M', '--topic', 'topic/topic']' returned non-zero exit status 100.
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 114, in wrapper
    f()
    ~^^
  File "ydb/tests/stress/topic/workload/__init__.py", line 93, in __loop
    self.cmd_run(
    ~~~~~~~~~~~~^
        self.get_command_prefix(subcmds=run_cmd_args)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "ydb/tests/stress/topic/workload/__init__.py", line 64, in cmd_run
    subprocess.run(cmd, check=True, text=True)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/subprocess.py", line 577, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli', '--verbose', '--endpoint', 'grpc://localhost:2338', '--database=/Root', 'workload', 'topic', 'run', 'full', '-s', '60', '--byte-rate', '100M', '--use-tx', '--tx-commit-interval', '2000', '-p', '33', '-c', '16', '--max-memory-usage-per-consumer=2M', '--max-memory-usage-per-producer=2M', '--topic', 'topic/topic']' returned non-zero exit status 100.

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b'Window\tWrite speed\tWrite time\tInflight\tRead speed\tTopic time\tSelect time\tUpsert time\tCommit time\t\n#\tmsg/s\tMB/s\tpercentile,ms\tpercentile,msg\tmsg/s\tMB/s\tpercentile,ms\tpercentile,ms\tpercentile,ms\tpercentile,ms\t\n1\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n2\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n3\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n4\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n5\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n6\t429\t4\t2271\t\t9\t\t112\t1\t3546\t\t0\t\t0\t\t0\t\n7\t755\t7\t3503\t\t9\t\t0\t0\t0\t\t0\t\t0\t\t2975\t\n8\t205\t2\t5023\t\t3\t\t0\t0\t0\t\t0\t\t0\t\t1519\t\n9\t572\t5\t5087\t\t2\t\t1688\t16\t6116\t\t0\t\t0\t\t4255\t\n10\t714\t6\t6079\t\t2\t\t0\t0\t0\t\t0\t\t0\t\t1327\t\n11\t42\t0\t5855\t\t1\t\t1641\t16\t8333\t\t0\t\t0\t\t3599\t\n12\t348\t3\t4959\t\t1\t\t1131\t11\t9434\t\t0\t\t0\t\t1199\t\n13\t20\t0\t8095\t\t0\t\t1188\t11\t9968\t\t0\t\t0\t\t859\t\n14\t50\t0\t8831\t\t0\t\t3483\t34\t10592\t\t0\t\t0\t\t397\t\n15\t11\t0\t10239\t\t0\t\t7638\t74\t11503\t\t0\t\t0\t\t691\t\n16\t71\t0\t9215\t\t1\t\t3672\t35\t12229\t\t0\t\t0\t\t1887\t\n17\t218\t2\t9855\t\t1\t\t0\t0\t0\t\t0\t\t0\t\t1359\t\n18\t84\t0\t10239\t\t1\t\t5816\t56\t14171\t\t0\t\t0\t\t3023\t\n19\t31\t0\t13951\t\t0\t\t8226\t80\t15405\t\t0\t\t0\t\t887\t\n20\t39\t0\t15167\t\t0\t\t5186\t50\t16322\t\t0\t\t0\t\t651\t\n21\t74\t0\t13695\t\t1\t\t7542\t73\t17244\t\t0\t\t0\t\t955\t\n22\t112\t1\t14207\t\t2\t\t2688\t26\t18028\t\t0\t\t0\t\t2095\t\n23\t321\t3\t15551\t\t2\t\t4556\t44\t19340\t\t0\t\t0\t\t2159\t\n24\t17\t0\t19327\t\t0\t\t2824\t27\t19812\t\t0\t\t0\t\t1143\t\n25\t21\t0\t19839\t\t0\t\t7936\t77\t20611\t\t0\t\t0\t\t1039\t\n26\t200\t1\t17791\t\t2\t\t1380\t13\t21138\t\t0\t\t0\t\t1495\t\n27\t20\t0\t21375\t\t0\t\t5251\t51\t20163\t\t0\t\t0\t\t1135\t\n28\t10\t0\t22911\t\t0\t\t2818\t27\t20652\t\t0\t\t0\t\t1343\t\n29\t29\t0\t24063\t\t0\t\t6692\t65\t21701\t\t0\t\t0\t\t1335\t\n30\t5\t0\t25983\t\t0\t\t3526\t34\t22319\t\t0\t\t0\t\t1607\t\n31\t77\t0\t23295\t\t0\t\t4663\t45\t23390\t\t0\t\t0\t\t1663\t\n32\t23\t0\t26751\t\t0\t\t2449\t23\t24195\t\t0\t\t0\t\t1231\t\n33\t146\t1\t28415\t\t1\t\t895\t8\t26493\t\t0\t\t0\t\t1143\t\n34\t184\t1\t26239\t\t2\t\t316\t3\t29219\t\t0\t\t0\t\t1127\t\n35\t14\t0\t30207\t\t0\t\t3500\t34\t29917\t\t0\t\t0\t\t1543\t\n36\t127\t1\t29695\t\t0\t\t217\t2\t27785\t\t0\t\t0\t\t2143\t\n37\t49\t0\t29055\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t671\t\n38\t68\t0\t34047\t\t1\t\t2679\t26\t31090\t\t0\t\t0\t\t2959\t\n39\t590\t5\t34303\t\t3\t\t0\t0\t0\t\t0\t\t0\t\t4191\t\n40\t36\t0\t35071\t\t0\t\t1294\t12\t33138\t\t0\t\t0\t\t1527\t\n41\t44\t0\t36095\t\t0\t\t2072\t20\t35542\t\t0\t\t0\t\t603\t\n42\t37\t0\t37119\t\t0\t\t924\t9\t36538\t\t0\t\t0\t\t671\t\n43\t215\t2\t38143\t\t3\t\t1979\t19\t38384\t\t0\t\t0\t\t855\t\n44\t256\t2\t36607\t\t4\t\t2973\t29\t39079\t\t0\t\t0\t\t2159\t\n45\t716\t6\t36863\t\t4\t\t0\t0\t0\t\t0\t\t0\t\t1479\t\n46\t27\t0\t40959\t\t0\t\t3649\t35\t41015\t\t0\t\t0\t\t1111\t\n47\t29\t0\t41727\t\t0\t\t7214\t70\t41312\t\t0\t\t0\t\t483\t\n48\t24\t0\t39167\t\t0\t\t2676\t26\t39969\t\t0\t\t0\t\t1295\t\n49\t713\t6\t43007\t\t4\t\t934\t9\t40751\t\t0\t\t0\t\t679\t\n50\t391\t3\t41215\t\t8\t\t0\t0\t0\t\t0\t\t0\t\t421\t\n51\t1\t0\t44799\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t1159\t\n52\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n53\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n54\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n55\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n56\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n57\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n58\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n59\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\n60\t0\t0\t0\t\t0\t\t0\t0\t0\t\t0\t\t0\t\t0\t\nWindow\tWrite speed\tWrite time\tInflight\tRead speed\tTopic time\tSelect time\tUpsert time\tCommit time\t\n#\tmsg/s\tMB/s\tpercentile,ms\tpercentile,msg\tmsg/s\tMB/s\tpercentile,ms\tpercentile,ms\tpercentile,ms\tpercentile,ms\t\nTotal\t148\t1\t17279\t\t2\t\t2244\t21\t20035\t\t0\t\t0\t\t1095\t\n'
	std_err:b'...ild_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #13 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 1392 byte(s) in 21 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x000005b84345 in google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b84345) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x000005b84835 in google::protobuf::internal::RepeatedPtrFieldBase::AddOutOfLineHelper(void*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b84835) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x0000086f27ba in Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f27ba) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x0000086f38d8 in Ydb::Topic::StreamReadMessage_ReadResponse::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f38d8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x0000086e22dd in Ydb::Topic::StreamReadMessage_FromServer::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86e22dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x000005b68d0f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b68d0f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000009fffb34 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Topic::StreamReadMessage_FromServer>(grpc::ByteBuffer*, google::protobuf::MessageLite*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fffb34) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000009fff376 in grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>::FinishOp(bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fff376) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000009ffe53f in grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>, grpc::internal::CallNoOp<3>, grpc::internal::CallNoOp<4>, grpc::internal::CallNoOp<5>, grpc::internal::CallNoOp<6>>::FinalizeResult(void**, bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffe53f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000009407b39 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9407b39) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #13 0x0000089e68cf  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e68cf) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #14 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #15 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #16 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #17 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 1216 byte(s) in 38 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x000004c621a5 in TBasicString<char, std::__y1::char_traits<char>>::Clone() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4c621a5) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x000005b762fb in google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, TBasicString<char, std::__y1::char_traits<char>>*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b762fb) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x0000086ec7ab in Ydb::Topic::StreamReadMessage_ReadResponse_MessageData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86ec7ab) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x0000086efab9 in Ydb::Topic::StreamReadMessage_ReadResponse_Batch::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86efab9) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x0000086f27c8 in Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f27c8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x0000086f38d8 in Ydb::Topic::StreamReadMessage_ReadResponse::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f38d8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x0000086e22dd in Ydb::Topic::StreamReadMessage_FromServer::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86e22dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000005b68d0f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b68d0f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #13 0x000009fffb34 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Topic::StreamReadMessage_FromServer>(grpc::ByteBuffer*, google::protobuf::MessageLite*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fffb34) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #14 0x000009fff376 in grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>::FinishOp(bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fff376) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #15 0x000009ffe53f in grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>, grpc::internal::CallNoOp<3>, grpc::internal::CallNoOp<4>, grpc::internal::CallNoOp<5>, grpc::internal::CallNoOp<6>>::FinalizeResult(void**, bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffe53f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #16 0x000009407b39 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9407b39) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #17 0x0000089e68cf  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e68cf) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #18 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #19 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #20 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #21 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 1032 byte(s) in 20 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x000004c9028a in std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>::__init_copy_ctor_external(char const*, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4c9028a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0bbc95 in TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>> MakeIntrusive<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>, unsigned long&, TBasicString<char, std::__y1::char_traits<char>> const&, std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>&, long, long&, long, std::__y1::optional<NYdb::Dev::NTopic::TPartitionLocation>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&>(unsigned long&, TBasicString<char, std::__y1::char_traits<char>> const&, std::__y1::basic_string<char, std::__y1::char_traits<char>, std::__y1::allocator<char>>&, long&&, long&, long&&, std::__y1::optional<NYdb::Dev::NTopic::TPartitionLocation>&&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0bbc95) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a09eaf0 in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_StartPartitionSessionRequest>(Ydb::Topic::StreamReadMessage_StartPartitionSessionRequest&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09eaf0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a09ae7e in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09ae7e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 960 byte(s) in 2 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a069cba in std::__y1::deque<NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>, std::__y1::allocator<NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>>>::__add_back_capacity() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa069cba) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a08a046 in NYdb::Dev::NTopic::TRawPartitionStreamEventQueue<false>::SignalReadyEvents(TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>, NYdb::Dev::NTopic::TReadSessionEventsQueue<false>&, NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>&&)::operator()(NYdb::Dev::NTopic::TRawPartitionStreamEvent<false>&&) const (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa08a046) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a085e24 in NYdb::Dev::NTopic::TRawPartitionStreamEventQueue<false>::SignalReadyEvents(TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>, NYdb::Dev::NTopic::TReadSessionEventsQueue<false>&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa085e24) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a0ba3d0 in NYdb::Dev::NTopic::TReadSessionEventsQueue<false>::SignalReadyEvents(TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0ba3d0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a0b8be0 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDecompressionTask::operator()() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0b8be0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x0000094273de in TThrFuncObj<std::__y1::function<void ()>>::Process(void*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x94273de) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000005eede84 in TThreadPool::TImpl::DoExecute() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eede84) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 896 byte(s) in 21 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0addca in std::__y1::vector<TIntrusivePtr<NYdb::Dev::NTopic::TWriteSessionMeta, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TWriteSessionMeta>>, std::__y1::allocator<TIntrusivePtr<NYdb::Dev::NTopic::TWriteSessionMeta, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TWriteSessionMeta>>>>::reserve(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0addca) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0aaca6 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::BuildBatchesMeta() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0aaca6) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a0aab19 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDataDecompressionInfo(Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData&&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, bool, long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0aab19) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a0aa382 in std::__y1::shared_ptr<NYdb::Dev::NTopic::TDataDecompressionInfo<false>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TDataDecompressionInfo<false>, std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>>, Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&, bool const&, long&, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>> const&, Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData&&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>&, bool const&, long&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0aa382) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a09d4ba in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_ReadResponse>(Ydb::Topic::StreamReadMessage_ReadResponse&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09d4ba) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x00000a09adc7 in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09adc7) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #13 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #14 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 872 byte(s) in 109 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x000005dcf325 in google::protobuf::internal::ArenaStringPtr::Mutable(google::protobuf::Arena*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5dcf325) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x0000086efdc3 in Ydb::Topic::StreamReadMessage_ReadResponse_Batch::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86efdc3) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x0000086f27c8 in Ydb::Topic::StreamReadMessage_ReadResponse_PartitionData::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f27c8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x0000086f38d8 in Ydb::Topic::StreamReadMessage_ReadResponse::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86f38d8) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000005b77b57 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b77b57) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x0000086e22dd in Ydb::Topic::StreamReadMessage_FromServer::_InternalParse(char const*, google::protobuf::internal::ParseContext*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x86e22dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000005b68d0f in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5b68d0f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000009fffb34 in grpc::Status grpc::GenericDeserialize<grpc::ProtoBufferReader, Ydb::Topic::StreamReadMessage_FromServer>(grpc::ByteBuffer*, google::protobuf::MessageLite*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fffb34) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000009fff376 in grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>::FinishOp(bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fff376) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000009ffe53f in grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage<Ydb::Topic::StreamReadMessage_FromServer>, grpc::internal::CallNoOp<3>, grpc::internal::CallNoOp<4>, grpc::internal::CallNoOp<5>, grpc::internal::CallNoOp<6>>::FinalizeResult(void**, bool*) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffe53f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #13 0x000009407b39 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9407b39) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #14 0x0000089e68cf  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e68cf) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #15 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #16 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #17 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #18 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 504 byte(s) in 3 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0d1a7a in NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>::TCallbackContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d1a7a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0d18af in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d18af) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 264 byte(s) in 3 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0d183e in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d183e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 240 byte(s) in 5 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0a9f9e in TDisjointIntervalTree<unsigned long>::InsertIntervalImpl(unsigned long, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a9f9e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0a6dc5 in NYdb::Dev::NTopic::TPartitionStreamImpl<false>::AddToCommitRanges(unsigned long, unsigned long, bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a6dc5) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a0bdf23 in NYdb::Dev::NTopic::TPartitionStreamImpl<false>::Commit(unsigned long, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0bdf23) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a113122 in NYdb::Dev::NTopic::TReadSessionEvent::TDataReceivedEvent::Commit() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa113122) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000d8de951 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8de951) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 168 byte(s) in 21 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0b19a2 in std::__y1::deque<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TReadyMessageThreshold, std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TReadyMessageThreshold>>::__add_back_capacity() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0b19a2) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0a7189 in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::PlanDecompressionTasks(double, TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a7189) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a09d540 in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_ReadResponse>(Ydb::Topic::StreamReadMessage_ReadResponse&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09d540) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a09adc7 in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09adc7) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 152 byte(s) in 19 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0b3372 in std::__y1::deque<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDecompressionTask, std::__y1::allocator<NYdb::Dev::NTopic::TDataDecompressionInfo<false>::TDecompressionTask>>::__add_back_capacity() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0b3372) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0a82dd in NYdb::Dev::NTopic::TDataDecompressionInfo<false>::PlanDecompressionTasks(double, TIntrusivePtr<NYdb::Dev::NTopic::TPartitionStreamImpl<false>, TDefaultIntrusivePtrOps<NYdb::Dev::NTopic::TPartitionStreamImpl<false>>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0a82dd) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a09d540 in void NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDoneImpl<Ydb::Topic::StreamReadMessage_ReadResponse>(Ydb::Topic::StreamReadMessage_ReadResponse&&, NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09d540) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a09adc7 in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::OnReadDone(NYdbGrpc::Dev::TGrpcStatus&&, unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09adc7) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a09a438 in std::__y1::__function::__func<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&), std::__y1::allocator<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::ReadFromProcessorImpl(NYdb::Dev::NTopic::TDeferredActions<false>&)::\'lambda\'(NYdbGrpc::Dev::TGrpcStatus&&)>, void (NYdbGrpc::Dev::TGrpcStatus&&)>::operator()(NYdbGrpc::Dev::TGrpcStatus&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa09a438) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009ff284a in NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>::OnReadDone(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ff284a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000009ffae5f in NYdbGrpc::Dev::TQueueClientFixedEvent<NYdbGrpc::Dev::TStreamRequestReadWriteProcessor<Ydb::Topic::V1::TopicService::Stub, Ydb::Topic::StreamReadMessage_FromClient, Ydb::Topic::StreamReadMessage_FromServer>>::Execute(bool) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9ffae5f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x0000089e691a  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x89e691a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x000005eec06e  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec06e) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x000005eec5cc  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5eec5cc) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x000005114ad4  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x5114ad4) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 144 byte(s) in 3 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0d1bd0 in NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>::TCallbackContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d1bd0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0d18af in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d18af) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nIndirect leak of 96 byte(s) in 3 object(s) allocated from:\n    #0 0x000004de712d in operator new(unsigned long) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4de712d) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #1 0x00000a0d1b3c in NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>::TCallbackContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d1b3c) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #2 0x00000a0d18af in std::__y1::shared_ptr<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> std::__y1::allocate_shared[abi:fe210000]<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>>, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>, 0>(std::__y1::allocator<NYdb::Dev::NTopic::TCallbackContext<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>> const&, std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>&&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0d18af) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #3 0x00000a0cce9f in NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>::SetSelfContext(std::__y1::shared_ptr<NYdb::Dev::NTopic::TSingleClusterReadSessionImpl<false>>) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa0cce9f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #4 0x00000a04c745 in NYdb::Dev::NTopic::TReadSession::CreateClusterSessionsImpl(NYdb::Dev::NTopic::TDeferredActions<false>&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04c745) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #5 0x00000a04ab0a in NYdb::Dev::NTopic::TReadSession::Start() (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xa04ab0a) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #6 0x000009fde98f in NYdb::Dev::NTopic::TTopicClient::TImpl::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9fde98f) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #7 0x000009f283c0 in NYdb::Dev::NTopic::TTopicClient::CreateReadSession(NYdb::Dev::NTopic::TReadSessionSettings const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x9f283c0) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #8 0x00000d8dd224 in NYdb::NConsoleClient::TTopicWorkloadReader::ReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&, TInstant) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8dd224) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #9 0x00000d8db90b in NYdb::NConsoleClient::TTopicWorkloadReader::RetryableReaderLoop(NYdb::NConsoleClient::TTopicWorkloadReaderParams const&) (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8db90b) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #10 0x00000d8cc159  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc159) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #11 0x00000d8cc327  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0xd8cc327) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n    #12 0x000004daac46  (/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli+0x4daac46) (BuildId: e11b6ad21043f639988439725f671e6b11e16813)\n\nSUMMARY: AddressSanitizer: 2849552 byte(s) leaked in 5548 allocation(s).\nFATAL: Command \'[\'/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli\', \'--verbose\', \'--endpoint\', \'grpc://localhost:2338\', \'--database=/Root\', \'workload\', \'topic\', \'run\', \'full\', \'-s\', \'60\', \'--byte-rate\', \'100M\', \'--use-tx\', \'--tx-commit-interval\', \'2000\', \'-p\', \'33\', \'-c\', \'16\', \'--max-memory-usage-per-consumer=2M\', \'--max-memory-usage-per-producer=2M\', \'--topic\', \'topic/topic\']\' returned non-zero exit status 100.\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 114, in wrapper\n    f()\n    ~^^\n  File "ydb/tests/stress/topic/workload/__init__.py", line 93, in __loop\n    self.cmd_run(\n    ~~~~~~~~~~~~^\n        self.get_command_prefix(subcmds=run_cmd_args)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    )\n    ^\n  File "ydb/tests/stress/topic/workload/__init__.py", line 64, in cmd_run\n    subprocess.run(cmd, check=True, text=True)\n    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/tools/python3/Lib/subprocess.py", line 577, in run\n    raise CalledProcessError(retcode, process.args,\n                             output=stdout, stderr=stderr)\nsubprocess.CalledProcessError: Command \'[\'/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli\', \'--verbose\', \'--endpoint\', \'grpc://localhost:2338\', \'--database=/Root\', \'workload\', \'topic\', \'run\', \'full\', \'-s\', \'60\', \'--byte-rate\', \'100M\', \'--use-tx\', \'--tx-commit-interval\', \'2000\', \'-p\', \'33\', \'-c\', \'16\', \'--max-memory-usage-per-consumer=2M\', \'--max-memory-usage-per-producer=2M\', \'--topic\', \'topic/topic\']\' returned non-zero exit status 100.\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.topic:topic.py:743 Close topic client
DEBUG    ydb.topic:topic.py:746 Topic client was closed
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:2338
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint ghrun-4mq6qa2p6u.auto.internal:2338
INFO     ydb.pool.Discovery:pool.py:286 Successfully terminated discovery process
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:299 Stopped node localhost:2338/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9717
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5047
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64945
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2338
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23571
============================== slowest durations ===============================
95.58s call     test_workload_topic.py::TestYdbTopicWorkload::test
17.02s teardown test_workload_topic.py::TestYdbTopicWorkload::test
8.57s setup    test_workload_topic.py::TestYdbTopicWorkload::test
=========================== short test summary info ============================
FAILED test_workload_topic.py::TestYdbTopicWorkload::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/workload_topic --endpoint grpc://localhost:2338 --database /Root --duration 60 --consumers 16 --producers 33 --limit-memory-usage' has failed with code 1.
Errors:
...oot', 'workload', 'topic', 'run', 'full', '-s', '60', '--byte-rate', '100M', '--use-tx', '--tx-commit-interval', '2000', '-p', '33', '-c', '16', '--max-memory-usage-per-consumer=2M', '--max-memory-usage-per-producer=2M', '--topic', 'topic/topic']' returned non-zero exit status 100.
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 114, in wrapper
    f()
    ~^^
  File "ydb/tests/stress/topic/workload/__init__.py", line 93, in __loop
    self.cmd_run(
    ~~~~~~~~~~~~^
        self.get_command_prefix(subcmds=run_cmd_args)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "ydb/tests/stress/topic/workload/__init__.py", line 64, in cmd_run
    subprocess.run(cmd, check=True, text=True)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/subprocess.py", line 577, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/home/runner/.ya/build/build_root/dgvm/000347/ydb/tests/stress/topic/tests/test-results/py3test/tmph5l3dhhx/topic_ydb_cli/ydb_cli', '--verbose', '--endpoint', 'grpc://localhost:2338', '--database=/Root', 'workload', 'topic', 'run', 'full', '-s', '60', '--byte-rate', '100M', '--use-tx', '--tx-commit-interval', '2000', '-p', '33', '-c', '16', '--max-memory-usage-per-consumer=2M', '--max-memory-usage-per-producer=2M', '--topic', 'topic/topic']' returned non-zero exit status 100.
======================== 1 failed in 123.27s (0:02:03) =========================
