RESOLVED FIXED252146
[build.webkit.org] REGRESSION(260018@main): build-webkit-org-unit-tests are failing
https://bugs.webkit.org/show_bug.cgi?id=252146
Summary [build.webkit.org] REGRESSION(260018@main): build-webkit-org-unit-tests are f...
Diego Pino
Reported 2023-02-12 20:50:12 PST
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
Diego Pino
Comment 1 2023-02-12 20:51:00 PST
EWS
Comment 2 2023-02-13 07:49:06 PST
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
Comment 3 2023-02-13 07:50:19 PST
Ryan Haddad
Comment 4 2023-02-13 08:50:16 PST
Thanks for fixing this, Diego.
Note You need to log in before you can comment on or make changes to this bug.