============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a58y/0002b5/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_statistics
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 46 items / 45 deselected / 1 selected

test_statistics.py .

============================== slowest durations ===============================
30.97s call     test_statistics.py::TestS3::test_aborted_by_user[v2-client0]
16.08s teardown test_statistics.py::TestS3::test_aborted_by_user[v2-client0]
5.55s setup    test_statistics.py::TestS3::test_aborted_by_user[v2-client0]
====================== 1 passed, 45 deselected in 52.66s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 18 items

test_ydb_over_fq.py FEFEEEEEEEEEEEEEEEEEE

==================================== ERRORS ====================================
____ ERROR at teardown of TestYdbOverFq.test_list_directory_v2[v2-client0] _____
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4692630>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4692630>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:158: in client
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4692630>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_directory_v2[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12248
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/contrib/python/moto/bin/moto_server
DEBUG    root:conftest.py:64 HTTPConnectionPool(host='localhost', port=12248): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d487f350>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23583
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4733
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20578
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 98fdbbde-4108-46a5-9c2d-48b31fbc0a83, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 98fdbbde-4108-46a5-9c2d-48b31fbc0a83, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 98fdbbde-4108-46a5-9c2d-48b31fbc0a83, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f37d47d7dd0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, bafd0db4-91b9-410e-9085-6d90ad89f2f4, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, bafd0db4-91b9-410e-9085-6d90ad89f2f4, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" path: "local/DbPoolStorage_0b4e06bb-4b50-418f-b19c-d4946ec85830/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, bafd0db4-91b9-410e-9085-6d90ad89f2f4, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 692e54cf-1e15-4757-9150-7206985125fc, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 692e54cf-1e15-4757-9150-7206985125fc, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" path: "local/DbPoolStorage_0b4e06bb-4b50-418f-b19c-d4946ec85830/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 692e54cf-1e15-4757-9150-7206985125fc, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c606724a-a379-4ed1-a171-9bf27d0ae46c, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c606724a-a379-4ed1-a171-9bf27d0ae46c, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_0b4e06bb-4b50-418f-b19c-d4946ec85830\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/default\", \"/default\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c606724a-a379-4ed1-a171-9bf27d0ae46c, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5665
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3183
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62417
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/default --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/logfile_1mmoo_r0.log --grpc-port=20578 --mon-port=5665 --ic-port=4733
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/default --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/logfile_1mmoo_r0.log --grpc-port=20578 --mon-port=5665 --ic-port=4733
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/kikimr_configs/config.yaml', '--node=1', '--tenant=/default', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/logfile_1mmoo_r0.log', '--grpc-port=20578', '--mon-port=5665', '--ic-port=4733')' in '/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1123698
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20578/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/a58y/0002b8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1123699
DEBUG    ya.test:process.py:259 Command (pid 1123699) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1123699) elapsed time (sec): 0.2551088333129883
DEBUG    ya.test:process.py:263 Command (pid 1123699) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) majflt: 24
DEBUG    ya.test:process.py:263 Command (pid 1123699) maxrss: 365204
DEBUG    ya.test:process.py:263 Command (pid 1123699) minflt: 24679
DEBUG    ya.test:process.py:263 Command (pid 1123699) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nvcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1123699) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1123699) stime: 0.092823
DEBUG    ya.test:process.py:263 Command (pid 1123699) utime: 0.11703799999999999
DEBUG    ya.test:process.py:263 Command (pid 1123699) wtime: 0.256
DEBUG    ya.test:process.py:275 Command (pid 1123699) output:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 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=memory -Dmemory_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -fno-sanitize-memory-use-after-dtor -Wno-unused-command-line-argument -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 1123699) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18441
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29037
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11436
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6508
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18348
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ecb52603-2e08-499d-8de6-c7e46b3039a0, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ecb52603-2e08-499d-8de6-c7e46b3039a0, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ecb52603-2e08-499d-8de6-c7e46b3039a0, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f37d474ab70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 6248bd6b-84e3-4c34-92a0-f41dcc25d60b, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 6248bd6b-84e3-4c34-92a0-f41dcc25d60b, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" path: "local/DbPoolStorage_d4d0dd22-f805-4765-b797-c10eefffda2e/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 6248bd6b-84e3-4c34-92a0-f41dcc25d60b, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3dbed734-37db-439f-b93f-604927696e0d, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3dbed734-37db-439f-b93f-604927696e0d, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" path: "local/DbPoolStorage_d4d0dd22-f805-4765-b797-c10eefffda2e/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 3dbed734-37db-439f-b93f-604927696e0d, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 863a6baa-3597-4105-ac8d-65885c1ab0fc, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 863a6baa-3597-4105-ac8d-65885c1ab0fc, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_d4d0dd22-f805-4765-b797-c10eefffda2e\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/cp\", \"/cp\", true, 0, CurrentUtcTimestamp());\n                UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/compute\", \"/compute\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 863a6baa-3597-4105-ac8d-65885c1ab0fc, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25809
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31018
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15882
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6453
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/logfile_8hzoapz4.log --grpc-port=18348 --mon-port=31018 --ic-port=11436
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/logfile_8hzoapz4.log --grpc-port=18348 --mon-port=31018 --ic-port=11436
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/kikimr_configs/config.yaml', '--node=1', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/logfile_8hzoapz4.log', '--grpc-port=18348', '--mon-port=31018', '--ic-port=11436')' in '/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1123756
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:18348/1
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/a58y/0002b8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1123757
DEBUG    ya.test:process.py:259 Command (pid 1123757) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1123757) elapsed time (sec): 0.2559037208557129
DEBUG    ya.test:process.py:263 Command (pid 1123757) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) majflt: 26
DEBUG    ya.test:process.py:263 Command (pid 1123757) maxrss: 367784
DEBUG    ya.test:process.py:263 Command (pid 1123757) minflt: 24727
DEBUG    ya.test:process.py:263 Command (pid 1123757) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nvcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 1123757) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1123757) stime: 0.101237
DEBUG    ya.test:process.py:263 Command (pid 1123757) utime: 0.10933599999999999
DEBUG    ya.test:process.py:263 Command (pid 1123757) wtime: 0.256
DEBUG    ya.test:process.py:275 Command (pid 1123757) output:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 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=memory -Dmemory_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -fno-sanitize-memory-use-after-dtor -Wno-unused-command-line-argument -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 1123757) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29709
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22940
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17134
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/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/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1/logfile_b3b38csw.log --grpc-port=25809 --mon-port=29709 --ic-port=6508
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/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/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1/logfile_b3b38csw.log --grpc-port=25809 --mon-port=29709 --ic-port=6508
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1/logfile_b3b38csw.log', '--grpc-port=25809', '--mon-port=29709', '--ic-port=6508')' in '/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1123759
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25809/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1123760
DEBUG    ya.test:process.py:259 Command (pid 1123760) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1123760) elapsed time (sec): 0.25994277000427246
DEBUG    ya.test:process.py:263 Command (pid 1123760) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1123760) maxrss: 354436
DEBUG    ya.test:process.py:263 Command (pid 1123760) minflt: 25158
DEBUG    ya.test:process.py:263 Command (pid 1123760) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nvcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1123760) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1123760) stime: 0.095445
DEBUG    ya.test:process.py:263 Command (pid 1123760) utime: 0.119307
DEBUG    ya.test:process.py:263 Command (pid 1123760) wtime: 0.261
DEBUG    ya.test:process.py:275 Command (pid 1123760) output:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 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=memory -Dmemory_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -fno-sanitize-memory-use-after-dtor -Wno-unused-command-line-argument -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 1123760) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25809', '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: 6508\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1124035
DEBUG    ya.test:process.py:259 Command (pid 1124035) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1124035) elapsed time (sec): 0.28909754753112793
DEBUG    ya.test:process.py:263 Command (pid 1124035) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) maxrss: 424304
DEBUG    ya.test:process.py:263 Command (pid 1124035) minflt: 27012
DEBUG    ya.test:process.py:263 Command (pid 1124035) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nvcsw: 354
DEBUG    ya.test:process.py:263 Command (pid 1124035) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1124035) stime: 0.137799
DEBUG    ya.test:process.py:263 Command (pid 1124035) utime: 0.116921
DEBUG    ya.test:process.py:263 Command (pid 1124035) wtime: 0.29
DEBUG    ya.test:process.py:275 Command (pid 1124035) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25809', '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: 1124074
DEBUG    ya.test:process.py:259 Command (pid 1124074) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1124074) elapsed time (sec): 0.28473424911499023
DEBUG    ya.test:process.py:263 Command (pid 1124074) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) maxrss: 424460
DEBUG    ya.test:process.py:263 Command (pid 1124074) minflt: 27013
DEBUG    ya.test:process.py:263 Command (pid 1124074) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1124074) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) nvcsw: 357
DEBUG    ya.test:process.py:263 Command (pid 1124074) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1124074) stime: 0.101785
DEBUG    ya.test:process.py:263 Command (pid 1124074) utime: 0.14702199999999999
DEBUG    ya.test:process.py:263 Command (pid 1124074) wtime: 0.285
DEBUG    ya.test:process.py:275 Command (pid 1124074) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25809', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 2\n    Name: "dynamic_storage_pool:2"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "ssd"\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: 1124117
DEBUG    ya.test:process.py:259 Command (pid 1124117) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1124117) elapsed time (sec): 0.2878692150115967
DEBUG    ya.test:process.py:263 Command (pid 1124117) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) maxrss: 424344
DEBUG    ya.test:process.py:263 Command (pid 1124117) minflt: 27005
DEBUG    ya.test:process.py:263 Command (pid 1124117) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nvcsw: 354
DEBUG    ya.test:process.py:263 Command (pid 1124117) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1124117) stime: 0.11852599999999999
DEBUG    ya.test:process.py:263 Command (pid 1124117) utime: 0.134329
DEBUG    ya.test:process.py:263 Command (pid 1124117) wtime: 0.289
DEBUG    ya.test:process.py:275 Command (pid 1124117) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd', 'dynamic_storage_pool:2': 'ssd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ydb_over_fq.py::TestYdbOverFq, test_name: test_list_directory_v2[v2-client0])
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /my_folder
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1ae49b79-b09c-438b-9f6a-8c36849b1a21, localhost:18348): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1ae49b79-b09c-438b-9f6a-8c36849b1a21, localhost:18348): request = { database: "/my_folder" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1ae49b79-b09c-438b-9f6a-8c36849b1a21, localhost:18348): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 18348 } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /my_folder: DiscoveryResult <self_location: , endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:18348, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:16.903699664+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-npwyk27qgi.auto.internal:18348
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
____ ERROR at teardown of TestYdbOverFq.test_list_directory_v1[v1-client0] _____
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4690ad0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4690ad0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:158: in client
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4690ad0>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_directory_v1[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ydb_over_fq.py::TestYdbOverFq, test_name: test_list_directory_v1[v1-client0])
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /my_folder
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1ea00dae-f4a9-4bfe-944f-0710e9900f6f, localhost:20578): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1ea00dae-f4a9-4bfe-944f-0710e9900f6f, localhost:20578): request = { database: "/my_folder" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1ea00dae-f4a9-4bfe-944f-0710e9900f6f, localhost:20578): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 20578 } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /my_folder: DiscoveryResult <self_location: , endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:20578, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/" }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:30.22465328+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-npwyk27qgi.auto.internal:20578
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
WARNING  ydb.topic:topic.py:413 Topic client was not closed properly. Consider using method close().
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
____ ERROR at setup of TestYdbOverFq.test_list_without_streams[v2-client0] _____
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d462cb90>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462cb90>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462cb90>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_without_streams[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
____ ERROR at setup of TestYdbOverFq.test_list_without_streams[v1-client0] _____
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d462eb10>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462eb10>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462eb10>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_without_streams[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_____ ERROR at setup of TestYdbOverFq.test_execute_data_query[v2-client0] ______
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d465a5a0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d465a5a0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d465a5a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_execute_data_query[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_____ ERROR at setup of TestYdbOverFq.test_execute_data_query[v1-client0] ______
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d462e3f0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462e3f0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462e3f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_execute_data_query[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
__ ERROR at setup of TestYdbOverFq.test_stream_execute_scan_query[v2-client0] __
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4605970>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4605970>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4605970>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stream_execute_scan_query[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
__ ERROR at setup of TestYdbOverFq.test_stream_execute_scan_query[v1-client0] __
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4604a70>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4604a70>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4604a70>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stream_execute_scan_query[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6776720b-74d8-4d1a-bef0-4771a7de03a1, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6776720b-74d8-4d1a-bef0-4771a7de03a1, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6776720b-74d8-4d1a-bef0-4771a7de03a1, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_ ERROR at setup of TestYdbOverFq.test_execute_data_query_results[v2-client0] __
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4606960>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4606960>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4606960>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_execute_data_query_results[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3fdb6e84-60cd-497f-aeda-9a797c82cef4, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3fdb6e84-60cd-497f-aeda-9a797c82cef4, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3fdb6e84-60cd-497f-aeda-9a797c82cef4, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_ ERROR at setup of TestYdbOverFq.test_execute_data_query_results[v1-client0] __
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4659430>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4659430>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4659430>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_execute_data_query_results[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
__ ERROR at setup of TestYdbOverFq.test_execute_data_query_error[v2-client0] ___
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4606150>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4606150>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4606150>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
INFO     ya.test:ya.py:432 test_execute_data_query_error[v2-client0]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
__ ERROR at setup of TestYdbOverFq.test_execute_data_query_error[v1-client0] ___
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d47733e0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d47733e0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d47733e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_execute_data_query_error[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_____ ERROR at setup of TestYdbOverFq.test_explain_data_query[v2-client0] ______
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37b6464170>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37b6464170>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37b6464170>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_explain_data_query[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_____ ERROR at setup of TestYdbOverFq.test_explain_data_query[v1-client0] ______
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4619250>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4619250>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4619250>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_explain_data_query[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_______ ERROR at setup of TestYdbOverFq.test_describe_table[v2-client0] ________
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4773e90>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4773e90>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4773e90>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_describe_table[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
_______ ERROR at setup of TestYdbOverFq.test_describe_table[v1-client0] ________
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37b6465a30>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37b6465a30>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37b6465a30>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_describe_table[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c5f9eff9-6b93-4fcf-bc3a-873ba0f0bdf5, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c5f9eff9-6b93-4fcf-bc3a-873ba0f0bdf5, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c5f9eff9-6b93-4fcf-bc3a-873ba0f0bdf5, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
______ ERROR at setup of TestYdbOverFq.test_insert_data_query[v2-client0] ______
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d461a690>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d461a690>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d461a690>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_insert_data_query[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
______ ERROR at setup of TestYdbOverFq.test_insert_data_query[v1-client0] ______
contrib/python/urllib3/py3/urllib3/connection.py:174: in _new_conn
    conn = connection.create_connection(
contrib/python/urllib3/py3/urllib3/util/connection.py:95: in create_connection
    raise err
contrib/python/urllib3/py3/urllib3/util/connection.py:85: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/urllib3/py3/urllib3/connectionpool.py:716: in urlopen
    httplib_response = self._make_request(
contrib/python/urllib3/py3/urllib3/connectionpool.py:416: in _make_request
    conn.request(method, url, **httplib_request_kw)
contrib/python/urllib3/py3/urllib3/connection.py:244: in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
contrib/tools/python3/Lib/http/client.py:1338: in request
    ???
contrib/tools/python3/Lib/http/client.py:1384: in _send_request
    ???
contrib/tools/python3/Lib/http/client.py:1333: in endheaders
    ???
contrib/tools/python3/Lib/http/client.py:1093: in _send_output
    ???
contrib/tools/python3/Lib/http/client.py:1037: in send
    ???
contrib/python/urllib3/py3/urllib3/connection.py:205: in connect
    conn = self._new_conn()
contrib/python/urllib3/py3/urllib3/connection.py:186: in _new_conn
    raise NewConnectionError(
E   urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f37d4607ef0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:
contrib/python/requests/py3/requests/adapters.py:644: in send
    resp = conn.urlopen(
contrib/python/urllib3/py3/urllib3/connectionpool.py:802: in urlopen
    retries = retries.increment(
contrib/python/urllib3/py3/urllib3/util/retry.py:594: in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4607ef0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/conftest.py:139: in kikimr
    kikimr.control_plane.ensure_is_alive()
ydb/tests/tools/fq_runner/kikimr_runner.py:275: in ensure_is_alive
    assert self.get_actor_count(n, "GRPC_PROXY") > 0, "Node {} died".format(n)
ydb/tests/tools/fq_runner/kikimr_runner.py:213: in get_actor_count
    result = self.get_sensors(node_index, "utils").find_sensor(
ydb/tests/tools/fq_runner/kikimr_runner.py:203: in get_sensors
    return load_metrics(url)
library/python/retry/__init__.py:199: in wrapped
    return _retry(conf, functools.partial(f, *f_args, **f_kwargs))
library/python/retry/__init__.py:224: in _retry
    return f()
ydb/tests/tools/fq_runner/kikimr_metrics.py:46: in load_metrics
    response = requests.get(url)
contrib/python/requests/py3/requests/api.py:73: in get
    return request("get", url, params=params, **kwargs)
contrib/python/requests/py3/requests/api.py:59: in request
    return session.request(method=method, url=url, **kwargs)
contrib/python/requests/py3/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
contrib/python/requests/py3/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
contrib/python/requests/py3/requests/adapters.py:677: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4607ef0>: Failed to establish a new connection: [Errno 111] Connection refused'))
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_insert_data_query[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
____ ERROR at teardown of TestYdbOverFq.test_insert_data_query[v1-client0] _____
  + Exception Group Traceback (most recent call last):
  |   File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
  |     result: Optional[TResult] = func()
  |                                 ^^^^^^
  |   File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
  |     lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  |             ^^^^^^^^^^^^^^^^^^^^^^^^
  |   File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
  |     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |   File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
  |     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |   File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
  |     raise exception
  |   File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "contrib/python/pytest/py3/_pytest/threadexception.py", line 92, in pytest_runtest_teardown
  |     yield from thread_exception_runtest_hook()
  |   File "contrib/python/pytest/py3/_pytest/threadexception.py", line 63, in thread_exception_runtest_hook
  |     yield
  |   File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "contrib/python/pytest/py3/_pytest/unraisableexception.py", line 95, in pytest_runtest_teardown
  |     yield from unraisable_exception_runtest_hook()
  |   File "contrib/python/pytest/py3/_pytest/unraisableexception.py", line 65, in unraisable_exception_runtest_hook
  |     yield
  |   File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "contrib/python/pytest/py3/_pytest/logging.py", line 846, in pytest_runtest_teardown
  |     yield from self._runtest_for(item, "teardown")
  |   File "contrib/python/pytest/py3/_pytest/logging.py", line 822, in _runtest_for
  |     yield
  |   File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
  |     teardown.throw(exception)
  |   File "contrib/python/pytest/py3/_pytest/capture.py", line 887, in pytest_runtest_teardown
  |     return (yield)
  |             ^^^^^
  |   File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
  |     res = hook_impl.function(*args)
  |           ^^^^^^^^^^^^^^^^^^^^^^^^^
  |   File "contrib/python/pytest/py3/_pytest/runner.py", line 183, in pytest_runtest_teardown
  |     item.session._setupstate.teardown_exact(nextitem)
  |   File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
  |     raise exceptions[0]
  | ExceptionGroup: errors while tearing down <LoadedModule test_ydb_over_fq.py> (2 sub-exceptions)
  +-+---------------- 1 ----------------
    | Traceback (most recent call last):
    |   File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    |     fin()
    |   File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    |     raise exc
    |   File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    |     func()
    |   File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    |     next(it)
    |   File "ydb/tests/fq/s3/conftest.py", line 115, in kikimr_yqv1
    |     with start_kikimr(kikimr_params, kikimr_extensions) as kikimr:
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |   File "contrib/tools/python3/Lib/contextlib.py", line 144, in __exit__
    |     next(self.gen)
    |   File "ydb/tests/tools/fq_runner/kikimr_utils.py", line 426, in start_kikimr
    |     kikimr.stop()
    |   File "ydb/tests/tools/fq_runner/kikimr_runner.py", line 749, in stop
    |     tenant.stop()
    |   File "ydb/tests/tools/fq_runner/kikimr_runner.py", line 62, in stop
    |     self.kikimr_cluster.stop(kill=False)
    |   File "ydb/tests/library/harness/kikimr_runner.py", line 707, in stop
    |     raise daemon.SeveralDaemonErrors(saved_exceptions)
    | ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
    | Process exit_code = 100.
    | Stdout file name: 
    | /home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/stdout
    | Stderr file name: 
    | /home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/stderr
    | Stderr content:
    | 
    | GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
    | Uninitialized bytes in memchr at offset 0 inside [0x70200037e129, 12)
    | ==1123698==WARNING: MemorySanitizer: use-of-uninitialized-value
    | warning: address range table at offset 0x820 has a premature terminator entry at offset 0x830
    | #0 0x00003380cf76 in __constexpr_memchr<const char, char> /-S/contrib/libs/cxxsupp/libcxx/include/__string/constexpr_c_functions.h:153:30
    | #1 0x00003380cf76 in find /-S/contrib/libs/cxxsupp/libcxx/include/__string/char_traits.h:237:12
    | #2 0x00003380cf76 in __str_find<char, unsigned long, std::__y1::char_traits<char>, 18446744073709551615UL> /-S/contrib/libs/cxxsupp/libcxx/include/__string/char_traits.h:460:23
    | #3 0x00003380cf76 in find /-S/contrib/libs/cxxsupp/libcxx/include/string_view:501:12
    | #4 0x00003380cf76 in find /-S/util/generic/strbase.h:407:31
    | #5 0x00003380cf76 in NKikimr::TTicketParserImpl<NKikimr::TTicketParser>::IsTicketCertificate(TBasicString<char, std::__y1::char_traits<char>> const&) const /-S/ydb/core/security/ticket_parser_impl.h:946:32
    | #6 0x0000337edb56 in NKikimr::TTicketParserImpl<NKikimr::TTicketParser>::Handle(TAutoPtr<NActors::TEventHandle<NKikimr::TEvTicketParser::TEvAuthorizeTicket>, TDelete>&) /-S/ydb/core/security/ticket_parser_impl.h:962:13
    | #7 0x00001ca00692 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
    | #8 0x00001cae6448 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
    | #9 0x00001caf0d45 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
    | #10 0x00001caf038c in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
    | #11 0x00001caf22c2 in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
    | #12 0x00001a42f2b3 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
    | #13 0x7ff3ee264ac2  (/lib/x86_64-linux-gnu/libc.so.6+0x94ac2) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
    | #14 0x7ff3ee2f68bf  (/lib/x86_64-linux-gnu/libc.so.6+0x1268bf) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
    | 
    | SUMMARY: MemorySanitizer: use-of-uninitialized-value /-S/contrib/libs/cxxsupp/libcxx/include/__string/constexpr_c_functions.h:153:30 in __constexpr_memchr<const char, char>
    | Exiting
    +---------------- 2 ----------------
    | Traceback (most recent call last):
    |   File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    |     fin()
    |   File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    |     raise exc
    |   File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    |     func()
    |   File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    |     next(it)
    |   File "ydb/tests/fq/s3/conftest.py", line 125, in kikimr_yqv2
    |     with start_kikimr(kikimr_params, kikimr_extensions) as kikimr:
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |   File "contrib/tools/python3/Lib/contextlib.py", line 144, in __exit__
    |     next(self.gen)
    |   File "ydb/tests/tools/fq_runner/kikimr_utils.py", line 426, in start_kikimr
    |     kikimr.stop()
    |   File "ydb/tests/tools/fq_runner/kikimr_runner.py", line 749, in stop
    |     tenant.stop()
    |   File "ydb/tests/tools/fq_runner/kikimr_runner.py", line 62, in stop
    |     self.kikimr_cluster.stop(kill=False)
    |   File "ydb/tests/library/harness/kikimr_runner.py", line 707, in stop
    |     raise daemon.SeveralDaemonErrors(saved_exceptions)
    | ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
    | Process exit_code = 100.
    | Stdout file name: 
    | /home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/stdout
    | Stderr file name: 
    | /home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/stderr
    | Stderr content:
    | 
    | GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
    | Uninitialized bytes in memchr at offset 0 inside [0x70200041d949, 12)
    | ==1123756==WARNING: MemorySanitizer: use-of-uninitialized-value
    | warning: address range table at offset 0x820 has a premature terminator entry at offset 0x830
    | #0 0x00003380cf76 in __constexpr_memchr<const char, char> /-S/contrib/libs/cxxsupp/libcxx/include/__string/constexpr_c_functions.h:153:30
    | #1 0x00003380cf76 in find /-S/contrib/libs/cxxsupp/libcxx/include/__string/char_traits.h:237:12
    | #2 0x00003380cf76 in __str_find<char, unsigned long, std::__y1::char_traits<char>, 18446744073709551615UL> /-S/contrib/libs/cxxsupp/libcxx/include/__string/char_traits.h:460:23
    | #3 0x00003380cf76 in find /-S/contrib/libs/cxxsupp/libcxx/include/string_view:501:12
    | #4 0x00003380cf76 in find /-S/util/generic/strbase.h:407:31
    | #5 0x00003380cf76 in NKikimr::TTicketParserImpl<NKikimr::TTicketParser>::IsTicketCertificate(TBasicString<char, std::__y1::char_traits<char>> const&) const /-S/ydb/core/security/ticket_parser_impl.h:946:32
    | #6 0x0000337edb56 in NKikimr::TTicketParserImpl<NKikimr::TTicketParser>::Handle(TAutoPtr<NActors::TEventHandle<NKikimr::TEvTicketParser::TEvAuthorizeTicket>, TDelete>&) /-S/ydb/core/security/ticket_parser_impl.h:962:13
    | #7 0x00001ca00692 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
    | #8 0x00001cae6448 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
    | #9 0x00001caf0d45 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
    | #10 0x00001caf038c in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
    | #11 0x00001caf22c2 in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
    | #12 0x00001a42f2b3 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
    | #13 0x7f4171717ac2  (/lib/x86_64-linux-gnu/libc.so.6+0x94ac2) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
    | #14 0x7f41717a98bf  (/lib/x86_64-linux-gnu/libc.so.6+0x1268bf) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)
    | 
    | SUMMARY: MemorySanitizer: use-of-uninitialized-value /-S/contrib/libs/cxxsupp/libcxx/include/__string/constexpr_c_functions.h:153:30 in __constexpr_memchr<const char, char>
    | Exiting
    +------------------------------------
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_insert_data_query[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18348". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20578". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:18348/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6453
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15882
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31018
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18348
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11436
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29037
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:20578/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62417
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3183
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5665
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20578
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4733
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23583
=================================== FAILURES ===================================
_______________ TestYdbOverFq.test_list_directory_v2[v2-client0] _______________
contrib/python/ydb/py3/ydb/connection.py:504: in __call__
    response = rpc_state(
contrib/python/ydb/py3/ydb/connection.py:261: in __call__
    response, rendezvous = self.rpc.with_call(*args, **kwargs)
contrib/python/grpcio/py3/grpc/_channel.py:1198: in with_call
    return _end_unary_response_blocking(state, call, True, None)
contrib/python/grpcio/py3/grpc/_channel.py:1006: in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
E   grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E   	status = StatusCode.UNAVAILABLE
E   	details = "Socket closed"
E   	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:16.903699664+00:00"}"
E   >

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/test_ydb_over_fq.py:136: in test_list_directory_v2
    self.list_directory_test_body(kikimr, s3, client)
ydb/tests/fq/s3/test_ydb_over_fq.py:105: in list_directory_test_body
    ls_res = driver.scheme_client.list_directory("/")
contrib/python/ydb/py3/ydb/scheme.py:506: in list_directory
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:465: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:518: in __call__
    raise _rpc_error_handler(rpc_state, rpc_error, on_disconnected)
E   ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with:
E   	status = StatusCode.UNAVAILABLE
E   	details = "Socket closed"
E   	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:16.903699664+00:00"}"
E   >
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_directory_v2[v2-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12248
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/contrib/python/moto/bin/moto_server
DEBUG    root:conftest.py:64 HTTPConnectionPool(host='localhost', port=12248): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d487f350>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23583
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4733
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20578
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 98fdbbde-4108-46a5-9c2d-48b31fbc0a83, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 98fdbbde-4108-46a5-9c2d-48b31fbc0a83, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 98fdbbde-4108-46a5-9c2d-48b31fbc0a83, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f37d47d7dd0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, bafd0db4-91b9-410e-9085-6d90ad89f2f4, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 6699c30f-07bd-46ef-bab0-879f86930c1f, ghrun-npwyk27qgi.auto.internal:24202): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, bafd0db4-91b9-410e-9085-6d90ad89f2f4, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" path: "local/DbPoolStorage_0b4e06bb-4b50-418f-b19c-d4946ec85830/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, bafd0db4-91b9-410e-9085-6d90ad89f2f4, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 692e54cf-1e15-4757-9150-7206985125fc, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 692e54cf-1e15-4757-9150-7206985125fc, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" path: "local/DbPoolStorage_0b4e06bb-4b50-418f-b19c-d4946ec85830/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 692e54cf-1e15-4757-9150-7206985125fc, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c606724a-a379-4ed1-a171-9bf27d0ae46c, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c606724a-a379-4ed1-a171-9bf27d0ae46c, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=YTg4ZmZiZjktNjJmNzk2MjgtNThmY2FkNTgtNTYzYjE1NzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_0b4e06bb-4b50-418f-b19c-d4946ec85830\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/default\", \"/default\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c606724a-a379-4ed1-a171-9bf27d0ae46c, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d475f620>
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5665
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3183
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62417
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/default --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/logfile_1mmoo_r0.log --grpc-port=20578 --mon-port=5665 --ic-port=4733
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/default --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/logfile_1mmoo_r0.log --grpc-port=20578 --mon-port=5665 --ic-port=4733
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/kikimr_configs/config.yaml', '--node=1', '--tenant=/default', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1/logfile_1mmoo_r0.log', '--grpc-port=20578', '--mon-port=5665', '--ic-port=4733')' in '/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/default/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1123698
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20578/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/a58y/0002b8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1123699
DEBUG    ya.test:process.py:259 Command (pid 1123699) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1123699) elapsed time (sec): 0.2551088333129883
DEBUG    ya.test:process.py:263 Command (pid 1123699) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) majflt: 24
DEBUG    ya.test:process.py:263 Command (pid 1123699) maxrss: 365204
DEBUG    ya.test:process.py:263 Command (pid 1123699) minflt: 24679
DEBUG    ya.test:process.py:263 Command (pid 1123699) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1123699) nvcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1123699) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1123699) stime: 0.092823
DEBUG    ya.test:process.py:263 Command (pid 1123699) utime: 0.11703799999999999
DEBUG    ya.test:process.py:263 Command (pid 1123699) wtime: 0.256
DEBUG    ya.test:process.py:275 Command (pid 1123699) output:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 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=memory -Dmemory_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -fno-sanitize-memory-use-after-dtor -Wno-unused-command-line-argument -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 1123699) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18441
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29037
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11436
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6508
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18348
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database local
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ecb52603-2e08-499d-8de6-c7e46b3039a0, localhost:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ecb52603-2e08-499d-8de6-c7e46b3039a0, localhost:24202): request = { database: "local" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ecb52603-2e08-499d-8de6-c7e46b3039a0, localhost:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 24202 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database local: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:24202, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24202
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f37d474ab70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 1). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 3d2816a3-75d9-47c3-81d6-a1194758be26, ghrun-npwyk27qgi.auto.internal:24202): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 6248bd6b-84e3-4c34-92a0-f41dcc25d60b, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 6248bd6b-84e3-4c34-92a0-f41dcc25d60b, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" path: "local/DbPoolStorage_d4d0dd22-f805-4765-b797-c10eefffda2e/tenants" columns { name: "tenant" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "common" type { optional_type { item { type_id: BOOL } } } } columns { name: "state" type { optional_type { item { type_id: UINT32 } } } } columns { name: "state_time" type { optional_type { item { type_id: TIMESTAMP } } } } primary_key: "tenant" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 6248bd6b-84e3-4c34-92a0-f41dcc25d60b, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3dbed734-37db-439f-b93f-604927696e0d, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3dbed734-37db-439f-b93f-604927696e0d, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" path: "local/DbPoolStorage_d4d0dd22-f805-4765-b797-c10eefffda2e/mappings" columns { name: "subject_type" type { optional_type { item { type_id: STRING } } } } columns { name: "subject_id" type { optional_type { item { type_id: STRING } } } } columns { name: "vtenant" type { optional_type { item { type_id: STRING } } } } columns { name: "node" type { optional_type { item { type_id: STRING } } } } primary_key: "subject_type" primary_key: "subject_id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 3dbed734-37db-439f-b93f-604927696e0d, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 863a6baa-3597-4105-ac8d-65885c1ab0fc, ghrun-npwyk27qgi.auto.internal:24202): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 863a6baa-3597-4105-ac8d-65885c1ab0fc, ghrun-npwyk27qgi.auto.internal:24202): request = { session_id: "ydb://session/3?node_id=1&id=M2NhYTNmMmYtOGJjNWYxMTQtMTc0ZjUxNi03ZGFlNDNmNg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "--!syntax_v1\n            PRAGMA TablePathPrefix(\"local/DbPoolStorage_d4d0dd22-f805-4765-b797-c10eefffda2e\");\n            UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/cp\", \"/cp\", true, 0, CurrentUtcTimestamp());\n                UPSERT INTO tenants (tenant, vtenant, common, state, state_time) values(\"/compute\", \"/compute\", true, 0, CurrentUtcTimestamp());\n                " } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 863a6baa-3597-4105-ac8d-65885c1ab0fc, ghrun-npwyk27qgi.auto.internal:24202): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f37d474b2f0>
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25809
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31018
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15882
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6453
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/logfile_8hzoapz4.log --grpc-port=18348 --mon-port=31018 --ic-port=11436
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --tenant=/cp --node-kind=yq --log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/logfile_8hzoapz4.log --grpc-port=18348 --mon-port=31018 --ic-port=11436
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/kikimr_configs/config.yaml', '--node=1', '--tenant=/cp', '--node-kind=yq', '--log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1/logfile_8hzoapz4.log', '--grpc-port=18348', '--mon-port=31018', '--ic-port=11436')' in '/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/cp/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1123756
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:18348/1
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/a58y/0002b8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1123757
DEBUG    ya.test:process.py:259 Command (pid 1123757) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1123757) elapsed time (sec): 0.2559037208557129
DEBUG    ya.test:process.py:263 Command (pid 1123757) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) majflt: 26
DEBUG    ya.test:process.py:263 Command (pid 1123757) maxrss: 367784
DEBUG    ya.test:process.py:263 Command (pid 1123757) minflt: 24727
DEBUG    ya.test:process.py:263 Command (pid 1123757) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1123757) nvcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 1123757) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1123757) stime: 0.101237
DEBUG    ya.test:process.py:263 Command (pid 1123757) utime: 0.10933599999999999
DEBUG    ya.test:process.py:263 Command (pid 1123757) wtime: 0.256
DEBUG    ya.test:process.py:275 Command (pid 1123757) output:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 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=memory -Dmemory_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -fno-sanitize-memory-use-after-dtor -Wno-unused-command-line-argument -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 1123757) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29709
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22940
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17134
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/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/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1/logfile_b3b38csw.log --grpc-port=25809 --mon-port=29709 --ic-port=6508
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/a58y/0002b8/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/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1/logfile_b3b38csw.log --grpc-port=25809 --mon-port=29709 --ic-port=6508
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1/logfile_b3b38csw.log', '--grpc-port=25809', '--mon-port=29709', '--ic-port=6508')' in '/home/runner/.ya/build/build_root/a58y/0002b8/ydb/tests/fq/s3/test-results/py3test/testing_out_stuff/test_ydb_over_fq/testing_out_stuff/test_ydb_over_fq.py.TestYdbOverFq.test_list_directory_v2.v2-client0/compute/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1123759
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25809/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1123760
DEBUG    ya.test:process.py:259 Command (pid 1123760) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1123760) elapsed time (sec): 0.25994277000427246
DEBUG    ya.test:process.py:263 Command (pid 1123760) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1123760) maxrss: 354436
DEBUG    ya.test:process.py:263 Command (pid 1123760) minflt: 25158
DEBUG    ya.test:process.py:263 Command (pid 1123760) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1123760) nvcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 1123760) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1123760) stime: 0.095445
DEBUG    ya.test:process.py:263 Command (pid 1123760) utime: 0.119307
DEBUG    ya.test:process.py:263 Command (pid 1123760) wtime: 0.261
DEBUG    ya.test:process.py:275 Command (pid 1123760) output:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 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=memory -Dmemory_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -fno-sanitize-memory-use-after-dtor -Wno-unused-command-line-argument -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 1123760) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 5bcbf0432c04830f0fe0d08568e66bb5d7beeeb4
    Branch: 
    Author: Kirill Rysin <35688753+naspirato@users.noreply.github.com>
    Summary: Merge 044f7cc42a534bb62658a514041c68764a2a913a into 4eb6709e36f24021c00a189027293d1194b29863
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-npwyk27qgi    Host information: 
        Linux ghrun-npwyk27qgi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25809', '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: 6508\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1124035
DEBUG    ya.test:process.py:259 Command (pid 1124035) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1124035) elapsed time (sec): 0.28909754753112793
DEBUG    ya.test:process.py:263 Command (pid 1124035) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) maxrss: 424304
DEBUG    ya.test:process.py:263 Command (pid 1124035) minflt: 27012
DEBUG    ya.test:process.py:263 Command (pid 1124035) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1124035) nvcsw: 354
DEBUG    ya.test:process.py:263 Command (pid 1124035) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1124035) stime: 0.137799
DEBUG    ya.test:process.py:263 Command (pid 1124035) utime: 0.116921
DEBUG    ya.test:process.py:263 Command (pid 1124035) wtime: 0.29
DEBUG    ya.test:process.py:275 Command (pid 1124035) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25809', '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: 1124074
DEBUG    ya.test:process.py:259 Command (pid 1124074) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1124074) elapsed time (sec): 0.28473424911499023
DEBUG    ya.test:process.py:263 Command (pid 1124074) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) maxrss: 424460
DEBUG    ya.test:process.py:263 Command (pid 1124074) minflt: 27013
DEBUG    ya.test:process.py:263 Command (pid 1124074) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1124074) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1124074) nvcsw: 357
DEBUG    ya.test:process.py:263 Command (pid 1124074) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1124074) stime: 0.101785
DEBUG    ya.test:process.py:263 Command (pid 1124074) utime: 0.14702199999999999
DEBUG    ya.test:process.py:263 Command (pid 1124074) wtime: 0.285
DEBUG    ya.test:process.py:275 Command (pid 1124074) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/a58y/0002b8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25809', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 2\n    Name: "dynamic_storage_pool:2"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "ssd"\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: 1124117
DEBUG    ya.test:process.py:259 Command (pid 1124117) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1124117) elapsed time (sec): 0.2878692150115967
DEBUG    ya.test:process.py:263 Command (pid 1124117) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) maxrss: 424344
DEBUG    ya.test:process.py:263 Command (pid 1124117) minflt: 27005
DEBUG    ya.test:process.py:263 Command (pid 1124117) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1124117) nvcsw: 354
DEBUG    ya.test:process.py:263 Command (pid 1124117) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1124117) stime: 0.11852599999999999
DEBUG    ya.test:process.py:263 Command (pid 1124117) utime: 0.134329
DEBUG    ya.test:process.py:263 Command (pid 1124117) wtime: 0.289
DEBUG    ya.test:process.py:275 Command (pid 1124117) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain local: {'dynamic_storage_pool:1': 'hdd', 'dynamic_storage_pool:2': 'ssd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ydb_over_fq.py::TestYdbOverFq, test_name: test_list_directory_v2[v2-client0])
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /my_folder
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1ae49b79-b09c-438b-9f6a-8c36849b1a21, localhost:18348): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1ae49b79-b09c-438b-9f6a-8c36849b1a21, localhost:18348): request = { database: "/my_folder" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1ae49b79-b09c-438b-9f6a-8c36849b1a21, localhost:18348): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 18348 } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /my_folder: DiscoveryResult <self_location: , endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:18348, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18348
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:16.903699664+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(ListDirectory, 11c515bc-32c5-4df8-9eaa-000224c260cc, ghrun-npwyk27qgi.auto.internal:18348): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-npwyk27qgi.auto.internal:18348
_______________ TestYdbOverFq.test_list_directory_v1[v1-client0] _______________
contrib/python/ydb/py3/ydb/connection.py:504: in __call__
    response = rpc_state(
contrib/python/ydb/py3/ydb/connection.py:261: in __call__
    response, rendezvous = self.rpc.with_call(*args, **kwargs)
contrib/python/grpcio/py3/grpc/_channel.py:1198: in with_call
    return _end_unary_response_blocking(state, call, True, None)
contrib/python/grpcio/py3/grpc/_channel.py:1006: in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
E   grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E   	status = StatusCode.UNAVAILABLE
E   	details = "Socket closed"
E   	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:30.22465328+00:00"}"
E   >

During handling of the above exception, another exception occurred:
ydb/tests/fq/s3/test_ydb_over_fq.py:141: in test_list_directory_v1
    self.list_directory_test_body(kikimr, s3, client)
ydb/tests/fq/s3/test_ydb_over_fq.py:105: in list_directory_test_body
    ls_res = driver.scheme_client.list_directory("/")
contrib/python/ydb/py3/ydb/scheme.py:506: in list_directory
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:465: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:518: in __call__
    raise _rpc_error_handler(rpc_state, rpc_error, on_disconnected)
E   ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with:
E   	status = StatusCode.UNAVAILABLE
E   	details = "Socket closed"
E   	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:30.22465328+00:00"}"
E   >
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_directory_v1[v1-client0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ydb_over_fq.py::TestYdbOverFq, test_name: test_list_directory_v1[v1-client0])
DEBUG    root:kikimr_runner.py:283 Wait for node 1 to bootstrap
DEBUG    root:kikimr_runner.py:294 Node 1 has been bootstrapped
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /my_folder
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 1ea00dae-f4a9-4bfe-944f-0710e9900f6f, localhost:20578): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1ea00dae-f4a9-4bfe-944f-0710e9900f6f, localhost:20578): request = { database: "/my_folder" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1ea00dae-f4a9-4bfe-944f-0710e9900f6f, localhost:20578): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-npwyk27qgi.auto.internal" port: 20578 } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /my_folder: DiscoveryResult <self_location: , endpoints [<Endpoint ghrun-npwyk27qgi.auto.internal:20578, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:20578
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/" }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:30.22465328+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(ListDirectory, 7bfbc39a-9c7d-4c03-9506-d2261db9fec4, ghrun-npwyk27qgi.auto.internal:20578): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-npwyk27qgi.auto.internal:20578
============================== slowest durations ===============================
10.01s setup    test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_error[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_describe_table[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_explain_data_query[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_list_without_streams[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_stream_execute_scan_query[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_list_without_streams[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_explain_data_query[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_insert_data_query[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_results[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_stream_execute_scan_query[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_results[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_describe_table[v1-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_insert_data_query[v2-client0]
10.00s setup    test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_error[v1-client0]
10.00s teardown test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v2[v2-client0]
10.00s teardown test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v1[v1-client0]
5.61s setup    test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v2[v2-client0]
2.74s call     test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v1[v1-client0]
2.69s call     test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v2[v2-client0]
1.01s teardown test_ydb_over_fq.py::TestYdbOverFq::test_insert_data_query[v1-client0]
0.07s setup    test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v1[v1-client0]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v2[v2-client0] - ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:16.903699664+00:00"}"
>
FAILED test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v1[v1-client0] - ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-12-11T18:48:30.22465328+00:00"}"
>
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v2[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4692630>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_list_directory_v1[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4690ad0>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_list_without_streams[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462cb90>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_list_without_streams[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462eb10>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d465a5a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d462e3f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_stream_execute_scan_query[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4605970>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_stream_execute_scan_query[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4604a70>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_results[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4606960>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_results[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4659430>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_error[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4606150>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_execute_data_query_error[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d47733e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_explain_data_query[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37b6464170>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_explain_data_query[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4619250>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_describe_table[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4773e90>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_describe_table[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37b6465a30>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_insert_data_query[v2-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=31018): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d461a690>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_insert_data_query[v1-client0] - requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5665): Max retries exceeded with url: /counters/counters=utils/json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f37d4607ef0>: Failed to establish a new connection: [Errno 111] Connection refused'))
ERROR test_ydb_over_fq.py::TestYdbOverFq::test_insert_data_query[v1-client0] - ExceptionGroup: errors while tearing down <LoadedModule test_ydb_over_fq.py> (2 sub-exceptions)
=================== 2 failed, 19 errors in 196.94s (0:03:16) ===================
