Bharath Vissapragada has posted comments on this change.

Change subject: IMPALA-1427: Improvements to "Unknown disk-ID" warning
......................................................................


Patch Set 8:

Full trace, if someone is interested.

16:35:06 INFO:bootstrap_virtualenv:Installing packages into the virtualenv
16:35:07 Traceback (most recent call last):
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/bin/../infra/python/bootstrap_virtualenv.py", line 287, in 
<module>
16:35:07     setup_virtualenv_if_not_exists()
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/bin/../infra/python/bootstrap_virtualenv.py", line 264, in 
setup_virtualenv_if_not_exists
16:35:07     install_deps()
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/bin/../infra/python/bootstrap_virtualenv.py", line 130, in 
install_deps
16:35:07     exec_pip_install(["-r", REQS_PATH])
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/bin/../infra/python/bootstrap_virtualenv.py", line 93, in 
exec_pip_install
16:35:07     "file://%s" % urllib.pathname2url(os.path.abspath(DEPS_DIR))] + 
args, **popen_kwargs)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/bin/../infra/python/bootstrap_virtualenv.py", line 80, in 
exec_cmd
16:35:07     % (args, output))
16:35:07 Exception: Command returned non-zero status
16:35:07 Command: ['/mnt/tmp.li7HlvN7pW/bin/../infra/python/env/bin/python', 
'/mnt/tmp.li7HlvN7pW/bin/../infra/python/env/bin/pip', 'install', 
'--no-binary', '--no-index', '--find-links', 
'file:///mnt/tmp.li7HlvN7pW/infra/python/deps', '-r', 
'/mnt/tmp.li7HlvN7pW/bin/../infra/python/deps/requirements.txt']
16:35:07 Output: 
/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/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.
16:35:07   InsecurePlatformWarning
16:35:07 You are using pip version 7.1.0, however version 9.0.1 is available.
16:35:07 You should consider upgrading via the 'pip install --upgrade pip' 
command.
16:35:07 Ignoring readline: markers "sys_platform == 'darwin'" don't match your 
environment
16:35:07 Collecting allpairs==2.0.1 (from -r 
/mnt/tmp.li7HlvN7pW/bin/../infra/python/deps/requirements.txt (line 1))
16:35:07 
/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/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.
16:35:07   InsecurePlatformWarning
16:35:07 Collecting argparse==1.4.0 (from -r 
/mnt/tmp.li7HlvN7pW/bin/../infra/python/deps/requirements.txt (line 2))
16:35:07   Downloading argparse-1.4.0-py2.py3-none-any.whl
16:35:07 Collecting boto3==1.2.3 (from -r 
/mnt/tmp.li7HlvN7pW/bin/../infra/python/deps/requirements.txt (line 3))
16:35:07   Downloading boto3-1.2.3-py2.py3-none-any.whl (108kB)
16:35:07 Collecting simplejson==3.3.0 (from -r 
/mnt/tmp.li7HlvN7pW/bin/../infra/python/deps/requirements.txt (line 4))
16:35:07 Collecting botocore==1.3.30 (from -r 
/mnt/tmp.li7HlvN7pW/bin/../infra/python/deps/requirements.txt (line 5))
16:35:07   Downloading botocore-1.3.30-py2.py3-none-any.whl (2.2MB)
16:35:07 Exception:
16:35:07 Traceback (most recent call last):
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/basecommand.py",
 line 223, in main
16:35:07     status = self.run(options, args)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/commands/install.py",
 line 293, in run
16:35:07     wb.build(autobuilding=True)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/wheel.py",
 line 705, in build
16:35:07     self.requirement_set.prepare_files(self.finder)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/req/req_set.py",
 line 334, in prepare_files
16:35:07     functools.partial(self._prepare_file, finder))
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/req/req_set.py",
 line 321, in _walk_req_to_install
16:35:07     more_reqs = handler(req_to_install)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/req/req_set.py",
 line 491, in _prepare_file
16:35:07     session=self.session)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/download.py",
 line 825, in unpack_url
16:35:07     session,
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/download.py",
 line 673, in unpack_http_url
16:35:07     from_path, content_type = _download_http_url(link, session, 
temp_dir)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/download.py",
 line 886, in _download_http_url
16:35:07     _download_url(resp, link, content_file)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/download.py",
 line 621, in _download_url
16:35:07     for chunk in progress_indicator(resp_read(4096), 4096):
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/utils/ui.py",
 line 133, in iter
16:35:07     for x in it:
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/download.py",
 line 586, in resp_read
16:35:07     decode_content=False):
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py",
 line 307, in stream
16:35:07     data = self.read(amt=amt, decode_content=decode_content)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py",
 line 243, in read
16:35:07     data = self._fp.read(amt)
16:35:07   File 
"/mnt/tmp.li7HlvN7pW/infra/python/env/local/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py",
 line 49, in read
16:35:07     data = self.__fp.read(amt)
16:35:07   File "/usr/lib/python2.7/httplib.py", line 602, in read
16:35:07     s = self.fp.read(amt)
16:35:07   File "/usr/lib/python2.7/socket.py", line 380, in read
16:35:07     data = self._sock.recv(left)
16:35:07   File "/usr/lib/python2.7/ssl.py", line 341, in recv
16:35:07     return self.read(buflen)
16:35:07   File "/usr/lib/python2.7/ssl.py", line 260, in read
16:35:07     return self._sslobj.read(len)
16:35:07 error: [Errno 104] Connection reset by peer
16:35:07

-- 
To view, visit http://gerrit.cloudera.org:8080/5828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iddb132ff7ad66f3291b93bf9d8061bd0525ef1b2
Gerrit-PatchSet: 8
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Bharath Vissapragada <bhara...@cloudera.com>
Gerrit-Reviewer: Alex Behm <alex.b...@cloudera.com>
Gerrit-Reviewer: Bharath Vissapragada <bhara...@cloudera.com>
Gerrit-Reviewer: Dan Hecht <dhe...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins
Gerrit-HasComments: No

Reply via email to