Advertisement
tianwei

repo_builder.log on the repo container

Dec 19th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Cloning file:///var/www/repo/openstackgit/calico (to master) to /tmp/openstack-builder/calico
  2. Running command git clone -q file:///var/www/repo/openstackgit/calico /tmp/openstack-builder/calico
  3. Running command git show-ref
  4. c1fa6b61c229ef089e1f9b7147f31dadd26224e2 refs/heads/master
  5. c1fa6b61c229ef089e1f9b7147f31dadd26224e2 refs/remotes/origin/HEAD
  6. c1fa6b61c229ef089e1f9b7147f31dadd26224e2 refs/remotes/origin/master
  7. Running command git rev-parse HEAD
  8. c1fa6b61c229ef089e1f9b7147f31dadd26224e2
  9. Running setup.py (path:/tmp/openstack-builder/calico/setup.py) egg_info for package calico
  10. Running command python setup.py egg_info
  11. Traceback (most recent call last):
  12. File "<string>", line 1, in <module>
  13. IOError: [Errno 2] No such file or directory: '/tmp/openstack-builder/calico/setup.py'
  14. Cleaning up...
  15. Removing source in /tmp/openstack-builder/aodh
  16. Command "python setup.py egg_info" failed with error code 1 in /tmp/openstack-builder/calico/
  17. Exception information:
  18. Traceback (most recent call last):
  19. File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
  20. status = self.run(options, args)
  21. File "/usr/local/lib/python2.7/dist-packages/pip/commands/wheel.py", line 199, in run
  22. if not wb.build():
  23. File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 749, in build
  24. self.requirement_set.prepare_files(self.finder)
  25. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 380, in prepare_files
  26. ignore_dependencies=self.ignore_dependencies))
  27. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 634, in _prepare_file
  28. abstract_dist.prep_for_dist()
  29. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 129, in prep_for_dist
  30. self.req_to_install.run_egg_info()
  31. File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 439, in run_egg_info
  32. command_desc='python setup.py egg_info')
  33. File "/usr/local/lib/python2.7/dist-packages/pip/utils/__init__.py", line 707, in call_subprocess
  34. % (command_desc, proc.returncode, cwd))
  35. InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/openstack-builder/calico/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement