[Webkit-unassigned] [Bug 252146] New: [build.webkit.org] REGRESSION(260018 at main): build-webkit-org-unit-tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 20:50:12 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252146

            Bug ID: 252146
           Summary: [build.webkit.org] REGRESSION(260018 at main):
                    build-webkit-org-unit-tests are failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The 'build-webkit-org-unit-tests' and 'buildbot-check-config-for-build-webkit' 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'python3', b'runUnittests.py', b'build-webkit-org']
 using PTY: False
EE.......E................................................................................
======================================================================
ERROR: test_all_expected_steps (factories_unittest.TestExpectedBuildSteps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/factories_unittest.py", line 1807, in setUp
    loadConfig.loadBuilderConfig(self.config, is_test_mode_enabled=True, master_prefix_path=cwd)
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py", line 60, in loadBuilderConfig
    checkWorkersAndBuildersForConsistency(config, config['workers'], config['builders'])
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py", line 229, in checkWorkersAndBuildersForConsistency
    builder['name'], builder['platform'], worker['name'], worker['platform']))
Exception: Builder "Apple-Ventura-AppleSilicon-Release-Test262-Tests" is for platform "mac-ventura", but has worker "bot165" for platform "mac-monterey"!
======================================================================
ERROR: test_unnecessary_expected_steps (factories_unittest.TestExpectedBuildSteps)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/factories_unittest.py", line 1807, in setUp
    loadConfig.loadBuilderConfig(self.config, is_test_mode_enabled=True, master_prefix_path=cwd)
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py", line 60, in loadBuilderConfig
    checkWorkersAndBuildersForConsistency(config, config['workers'], config['builders'])
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py", line 229, in checkWorkersAndBuildersForConsistency
    builder['name'], builder['platform'], worker['name'], worker['platform']))
Exception: Builder "Apple-Ventura-AppleSilicon-Release-Test262-Tests" is for platform "mac-ventura", but has worker "bot165" for platform "mac-monterey"!
======================================================================
ERROR: test_configuration (loadConfig_unittest.ConfigDotJSONTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig_unittest.py", line 40, in test_configuration
    loadConfig.loadBuilderConfig({}, is_test_mode_enabled=True, master_prefix_path=cwd)
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py", line 60, in loadBuilderConfig
    checkWorkersAndBuildersForConsistency(config, config['workers'], config['builders'])
  File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/build-webkit-org/loadConfig.py", line 229, in checkWorkersAndBuildersForConsistency
    builder['name'], builder['platform'], worker['name'], worker['platform']))
Exception: Builder "Apple-Ventura-AppleSilicon-Release-Test262-Tests" is for platform "mac-ventura", but has worker "bot165" for platform "mac-monterey"!
----------------------------------------------------------------------
Ran 90 tests in 0.641s
FAILED (errors=3)
Traceback (most recent call last):
  File "runUnittests.py", line 34, in <module>
    run_unittests(path)
  File "runUnittests.py", line 23, in run_unittests
    raise RuntimeError('Test failures or errors were generated during this test run.')
RuntimeError: Test failures or errors were generated during this test run.
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230213/96e5616a/attachment-0001.htm>


More information about the webkit-unassigned mailing list