[Webkit-unassigned] [Bug 39749] New: webkit-patch fails to create bugs since it started assigning the owner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 10:11:46 PDT 2010


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

           Summary: webkit-patch fails to create bugs since it started
                    assigning the owner
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jschuh at chromium.org
                CC: abarth at webkit.org, eseidel at chromium.org


I assume it's a permission error because I don't have commit or edit bug rights yet. I've pasted the whole stack, but the relevant part seems to be "ValueError: control 'assigned_to' is disabled"

Traceback (most recent call last):
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkit-patch", line 64, in <module>
    main()
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkit-patch", line 59, in main
    WebKitPatch(__file__).main()
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 302, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 113, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 43, in execute
    self._sequence.run_and_handle_errors(tool, options, self._prepare_state(options, args, tool))
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/stepsequence.py", line 66, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/stepsequence.py", line 60, in _run
    step(tool, options).run(state)
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/tool/steps/createbug.py", line 48, in run
    state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=state.get("bug_blocked"), component=self._options.component, cc=cc)
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/common/net/bugzilla.py", line 707, in create_bug
    self.browser["assigned_to"] = assignee
  File "/Users/jschuh/dev/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/clientform/ClientForm.py", line 2899, in __setitem__
    raise ValueError(str(e))
ValueError: control 'assigned_to' is disabled

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list