Bug 186852 - AttributeError: StatusServer instance has no attribute '_api_key' thrown when processing a patch
Summary: AttributeError: StatusServer instance has no attribute '_api_key' thrown when...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-20 09:04 PDT by Per Arne Vollan
Modified: 2018-06-20 16:06 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2018-06-20 09:04:28 PDT
Starting Queue
Fetching next work item for win-ews
Traceback (most recent call last):
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", l
ine 97, in run
    work_item = self._delegate.next_work_item()
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", l
ine 452, in next_work_item
    return self._next_patch()
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", l
ine 217, in _next_patch
    patch_id = self._tool.status_server.next_work_item(self.name)
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py"
, line 165, in next_work_item
    return self._fetch_url(next_patch_url)
  File "/home/buildbot/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py"
, line 223, in _fetch_url
    if self._api_key:
AttributeError: StatusServer instance has no attribute '_api_key'
Exception while preparing queue Sleeping until 2018-06-20 08:56:03 (120 seconds)
Comment 1 Daniel Bates 2018-06-20 13:47:39 PDT
Oops! Need to set self._api_key to ‘’ in https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/webkitpy/common/net/statusserver.py?rev=232980#L46
Comment 2 Daniel Bates 2018-06-20 16:05:44 PDT
Committed fix in <https://trac.webkit.org/changeset/233024>.
Comment 3 Radar WebKit Bug Importer 2018-06-20 16:06:21 PDT
<rdar://problem/41308655>