RESOLVED FIXED 222974
buildbot checkconfig is failing in ews after buildbot upgrade
https://bugs.webkit.org/show_bug.cgi?id=222974
Summary buildbot checkconfig is failing in ews after buildbot upgrade
Aakash Jain
Reported 2021-03-09 07:09:42 PST
'buildbot checkconfig' is failing in EWS after Buildbot upgrade (to v2.10.1 which uses Python 3). e.g.: https://ews-build.webkit.org/#/builders/20/builds/42076/steps/12/logs/stdio Traceback (most recent call last): File "/usr/local/bin/buildbot", line 11, in <module> load_entry_point('buildbot==2.10.1', 'console_scripts', 'buildbot')() File "/Library/Python/3.7/site-packages/buildbot/scripts/runner.py", line 760, in run check_functional_environment(buildbot.config) File "/Library/Python/3.7/site-packages/buildbot/util/__init__.py", line 418, in check_functional_environment " are either unset or set to a valid locale.", str(e) File "/Library/Python/3.7/site-packages/buildbot/config.py", line 80, in error raise ConfigErrors([error]) buildbot.config.ConfigErrors: Your environment has incorrect locale settings. This means python cannot handle strings safely. Please check 'LANG', 'LC_CTYPE', 'LC_ALL' and 'LANGUAGE' are either unset or set to a valid locale. unknown locale: UTF-8
Attachments
Patch (2.40 KB, patch)
2021-03-09 11:08 PST, Aakash Jain
no flags
Patch (2.41 KB, patch)
2021-03-09 11:19 PST, Aakash Jain
no flags
Aakash Jain
Comment 1 2021-03-09 09:36:20 PST
Note that locally running 'buildbot checkconfig' manually on same bot works fine.
Radar WebKit Bug Importer
Comment 2 2021-03-09 10:37:32 PST
Aakash Jain
Comment 3 2021-03-09 11:08:25 PST
Aakash Jain
Comment 4 2021-03-09 11:19:57 PST
Aakash Jain
Comment 5 2021-03-09 11:20:19 PST
EWS
Comment 6 2021-03-09 12:52:37 PST
Committed r274169: <https://commits.webkit.org/r274169> All reviewed patches have been landed. Closing bug and clearing flags on attachment 422733 [details].
Note You need to log in before you can comment on or make changes to this bug.