Bug 131505
| Summary: | webkit-patch seems broken, or the error messaging could be improved. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | matthew_hanson, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
James Craig
webkit-patch seems broken, or the error messaging could be improved.
Context:
https://bugs.webkit.org/show_bug.cgi?id=130826#c5
Error:
http://webkit-queues.appspot.com/results/6584475546812416
Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 229028, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit
Last 500 characters of output:
chanize/_urllib2_fork.py", line 332, in _call_chain
result = func(*args)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1170, in https_open
return self.do_open(conn_factory, req)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1118, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 8] nodename nor servname provided, or not known>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
That error implies that the machine it's running on is having issues with DNS lookups. I can't tell from the context what it's trying to connect to. If this is specific to a single machine then it may just need kicked. If it's happening more widely then it's possible whatever server it's trying to access is down.
Matthew Hanson
The script is failing when opening a url stored by attachment_url: presumably that variable is set to https://bug-130826-attachments.webkit.org/attachment.cgi?id=229028. Lucas and I will keep our eyes open for more of these errors.
Radar WebKit Bug Importer
<rdar://problem/16585892>