<?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>252146</bug_id>
          
          <creation_ts>2023-02-12 20:50:12 -0800</creation_ts>
          <short_desc>[build.webkit.org] REGRESSION(260018@main): build-webkit-org-unit-tests are failing</short_desc>
          <delta_ts>2023-02-13 08:50:16 -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>New Bugs</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=251930</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="Diego Pino">dpino</reporter>
          <assigned_to name="Diego Pino">dpino</assigned_to>
          <cc>ryanhaddad</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1933070</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-02-12 20:50:12 -0800</bug_when>
    <thetext>The &apos;build-webkit-org-unit-tests&apos; and &apos;buildbot-check-config-for-build-webkit&apos; steps are failing on EWS. For instance:

https://ews-build.webkit.org/#/builders/20/builds/106199

```
python3 runUnittests.py build-webkit-org
 in dir /Volumes/Data/worker/Services-EWS/build/Tools/CISupport (timeout 120 secs)
 watching logfiles {}
 argv: [b&apos;python3&apos;, b&apos;runUnittests.py&apos;, b&apos;build-webkit-org&apos;]
 using PTY: False
EE.......E................................................................................
======================================================================
ERROR: test_all_expected_steps (factories_unittest.TestExpectedBuildSteps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/factories_unittest.py&quot;, line 1807, in setUp
    loadConfig.loadBuilderConfig(self.config, is_test_mode_enabled=True, master_prefix_path=cwd)
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py&quot;, line 60, in loadBuilderConfig
    checkWorkersAndBuildersForConsistency(config, config[&apos;workers&apos;], config[&apos;builders&apos;])
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py&quot;, line 229, in checkWorkersAndBuildersForConsistency
    builder[&apos;name&apos;], builder[&apos;platform&apos;], worker[&apos;name&apos;], worker[&apos;platform&apos;]))
Exception: Builder &quot;Apple-Ventura-AppleSilicon-Release-Test262-Tests&quot; is for platform &quot;mac-ventura&quot;, but has worker &quot;bot165&quot; for platform &quot;mac-monterey&quot;!
======================================================================
ERROR: test_unnecessary_expected_steps (factories_unittest.TestExpectedBuildSteps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/factories_unittest.py&quot;, line 1807, in setUp
    loadConfig.loadBuilderConfig(self.config, is_test_mode_enabled=True, master_prefix_path=cwd)
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py&quot;, line 60, in loadBuilderConfig
    checkWorkersAndBuildersForConsistency(config, config[&apos;workers&apos;], config[&apos;builders&apos;])
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py&quot;, line 229, in checkWorkersAndBuildersForConsistency
    builder[&apos;name&apos;], builder[&apos;platform&apos;], worker[&apos;name&apos;], worker[&apos;platform&apos;]))
Exception: Builder &quot;Apple-Ventura-AppleSilicon-Release-Test262-Tests&quot; is for platform &quot;mac-ventura&quot;, but has worker &quot;bot165&quot; for platform &quot;mac-monterey&quot;!
======================================================================
ERROR: test_configuration (loadConfig_unittest.ConfigDotJSONTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig_unittest.py&quot;, line 40, in test_configuration
    loadConfig.loadBuilderConfig({}, is_test_mode_enabled=True, master_prefix_path=cwd)
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py&quot;, line 60, in loadBuilderConfig
    checkWorkersAndBuildersForConsistency(config, config[&apos;workers&apos;], config[&apos;builders&apos;])
  File &quot;/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py&quot;, line 229, in checkWorkersAndBuildersForConsistency
    builder[&apos;name&apos;], builder[&apos;platform&apos;], worker[&apos;name&apos;], worker[&apos;platform&apos;]))
Exception: Builder &quot;Apple-Ventura-AppleSilicon-Release-Test262-Tests&quot; is for platform &quot;mac-ventura&quot;, but has worker &quot;bot165&quot; for platform &quot;mac-monterey&quot;!
----------------------------------------------------------------------
Ran 90 tests in 0.641s
FAILED (errors=3)
Traceback (most recent call last):
  File &quot;runUnittests.py&quot;, line 34, in &lt;module&gt;
    run_unittests(path)
  File &quot;runUnittests.py&quot;, line 23, in run_unittests
    raise RuntimeError(&apos;Test failures or errors were generated during this test run.&apos;)
RuntimeError: Test failures or errors were generated during this test run.
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1933071</commentid>
    <comment_count>1</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-02-12 20:51:00 -0800</bug_when>
    <thetext>Pull request: https://github.com/webkit/webkit/pull/10011</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1933183</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-02-13 07:49:06 -0800</bug_when>
    <thetext>Committed 260198@main (a82dc0109e8d): &lt;https://commits.webkit.org/260198@main&gt;

Reviewed commits have been landed. Closing PR #10011 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1933184</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-02-13 07:50:19 -0800</bug_when>
    <thetext>&lt;rdar://problem/105394845&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1933206</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2023-02-13 08:50:16 -0800</bug_when>
    <thetext>Thanks for fixing this, Diego.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>