[Webkit-unassigned] [Bug 168538] New: EWS showing "Patch is not relevant" errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 15:28:12 PST 2017


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

            Bug ID: 168538
           Summary: EWS showing "Patch is not relevant" errors
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: lforschler at apple.com

https://webkit-queues.webkit.org/patch/301993

Scripts are throwing errors:

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=ews121', 'check-patch-relevance', '--group=None', '--port=ios-simulator-wk2']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Checking relevance of patch
Traceback (most recent call last):
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Volumes/Data/EWS/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/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
    step(tool, options).run(state)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py", line 70, in run
    if self._changes_are_relevant(change_list):
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py", line 56, in _changes_are_relevant
    patterns = self.group_to_paths_mapping[self._options.group]
KeyError: 'None'

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


More information about the webkit-unassigned mailing list