Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. ```
  2. (env)vagrant@contrail-pkgbuild-precise64:~/jenkins-job-builder$ pip install -r test-requirements.txt
  3. Downloading/unpacking hacking>=0.5.6,<=10.1 (from -r test-requirements.txt (line 1))
  4. Downloading hacking-0.11.0.tar.gz (43Kb): 43Kb downloaded
  5. Running setup.py egg_info for package hacking
  6. [pbr] Processing SOURCES.txt
  7. warning: LocalManifestMaker: standard file '-c' not found
  8.  
  9. [pbr] In git context, generating filelist from git
  10. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  11. warning: no previously-included files found matching '.gitignore'
  12. warning: no previously-included files found matching '.gitreview'
  13. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  14. Downloading/unpacking coverage>=3.6 (from -r test-requirements.txt (line 2))
  15. Downloading coverage-4.2.tar.gz (359Kb): 359Kb downloaded
  16. Running setup.py egg_info for package coverage
  17.  
  18. warning: no previously-included files found matching 'ci/appveyor.token'
  19. no previously-included directories found matching 'doc/_build'
  20. no previously-included directories found matching 'tests/eggsrc/build'
  21. no previously-included directories found matching 'tests/eggsrc/dist'
  22. no previously-included directories found matching 'tests/eggsrc/*.egg-info'
  23. warning: no previously-included files matching '*.py[co]' found anywhere in distribution
  24. Downloading/unpacking discover (from -r test-requirements.txt (line 3))
  25. Downloading discover-0.4.0.tar.gz
  26. Running setup.py egg_info for package discover
  27.  
  28. Downloading/unpacking fixtures (from -r test-requirements.txt (line 4))
  29. Downloading fixtures-3.0.0.tar.gz (56Kb): 56Kb downloaded
  30. Running setup.py egg_info for package fixtures
  31. [pbr] Processing SOURCES.txt
  32. warning: LocalManifestMaker: standard file '-c' not found
  33.  
  34. [pbr] In git context, generating filelist from git
  35. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  36. Downloading/unpacking python-subunit (from -r test-requirements.txt (line 5))
  37. Downloading python-subunit-1.2.0.tar.gz (91Kb): 91Kb downloaded
  38. Running setup.py egg_info for package python-subunit
  39.  
  40. warning: no previously-included files found matching '.gitignore'
  41. warning: no previously-included files found matching 'aclocal.m4'
  42. no previously-included directories found matching 'autom4te.cache'
  43. no previously-included directories found matching 'c'
  44. no previously-included directories found matching 'c++'
  45. no previously-included directories found matching 'compile'
  46. warning: no previously-included files found matching 'configure*'
  47. warning: no previously-included files found matching 'depcomp'
  48. warning: no previously-included files found matching 'INSTALL'
  49. warning: no previously-included files found matching 'install-sh'
  50. warning: no previously-included files found matching 'lib*'
  51. warning: no previously-included files found matching 'ltmain.sh'
  52. no previously-included directories found matching 'm4'
  53. warning: no previously-included files found matching 'Makefile*'
  54. warning: no previously-included files found matching 'missing'
  55. no previously-included directories found matching 'perl'
  56. warning: no previously-included files found matching 'py-compile'
  57. no previously-included directories found matching 'shell'
  58. warning: no previously-included files found matching 'stamp-h1'
  59. Downloading/unpacking sphinx>=1.3.1 (from -r test-requirements.txt (line 6))
  60. Downloading Sphinx-1.4.5.tar.gz (4.4Mb): 4.4Mb downloaded
  61. Running setup.py egg_info for package sphinx
  62.  
  63. warning: no files found matching 'TODO'
  64. warning: no files found matching 'ez_setup.py'
  65. no previously-included directories found matching 'doc/_build'
  66. Downloading/unpacking setuptools-git>=0.4 (from -r test-requirements.txt (line 7))
  67. Downloading setuptools-git-1.1.tar.gz
  68. Running setup.py egg_info for package setuptools-git
  69.  
  70. Downloading/unpacking testscenarios (from -r test-requirements.txt (line 8))
  71. Downloading testscenarios-0.5.0.tar.gz
  72. Running setup.py egg_info for package testscenarios
  73. [pbr] Processing SOURCES.txt
  74. warning: LocalManifestMaker: standard file '-c' not found
  75.  
  76. [pbr] In git context, generating filelist from git
  77. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  78. warning: no files found matching '.bzrignore'
  79. Downloading/unpacking testtools (from -r test-requirements.txt (line 9))
  80. Downloading testtools-2.2.0.tar.gz (230Kb): 230Kb downloaded
  81. Running setup.py egg_info for package testtools
  82. [pbr] Processing SOURCES.txt
  83. warning: LocalManifestMaker: standard file '-c' not found
  84.  
  85. [pbr] In git context, generating filelist from git
  86. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  87. no previously-included directories found matching 'doc/_build'
  88. Downloading/unpacking testrepository (from -r test-requirements.txt (line 10))
  89. Downloading testrepository-0.0.20.tar.gz (84Kb): 84Kb downloaded
  90. Running setup.py egg_info for package testrepository
  91.  
  92. Downloading/unpacking sphinxcontrib-programoutput (from -r test-requirements.txt (line 11))
  93. Downloading sphinxcontrib-programoutput-0.8.tar.gz
  94. Running setup.py egg_info for package sphinxcontrib-programoutput
  95.  
  96. warning: no files found matching '*.txt' under directory 'tests'
  97. Downloading/unpacking mock (from -r test-requirements.txt (line 12))
  98. Downloading mock-2.0.0.tar.gz (73Kb): 73Kb downloaded
  99. Running setup.py egg_info for package mock
  100. ERROR:root:Error parsing
  101. Traceback (most recent call last):
  102. File "/home/vagrant/jenkins-job-builder/env/local/lib/python2.7/site-packages/pbr/core.py", line 111, in pbr
  103. attrs = util.cfg_to_args(path, dist.script_args)
  104. File "/home/vagrant/jenkins-job-builder/env/local/lib/python2.7/site-packages/pbr/util.py", line 248, in cfg_to_args
  105. kwargs = setup_cfg_to_setup_kwargs(config, script_args)
  106. File "/home/vagrant/jenkins-job-builder/env/local/lib/python2.7/site-packages/pbr/util.py", line 431, in setup_cfg_to_setup_kwargs
  107. if pkg_resources.evaluate_marker('(%s)' % env_marker):
  108. AttributeError: 'module' object has no attribute 'evaluate_marker'
  109. error in setup command: Error parsing /home/vagrant/jenkins-job-builder/env/build/mock/setup.cfg: AttributeError: 'module' object has no attribute 'evaluate_marker'
  110. Complete output from command python setup.py egg_info:
  111. ERROR:root:Error parsing
  112.  
  113. Traceback (most recent call last):
  114.  
  115. File "/home/vagrant/jenkins-job-builder/env/local/lib/python2.7/site-packages/pbr/core.py", line 111, in pbr
  116.  
  117. attrs = util.cfg_to_args(path, dist.script_args)
  118.  
  119. File "/home/vagrant/jenkins-job-builder/env/local/lib/python2.7/site-packages/pbr/util.py", line 248, in cfg_to_args
  120.  
  121. kwargs = setup_cfg_to_setup_kwargs(config, script_args)
  122.  
  123. File "/home/vagrant/jenkins-job-builder/env/local/lib/python2.7/site-packages/pbr/util.py", line 431, in setup_cfg_to_setup_kwargs
  124.  
  125. if pkg_resources.evaluate_marker('(%s)' % env_marker):
  126.  
  127. AttributeError: 'module' object has no attribute 'evaluate_marker'
  128.  
  129. error in setup command: Error parsing /home/vagrant/jenkins-job-builder/env/build/mock/setup.cfg: AttributeError: 'module' object has no attribute 'evaluate_marker'
  130.  
  131. ----------------------------------------
  132. Command python setup.py egg_info failed with error code 1 in /home/vagrant/jenkins-job-builder/env/build/mock
  133. Storing complete log in /home/vagrant/.pip/pip.log
  134. (env)vagrant@contrail-pkgbuild-precise64:~/jenkins-job-builder$
  135. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement