#6149 s390x koji builder not accessible
Closed: Upstream Opened by mtasaka.

Currently rawhide koji build repeatedly fails for s390x due to some network issue:

https://koji.fedoraproject.org/koji/taskinfo?taskID=20455192

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/koji/daemon.py", line 1160, in runTask
    response = (handler.run(),)
  File "/usr/lib/python2.7/site-packages/koji/tasks.py", line 158, in run
    return koji.util.call_with_argcheck(self.handler, self.params, self.opts)
  File "/usr/lib/python2.7/site-packages/koji/util.py", line 156, in call_with_argcheck
    return func(*args, **kwargs)
  File "/usr/sbin/kojid", line 1149, in handler
    fn = self.localPath("work/%s" % pkg)
  File "/usr/lib/python2.7/site-packages/koji/tasks.py", line 308, in localPath
    fsrc = urllib2.urlopen(url)
  File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1230, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.7/urllib2.py", line 1200, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 113] No route to host>

It's the s390x builders in the primary koji instance having issues :-( It started at ~5:30 UTC

The secondary s390x koji instance is OK.

It could be a problem with the cache between the builders and the hub too ...

Seems good now, thanks.

Yeah, we have worked around the problem at this moment.
I'm going to keep this ticket open for a bit longer until we reverse the workaround.

There was a issue with the cache machine (it was taken down to clone for more new builders).

This was since resolved.

Today we had another issue, but it turns out to have been binutils breaking s390 buildroots.

https://bugzilla.redhat.com/show_bug.cgi?id=1472486

Metadata Update from @kevin:
- Issue close_status updated to: Upstream
- Issue status updated to: Closed (was: Open)

Metadata