Bug 53473
Summary: | webkit-patch upload failed when creating a new bug | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | abarth, eric, mihaip, ojan, simon.fraser, wsiegrist |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
8$ $ wkpatch upload
Running check-webkit-style
Total errors found: 0 in 2 files
Please enter a bug number or a title for a new bug:
Clean up ShadowBlur
Reading Keychain for bugs.webkit.org account and password. Click "Allow" to continue...
Logging in as simon.fraser@apple.com...
Creating bug with title "Clean up ShadowBlur"
Bug 53472 created.
https://bugs.webkit.org/show_bug.cgi?id=53472
Running status to find changed, added, or removed files.
Reviewing diff to determine which lines changed.
Extracting affected function names from source files.
Change author: Simon Fraser <simon.fraser@apple.com>.
Description from bug 53472:
"Clean up ShadowBlur".
Editing the Source/WebCore/ChangeLog file.
-- Please remember to include a detailed description in your ChangeLog entry. --
-- See <http://webkit.org/coding/contributing.html> for more info --
Using editor in the CHANGE_LOG_EDIT_APPLICATION environment variable.
Please quit the editor application when done editing.
Was that diff correct? [Y/n]:
Fetching: https://bugs.webkit.org/show_bug.cgi?id=53472&ctype=xml
Adding patch "Patch" to https://bugs.webkit.org/show_bug.cgi?id=53472
Traceback (most recent call last):
File "Tools/Scripts/webkit-patch", line 70, in <module>
main()
File "Tools/Scripts/webkit-patch", line 65, in main
WebKitPatch(__file__).main()
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main
result = command.check_arguments_and_execute(options, args, self)
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 51, in execute
self._sequence.run_and_handle_errors(tool, options, state)
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 70, in run_and_handle_errors
self._run(tool, options, state)
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 64, in _run
step(tool, options).run(state)
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/tool/steps/postdiff.py", line 48, in run
self._tool.bugs.add_patch_to_bug(state["bug_id"], diff, description, comment_text=comment_text, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 506, in add_patch_to_bug
self.browser.select_form(name="entryform")
File "/Volumes/Monster/Development/apple/webkit/WebKit.git/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 530, in select_form
raise FormNotFoundError("no form matching "+description)
webkitpy.thirdparty.autoinstalled.mechanize._mechanize.FormNotFoundError: no form matching name 'entryform'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Possible that bugs.webkit.org changed, or that there was a login failure or server-side error producing an unexpected page.
Eric Seidel (no email)
Yeah, entryform clearly still exists.
I expect this was a transient error?
William Siegrist
I do not see any reason server-side for this.
Eric Seidel (no email)
If this han't been seen agian seems we should just close. Thanks for the report!