Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. 2015-09-05 18:01:24.045 | ++ local 'test_req=-U virtualenv/test-requirements.txt'
  2. 2015-09-05 18:01:24.045 | ++ [[ -e -U virtualenv/test-requirements.txt ]]
  3. 2015-09-05 18:01:24.045 | + install_infra
  4. 2015-09-05 18:01:24.045 | + local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
  5. 2015-09-05 18:01:24.045 | + '[' '!' -d /opt/stack/requirements/.venv ']'
  6. 2015-09-05 18:01:24.045 | + PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv
  7. 2015-09-05 18:01:24.046 | + pip_install -U pbr
  8. 2015-09-05 18:01:24.492 | + env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr
  9. 2015-09-05 18:01:26.465 |
  10. 2015-09-05 18:01:26.465 | Usage:
  11. 2015-09-05 18:01:26.465 | pip install [options] <requirement specifier> [package-index-options] ...
  12. 2015-09-05 18:01:26.465 | pip install [options] -r <requirements file> [package-index-options] ...
  13. 2015-09-05 18:01:26.465 | pip install [options] [-e] <vcs project url> ...
  14. 2015-09-05 18:01:26.465 | pip install [options] [-e] <local project path> ...
  15. 2015-09-05 18:01:26.465 | pip install [options] <archive url/path> ...
  16. 2015-09-05 18:01:26.465 |
  17. 2015-09-05 18:01:26.466 | no such option: -c
  18. 2015-09-05 18:01:26.485 | + exit_trap
  19. 2015-09-05 18:01:26.485 | + local r=2
  20. 2015-09-05 18:01:26.486 | ++ jobs -p
  21. 2015-09-05 18:01:26.487 | + jobs=
  22. 2015-09-05 18:01:26.487 | + [[ -n '' ]]
  23. 2015-09-05 18:01:26.487 | + kill_spinner
  24. 2015-09-05 18:01:26.487 | + '[' '!' -z '' ']'
  25. 2015-09-05 18:01:26.487 | + [[ 2 -ne 0 ]]
  26. 2015-09-05 18:01:26.487 | + echo 'Error on exit'
  27. 2015-09-05 18:01:26.487 | Error on exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement