Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. 2017-02-01 10:03:17.448 28956 RALLYDEBUG rally.verification.manager [-] Installing verifier in virtual environment.
  2. 2017-02-01 10:05:01.574 28956 ERROR rally.verification.utils [-] Failed cmd: '['pip', 'install', '-e', './']'
  3. 2017-02-01 10:05:01.575 28956 ERROR rally.verification.utils [-] Error output: 'Obtaining file:///root/.rally/verification/verifier-aea11f45-6cd0-45f4-b61b-50fb90a74911/repo
  4. Collecting pbr>=1.8 (from tempest==14.0.1.dev134)
  5. Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x32f6810>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pbr/
  6. Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3314250>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pbr/
  7. Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3314090>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pbr/
  8. Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3089250>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pbr/
  9. Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3319810>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pbr/
  10. Could not find a version that satisfies the requirement pbr>=1.8 (from tempest==14.0.1.dev134) (from versions: )
  11. No matching distribution found for pbr>=1.8 (from tempest==14.0.1.dev134)
  12. '
  13. 2017-02-01 10:05:01.575 28956 RALLYDEBUG rally.common.utils [-] Performing rollback of stored data.
  14. 2017-02-01 10:05:02.543 28956 INFO rally.api [-] Failed to update the virtual environment for verifier 'tempest' (UUID=aea11f45-6cd0-45f4-b61b-50fb90a74911). It has been rollbacked to the previous state.
  15. 2017-02-01 10:05:02.579 28956 CRITICAL rally [-] CalledProcessError: Command '['pip', 'install', '-e', './']' returned non-zero exit status 1
  16. 2017-02-01 10:05:02.579 28956 ERROR rally Traceback (most recent call last):
  17. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/bin/rally", line 11, in <module>
  18. 2017-02-01 10:05:02.579 28956 ERROR rally sys.exit(main())
  19. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/main.py", line 38, in main
  20. 2017-02-01 10:05:02.579 28956 ERROR rally return cliutils.run(sys.argv, categories)
  21. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/cliutils.py", line 661, in run
  22. 2017-02-01 10:05:02.579 28956 ERROR rally ret = fn(*fn_args, **fn_kwargs)
  23. 2017-02-01 10:05:02.579 28956 ERROR rally File "<decorator-gen-47>", line 2, in update_verifier
  24. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/envutils.py", line 68, in default_from_global
  25. 2017-02-01 10:05:02.579 28956 ERROR rally return f(*args, **kwargs)
  26. 2017-02-01 10:05:02.579 28956 ERROR rally File "<decorator-gen-46>", line 2, in update_verifier
  27. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/plugins/__init__.py", line 43, in ensure_plugins_are_loaded
  28. 2017-02-01 10:05:02.579 28956 ERROR rally return f(*args, **kwargs)
  29. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/commands/verify.py", line 249, in update_verifier
  30. 2017-02-01 10:05:02.579 28956 ERROR rally version=version, update_venv=update_venv)
  31. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/api.py", line 619, in update
  32. 2017-02-01 10:05:02.579 28956 ERROR rally verifier.manager.install_venv()
  33. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/verification/manager.py", line 250, in install_venv
  34. 2017-02-01 10:05:02.579 28956 ERROR rally cwd=self.repo_dir, env=self.environ)
  35. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib/python2.7/site-packages/rally/verification/utils.py", line 52, in check_output
  36. 2017-02-01 10:05:02.579 28956 ERROR rally output = subprocess.check_output(*args, **kwargs)
  37. 2017-02-01 10:05:02.579 28956 ERROR rally File "/usr/lib64/python2.7/subprocess.py", line 575, in check_output
  38. 2017-02-01 10:05:02.579 28956 ERROR rally raise CalledProcessError(retcode, cmd, output=output)
  39. 2017-02-01 10:05:02.579 28956 ERROR rally CalledProcessError: Command '['pip', 'install', '-e', './']' returned non-zero exit status 1
  40. 2017-02-01 10:05:02.579 28956 ERROR rally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement