Bug 283333
| Summary: | REGRESSION: webkitbot fails to create Bugzilla bugs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, bfan2, jond, lingho, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=176344 | ||
Ryan Haddad
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
<rdar://problem/140159876>
Brianna Fan
Pull request: https://github.com/WebKit/WebKit/pull/36870
Sam Sneddon [:gsnedders]
This is a good example of the breakage caused by us not using the actual API, see bug 176344.
EWS
Committed 286863@main (82e70476d461): <https://commits.webkit.org/286863@main>
Reviewed commits have been landed. Closing PR #36870 and removing active labels.