Closed
Bug 1451226
Opened 7 years ago
Closed 7 years ago
Intermittent ts_paint_heavy | HTTPSConnectionPool(host='index.taskcluster.net', port=443): Max retries exceeded with url: /v1/task/garbage.heavyprofile/artifacts/public/today-simple.tgz (Caused by NewConnectionError
Categories
(Testing :: Talos, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: rgurzau [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=171781064&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/U-9B7NK9StOw1L-Qqebzrw/runs/0/artifacts/public/logs/live_backing.log
23:23:08 INFO - TEST-START | ts_paint_heavy
23:23:08 INFO - Initialising browser for ts_paint_heavy test...
23:23:28 INFO - TEST-UNEXPECTED-ERROR | ts_paint_heavy | HTTPSConnectionPool(host='index.taskcluster.net', port=443): Max retries exceeded with url: /v1/task/garbage.heavyprofile/artifacts/public/today-simple.tgz (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3a7932bf10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
23:23:28 ERROR - Traceback (most recent call last):
23:23:28 INFO - File "/home/cltbld/workspace/build/tests/talos/talos/run_tests.py", line 296, in run_tests
23:23:28 INFO - talos_results.add(mytest.runTest(browser_config, test))
23:23:28 INFO - File "/home/cltbld/workspace/build/tests/talos/talos/ttest.py", line 62, in runTest
23:23:28 INFO - with FFSetup(browser_config, test_config) as setup:
23:23:28 INFO - File "/home/cltbld/workspace/build/tests/talos/talos/ffsetup.py", line 275, in __enter__
23:23:28 INFO - self._init_profile()
23:23:28 INFO - File "/home/cltbld/workspace/build/tests/talos/talos/ffsetup.py", line 100, in _init_profile
23:23:28 INFO - path = heavy.download_profile(self.test_config['profile'])
23:23:28 INFO - File "/home/cltbld/workspace/build/tests/talos/talos/heavy.py", line 102, in download_profile
23:23:28 INFO - url, last_modified = follow_redirects(url)
23:23:28 INFO - File "/home/cltbld/workspace/build/tests/talos/talos/heavy.py", line 53, in follow_redirects
23:23:28 INFO - page = requests.head(url)
23:23:28 INFO - File "/home/cltbld/workspace/build/venv/lib/python2.7/site-packages/requests/api.py", line 98, in head
23:23:28 INFO - return request('head', url, **kwargs)
23:23:28 INFO - File "/home/cltbld/workspace/build/venv/lib/python2.7/site-packages/requests/api.py", line 58, in request
23:23:28 INFO - return session.request(method=method, url=url, **kwargs)
23:23:28 INFO - File "/home/cltbld/workspace/build/venv/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
23:23:28 INFO - resp = self.send(prep, **send_kwargs)
23:23:28 INFO - File "/home/cltbld/workspace/build/venv/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
23:23:28 INFO - r = adapter.send(request, **kwargs)
23:23:28 INFO - File "/home/cltbld/workspace/build/venv/lib/python2.7/site-packages/requests/adapters.py", line 508, in send
23:23:28 INFO - raise ConnectionError(e, request=request)
23:23:28 INFO - ConnectionError: HTTPSConnectionPool(host='index.taskcluster.net', port=443): Max retries exceeded with url: /v1/task/garbage.heavyprofile/artifacts/public/today-simple.tgz (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3a7932bf10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
23:23:28 INFO - TEST-INFO took 20025ms
| Comment hidden (Intermittent Failures Robot) |
Comment 2•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•