Bug 266411
Summary: | upload-file-to-s3 fails because of webkitpy autoinstaller failing with error No archives for six-1.16 found | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=266141 https://bugs.webkit.org/show_bug.cgi?id=259114 https://bugs.webkit.org/show_bug.cgi?id=266765 |
Aakash Jain
upload-file-to-s3 fails because of webkitpy autoinstaller failing with error No archives for six-1.16 found.
e.g.: https://ews-build.webkit.org/#/builders/49/builds/11122/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
Traceback (most recent call last):
File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/upload-file-to-url", line 25, in <module>
import webkitpy
File "/Volumes/Data/worker/iOS-17-Simulator-Build-EWS/build/Tools/Scripts/webkitpy/__init__.py", line 138, in <module>
import six
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 324, in install
raise ValueError('No archives for {}-{} found'.format(self.pypi_name, self.version))
ValueError: No archives for six-1.16 found
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
Pull request: https://github.com/WebKit/WebKit/pull/21807
EWS
Committed 272057@main (a0cb037063a2): <https://commits.webkit.org/272057@main>
Reviewed commits have been landed. Closing PR #21807 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119675000>