← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1314968] [NEW] Installing test-requirements fails because pysendfile.2.0.0.tar.gz cannot be found

 

Public bug reported:

2014-05-01 01:43:10.804 | Downloading/unpacking pysendfile==2.0.0 (from -r /home/jenkins/workspace/gate-glance-pep8/test-requirements.txt (line 23))
2014-05-01 01:43:10.804 |   http://pypi.openstack.org/openstack/pysendfile/2.0.0 uses an insecure transport scheme (http). Consider using https if pypi.openstack.org has it available
2014-05-01 01:43:10.804 |   http://pypi.openstack.org/openstack/pysendfile/ uses an insecure transport scheme (http). Consider using https if pypi.openstack.org has it available
2014-05-01 01:43:10.804 |   http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz uses an insecure transport scheme (http). Consider using https if pysendfile.googlecode.com has it available
2014-05-01 01:43:10.804 |   HTTP error 404 while getting http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz (from -f)
2014-05-01 01:43:10.804 | Cleaning up...
2014-05-01 01:43:10.804 | Exception:
2014-05-01 01:43:10.804 | Traceback (most recent call last):
2014-05-01 01:43:10.804 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
2014-05-01 01:43:10.804 |     status = self.run(options, args)
2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
2014-05-01 01:43:10.805 |     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files
2014-05-01 01:43:10.805 |     do_download,
2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url
2014-05-01 01:43:10.805 |     self.session,
2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/download.py", line 547, in unpack_http_url
2014-05-01 01:43:10.805 |     resp.raise_for_status()
2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/_vendor/requests/models.py", line 773, in raise_for_status
2014-05-01 01:43:10.805 |     raise HTTPError(http_error_msg, response=self)
2014-05-01 01:43:10.805 | HTTPError: 404 Client Error: Not Found
2014-05-01 01:43:10.805 | 
2014-05-01 01:43:10.806 | Storing debug log for failure in /home/jenkins/.pip/pip.log
2014-05-01 01:43:10.806 | 
2014-05-01 01:43:10.806 | ERROR: could not install deps [-r/home/jenkins/workspace/gate-glance-pep8/requirements.txt, -r/home/jenkins/workspace/gate-glance-pep8/test-requirements.txt]

Following fix would be submitted against this bug:
index bef062d..986b853 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,7 +19,6 @@ psutil>=1.1.1
 # Optional packages that should be installed when testing
 MySQL-python
 psycopg2
--f http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz
 pysendfile==2.0.0
 qpid-python
 xattr>=0.4

** Affects: glance
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1314968

Title:
  Installing test-requirements fails because pysendfile.2.0.0.tar.gz
  cannot be found

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  2014-05-01 01:43:10.804 | Downloading/unpacking pysendfile==2.0.0 (from -r /home/jenkins/workspace/gate-glance-pep8/test-requirements.txt (line 23))
  2014-05-01 01:43:10.804 |   http://pypi.openstack.org/openstack/pysendfile/2.0.0 uses an insecure transport scheme (http). Consider using https if pypi.openstack.org has it available
  2014-05-01 01:43:10.804 |   http://pypi.openstack.org/openstack/pysendfile/ uses an insecure transport scheme (http). Consider using https if pypi.openstack.org has it available
  2014-05-01 01:43:10.804 |   http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz uses an insecure transport scheme (http). Consider using https if pysendfile.googlecode.com has it available
  2014-05-01 01:43:10.804 |   HTTP error 404 while getting http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz (from -f)
  2014-05-01 01:43:10.804 | Cleaning up...
  2014-05-01 01:43:10.804 | Exception:
  2014-05-01 01:43:10.804 | Traceback (most recent call last):
  2014-05-01 01:43:10.804 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
  2014-05-01 01:43:10.804 |     status = self.run(options, args)
  2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
  2014-05-01 01:43:10.805 |     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files
  2014-05-01 01:43:10.805 |     do_download,
  2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url
  2014-05-01 01:43:10.805 |     self.session,
  2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/download.py", line 547, in unpack_http_url
  2014-05-01 01:43:10.805 |     resp.raise_for_status()
  2014-05-01 01:43:10.805 |   File "/home/jenkins/workspace/gate-glance-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/_vendor/requests/models.py", line 773, in raise_for_status
  2014-05-01 01:43:10.805 |     raise HTTPError(http_error_msg, response=self)
  2014-05-01 01:43:10.805 | HTTPError: 404 Client Error: Not Found
  2014-05-01 01:43:10.805 | 
  2014-05-01 01:43:10.806 | Storing debug log for failure in /home/jenkins/.pip/pip.log
  2014-05-01 01:43:10.806 | 
  2014-05-01 01:43:10.806 | ERROR: could not install deps [-r/home/jenkins/workspace/gate-glance-pep8/requirements.txt, -r/home/jenkins/workspace/gate-glance-pep8/test-requirements.txt]

  Following fix would be submitted against this bug:
  index bef062d..986b853 100644
  --- a/test-requirements.txt
  +++ b/test-requirements.txt
  @@ -19,7 +19,6 @@ psutil>=1.1.1
   # Optional packages that should be installed when testing
   MySQL-python
   psycopg2
  --f http://pysendfile.googlecode.com/files/pysendfile-2.0.0.tar.gz
   pysendfile==2.0.0
   qpid-python
   xattr>=0.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1314968/+subscriptions


Follow ups

References