Bug 172488
| Summary: | `webkit-patch upload` fails - ControlNotFoundError: no control matching name 'isobsolete' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aakash_jain, ap, hi, joepeck, lforschler |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joseph Pecoraro
$ 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'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Is this always reproducible?
Joseph Pecoraro
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.