2024-06-28 14:03:18,396 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-28 14:03:18,396 - INFO - ya.test - pytest_runtest_setup: test_node_limit[kikimr0] 2024-06-28 14:03:18,396 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-28 14:03:18,396 - INFO - ya.test - pytest_runtest_setup: Test setup 2024-06-28 14:03:18,397 - DEBUG - library.python.filelock - acquire: Acquiring filelock (blocking=False): /home/runner/.ya/build/port_sync_dir/27171 2024-06-28 14:03:18,398 - DEBUG - library.python.filelock - acquire: Acquiring filelock (blocking=False): /home/runner/.ya/build/port_sync_dir/25543 2024-06-28 14:03:18,457 - DEBUG - library.python.filelock - acquire: Acquiring filelock (blocking=False): /home/runner/.ya/build/port_sync_dir/27776 2024-06-28 14:03:18,458 - DEBUG - library.python.filelock - acquire: Acquiring filelock (blocking=False): /home/runner/.ya/build/port_sync_dir/2411 2024-06-28 14:03:18,458 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:18,460 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 14:03:18,460 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:18,790 - INFO - ydb.connection - close: Closing channel for endpoint localhost:10247 2024-06-28 14:03:18,912 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - _add_debug_details: Failed to establish connection to YDB discovery endpoint: "localhost:10247". Check endpoint correctness. 2024-06-28 14:03:19,983 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 14:03:19,983 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:20,143 - INFO - ydb.connection - close: Closing channel for endpoint localhost:10247 2024-06-28 14:03:20,277 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - _add_debug_details: Failed to establish connection to YDB discovery endpoint: "localhost:10247". Check endpoint correctness. 2024-06-28 14:03:20,373 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 14:03:20,373 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:20,911 - INFO - ydb.connection - close: Closing channel for endpoint localhost:10247 2024-06-28 14:03:21,039 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - _add_debug_details: Failed to establish connection to YDB discovery endpoint: "localhost:10247". Check endpoint correctness. 2024-06-28 14:03:21,854 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 14:03:21,854 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:22,070 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 14:03:22,070 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:22,300 - INFO - ydb.connection - close: Closing channel for endpoint localhost:10247 2024-06-28 14:03:22,442 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - _add_debug_details: Failed to establish connection to YDB discovery endpoint: "localhost:10247". Check endpoint correctness. 2024-06-28 14:03:23,760 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 14:03:23,761 - DEBUG - ydb.connection - channel_factory: 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')] 2024-06-28 14:03:28,460 - ERROR - root - __init__: Connect failed to YDB. Last reported errors by discovery: 2024-06-28 14:03:28,480 - INFO - ydb.connection - close: Closing channel for endpoint localhost:10247 2024-06-28 14:03:28,602 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - _add_debug_details: Failed to establish connection to YDB discovery endpoint: "localhost:10247". Check endpoint correctness. 2024-06-28 14:03:28,615 - ERROR - ya.test - logreport: ydb/tests/fq/mem_alloc/test_alloc_default.py:29: in kikimr kikimr = StreamingOverKikimr(kikimr_conf) ydb/tests/tools/fq_runner/kikimr_runner.py:648: in __init__ raise e ydb/tests/tools/fq_runner/kikimr_runner.py:644: in __init__ self.driver.wait(timeout=10) contrib/python/ydb/py3/ydb/pool.py:394: in wait self._store.subscribe().result(timeout) contrib/tools/python3/Lib/concurrent/futures/_base.py:458: in result raise TimeoutError() E TimeoutError 2024-06-28 14:03:28,617 - INFO - ya.test - pytest_runtest_teardown: Test teardown