Bug 252146
| Summary: | [build.webkit.org] REGRESSION(260018@main): build-webkit-org-unit-tests are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ryanhaddad, 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=251930 | ||
Diego Pino
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.
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/10011
EWS
Committed 260198@main (a82dc0109e8d): <https://commits.webkit.org/260198@main>
Reviewed commits have been landed. Closing PR #10011 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/105394845>
Ryan Haddad
Thanks for fixing this, Diego.