Bug 172488 - `webkit-patch upload` fails - ControlNotFoundError: no control matching name 'isobsolete'
Summary: `webkit-patch upload` fails - ControlNotFoundError: no control matching name ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-22 21:06 PDT by Joseph Pecoraro
Modified: 2017-05-24 22:14 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-05-22 21:06:56 PDT
$ 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@webkit.org...
Bugzilla login failed: Invalid Login Or Password
bugs.webkit.org login: joepeck@webkit.org
bugs.webkit.org password for joepeck@webkit.org: 
Store password in system keyring? [y/N]: y
Logging in as joepeck@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'
Comment 1 Alexey Proskuryakov 2017-05-24 16:59:05 PDT
Is this always reproducible?
Comment 2 Joseph Pecoraro 2017-05-24 22:14:52 PDT
It was 100% reproducible when I tried it yesterday and it worked for others at the same time period. I do not have a patch where I'm comfortable testing this right now.