Bug 46138 - REGRESSION(32679): commit-queue can't land patches
Summary: REGRESSION(32679): commit-queue can't land patches
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 32679
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-20 16:57 PDT by Adam Barth
Modified: 2010-09-20 21:41 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.28 KB, patch)
2010-09-20 17:07 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-09-20 16:57:33 PDT
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).
Comment 1 Eric Seidel (no email) 2010-09-20 17:05:53 PDT
Caused by http://trac.webkit.org/changeset/67880.
Comment 2 Eric Seidel (no email) 2010-09-20 17:07:17 PDT
Created attachment 68160 [details]
Patch
Comment 3 Eric Seidel (no email) 2010-09-20 17:07:58 PDT
Committed r67895: <http://trac.webkit.org/changeset/67895>
Comment 4 Daniel Bates 2010-09-20 21:41:12 PDT
Comment on attachment 68160 [details]
Patch

Clearing review flag as this patch was already landed.