1. smithfarm@teuthology:~$ rm -rf teuthology
  2. smithfarm@teuthology:~$ git clone https://github.com/ceph/teuthology.git
  3. Cloning into 'teuthology'...
  4. remote: Counting objects: 18227, done.
  5. remote: Compressing objects: 100% (6/6), done.
  6. remote: Total 18227 (delta 0), reused 0 (delta 0), pack-reused 18221
  7. Receiving objects: 100% (18227/18227), 6.69 MiB | 9.29 MiB/s, done.
  8. Resolving deltas: 100% (12354/12354), done.
  9. smithfarm@teuthology:~$ cd teuthology
  10. smithfarm@teuthology:~/teuthology$ ./bootstrap
  11. New python executable in virtualenv/bin/python
  12. Installing setuptools............done.
  13. Installing pip...............done.
  14. Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz#md5=3823d2343d9f3aaab21cf9c917710196
  15. Downloading pip-7.1.2.tar.gz (1.0Mb): 1.0Mb downloaded
  16. Running setup.py egg_info for package pip
  17. warning: no previously-included files found matching '.coveragerc'
  18. warning: no previously-included files found matching '.mailmap'
  19. warning: no previously-included files found matching '.travis.yml'
  20. warning: no previously-included files found matching 'pip/_vendor/Makefile'
  21. warning: no previously-included files found matching 'tox.ini'
  22. warning: no previously-included files found matching 'dev-requirements.txt'
  23. no previously-included directories found matching '.travis'
  24. no previously-included directories found matching 'docs/_build'
  25. no previously-included directories found matching 'contrib'
  26. no previously-included directories found matching 'tasks'
  27. no previously-included directories found matching 'tests'
  28. Installing collected packages: pip
  29. Found existing installation: pip 1.1
  30. Uninstalling pip:
  31. Successfully uninstalled pip
  32. Running setup.py install for pip
  33. warning: no previously-included files found matching '.coveragerc'
  34. warning: no previously-included files found matching '.mailmap'
  35. warning: no previously-included files found matching '.travis.yml'
  36. warning: no previously-included files found matching 'pip/_vendor/Makefile'
  37. warning: no previously-included files found matching 'tox.ini'
  38. warning: no previously-included files found matching 'dev-requirements.txt'
  39. no previously-included directories found matching '.travis'
  40. no previously-included directories found matching 'docs/_build'
  41. no previously-included directories found matching 'contrib'
  42. no previously-included directories found matching 'tasks'
  43. no previously-included directories found matching 'tests'
  44. Installing pip script to /home/smithfarm/teuthology/virtualenv/bin
  45. Installing pip2.7 script to /home/smithfarm/teuthology/virtualenv/bin
  46. Installing pip2 script to /home/smithfarm/teuthology/virtualenv/bin
  47. Successfully installed pip
  48. Cleaning up...
  49. Collecting setuptools
  50. Using cached setuptools-18.2.tar.gz
  51. Installing collected packages: setuptools
  52. Found existing installation: setuptools 0.6rc11
  53. Uninstalling setuptools-0.6rc11:
  54. Successfully uninstalled setuptools-0.6rc11
  55. Running setup.py install for setuptools
  56. Successfully installed setuptools
  57. Traceback (most recent call last):
  58. File "./virtualenv/bin/pip", line 8, in <module>
  59. load_entry_point('pip==7.1.2', 'console_scripts', 'pip')()
  60. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/__init__.py", line 217, in main
  61. return command.main(cmd_args)
  62. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/basecommand.py", line 248, in main
  63. pip_version_check(session)
  64. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/utils/outdated.py", line 102, in pip_version_check
  65. installed_version = get_installed_version("pip")
  66. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/utils/__init__.py", line 858, in get_installed_version
  67. working_set = pkg_resources.WorkingSet()
  68. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 629, in __init__
  69. self.add_entry(entry)
  70. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 685, in add_entry
  71. for dist in find_distributions(entry, True):
  72. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2075, in find_eggs_in_zip
  73. if metadata.has_metadata('PKG-INFO'):
  74. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1605, in has_metadata
  75. return self.egg_info and self._has(self._fn(self.egg_info, name))
  76. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1963, in _has
  77. return zip_path in self.zipinfo or zip_path in self._index()
  78. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1843, in zipinfo
  79. return self._zip_manifests.load(self.loader.archive)
  80. File "/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1783, in load
  81. mtime = os.stat(path).st_mtime
  82. OSError: [Errno 2] No such file or directory: '/home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg'
  83. smithfarm@teuthology:~/teuthology$