Bug 53473 - webkit-patch upload failed when creating a new bug
Summary: webkit-patch upload failed when creating a new bug
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 21:12 PST by Simon Fraser (smfr)
Modified: 2012-02-03 11:42 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-01-31 21:12:06 PST
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'
Comment 1 Eric Seidel (no email) 2011-02-01 04:25:50 PST
Possible that bugs.webkit.org changed, or that there was a login failure or server-side error producing an unexpected page.
Comment 2 Eric Seidel (no email) 2011-02-01 04:30:33 PST
Yeah, entryform clearly still exists.

I expect this was a transient error?
Comment 3 William Siegrist 2011-02-01 06:51:29 PST
I do not see any reason server-side for this.
Comment 4 Eric Seidel (no email) 2012-02-03 11:42:20 PST
If this han't been seen agian seems we should just close.  Thanks for the report!