Advertisement
Guest User

Untitled

a guest
Jun 25th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. 2015-06-25 15:58:58.183 | + git_clone https://git.openstack.org/openstack/keystone.git /opt/stack/keystone master
  2. 2015-06-25 15:58:58.183 | + local git_remote=https://git.openstack.org/openstack/keystone.git
  3. 2015-06-25 15:58:58.183 | + local git_dest=/opt/stack/keystone
  4. 2015-06-25 15:58:58.183 | + local git_ref=master
  5. 2015-06-25 15:58:58.183 | ++ pwd
  6. 2015-06-25 15:58:58.183 | + local orig_dir=/home/crc/workspace/curr/devstack
  7. 2015-06-25 15:58:58.183 | + local git_clone_flags=
  8. 2015-06-25 15:58:58.183 | ++ trueorfalse False RECLONE
  9. 2015-06-25 15:58:58.184 | + RECLONE=False
  10. 2015-06-25 15:58:58.185 | + [[ 0 -gt 0 ]]
  11. 2015-06-25 15:58:58.185 | + [[ False = \T\r\u\e ]]
  12. 2015-06-25 15:58:58.185 | + echo master
  13. 2015-06-25 15:58:58.185 | + egrep -q '^refs'
  14. 2015-06-25 15:58:58.185 | + [[ ! -d /opt/stack/keystone ]]
  15. 2015-06-25 15:58:58.185 | + [[ False = \T\r\u\e ]]
  16. 2015-06-25 15:58:58.185 | + cd /opt/stack/keystone
  17. 2015-06-25 15:58:58.185 | + git show --oneline
  18. 2015-06-25 15:58:58.186 | + head -1
  19. 2015-06-25 15:58:58.187 | a70b514 Merge "Document entrypoint namespaces"
  20. 2015-06-25 15:58:58.187 | + cd /home/crc/workspace/curr/devstack
  21. 2015-06-25 15:58:58.187 | + setup_develop /opt/stack/keystone
  22. 2015-06-25 15:58:58.187 | + local project_dir=/opt/stack/keystone
  23. 2015-06-25 15:58:58.187 | + setup_package_with_req_sync /opt/stack/keystone -e
  24. 2015-06-25 15:58:58.187 | + local project_dir=/opt/stack/keystone
  25. 2015-06-25 15:58:58.187 | + local flags=-e
  26. 2015-06-25 15:58:58.187 | ++ cd /opt/stack/keystone
  27. 2015-06-25 15:58:58.187 | ++ git diff --exit-code
  28. 2015-06-25 15:58:58.225 | ++ echo changed
  29. 2015-06-25 15:58:58.225 | + local update_requirements=changed
  30. 2015-06-25 15:58:58.225 | + [[ changed != \c\h\a\n\g\e\d ]]
  31. 2015-06-25 15:58:58.225 | + setup_package /opt/stack/keystone -e
  32. 2015-06-25 15:58:58.225 | + local project_dir=/opt/stack/keystone
  33. 2015-06-25 15:58:58.225 | + local flags=-e
  34. 2015-06-25 15:58:58.225 | + pip_install -e /opt/stack/keystone
  35. 2015-06-25 15:58:58.373 | + sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /usr/local/bin/pip install -e /opt/stack/keystone
  36. 2015-06-25 15:58:58.752 | Obtaining file:///opt/stack/keystone
  37. 2015-06-25 15:58:59.037 | Complete output from command python setup.py egg_info:
  38. 2015-06-25 15:58:59.037 | error in setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected ',' or end-of-list in python-ldap>=2.4;python_version=='2.7' at ;python_version=='2.7'
  39. 2015-06-25 15:58:59.037 |
  40. 2015-06-25 15:58:59.037 | ----------------------------------------
  41. 2015-06-25 15:58:59.037 | Command "python setup.py egg_info" failed with error code 1 in /opt/stack/keystone
  42. 2015-06-25 15:58:59.052 | + exit_trap
  43. 2015-06-25 15:58:59.052 | + local r=1
  44. 2015-06-25 15:58:59.052 | ++ jobs -p
  45. 2015-06-25 15:58:59.052 | + jobs=
  46. 2015-06-25 15:58:59.052 | + [[ -n '' ]]
  47. 2015-06-25 15:58:59.052 | + kill_spinner
  48. 2015-06-25 15:58:59.052 | + '[' '!' -z '' ']'
  49. 2015-06-25 15:58:59.053 | + [[ 1 -ne 0 ]]
  50. 2015-06-25 15:58:59.053 | + echo 'Error on exit'
  51. 2015-06-25 15:58:59.053 | Error on exit
  52. 2015-06-25 15:58:59.053 | + [[ -z /opt/stack/logs ]]
  53. 2015-06-25 15:58:59.053 | + /home/crc/workspace/curr/devstack/tools/worlddump.py -d /opt/stack/logs
  54. 2015-06-25 15:58:59.109 | sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
  55. 2015-06-25 15:58:59.109 | kill -l [exitstatus]
  56. 2015-06-25 15:58:59.112 | + exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement