<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Some webkit-patch commands don't work with new bugzilla version"
   href="https://bugs.webkit.org/show_bug.cgi?id=169953">169953</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Some webkit-patch commands don't work with new bugzilla version
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cgarcia&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I guess we are failing to parse users or something like that:

$ webkit-patch apply-attachment --local-commit 305002
Updating working directory
Updating OpenSource
Current branch master is up to date.
Logging in as cgarcia igalia.com...
Fetching: <a href="https://bugs.webkit.org/attachment.cgi?id=305002&amp;action=edit">https://bugs.webkit.org/attachment.cgi?id=305002&amp;action=edit</a>
Fetching: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">https://bugs.webkit.org/show_bug.cgi?id=169915</a>&amp;ctype=xml&amp;excludefield=attachmentdata
Processing 1 patch from 1 bug.
Processing patch 305002 from <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a>.
Warning, <span class=""><a href="attachment.cgi?id=305002&amp;action=diff" name="attach_305002" title="Patch">attachment 305002</a> <a href="attachment.cgi?id=305002&amp;action=edit" title="Patch">[details]</a></span> on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a> has invalid reviewer (mcatanzaro)

$ webkit-patch land -g HEAD 169915
Logging in as cgarcia igalia.com...
Fetching: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">https://bugs.webkit.org/show_bug.cgi?id=169915</a>&amp;ctype=xml&amp;excludefield=attachmentdata
Warning, <span class=""><a href="attachment.cgi?id=305002&amp;action=diff" name="attach_305002" title="Patch">attachment 305002</a> <a href="attachment.cgi?id=305002&amp;action=edit" title="Patch">[details]</a></span> on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a> has invalid reviewer (mcatanzaro)
No reviewed patches on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a>, cannot infer reviewer.
Failed to guess reviewer from <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a> and --reviewer= not provided.  Not updating ChangeLogs with reviewer.
Committed r214243: &lt;<a href="http://trac.webkit.org/changeset/214243">http://trac.webkit.org/changeset/214243</a>&gt;
Updating <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a>
Closing <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Several WPT tests are failing since they were added in the last update in r213882"
   href="show_bug.cgi?id=169915">bug 169915</a> as fixed
Traceback (most recent call last):
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkit-patch&quot;, line 84, in &lt;module&gt;
    main()
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkit-patch&quot;, line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py&quot;, line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py&quot;, line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py&quot;, line 67, in _run
    step(tool, options).run(state)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/tool/steps/closebugforlanddiff.py&quot;, line 54, in run
    self._tool.bugs.close_bug_as_fixed(bug_id, comment_text)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py&quot;, line 823, in close_bug_as_fixed
    self.browser['comment'] = comment_text
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_form.py&quot;, line 2780, in __setitem__
    control = self.find_control(name)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_form.py&quot;, line 3101, in find_control
    return self._find_control(name, type, kind, id, label, predicate, nr)
  File &quot;/home/cgarcia/src/git/gnome/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_form.py&quot;, line 3185, in _find_control
    raise ControlNotFoundError(&quot;no control matching &quot;+description)
webkitpy.thirdparty.autoinstalled.mechanize._form.ControlNotFoundError: no control matching name 'comment'

No comment was added to the bug and it wasn't closed either.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>