NEW131505
webkit-patch seems broken, or the error messaging could be improved.
https://bugs.webkit.org/show_bug.cgi?id=131505
Summary webkit-patch seems broken, or the error messaging could be improved.
James Craig
Reported 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>
Attachments
Mark Rowe (bdash)
Comment 1 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.
Matthew Hanson
Comment 2 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.
Radar WebKit Bug Importer
Comment 3 2014-04-10 16:58:38 PDT
Note You need to log in before you can comment on or make changes to this bug.