[Webkit-unassigned] [Bug 45988] New: webkit-patch throws exception on prepare

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 12:35:12 PDT 2010


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

           Summary: webkit-patch throws exception on prepare
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ericu at chromium.org


This just happened twice in a row; I'm not sure what's causing it, but here's the repro + stack in the client I used.
I see nothing odd in the ChangeLog that it should be modifying.

[WebKit] gvim WebKit/chromium/src/AsyncFileWriterChromium.h
[WebKit] WebKitTools/Scripts/webkit-patch prepare
Please enter a bug number or a title for a new bug:
Build fix: remove empty AsyncFileWriterChromium destructor declaration.
Reading Keychain for bugs.webkit.org account and password.  Click "Allow" to continue...
Could not find a keychain entry for bugs.webkit.org.
bugs.webkit.org login: ericu at chromium.org
bugs.webkit.org password for ericu at chromium.org: 
Logging in as ericu at chromium.org...
Creating bug with title "Build fix: remove empty AsyncFileWriterChromium destructor declaration."
Bug 45987 created.
https://bugs.webkit.org/show_bug.cgi?id=45987
Traceback (most recent call last):
  File "WebKitTools/Scripts/webkit-patch", line 70, in <module>
    main()
  File "WebKitTools/Scripts/webkit-patch", line 65, in main
    WebKitPatch(__file__).main()
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Users/ericu/four/src/third_party/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/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/stepsequence.py", line 70, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/stepsequence.py", line 64, in _run
    step(tool, options).run(state)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/steps/preparechangelog.py", line 62, in run
    self._ensure_bug_url(state)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/steps/preparechangelog.py", line 55, in _ensure_bug_url
    if not changelog.latest_entry().bug_id():
AttributeError: 'NoneType' object has no attribute 'bug_id'
[WebKit] WebKitTools/Scripts/webkit-patch prepare
Please enter a bug number or a title for a new bug:
45987
Traceback (most recent call last):
  File "WebKitTools/Scripts/webkit-patch", line 70, in <module>
    main()
  File "WebKitTools/Scripts/webkit-patch", line 65, in main
    WebKitPatch(__file__).main()
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Users/ericu/four/src/third_party/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/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/stepsequence.py", line 70, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/commands/stepsequence.py", line 64, in _run
    step(tool, options).run(state)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/steps/preparechangelog.py", line 62, in run
    self._ensure_bug_url(state)
  File "/Users/ericu/four/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/tool/steps/preparechangelog.py", line 55, in _ensure_bug_url
    if not changelog.latest_entry().bug_id():
AttributeError: 'NoneType' object has no attribute 'bug_id'

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