You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We hit what looks to be an intermittent failure to download a Python tarball:
Downloading python-build...
Cloning into '/home/docs/.asdf/plugins/python/pyenv'...
python-build 3.6.15 /home/docs/.asdf/installs/python/3.6.15
Downloading Python-3.6.15.tar.xz...
-> https://www.python.org/ftp/python/3.6.15/Python-3.6.15.tar.xz
error: failed to download Python-3.6.15.tar.xz
BUILD FAILED (Ubuntu 22.04 using python-build 2.3.1-3-g4456e64c)
Inspect or clean up the working tree at /tmp/python-build.20220531190113.690
Results logged to /tmp/python-build.20220531190113.690.log
Last 10 log lines:
/tmp/python-build.20220531190113.690 ~/.asdf/plugins/python/pyenv
curl: (56) OpenSSL SSL_read: error:0A000119:SSL routines::decryption failed or bad record mac, errno 0
We can maybe protect against this with the retry command:
We hit what looks to be an intermittent failure to download a Python tarball:
We can maybe protect against this with the
retry
command:https://github.com/minfrin/retry
Or even just a basic bash hack of this to retry 3 times.
The text was updated successfully, but these errors were encountered: