Closed Bug 1454859 Opened 8 years ago Closed 3 years ago

aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host signing4.srv.releng.scl3.mozilla.com:9110 ssl:True [Temporary failure in name resolution]

Categories

(Release Engineering :: General, defect)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: nataliaCs, Unassigned)

Details

Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=174196099&repo=autoland 2018-04-17 20:41:52,639 - signingscript.task - INFO - getting token from signing4.srv.releng.scl3.mozilla.com:9110 2018-04-17 20:41:52,639 - scriptworker.utils - DEBUG - retry_async: Calling <function request at 0x7fd108a91598>, attempt 1 2018-04-17 20:41:52,639 - scriptworker.utils - DEBUG - POST https://signing4.srv.releng.scl3.mozilla.com:9110/token 2018-04-17 20:42:52,675 - scriptworker.utils - DEBUG - retry_async: <function request at 0x7fd108a91598>: sleeping 11.279224325084087 seconds before retry 2018-04-17 20:43:03,967 - scriptworker.utils - DEBUG - retry_async: Calling <function request at 0x7fd108a91598>, attempt 2 2018-04-17 20:43:03,968 - scriptworker.utils - DEBUG - POST https://signing4.srv.releng.scl3.mozilla.com:9110/token Traceback (most recent call last): File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/connector.py", line 813, in _create_direct_connection hosts = yield from self._resolve_host(req.url.raw_host, req.port) File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/connector.py", line 727, in _resolve_host loop=self._loop) File "/tools/python35/lib/python3.5/asyncio/futures.py", line 361, in __iter__ yield self # This tells Task to wait for completion. File "/tools/python35/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup future.result() File "/tools/python35/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception File "/tools/python35/lib/python3.5/asyncio/tasks.py", line 241, in _step result = coro.throw(exc) File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/resolver.py", line 31, in resolve host, port, type=socket.SOCK_STREAM, family=family) File "/tools/python35/lib/python3.5/asyncio/futures.py", line 361, in __iter__ yield self # This tells Task to wait for completion. File "/tools/python35/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup future.result() File "/tools/python35/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception File "/tools/python35/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) File "/tools/python35/lib/python3.5/socket.py", line 732, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builds/scriptworker/bin/signingscript", line 9, in <module> load_entry_point('signingscript==6.0.1', 'console_scripts', 'signingscript')() File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/script.py", line 104, in main return scriptworker.client.sync_main(async_main, default_config=get_default_config()) File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/client.py", line 155, in sync_main _handle_asyncio_loop(async_main, context) File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/client.py", line 196, in _handle_asyncio_loop loop.run_until_complete(async_main(context)) File "/tools/python35/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete return future.result() File "/tools/python35/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception File "/tools/python35/lib/python3.5/asyncio/tasks.py", line 241, in _step result = coro.throw(exc) File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/script.py", line 44, in async_main await get_token(context, os.path.join(work_dir, 'token'), cert_type, all_signing_formats) File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/task.py", line 128, in get_token auth=auth, return_type='text') File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/utils.py", line 96, in retry_request args=args, kwargs=kwargs, **retry_async_kwargs) File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/utils.py", line 255, in retry_async return await func(*args, **kwargs) File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/utils.py", line 61, in request async with session.request(method, url, **kwargs) as resp: File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/client.py", line 690, in __aenter__ self._resp = yield from self._coro File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/client.py", line 267, in _request conn = yield from self._connector.connect(req) File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/connector.py", line 402, in connect proto = yield from self._create_connection(req) File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/connector.py", line 749, in _create_connection _, proto = yield from self._create_direct_connection(req) File "/builds/scriptworker/lib/python3.5/site-packages/aiohttp/connector.py", line 817, in _create_direct_connection raise ClientConnectorError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host signing4.srv.releng.scl3.mozilla.com:9110 ssl:True [Temporary failure in name resolution] exit code: 1
Product: Taskcluster → Release Engineering
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 3 years ago
QA Contact: jlorenzo
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.