Bug 31092 - bugzilla-tool crashed with exception
Summary: bugzilla-tool crashed with exception
Status: RESOLVED FIXED
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: 30683
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-03 16:35 PST by Eric Seidel (no email)
Modified: 2009-11-06 11:53 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2009-11-03 16:36 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-11-03 16:35:48 PST
From Adam:

File "/Users/abarth/git/webkit/WebKitTools/Scripts/modules/bugzilla.py",
line 227, in _validate_setter_email
   log("Warning, attachment %s on bug %s has invalid %s (%s)",
(patch['id'], patch['bug_id'], result_key, setter_email))
TypeError: log() takes exactly 1 argument (2 given)

Fix coming up.
Comment 1 Eric Seidel (no email) 2009-11-03 16:36:44 PST
Created attachment 42436 [details]
Patch
Comment 2 Adam Barth 2009-11-03 22:58:54 PST
Comment on attachment 42436 [details]
Patch

Sorry, I should have caught that in an earlier code review, I'm sure.
Comment 3 WebKit Commit Bot 2009-11-04 01:23:46 PST
Comment on attachment 42436 [details]
Patch

Rejecting patch 42436 from commit-queue.

Failed to run "['git', 'svn', 'dcommit']" exit_code: 1
Last 500 characters of output:
tting to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/modules/bugzilla.py
A repository hook failed: MERGE request failed on '/repository/webkit/trunk': Commit blocked by pre-commit hook (exit code 1) with output:
svnlook: Can't write to stream: Broken pipe

    The following ChangeLog files contain OOPS:

        trunk/WebKitTools/ChangeLog

    Please don't ever say "OOPS" in a ChangeLog file.
 at /usr/local/libexec/git-core//git-svn line 469
Comment 4 Eric Seidel (no email) 2009-11-04 01:25:35 PST
svn-apply (and thus the commit-queue) can't handle this diff due to bug 30683.  Hopefully that will land soon, otherwise I can land this manually.
Comment 5 Eric Seidel (no email) 2009-11-04 22:19:33 PST
Comment on attachment 42436 [details]
Patch

Try again now that bug 30683 is in the queue to be landed.
Comment 6 WebKit Commit Bot 2009-11-04 22:59:46 PST
Comment on attachment 42436 [details]
Patch

Rejecting patch 42436 from commit-queue.

Failed to run "['git', 'svn', 'dcommit']" exit_code: 1
Last 500 characters of output:
tting to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/modules/bugzilla.py
A repository hook failed: MERGE request failed on '/repository/webkit/trunk': Commit blocked by pre-commit hook (exit code 1) with output:
svnlook: Can't write to stream: Broken pipe

    The following ChangeLog files contain OOPS:

        trunk/WebKitTools/ChangeLog

    Please don't ever say "OOPS" in a ChangeLog file.
 at /usr/local/libexec/git-core//git-svn line 469
Comment 7 Eric Seidel (no email) 2009-11-05 08:49:39 PST
Strange.  Now that bug 30683 is fixed, this should land correctly.  I'll investigate.
Comment 8 Eric Seidel (no email) 2009-11-06 11:41:27 PST
Comment on attachment 42436 [details]
Patch

bugzilla-tool apply-patches worked just fine, so I assume the commit-queue's svn-apply just hadn't been updated yet when I last queued this.  We'll try on last time.
Comment 9 WebKit Commit Bot 2009-11-06 11:53:27 PST
Comment on attachment 42436 [details]
Patch

Clearing flags on attachment: 42436

Committed r50602: <http://trac.webkit.org/changeset/50602>
Comment 10 WebKit Commit Bot 2009-11-06 11:53:32 PST
All reviewed patches have been landed.  Closing bug.