Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 2017-04-25 11:46:13,413 ERROR zuul.Gerrit: Cannot get references from https://repomaster.data.com/p/python-client/info/refs?service=git-upload-pack
  2. 2017-04-25 11:46:13,414 ERROR zuul.Gerrit: Exception looking for ref refs/heads/master
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python2.7/dist-packages/zuul/trigger/gerrit.py", line 203, in getRefSha
  5. refs = self._getInfoRefs(project)
  6. File "/usr/local/lib/python2.7/dist-packages/zuul/trigger/gerrit.py", line 160, in _getInfoRefs
  7. data = urllib2.urlopen(url).read()
  8. File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
  9. return _opener.open(url, data, timeout)
  10. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  11. response = meth(req, response)
  12. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  13. 'http', request, response, code, msg, hdrs)
  14. File "/usr/lib/python2.7/urllib2.py", line 448, in error
  15. return self._call_chain(*args)
  16. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  17. result = func(*args)
  18. File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
  19. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  20. HTTPError: HTTP Error 404: Not Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement