2024-06-28 13:07:43,450 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-28 13:07:43,450 - INFO - ya.test - pytest_runtest_setup: test_big_dataset[csv-additional_args1-row] 2024-06-28 13:07:43,450 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-28 13:07:43,451 - INFO - ya.test - pytest_runtest_setup: Test setup 2024-06-28 13:07:43,455 - INFO - ya.test - pytest_runtest_call: Test call (class_name: test_ydb_impex.py::TestImpex, test_name: test_big_dataset[csv-additional_args1-row]) 2024-06-28 13:07:43,456 - DEBUG - ydb.connection - _prepare_call: RpcState(ExecuteSchemeQuery, fcc37f5b-7dc5-4eb5-9130-ab7d2c6e0a4e, epdgsfnr6btp4j4gopfo.auto.internal:64421): creating call state 2024-06-28 13:07:43,457 - DEBUG - ydb.connection - _log_request: RpcState(ExecuteSchemeQuery, fcc37f5b-7dc5-4eb5-9130-ab7d2c6e0a4e, epdgsfnr6btp4j4gopfo.auto.internal:64421): request = { session_id: "ydb://session/3?node_id=1&id=YzdkMzk3MTUtNzk0YmNlNTMtMzU1NDY0NmItYTY3MjczZDA=" yql_text: "\n CREATE TABLE `/Root/test_big_dataset[csv-additional_args1-row]` (\n key Uint32 NOT NULL,\n id Uint64,\n value Utf8,\n PRIMARY KEY(key)\n )\n \n WITH (\n STORE = row\n )\n " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } } 2024-06-28 13:07:43,459 - INFO - ydb.connection - _rpc_error_handler: RpcState(ExecuteSchemeQuery, fcc37f5b-7dc5-4eb5-9130-ab7d2c6e0a4e, epdgsfnr6btp4j4gopfo.auto.internal:64421): received error, <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused" debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2024-06-28T13:07:43.459303573+00:00"}" > 2024-06-28 13:07:43,460 - DEBUG - ydb.connection - _rpc_error_handler: RpcState(ExecuteSchemeQuery, fcc37f5b-7dc5-4eb5-9130-ab7d2c6e0a4e, epdgsfnr6btp4j4gopfo.auto.internal:64421): unhandled rpc error, disconnecting channel 2024-06-28 13:07:43,460 - INFO - ydb.connection - close: Closing channel for endpoint epdgsfnr6btp4j4gopfo.auto.internal:64421 2024-06-28 13:07:43,461 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 13:07:43,462 - 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 13:07:44,131 - ERROR - ya.test - logreport: contrib/python/ydb/py3/ydb/connection.py:458: in __call__ response = rpc_state( contrib/python/ydb/py3/ydb/connection.py:242: in __call__ response, rendezvous = self.rpc.with_call(*args, **kwargs) contrib/python/grpcio/py3/grpc/_channel.py:1043: in with_call return _end_unary_response_blocking(state, call, True, None) contrib/python/grpcio/py3/grpc/_channel.py:910: 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 = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused" E debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2024-06-28T13:07:43.459303573+00:00"}" E > During handling of the above exception, another exception occurred: ydb/tests/functional/ydb_cli/test_ydb_impex.py:331: in test_big_dataset self.init_test(tmp_path, table_type, request.node.name) ydb/tests/functional/ydb_cli/test_ydb_impex.py:199: in init_test create_table(self.session, self.table_path, self.table_type) ydb/tests/functional/ydb_cli/test_ydb_impex.py:147: in create_table session.execute_scheme(query) contrib/python/ydb/py3/ydb/table.py:1616: in execute_scheme 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:443: in __call__ res = connection( contrib/python/ydb/py3/ydb/connection.py:467: 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 = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused" E debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2024-06-28T13:07:43.459303573+00:00"}" E > 2024-06-28 13:07:44,135 - INFO - ya.test - pytest_runtest_teardown: Test teardown 2024-06-28 13:07:48,344 - DEBUG - ya.test - verify: Test did not pass, will not verify test output with possible canonical one 2024-06-28 13:07:48,344 - DEBUG - ya.test - verify: Test test_ydb_impex.TestImpex.test_big_dataset[csv-additional_args1-row] status: fail 2024-06-28 13:07:48,344 - DEBUG - ya.test - verify: contrib/python/ydb/py3/ydb/connection.py:458: in __call__ response = rpc_state( contrib/python/ydb/py3/ydb/connection.py:242: in __call__ response, rendezvous = self.rpc.with_call(*args, **kwargs) contrib/python/grpcio/py3/grpc/_channel.py:1043: in with_call return _end_unary_response_blocking(state, call, True, None) contrib/python/grpcio/py3/grpc/_channel.py:910: 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 = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused" E debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2024-06-28T13:07:43.459303573+00:00"}" E > During handling of the above exception, another exception occurred: ydb/tests/functional/ydb_cli/test_ydb_impex.py:331: in test_big_dataset self.init_test(tmp_path, table_type, request.node.name) ydb/tests/functional/ydb_cli/test_ydb_impex.py:199: in init_test create_table(self.session, self.table_path, self.table_type) ydb/tests/functional/ydb_cli/test_ydb_impex.py:147: in create_table session.execute_scheme(query) contrib/python/ydb/py3/ydb/table.py:1616: in execute_scheme 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:443: in __call__ res = connection( contrib/python/ydb/py3/ydb/connection.py:467: 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 = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused" E debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64421: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2024-06-28T13:07:43.459303573+00:00"}" E >