<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"> I’m new to Openstack & tox and I run into this issue with tox, so hopefully someone can point me a direction on how to resolve it.<o:p></o:p></p>
<p class="MsoNormal"> I try to run tox and out of many packages, tox gets timed out installing “markupsafe” but not those before it. In fact, the failure is on oslo.db and markupsafe is one of its dependencies. I put “markupsafe” in a separate requirements.txt
and try to install markupsafe before oslo.db and I still hit the timeout installing “markupsafe”. However, if I run the pip install manually with that same requirements.txt that contain “markupsafe”, the install is successful.<o:p></o:p></p>
<p class="MsoNormal"> I suspect it’s the proxy issue under tox. But how do I include proxy in tox? I have environment $http_proxy & $https_proxy set up properly. I try to add proxy to pip: “install_command = pip install -U --proxy <proxy_url> {opts} {packages}”
under tox.ini but it doesn’t help. I also increase the timeout for pip or using an older version of pip (1.4) as someone suggest but that doesn’t help either.<o:p></o:p></p>
<p class="MsoNormal"> I’m running Ubuntu 14.04.1. pip 1.5.6.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">stack@tv-156:/opt/stack/congress$
<b><span style="color:red">tox -e pep8 -v</span></b><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">using tox.ini: /opt/stack/congress/tox.ini<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">using tox-1.6.1 from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">GLOB sdist-make: /opt/stack/congress/setup.py<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> /opt/stack/congress$ /usr/bin/python /opt/stack/congress/setup.py sdist --formats=zip --dist-dir /opt/stack/congress/.tox/dist >/opt/stack/congress/.tox/log/tox-0.log<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">pep8 create: /opt/stack/congress/.tox/pep8<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> /opt/stack/congress/.tox$ /usr/bin/python /usr/lib/python2.7/dist-packages/virtualenv.py --setuptools --python /usr/bin/python pep8 >/opt/stack/congress/.tox/pep8/log/pep8-0.log<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">pep8 installdeps: -r/opt/stack/congress/requirements.txt, -r/opt/stack/congress/requirements2.txt, -r/opt/stack/congress/requirements3.txt, -r/opt/stack/congress/test-requirements.txt<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> /opt/stack/congress$ /opt/stack/congress/.tox/pep8/bin/pip install -U -r/opt/stack/congress/requirements.txt -r/opt/stack/congress/requirements2.txt -r/opt/stack/congress/requirements3.txt
-r/opt/stack/congress/test-requirements.txt >/opt/stack/congress/.tox/pep8/log/pep8-1.log<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">ERROR: invocation failed, logfile: /opt/stack/congress/.tox/pep8/log/pep8-1.log<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">ERROR: actionid=pep8<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">msg=getenv<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">cmdargs=[local('/opt/stack/congress/.tox/pep8/bin/pip'), 'install', '-U', '-r/opt/stack/congress/requirements.txt', '-r/opt/stack/congress/requirements2.txt', '-r/opt/stack/congress/requirements3.txt',
'-r/opt/stack/congress/test-requirements.txt']<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">env={'PYTHONIOENCODING': 'utf_8', 'NO_PROXY': 'localhost,127.0.0.1,localaddress,.localdomain.com,192.168.178.88', 'http_proxy': 'http://proxy.houston.hp.com:8080', 'FTP_PROXY': 'http://proxy.houston.hp.com:8080',
'LESSOPEN': '| /usr/bin/lesspipe %s', 'SSH_CLIENT': '192.168.2.49 62999 22', 'LOGNAME': 'stack', 'USER': 'stack', 'PATH': '/opt/stack/congress/.tox/pep8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games', 'HOME':
'/home/stack', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 'SHELL': '/bin/bash', 'LANGUAGE': 'en_US:en', 'HTTPS_PROXY': 'https://proxy.houston.hp.com:8080', 'SHLVL': '1', 'https_proxy': 'https://proxy.houston.hp.com:8080', 'XDG_RUNTIME_DIR': '/run/user/1000',
'VIRTUAL_ENV': '/opt/stack/congress/.tox/pep8', 'ftp_proxy': 'http://proxy.houston.hp.com:8080', 'LC_ALL': 'C', 'XDG_SESSION_ID': '16', '_': '/usr/local/bin/tox', 'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:',
'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'SSH_TTY': '/dev/pts/19', 'OLDPWD': '/home/stack', 'HTTP_PROXY': 'http://proxy.houston.hp.com:8080', 'no_proxy': 'localhost,127.0.0.1,localaddress,.localdomain.com,192.168.178.88', 'PWD': '/opt/stack/congress', 'MAIL':
'/var/mail/stack', 'SSH_CONNECTION': '192.168.2.49 62999 192.168.178.88 22'}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking argparse from https://pypi.python.org/packages/2.7/a/argparse/argparse-1.3.0-py2.py3-none-any.whl#md5=c89395a1a43b61ca6a116aed5e3b1d59 (from -r /opt/stack/congress/requirements.txt
(line 4))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Downloading argparse-1.3.0-py2.py3-none-any.whl<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking Babel>=1.3 (from -r /opt/stack/congress/requirements.txt (line 5))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/Babel/setup.py) egg_info for package Babel<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '*' found under directory 'docs/_build'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '*.pyc' found under directory 'tests'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '*.pyo' found under directory 'tests'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking eventlet>=0.15.2 (from -r /opt/stack/congress/requirements.txt (line 6))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking keystonemiddleware>=1.0.0 (from -r /opt/stack/congress/requirements.txt (line 7))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking mox>=0.5.3 (from -r /opt/stack/congress/requirements.txt (line 8))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Downloading mox-0.5.3.tar.gz<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/mox/setup.py) egg_info for package mox<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking Paste (from -r /opt/stack/congress/requirements.txt (line 9))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/Paste/setup.py) egg_info for package Paste<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking PasteDeploy>=1.5.0 (from -r /opt/stack/congress/requirements.txt (line 10))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking pbr>=0.6,!=0.7,<1.0 (from -r /opt/stack/congress/requirements.txt (line 11))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking posix-ipc (from -r /opt/stack/congress/requirements.txt (line 12))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/posix-ipc/setup.py) egg_info for package posix-ipc<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-keystoneclient>=0.11.1 (from -r /opt/stack/congress/requirements.txt (line 13))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-novaclient>=2.18.0 (from -r /opt/stack/congress/requirements.txt (line 14))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-neutronclient>=2.3.6,<3 (from -r /opt/stack/congress/requirements.txt (line 15))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-ceilometerclient>=1.0.6 (from -r /opt/stack/congress/requirements.txt (line 16))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-cinderclient>=1.1.0 (from -r /opt/stack/congress/requirements.txt (line 17))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-swiftclient>=2.2.0 (from -r /opt/stack/congress/requirements.txt (line 18))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking alembic>=0.6.4 (from -r /opt/stack/congress/requirements.txt (line 19))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/alembic/setup.py) egg_info for package alembic<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no files found matching '*.jpg' under directory 'docs'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no files found matching '*.sty' under directory 'docs'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no files found matching '*.dat' under directory 'tests'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> no previously-included directories found matching 'docs/build/output'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking python-glanceclient>=0.14.0 (from -r /opt/stack/congress/requirements.txt (line 20))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking Routes>=1.12.3,!=2.0 (from -r /opt/stack/congress/requirements.txt (line 22))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/Routes/setup.py) egg_info for package Routes<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '.DS_Store' found anywhere in distribution<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '*.hgignore' found anywhere in distribution<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> warning: no previously-included files matching '*.hgtags' found anywhere in distribution<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking six>=1.7.0 (from -r /opt/stack/congress/requirements.txt (line 23))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Downloading six-1.8.0-py2.py3-none-any.whl<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking oslo.config>=1.4.0 (from -r /opt/stack/congress/requirements.txt (line 24))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Downloading oslo.config-1.5.0-py2.py3-none-any.whl<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking markupsafe>=0.9.2 (from -r /opt/stack/congress/requirements2.txt (line 1))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Cleaning up...<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Exception:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Traceback (most recent call last):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> status = self.run(options, args)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> do_download,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> self.session,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/download.py", line 546, in unpack_http_url<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> resp = session.get(target_url, stream=True)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 395, in get<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> return self.request('GET', url, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/download.py", line 237, in request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> return super(PipSession, self).request(method, url, *args, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 383, in request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> resp = self.send(prep, **send_kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 486, in send<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> r = adapter.send(request, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> File "/opt/stack/congress/.tox/pep8/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 387, in send<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> raise Timeout(e)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Timeout: (<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbed05009d0>, 'Connection to pypi.python.org timed out. (connect timeout=30.0)')<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Storing debug log for failure in /tmp/tmpVXPUw4<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">ERROR: could not install deps [-r/opt/stack/congress/requirements.txt, -r/opt/stack/congress/requirements2.txt, -r/opt/stack/congress/requirements3.txt, -r/opt/stack/congress/test-requirements.txt]<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">_________________________________________________________________________________________ summary _________________________________________________________________________________________<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">ERROR: pep8: could not install deps [-r/opt/stack/congress/requirements.txt, -r/opt/stack/congress/requirements2.txt, -r/opt/stack/congress/requirements3.txt, -r/opt/stack/congress/test-requirements.txt]<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">And ..<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">stack@tv-156:/opt/stack/congress$
<b><span style="color:red">/opt/stack/congress/.tox/pep8/bin/pip install -U -r/opt/stack/congress/requirements2.txt</span></b><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Downloading/unpacking markupsafe>=0.9.2 (from -r /opt/stack/congress/requirements2.txt (line 1))<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Downloading MarkupSafe-0.23.tar.gz<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py (path:/opt/stack/congress/.tox/pep8/build/markupsafe/setup.py) egg_info for package markupsafe<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Installing collected packages: markupsafe<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> Running setup.py install for markupsafe<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> building 'markupsafe._speedups' extension<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
-D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Successfully installed markupsafe<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Cleaning up...<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">stack@tv-156:/opt/stack/congress$
<b><span style="color:red">cat /opt/stack/congress/requirements.txt</span></b><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># The order of packages is significant, because pip processes them in the order<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># of appearance. Changing the order has an impact on the overall integration<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># process, which may cause wedges in the gate later.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">argparse<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Babel>=1.3<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">eventlet>=0.15.2<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">keystonemiddleware>=1.0.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">mox>=0.5.3<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Paste<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">PasteDeploy>=1.5.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">pbr>=0.6,!=0.7,<1.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">posix_ipc<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-keystoneclient>=0.11.1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-novaclient>=2.18.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-neutronclient>=2.3.6,<3<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-ceilometerclient>=1.0.6<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-cinderclient>=1.1.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-swiftclient>=2.2.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">alembic>=0.6.4<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">python-glanceclient>=0.14.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Routes>=1.12.3,!=2.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">six>=1.7.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">oslo.config>=1.4.0 # Apache-2.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># markupsafe>=0.9.2<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># oslo.db>=1.1.0 # Apache-2.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># oslo.serialization>=1.0.0 # Apache-2.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""># WebOb>=1.2.3<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">stack@tv-156:/opt/stack/congress$
<b><span style="color:red">cat /opt/stack/congress/requirements2.txt</span></b><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">markupsafe>=0.9.2<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">Thanks,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New"">-Steven<o:p></o:p></span></p>
</div>
</body>
</html>