This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): File "/Users/travis/venv/lib/python3.5/site-packages/starforge/commands/cmd_wheel.py", line 77, in cli check_wheel_source(forge.cache_manager, forge.wheel_config) File "/Users/travis/venv/lib/python3.5/site-packages/starforge/cache.py", line 253, in check_wheel_source assert cached_source is not None, 'Cache failure on: %s' % missing AssertionError: Cache failure on: https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 603, in urlopen chunked=chunked) File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 344, in _make_request self._validate_conn(conn) File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 843, in _validate_conn conn.connect() File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connection.py", line 350, in connect ssl_context=context) File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/util/ssl_.py", line 355, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 385, in wrap_socket _context=self) File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 760, in __init__ self.do_handshake() File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:719) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/travis/venv/lib/python3.5/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 641, in urlopen _stacktrace=sys.exc_info()[2]) File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/util/retry.py", line 399, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='gmplib.org', port=443): Max retries exceeded with url: /download/gmp/gmp-6.1.2.tar.bz2 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:719)'),))
nsoranzo
reviewed
May 22, 2019
Use https URLs Co-Authored-By: Nicola Soranzo <[email protected]>
OpenSSL 1.1.1's build process requires Perl 5.10, which isn't available in the manylinux1 image. I'm going to switch it back to 1.0.2 and let's shoot for building manylinux2010 wheels before the end of the year. |
natefoo
force-pushed
the
python-ldap-3.2.0
branch
from
May 22, 2019 13:03
71bafb5
to
51f0e82
Compare
nsoranzo
approved these changes
May 22, 2019
Thanks @natefoo ! Should we add an issue to the starforge repo about manylinux2010 ? |
This was referenced May 22, 2019
Sure! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.