[Webkit-unassigned] [Bug 186923] New: Security EWS: bots fails with exception 'NoneType' object has no attribute 'is_closed'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 08:38:37 PDT 2018


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

            Bug ID: 186923
           Summary: Security EWS: bots fails with exception 'NoneType'
                    object has no attribute 'is_closed'
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com
                CC: lforschler at apple.com

Some of the EWS bots are hitting following exception while processing security sensitive bugs:

2018-06-21 18:41:22,834 - You don't have permission to view this attachment.
Traceback (most recent call last):
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 103, in run
    if not self._delegate.process_work_item(work_item):
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 465, in process_work_item
    passed = self.review_patch(patch)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py", line 105, in review_patch
    succeeded = task.run()
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/earlywarningsystemtask.py", line 63, in run
    if not self._clean():
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 113, in _clean
    "Unable to clean working directory")
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 97, in _run_command
    if not self.validate():
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/earlywarningsystemtask.py", line 48, in validate
    if self._patch.bug().is_closed():
AttributeError: 'NoneType' object has no attribute 'is_closed'
2018-06-21 18:41:23,296 - Exception while preparing queue Sleeping until 2018-06-21 18:43:23 (120 seconds).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180622/d7bc010e/attachment.html>


More information about the webkit-unassigned mailing list