[Webkit-unassigned] [Bug 172488] New: `webkit-patch upload` fails - ControlNotFoundError: no control matching name 'isobsolete'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 21:06:56 PDT 2017


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

            Bug ID: 172488
           Summary: `webkit-patch upload` fails - ControlNotFoundError: no
                    control matching name 'isobsolete'
           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: joepeck at webkit.org
                CC: aakash_jain at apple.com, ap at webkit.org,
                    drousso at apple.com, lforschler at apple.com

$ webkit-patch upload
Total errors found: 0 in 2 files
Was that diff correct? [Y/n]: y
Reading Keychain for bugs.webkit.org account and password.  Click "Allow" to continue...
Could not find a keychain entry for bugs.webkit.org.
Reading Keychain for bugs.webkit.org account and password.  Click "Allow" to continue...
Logging in as joepeck at webkit.org...
Bugzilla login failed: Invalid Login Or Password
bugs.webkit.org login: joepeck at webkit.org
bugs.webkit.org password for joepeck at webkit.org: 
Store password in system keyring? [y/N]: y
Logging in as joepeck at webkit.org...
Fetching: https://bugs.webkit.org/show_bug.cgi?id=172486&ctype=xml&excludefield=attachmentdata
Obsoleting 1 old patch on bug 172486
Obsoleting attachment: 310973
Traceback (most recent call last):
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
    step(tool, options).run(state)
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/tool/steps/obsoletepatches.py", line 54, in run
    self._tool.bugs.obsolete_attachment(patch.id())
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 787, in obsolete_attachment
    self.browser.find_control('isobsolete').items[0].selected = True
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_form.py", line 3101, in find_control
    return self._find_control(name, type, kind, id, label, predicate, nr)
  File "/Users/pecoraro/Code/safari/OpenSource/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_form.py", line 3185, in _find_control
    raise ControlNotFoundError("no control matching "+description)
webkitpy.thirdparty.autoinstalled.mechanize._form.ControlNotFoundError: no control matching name 'isobsolete'

-- 
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/20170523/c0c61beb/attachment.html>


More information about the webkit-unassigned mailing list