Bug 89388
Summary: | garden-o-matic fails to svn add some new baselines | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adam Barth
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 62067)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
self.process_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 337, in handle
self.handle_one_request()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 325, in handle_one_request
method()
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py", line 60, in do_POST
self._handle_request()
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py", line 90, in _handle_request
function()
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/tool/servers/gardeningserver.py", line 215, in rebaselineall
self.server.tool.scm().add_list(list(files_to_add))
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 184, in add_list
return self._run_svn(["add"] + paths, return_exit_code=return_exit_code)
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 131, in _run_svn
return self.run([self.executable_name] + args, **kwargs)
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py", line 76, in run
decode_output=decode_output)
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 418, in run_command
(error_handler or self.default_error_handler)(script_error)
File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 335, in default_error_handler
raise error
ScriptError: Failed to run "[u'svn', u'add']" exit_code: 1
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |