WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
283333
REGRESSION: webkitbot fails to create Bugzilla bugs
https://bugs.webkit.org/show_bug.cgi?id=283333
Summary
REGRESSION: webkitbot fails to create Bugzilla bugs
Ryan Haddad
Reported
2024-11-18 16:17:45 PST
From the #webkit-bot channel: Preparing revert for
bug 282778
. Updating working directory Logging in as
commit-queue@webkit.org
... Creating bug with title "REGRESSION(
286502@main
): Investigating different experimentation" Traceback (most recent call last): File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkit-patch", line 80, in <module> main() File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkit-patch", line 75, in main WebKitPatch(os.path.abspath(__file__)).main() File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 304, in main result = command.check_arguments_and_execute(options, args, self) File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 122, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute self._sequence.run_and_handle_errors(tool, options, state) File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 62, in run_and_handle_errors self._run(tool, options, state) File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 56, in _run step(tool, options).run(state) File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/steps/createbug.py", line 61, in run state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component=self._options.component, cc=cc) File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 509, in create_bug bug_id = self._check_create_bug_response(response.read()) File "/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 455, in _check_create_bug_response raise Exception("Bug not created: {}".format(error_message)) Exception: Bug not created: FAIL
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-11-18 16:18:08 PST
<
rdar://problem/140159876
>
Brianna Fan
Comment 2
2024-11-19 16:30:36 PST
Pull request:
https://github.com/WebKit/WebKit/pull/36870
Sam Sneddon [:gsnedders]
Comment 3
2024-11-19 17:34:03 PST
This is a good example of the breakage caused by us not using the actual API, see
bug 176344
.
EWS
Comment 4
2024-11-20 10:28:36 PST
Committed
286863@main
(82e70476d461): <
https://commits.webkit.org/286863@main
> Reviewed commits have been landed. Closing PR #36870 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug