[Webkit-unassigned] [Bug 35541] New: webkit-patch land fails for security bugs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 1 13:30:30 PST 2010


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

           Summary: webkit-patch land fails for security bugs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: eric at webkit.org, abarth at webkit.org


Trying to use webkit-patch land to commit a security fix, I received the
following traceback:

Fetching: https://bugs.webkit.org/show_bug.cgi?id=35241&ctype=xml
Traceback (most recent call last):
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkit-patch",
line 109, in <module>
    WebKitPatch().main()
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/multicommandtool.py",
line 299, in main
    return command.check_arguments_and_execute(options, args, self)
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/multicommandtool.py",
line 113, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/commands/abstractsequencedcommand.py",
line 43, in execute
    self._sequence.run_and_handle_errors(tool, options,
self._prepare_state(options, args, tool))
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/stepsequence.py",
line 66, in run_and_handle_errors
    self._run(tool, options, state)
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/stepsequence.py",
line 60, in _run
    step(tool, options).run(state)
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/steps/updatechangelogswithreviewer.py",
line 63, in run
    reviewer = self._guess_reviewer_from_bug(bug_id)
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/steps/updatechangelogswithreviewer.py",
line 45, in _guess_reviewer_from_bug
    patches = self._tool.bugs.fetch_bug(bug_id).reviewed_patches()
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/bugzilla.py",
line 426, in fetch_bug
    return Bug(self.fetch_bug_dictionary(bug_id), self)
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/bugzilla.py",
line 421, in fetch_bug_dictionary
    return self._parse_bug_page(self._fetch_bug_page(bug_id))
  File
"/Users/kbr/src/chrome/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/bugzilla.py",
line 404, in _parse_bug_page
    bug["title"] = unicode(soup.find("short_desc").string)
AttributeError: 'NoneType' object has no attribute 'string'

I'm not sure whether I set up something incorrectly in my environment so that
webkit-patch doesn't know how to authenticate.

-- 
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