Bug 131505

Summary: webkit-patch seems broken, or the error messaging could be improved.
Product: WebKit Reporter: James Craig <jcraig>
Component: Tools / TestsAssignee: 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   

Description James Craig 2014-04-10 12:48:05 PDT
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>
Comment 1 Mark Rowe (bdash) 2014-04-10 13:14:39 PDT
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.
Comment 2 Matthew Hanson 2014-04-10 14:34:57 PDT
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.
Comment 3 Radar WebKit Bug Importer 2014-04-10 16:58:38 PDT
<rdar://problem/16585892>