RESOLVED FIXED 266765
upload-file-to-s3 fails because of webkitpy autoinstaller failing with error : No archives for setuptools-56 found
https://bugs.webkit.org/show_bug.cgi?id=266765
Summary upload-file-to-s3 fails because of webkitpy autoinstaller failing with error ...
Aakash Jain
Reported 2023-12-21 04:27:44 PST
upload-file-to-s3 fails because of webkitpy autoinstaller failing with error : No archives for setuptools-56 found e.g.: https://ews-build.webkit.org/#/builders/49/builds/12548/steps/16/logs/stdio python3 Tools/Scripts/upload-file-to-url --filename WebKitBuild/release.zip <urlopen error Tunnel connection failed: 403 Forbidden> Failed to download six, retrying <urlopen error Tunnel connection failed: 403 Forbidden> Failed to download six, retrying Error while importing six: No archives for six-1.16 found... trying to continue <urlopen error Tunnel connection failed: 403 Forbidden> Failed to download setuptools, retrying <urlopen error Tunnel connection failed: 403 Forbidden> Failed to download setuptools, retrying Error while importing webkitpy: No archives for setuptools-56 found... trying to continue <urlopen error Tunnel connection failed: 403 Forbidden> Failed to download setuptools, retrying <urlopen error Tunnel connection failed: 403 Forbidden> Failed to download setuptools, retrying Traceback (most recent call last): File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/upload-file-to-url", line 34, in <module> import requests File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 982, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 925, in _find_spec File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 690, in find_spec loader = cls.find_module(fullname, path=path) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 704, in find_module cls.install(name) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 677, in install return all([to_install.install() for to_install in packages]) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 677, in <listcomp> return all([to_install.install() for to_install in packages]) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 303, in install AutoInstall.install(library) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 677, in install return all([to_install.install() for to_install in packages]) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 677, in <listcomp> return all([to_install.install() for to_install in packages]) File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 324, in install raise ValueError('No archives for {}-{} found'.format(self.pypi_name, self.version)) ValueError: No archives for setuptools-56 found
Attachments
Aakash Jain
Comment 1 2023-12-21 04:35:59 PST Comment hidden (obsolete)
Aakash Jain
Comment 3 2023-12-21 05:04:42 PST
This seems to be due to incorrectly configured proxy on ews133. Removed that, will keep an eye if this issue still happens.
Aakash Jain
Comment 4 2023-12-22 08:15:47 PST
Seem to be working fine consistently since yesterday since the proxy issue on ews133 was fixed.
Note You need to log in before you can comment on or make changes to this bug.