[Webkit-unassigned] [Bug 190793] New: Style queues exception on some security bugs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 06:55:14 PDT 2018


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

            Bug ID: 190793
           Summary: Style queues exception on some security bugs
           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: aakash_jain at apple.com, ap at webkit.org,
                    dbates at webkit.org, lforschler at apple.com

Noticed following logs on the webkit-misc bot:

2018-10-22 04:42:29,914 - Failed to run "['/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-misc-style', 'apply-watchlist-local', 190625]" exit_code: 1 cwd: /Volumes/Data/StyleQueue/WebKit

Logging in as ews at webkit.org...
Fetching: https://bugs.webkit.org/show_bug.cgi?id=190625&ctype=xml&excludefield=attachmentdata
You don't have permission to view this bug.
Traceback (most recent call last):
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
    step(tool, options).run(state)
  File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/steps/applywatchlist.py", line 56, in run 
    cc_emails = set(cc_emails).difference(bug.cc_emails())
AttributeError: 'NoneType' object has no attribute 'cc_emails

webkit-misc:style-queue-logs buildbot$ grep "object has no attribute" *.log | wc -l
     435

-- 
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/20181022/691148bf/attachment.html>


More information about the webkit-unassigned mailing list