[LLVMdev] LNT internal server error
Chris Matthews
chris.matthews at apple.com
Sun Mar 23 21:13:46 PDT 2014
Hard to say if that was a server error or not. Might be worth checking the server logs, both for LNT and the syslog.
Looks like it happened at: Sun Mar 23 15:18:57 2014
On Mar 23, 2014, at 3:24 PM, Tobias Grosser <tobias at grosser.es> wrote:
> 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