[Webkit-unassigned] [Bug 32892] New: Exception running commit-queue in an svn checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 22:17:52 PST 2009


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

           Summary: Exception running commit-queue in an svn checkout
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: mjs at apple.com, ddkilzer at webkit.org, abarth at webkit.org


Exception running commit-queue in an svn checkout

I expect that I just don't have the keychain setup correctly.

Reading Keychain for bugs.webkit.org account and password.  Click "Allow" to
continue...
Traceback (most recent call last):
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/queueengine.py",
line 111, in run
    self._delegate.handle_unexpected_error(work_item, message)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/commands/queues.py",
line 163, in handle_unexpected_error
    self.tool.bugs.reject_patch_from_commit_queue(patch["id"], message)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/bugzilla.py",
line 443, in reject_patch_from_commit_queue
    self._set_flag_on_attachment(attachment_id, 'commit-queue', '-',
comment_text, additional_comment_text)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/bugzilla.py",
line 426, in _set_flag_on_attachment
    self.authenticate()
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/bugzilla.py",
line 303, in authenticate
    (username, password) = Credentials(self.bug_server_host,
git_prefix="bugzilla").read_credentials()
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/credentials.py",
line 84, in read_credentials
    (username, password) = self._credentials_from_keychain(username)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/credentials.py",
line 77, in _credentials_from_keychain
    security_output = self._run_security_tool(username)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/credentials.py",
line 71, in _run_security_tool
    return self.executive.run_command(security_command)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/executive.py",
line 127, in run_command
    (error_handler or self.default_error_handler)(script_error)
  File
"/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/executive.py",
line 104, in default_error_handler
    raise error
ScriptError: Failed to run "['/usr/bin/security', 'find-internet-password',
'-g', '-s', 'bugs.webkit.org']" exit_code: 44

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