[LLVMdev] LNT internal server error

Tobias Grosser tobias at grosser.es
Sun Mar 23 15:24:50 PDT 2014


On 03/20/2014 07:49 PM, Chris Matthews wrote:
> I have pushed my commits.
>
> Logging will be in /var/log/lnt/lnt.log.  You will need to make that directory.  If anyone knows how to make setuptools do that at install time, please send me hints.
>
> I have been debugging an ISE here recently, it was caused by a segfault in httpd.  In cases like that, OS crash logs have better data than the LNT log.

Hi,

could you have a look into the new logs. I just got the following 
timeouts from the buildbots:

http://lab.llvm.org:8011/builders/polly-perf-O3-polly/builds/364/steps/lnt.nightly-test/logs/stdio


   File 
"/home/grosser/buildslave/pollyperf-O3-polly/lnt/lnt/util/ServerUtil.py", line 
25, in submitFileToServer
     response = urllib2.urlopen(urllib2.Request(url, data))
   File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
     return _opener.open(url, data, timeout)
   File "/usr/lib/python2.7/urllib2.py", line 401, in open
     response = self._open(req, data)
   File "/usr/lib/python2.7/urllib2.py", line 419, in _open
     '_open', req)
   File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
     result = func(*args)
   File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open
     return self.do_open(httplib.HTTPConnection, req)
   File "/usr/lib/python2.7/urllib2.py", line 1181, in do_open
     raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>
program finished with exit code 1

Thanks,
Tobias



More information about the llvm-dev mailing list