<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>283333</bug_id>
          
          <creation_ts>2024-11-18 16:17:45 -0800</creation_ts>
          <short_desc>REGRESSION: webkitbot fails to create Bugzilla bugs</short_desc>
          <delta_ts>2024-11-20 10:28:38 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=176344</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>bfan2</cc>
    
    <cc>jond</cc>
    
    <cc>lingho</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2075995</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2024-11-18 16:17:45 -0800</bug_when>
    <thetext>From the #webkit-bot channel:

Preparing revert for bug 282778.
Updating working directory
Logging in as commit-queue@webkit.org...
Creating bug with title &quot;REGRESSION(286502@main): Investigating different experimentation&quot;
Traceback (most recent call last):
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkit-patch&quot;, line 80, in &lt;module&gt;
    main()
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkit-patch&quot;, line 75, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 304, in main
    result = command.check_arguments_and_execute(options, args, self)
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 122, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py&quot;, line 55, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py&quot;, line 62, in run_and_handle_errors
    self._run(tool, options, state)
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py&quot;, line 56, in _run
    step(tool, options).run(state)
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/tool/steps/createbug.py&quot;, line 61, in run
    state[&quot;bug_id&quot;] = self._tool.bugs.create_bug(state[&quot;bug_title&quot;], state[&quot;bug_description&quot;], blocked=blocks, component=self._options.component, cc=cc)
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py&quot;, line 509, in create_bug
    bug_id = self._check_create_bug_response(response.read())
  File &quot;/var/lib/OpenSource/Tools/WebKitBot/BotWebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py&quot;, line 455, in _check_create_bug_response
    raise Exception(&quot;Bug not created: {}&quot;.format(error_message))
Exception: Bug not created: FAIL</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2075996</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-11-18 16:18:08 -0800</bug_when>
    <thetext>&lt;rdar://problem/140159876&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2076274</commentid>
    <comment_count>2</comment_count>
    <who name="Brianna Fan">bfan2</who>
    <bug_when>2024-11-19 16:30:36 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/36870</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2076283</commentid>
    <comment_count>3</comment_count>
    <who name="Sam Sneddon [:gsnedders]">gsnedders</who>
    <bug_when>2024-11-19 17:34:03 -0800</bug_when>
    <thetext>This is a good example of the breakage caused by us not using the actual API, see bug 176344.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2076463</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-11-20 10:28:36 -0800</bug_when>
    <thetext>Committed 286863@main (82e70476d461): &lt;https://commits.webkit.org/286863@main&gt;

Reviewed commits have been landed. Closing PR #36870 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>