Closed
Bug 1300663
Opened 9 years ago
Closed 9 years ago
Intermittent HTTPError: HTTP Error 404: Not Found
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox50 wontfix, firefox51 fixed, firefox52 fixed)
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Assigned: armenzg)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
| Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Component: General → Mozharness
Product: Taskcluster → Release Engineering
QA Contact: jlund
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 4•9 years ago
|
||
Bug 1300812 has improved this, however, there is a different bug in here:
https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=1300663&startday=2016-09-15&endday=2016-09-16&tree=all
We need to add retry logic here:
https://dxr.mozilla.org/mozilla-central/source/testing/mozharness/mozharness/mozilla/testing/testbase.py#200
However, I actually don't see a symbols URL in here:
https://tools.taskcluster.net/task-inspector/#Zpzvxtb3SYOKyqilZOaG5g/0
[task 2016-09-16T10:42:08.079439Z] 10:42:08 WARNING - Can't figure out symbols_url from installer_url: https://queue.taskcluster.net/v1/task/Zpzvxtb3SYOKyqilZOaG5g/artifacts/public/build/target.tar.bz2!
[task 2016-09-16T10:42:08.079831Z] 10:42:08 WARNING - Traceback (most recent call last):
[task 2016-09-16T10:42:08.080256Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.080776Z] 10:42:08 WARNING - File "/home/worker/workspace/mozharness/mozharness/mozilla/testing/testbase.py", line 200, in query_symbols_url
[task 2016-09-16T10:42:08.081306Z] 10:42:08 WARNING - self._urlopen(symbols_url, timeout=120)
[task 2016-09-16T10:42:08.081767Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.082297Z] 10:42:08 WARNING - File "/home/worker/workspace/mozharness/mozharness/mozilla/testing/testbase.py", line 292, in _urlopen
[task 2016-09-16T10:42:08.083102Z] 10:42:08 WARNING - return urllib2.urlopen(url, **kwargs)
[task 2016-09-16T10:42:08.083183Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.083237Z] 10:42:08 WARNING - File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
[task 2016-09-16T10:42:08.083321Z] 10:42:08 WARNING - return _opener.open(url, data, timeout)
[task 2016-09-16T10:42:08.083623Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.083982Z] 10:42:08 WARNING - File "/usr/lib/python2.7/urllib2.py", line 406, in open
[task 2016-09-16T10:42:08.084304Z] 10:42:08 WARNING - response = meth(req, response)
[task 2016-09-16T10:42:08.084609Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.084932Z] 10:42:08 WARNING - File "/usr/lib/python2.7/urllib2.py", line 519, in http_response
[task 2016-09-16T10:42:08.085257Z] 10:42:08 WARNING - 'http', request, response, code, msg, hdrs)
[task 2016-09-16T10:42:08.085566Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.085879Z] 10:42:08 WARNING - File "/usr/lib/python2.7/urllib2.py", line 444, in error
[task 2016-09-16T10:42:08.086197Z] 10:42:08 WARNING - return self._call_chain(*args)
[task 2016-09-16T10:42:08.086504Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.086829Z] 10:42:08 WARNING - File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
[task 2016-09-16T10:42:08.087142Z] 10:42:08 WARNING - result = func(*args)
[task 2016-09-16T10:42:08.087434Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.087759Z] 10:42:08 WARNING - File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
[task 2016-09-16T10:42:08.088114Z] 10:42:08 WARNING - raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
[task 2016-09-16T10:42:08.088421Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.088755Z] 10:42:08 WARNING - HTTPError: HTTP Error 404: Not Found
[task 2016-09-16T10:42:08.089067Z] 10:42:08 WARNING -
[task 2016-09-16T10:42:08.089401Z] 10:42:08 WARNING - No symbols_url found. Let minidump_stackwalk query for symbols.
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → armenzg
| Comment hidden (Intermittent Failures Robot) |
Comment 8•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8794310 [details]
Bug 1300663 - Catch HTTPError when query for symbols url.
https://reviewboard.mozilla.org/r/80824/#review79736
gotta catch them all!
Attachment #8794310 -
Flags: review?(jlund) → review+
Pushed by armenzg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5388505dd76a
Catch HTTPError when query for symbols url. r=jlund
Comment 10•9 years ago
|
||
| bugherder | ||
Comment 11•9 years ago
|
||
| bugherder uplift | ||
status-firefox51:
--- → fixed
Comment 12•9 years ago
|
||
| bugherder uplift | ||
status-firefox50:
--- → fixed
Comment 13•9 years ago
|
||
This was ineffective on Beta, presumably due to other missing deps. Given that it's a cosmetic issue anyway, I just backed it out.
https://hg.mozilla.org/releases/mozilla-beta/rev/5eb0a600c391
| Assignee | ||
Comment 14•9 years ago
|
||
Could you please point me to a log on beta? I might be able to point a patch that would help.
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•