[Webkit-unassigned] [Bug 89388] New: garden-o-matic fails to svn add some new baselines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 15:05:47 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89388

           Summary: garden-o-matic fails to svn add some new baselines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: dpranke at chromium.org


----------------------------------------
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list