|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-15895) Job stuck collecting compiler warnings with the eclipse compiler
ullrich.haf...@gmail.com (JIRA) Mon, 26 Nov 2012 05:59:48 -0800
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... ullrich.haf...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
- [JIRA] (JENKINS-15895) Job stuck collecti... stephane.nic...@gmail.com (JIRA)
Ok, thanks, seems that the problem is unrelated to
JENKINS-10097. The process "hangs" while scanning for warnings using a regular _expression_ matcher. How large is your console log? The eclipse parsers is a slow multi-line parser that reads the whole console log into a buffer. Would it be possible to pipe the warnings to an additional file?BTW: I think you do not need to activate the Eclipse parser, since the warnings seems to be in the default javac format (due to the maven plugin).