Closed Bug 1307658 Opened 8 years ago Closed 2 years ago

Intermittent-infra socket.error: [Errno 104] Connection reset by peer from archiver_client.py

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INACTIVE

People

(Reporter: philor, Unassigned)

Details

(Keywords: intermittent-failure)

https://treeherder.mozilla.org/logviewer.html#?job_id=4490862&repo=autoland#L78-L140

 2016-10-04 18:43:43,992 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/integration/autoland/32e84e787005?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
 Traceback (most recent call last):
   File "archiver_client.py", line 313, in <module>
     main()
   File "archiver_client.py", line 307, in main
     archiver(api_url=api_url, config_key=config, options=options)
   File "archiver_client.py", line 194, in archiver
     response = get_url_response(api_url, options)
   File "archiver_client.py", line 127, in get_url_response
     response = urllib2.urlopen(api_url, timeout=60)
   File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
     return _opener.open(url, data, timeout)
   File "/usr/lib/python2.7/urllib2.py", line 400, in open
     response = self._open(req, data)
   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
     '_open', req)
   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
     result = func(*args)
   File "/usr/lib/python2.7/urllib2.py", line 1215, in https_open
     return self.do_open(httplib.HTTPSConnection, req)
   File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open
     r = h.getresponse(buffering=True)
   File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
     response.begin()
   File "/usr/lib/python2.7/httplib.py", line 407, in begin
     version, status, reason = self._read_status()
   File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
     line = self.fp.readline()
   File "/usr/lib/python2.7/socket.py", line 447, in readline
     data = self._sock.recv(self._rbufsize)
   File "/usr/lib/python2.7/ssl.py", line 241, in recv
     return self.read(buflen)
   File "/usr/lib/python2.7/ssl.py", line 160, in read
     return self._sslobj.read(len)
socket.error: [Errno 104] Connection reset by peer
Component: General Automation → General

No activity in 5 years, can't find archiver_client.py in tree.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.