sympy-bot-old icon indicating copy to clipboard operation
sympy-bot-old copied to clipboard

socket.error: [Errno 60] Operation timed out

Open asmeurer opened this issue 11 years ago • 0 comments

This error should have been caught:

Return code:  0
> Done.
> Results logged to /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gq/T/sympy-bot-tmpp1M00x/out/pr-1741/interpreter-7
> Uploading test results
Traceback (most recent call last):
  File "./sympy-bot", line 706, in <module>
    main()
  File "./sympy-bot", line 248, in main
    dispatch_reviews(options, urls, username=username, password=password, token=token)
  File "./sympy-bot", line 525, in dispatch_reviews
    report_url = reviews_sympy_org_upload(data, url_base)
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy-bot/utils/reviews.py", line 47, in reviews_sympy_org_upload
    data["interpreter"], data["testcommand"], data["log"])
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy-bot/utils/jsonrpc.py", line 50, in __call__
    url = urlopen(request)
  File "/sw/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/sw/lib/python2.7/urllib2.py", line 400, in open
    response = self._open(req, data)
  File "/sw/lib/python2.7/urllib2.py", line 418, in _open
    '_open', req)
  File "/sw/lib/python2.7/urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "/sw/lib/python2.7/urllib2.py", line 1207, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/sw/lib/python2.7/urllib2.py", line 1180, in do_open
    r = h.getresponse(buffering=True)
  File "/sw/lib/python2.7/httplib.py", line 1030, in getresponse
    response.begin()
  File "/sw/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/sw/lib/python2.7/httplib.py", line 365, in _read_status
    line = self.fp.readline()
  File "/sw/lib/python2.7/socket.py", line 447, in readline
    data = self._sock.recv(self._rbufsize)
socket.error: [Errno 60] Operation timed out

asmeurer avatar Feb 08 '13 07:02 asmeurer