Bug 46138

Summary: REGRESSION(32679): commit-queue can't land patches
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 32679    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Adam Barth
Reported 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).
Attachments
Patch (2.28 KB, patch)
2010-09-20 17:07 PDT, Eric Seidel (no email)
no flags
Note You need to log in before you can comment on or make changes to this bug.
Eric Seidel (no email)
Comment 1 2010-09-20 17:05:53 PDT
Eric Seidel (no email)
Comment 2 2010-09-20 17:07:17 PDT
Eric Seidel (no email)
Comment 3 2010-09-20 17:07:58 PDT
Daniel Bates
Comment 4 2010-09-20 21:41:12 PDT
Comment on attachment 68160 [details] Patch Clearing review flag as this patch was already landed.