[Webkit-unassigned] [Bug 46138] New: commit-queue can't land patches
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 20 16:57:33 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=46138
Summary: commit-queue can't land patches
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: abarth at webkit.org
Fetching: https://bugs.webkit.org/attachment.cgi?id=68151&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=46130&ctype=xml
Traceback (most recent call last):
File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/tool/bot/queueengine.py", line 108, in run
if not self._delegate.process_work_item(work_item):
File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/tool/commands/queues.py", line 325, in process_work_item
patch = self._revalidate_patch(patch)
File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/tool/commands/queues.py", line 282, in _revalidate_patch
if patch.bug().is_closed():
File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/common/net/bugzilla.py", line 190, in is_closed
return not self.is_open()
File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/common/net/bugzilla.py", line 187, in is_open
return self.status() in self._open_states
File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/common/net/bugzilla.py", line 179, in status
return self.bug_dictionary["bug_status"]
KeyError: 'bug_status'
Exception while preparing queue Sleeping until 2010-09-20 16:58:12 (2 mins).
--
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