Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.7.0
Description
17:46:01 Downloading Python dependencies 17:46:02 /usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. 17:46:02 InsecurePlatformWarning 17:46:02 /usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. 17:46:02 InsecurePlatformWarning 17:46:07 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nQK9bg/impyla 17:46:07 Warning: Unable to download Python requirements. 17:46:07 Warning: bootstrap_virtualenv or other Python-based tooling may fail.
causes
17:46:12 Downloading and extracting toolchain dependencies. 17:46:13 INFO:bootstrap_virtualenv:Creating python virtualenv 17:46:13 Traceback (most recent call last): 17:46:13 File "/data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/../infra/python/bootstrap_virtualenv.py", line 284, in <module> 17:46:13 setup_virtualenv_if_not_exists() 17:46:13 File "/data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/../infra/python/bootstrap_virtualenv.py", line 260, in setup_virtualenv_if_not_exists 17:46:13 create_virtualenv() 17:46:13 File "/data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/../infra/python/bootstrap_virtualenv.py", line 56, in create_virtualenv 17:46:13 file = tarfile.open(find_file(DEPS_DIR, "virtualenv*.tar.gz"), "r:gz") 17:46:13 File "/data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/../infra/python/bootstrap_virtualenv.py", line 104, in find_file 17:46:13 raise Exception("No file found at %s" % path) 17:46:13 Exception: No file found at /data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/../infra/python/deps/virtualenv*.tar.gz 17:46:13 Error in /data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/impala-python at line 25:
Maybe because Python 2.6 was released 8 years ago.