-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Name of Failure:
The DNS query name does not exist
Link to task:
Context of when and why the failure occurred:
Seems related to https://github.com/mongodb-labs/drivers-evergreen-tools/pull/433.
Stack trace:
[2024/04/24 06:47:21.800] test\__init__.py:1162: in setup [2024/04/24 06:47:21.800] client_context.init() [2024/04/24 06:47:21.800] test\__init__.py:488: in init [2024/04/24 06:47:21.800] self._init_client() [2024/04/24 06:47:21.800] test\__init__.py:351: in _init_client [2024/04/24 06:47:21.800] self.client = self._connect(host, port) [2024/04/24 06:47:21.800] test\__init__.py:330: in _connect [2024/04/24 06:47:21.800] host, port, serverSelectionTimeoutMS=5000, **kwargs [2024/04/24 06:47:21.800] pymongo\mongo_client.py:782: in __init__ [2024/04/24 06:47:21.800] srv_max_hosts=srv_max_hosts, [2024/04/24 06:47:21.800] pymongo\uri_parser.py:547: in parse_uri [2024/04/24 06:47:21.800] nodes = dns_resolver.get_hosts() [2024/04/24 06:47:21.800] pymongo\srv_resolver.py:137: in get_hosts [2024/04/24 06:47:21.800] _, nodes = self._get_srv_response_and_hosts(True) [2024/04/24 06:47:21.800] pymongo\srv_resolver.py:117: in _get_srv_response_and_hosts [2024/04/24 06:47:21.800] results = self._resolve_uri(encapsulate_errors) [2024/04/24 06:47:21.800] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [2024/04/24 06:47:21.800] self = <pymongo.srv_resolver._SrvResolver object at 0x000001D302F3B408> [2024/04/24 06:47:21.800] encapsulate_errors = True [2024/04/24 06:47:21.800] def _resolve_uri(self, encapsulate_errors: bool) -> resolver.Answer: [2024/04/24 06:47:21.800] try: [2024/04/24 06:47:21.800] results = _resolve( [2024/04/24 06:47:21.800] "_" + self.__srv + "._tcp." + self.__fqdn, "SRV", lifetime=self.__connect_timeout [2024/04/24 06:47:21.800] ) [2024/04/24 06:47:21.801] except Exception as exc: [2024/04/24 06:47:21.801] if not encapsulate_errors: [2024/04/24 06:47:21.801] # Raise the original error. [2024/04/24 06:47:21.801] raise [2024/04/24 06:47:21.801] # Else, raise all errors as ConfigurationError. [2024/04/24 06:47:21.801] > raise ConfigurationError(str(exc)) from None [2024/04/24 06:47:21.801] E pymongo.errors.ConfigurationError: The DNS query name does not exist: _mongodb._tcp.3851-drivertest.tfsco.mongodb-dev.net\013. [2024/04/24 06:47:21.801] pymongo\srv_resolver.py:111: ConfigurationError