Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. ++inc/python:pip_install:347 [[ -e /opt/stack/zun-tempest-plugin/test-requirements.txt ]]
  2. ++inc/python:pip_install:348 install_test_reqs='-r /opt/stack/zun-tempest-plugin/test-requirements.txt'
  3. ++inc/python:pip_install:355 sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/zun-tempest-plugin/test-requirements.txt -e /opt/stack/zun-tempest-plugin
  4. Ignoring EditorConfig: markers 'python_version == "3.4"' don't match your environment
  5. Ignoring EditorConfig: markers 'python_version == "3.5"' don't match your environment
  6. Ignoring argh: markers 'python_version == "3.4"' don't match your environment
  7. Ignoring argh: markers 'python_version == "3.5"' don't match your environment
  8. Ignoring backports-abc: markers 'python_version == "3.4"' don't match your environment
  9. Ignoring backports-abc: markers 'python_version == "3.5"' don't match your environment
  10. Ignoring blinker: markers 'python_version == "3.4"' don't match your environment
  11. Ignoring blinker: markers 'python_version == "3.5"' don't match your environment
  12. Ignoring brotlipy: markers 'python_version == "3.4"' don't match your environment
  13. Ignoring brotlipy: markers 'python_version == "3.5"' don't match your environment
  14. Ignoring cssutils: markers 'python_version == "3.4"' don't match your environment
  15. Ignoring cssutils: markers 'python_version == "3.5"' don't match your environment
  16. Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  17. Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  18. Ignoring h2: markers 'python_version == "3.4"' don't match your environment
  19. Ignoring h2: markers 'python_version == "3.5"' don't match your environment
  20. Ignoring hpack: markers 'python_version == "3.4"' don't match your environment
  21. Ignoring hpack: markers 'python_version == "3.5"' don't match your environment
  22. Ignoring html2text: markers 'python_version == "3.4"' don't match your environment
  23. Ignoring html2text: markers 'python_version == "3.5"' don't match your environment
  24. Ignoring hyperframe: markers 'python_version == "3.4"' don't match your environment
  25. Ignoring hyperframe: markers 'python_version == "3.5"' don't match your environment
  26. Ignoring jsbeautifier: markers 'python_version == "3.4"' don't match your environment
  27. Ignoring jsbeautifier: markers 'python_version == "3.5"' don't match your environment
  28. Ignoring kaitaistruct: markers 'python_version == "3.4"' don't match your environment
  29. Ignoring kaitaistruct: markers 'python_version == "3.5"' don't match your environment
  30. Ignoring mitmproxy: markers 'python_version == "3.4"' don't match your environment
  31. Ignoring mitmproxy: markers 'python_version == "3.5"' don't match your environment
  32. Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  33. Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  34. Ignoring pathtools: markers 'python_version == "3.4"' don't match your environment
  35. Ignoring pathtools: markers 'python_version == "3.5"' don't match your environment
  36. Ignoring ruamel.yaml: markers 'python_version == "3.4"' don't match your environment
  37. Ignoring ruamel.yaml: markers 'python_version == "3.5"' don't match your environment
  38. Ignoring sortedcontainers: markers 'python_version == "3.4"' don't match your environment
  39. Ignoring sortedcontainers: markers 'python_version == "3.5"' don't match your environment
  40. Ignoring tornado: markers 'python_version == "3.4"' don't match your environment
  41. Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
  42. Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  43. Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  44. Ignoring urwid: markers 'python_version == "3.4"' don't match your environment
  45. Ignoring urwid: markers 'python_version == "3.5"' don't match your environment
  46. Ignoring watchdog: markers 'python_version == "3.4"' don't match your environment
  47. Ignoring watchdog: markers 'python_version == "3.5"' don't match your environment
  48. Obtaining file:///opt/stack/zun-tempest-plugin
  49. Exception:
  50. Traceback (most recent call last):
  51. File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
  52. status = self.run(options, args)
  53. File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 335, in run
  54. wb.build(autobuilding=True)
  55. File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 749, in build
  56. self.requirement_set.prepare_files(self.finder)
  57. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 380, in prepare_files
  58. ignore_dependencies=self.ignore_dependencies))
  59. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 521, in _prepare_file
  60. req_to_install.check_if_exists()
  61. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 1036, in check_if_exists
  62. self.req.name
  63. File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 558, in get_distribution
  64. dist = get_provider(dist)
  65. File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 432, in get_provider
  66. return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  67. File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 968, in require
  68. needed = self.resolve(parse_requirements(requirements))
  69. File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 859, in resolve
  70. raise VersionConflict(dist, req).with_context(dependent_req)
  71. ContextualVersionConflict: (tempest 17.0.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('tempest>=17.1.0'), set(['zun-tempest-plugin']))
  72. +inc/python:pip_install:1 exit_trap
  73. +./stack.sh:exit_trap:521 local r=2
  74. ++./stack.sh:exit_trap:522 jobs -p
  75. +./stack.sh:exit_trap:522 jobs=
  76. +./stack.sh:exit_trap:525 [[ -n '' ]]
  77. +./stack.sh:exit_trap:531 '[' -f '' ']'
  78. +./stack.sh:exit_trap:536 kill_spinner
  79. +./stack.sh:kill_spinner:417 '[' '!' -z '' ']'
  80. +./stack.sh:exit_trap:538 [[ 2 -ne 0 ]]
  81. +./stack.sh:exit_trap:539 echo 'Error on exit'
  82. Error on exit
  83. +./stack.sh:exit_trap:540 generate-subunit 1518935809 277 fail
  84. +./stack.sh:exit_trap:541 [[ -z /opt/stack/logs ]]
  85. +./stack.sh:exit_trap:544 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs
  86. World dumping... see /opt/stack/logs/worlddump-2018-02-18-064126.txt for details
  87. +./stack.sh:exit_trap:550 exit 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement