Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. [root@li-opssalt01 salt]# journalctl -u salt-master -e
  2. Jun 17 14:59:22 li-opssalt01 salt-master[10017]: fetch_results = origin.fetch(**fetch_kwargs)
  3. Jun 17 14:59:22 li-opssalt01 salt-master[10017]: File "/usr/lib64/python2.7/site-packages/pygit2/remote.py", line 405, in fetch
  4. Jun 17 14:59:22 li-opssalt01 salt-master[10017]: check_error(err)
  5. Jun 17 14:59:22 li-opssalt01 salt-master[10017]: File "/usr/lib64/python2.7/site-packages/pygit2/errors.py", line 55, in check_error
  6. Jun 17 14:59:22 li-opssalt01 salt-master[10017]: raise KeyError(message)
  7. Jun 17 14:59:22 li-opssalt01 salt-master[10017]: KeyError: u'object not found - no match for id (9367e02250eb9b7a49ceb60abb72c3deeb22286e)'
  8. Jun 17 14:59:52 li-opssalt01 salt-master[10017]: [ERROR ] Failed to checkout dev from git_pillar remote 'dev ssh://git@es-bitbucket01.dal.securustech.net:7999/tab/prod_salt.git': "the reference 'refs/remot
  9. Jun 17 14:59:52 li-opssalt01 salt-master[10017]: Traceback (most recent call last):
  10. Jun 17 14:59:52 li-opssalt01 salt-master[10017]: File "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 1465, in checkout
  11. Jun 17 14:59:52 li-opssalt01 salt-master[10017]: oid = self.repo.lookup_reference(remote_ref).get_object().id
  12. Jun 17 14:59:52 li-opssalt01 salt-master[10017]: KeyError: "the reference 'refs/remotes/origin/dev' cannot be peeled - Cannot retrieve reference target"
  13. Jun 17 14:59:55 li-opssalt01 salt-master[10017]: [ERROR ] Failed to checkout dev from git_pillar remote 'dev ssh://git@es-bitbucket01.dal.securustech.net:7999/tab/prod_salt.git': "the reference 'refs/remot
  14. Jun 17 14:59:55 li-opssalt01 salt-master[10017]: Traceback (most recent call last):
  15. Jun 17 14:59:55 li-opssalt01 salt-master[10017]: File "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 1465, in checkout
  16. Jun 17 14:59:55 li-opssalt01 salt-master[10017]: oid = self.repo.lookup_reference(remote_ref).get_object().id
  17. Jun 17 14:59:55 li-opssalt01 salt-master[10017]: KeyError: "the reference 'refs/remotes/origin/dev' cannot be peeled - Cannot retrieve reference target"
  18. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: [ERROR ] Exception caught while fetching git_pillar remote 'dev ssh://git@es-bitbucket01.dal.securustech.net:7999/tab/prod_salt.git': u'object not found - n
  19. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: Traceback (most recent call last):
  20. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: File "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 2324, in fetch_remotes
  21. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: if repo.fetch():
  22. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: File "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 757, in fetch
  23. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: return self._fetch()
  24. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: File "/usr/lib/python2.7/site-packages/salt/utils/gitfs.py", line 1703, in _fetch
  25. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: fetch_results = origin.fetch(**fetch_kwargs)
  26. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: File "/usr/lib64/python2.7/site-packages/pygit2/remote.py", line 405, in fetch
  27. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: check_error(err)
  28. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: File "/usr/lib64/python2.7/site-packages/pygit2/errors.py", line 55, in check_error
  29. Jun 17 15:00:23 li-opssalt01 salt-master[10017]: raise KeyError(message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement