Hi all,

I am running a patchbot on my (mostly idle) machine, and I witnessed this :


Traceback (most recent call last):
File "/scratch/sage-5.8.beta2/local/bin/patchbot/patchbot.py", line 687, in <module>
    main(args)
File "/scratch/sage-5.8.beta2/local/bin/patchbot/patchbot.py", line 671, in main
    patchbot.test_a_ticket(ticket)
File "/scratch/sage-5.8.beta2/local/bin/patchbot/patchbot.py", line 463, in test_a_ticket self.report_ticket(ticket, status=status[state], log=log, plugins=plugins_results) File "/scratch/sage-5.8.beta2/local/bin/patchbot/patchbot.py", line 588, in report_ticket print post_multipart("%s/report/%s" % (self.server, ticket['id']), fields, files) File "/scratch/sage-5.8.beta2/local/bin/patchbot/http_post_file.py", line 16, in post_multipart
    return urllib2.urlopen(r).read()
File "/scratch/sage-5.8.beta2/local/lib/python/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
File "/scratch/sage-5.8.beta2/local/lib/python/urllib2.py", line 400, in open
    response = self._open(req, data)
File "/scratch/sage-5.8.beta2/local/lib/python/urllib2.py", line 418, in _open
    '_open', req)
File "/scratch/sage-5.8.beta2/local/lib/python/urllib2.py", line 378, in _call_chain
    result = func(*args)
File "/scratch/sage-5.8.beta2/local/lib/python/urllib2.py", line 1207, in http_open
    return self.do_open(httplib.HTTPConnection, req)
File "/scratch/sage-5.8.beta2/local/lib/python/urllib2.py", line 1177, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>

Maybe the timeout should be made longer ?

Cheers,
--
Charles Bouillaguet

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to