Re-poked. - Daniel On Wed, Mar 19, 2014 at 12:04 PM, Tobias Grosser <tobias at grosser.es> wrote:> On 03/11/2014 12:41 PM, Tobias Grosser wrote: > >> Hi Chris, hi Daniel, >> >> I see again internal server errors when visiting llvm.org/perf. I >> remember you have been restarting the service several times, but it >> seems it is happening again. Did you ever had time to investigate the >> issue? Is there something I can help with? >> > > Again. > > Any progress on the debugging side? > > Tobias > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140320/28780f01/attachment.html>
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. On Mar 20, 2014, at 8:14 AM, Daniel Dunbar <daniel at zuster.org> wrote:> Re-poked. > > - Daniel > > > On Wed, Mar 19, 2014 at 12:04 PM, Tobias Grosser <tobias at grosser.es> wrote: > On 03/11/2014 12:41 PM, Tobias Grosser wrote: > Hi Chris, hi Daniel, > > I see again internal server errors when visiting llvm.org/perf. I > remember you have been restarting the service several times, but it > seems it is happening again. Did you ever had time to investigate the > issue? Is there something I can help with? > > Again. > > Any progress on the debugging side? > > Tobias > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140320/7bd1a8d5/attachment.html>
On 20 March 2014 18:49, Chris Matthews <chris.matthews at apple.com> wrote:> 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.Hi Chris, On a related note, have you seen my patch for not needing to submit by default? Is that what you had in mind? cheers, --renato
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