Hi, I restarted Jenkins master with slightly more permgen. I am not sure if this is the slave or the master having the problems. If it does not help I will raise permgen on slaves.
Currently Jenkins has a problem with too many tests, too. We currently need -Xmx2048M on the master, because whenever you display the test results of a build, the garbage collector drives crazy and takes 200% CPU. There seems to be a memory leak in the Jenkins XML parser (DOM tree not streaming!!! -- horrible, maybe we have now too many tests for Jenkins, at least it does not scale well). If this stays broken, I will disable test result analysis, which disables all nice graphs, and also no longer displays failed tests in mails :( In addition: I installed JDK 8 b83, which has the G1 garbage collector bug making the full GC hang fixed (thanks to Dawid Weiss and John Cuthbertson). I removed the extra stack size JVM option used as workaround for 32 bit builds. The changelog, explicitly mentioning "Apache Lucene", is here: http://download.java.net/jdk8/changes/jdk8-b83.html Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Policeman Jenkins Server [mailto:[email protected]] > Sent: Tuesday, April 02, 2013 8:46 PM > To: [email protected]; [email protected]; [email protected] > Subject: [JENKINS] Lucene-Solr-trunk-Windows ([[ Exception while replacing > ENV. Please report this as a bug. ]] > > {{ java.lang.NullPointerException }}) > - Build # 2709 - Failure! > MIME-Version: 1.0 > Content-Type: multipart/mixed; > boundary="----=_Part_96_1462925234.1364928350913" > X-Jenkins-Job: Lucene-Solr-trunk-Windows > X-Jenkins-Result: FAILURE > Precedence: bulk > > ------=_Part_96_1462925234.1364928350913 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 7bit > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2709/ > Java: [[ Exception while replacing ENV. Please report this as a bug. ]] {{ > java.lang.NullPointerException }} > > No tests ran. > > Build Log: > [...truncated 145 lines...] > FATAL: null > java.io.IOException > at > hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:17 > 5) > at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) > at java.io.InputStreamReader.read(InputStreamReader.java:184) > at java.io.Reader.read(Reader.java:140) > at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1128) > at org.apache.commons.io.IOUtils.copy(IOUtils.java:1104) > at org.apache.commons.io.IOUtils.copy(IOUtils.java:1050) > at org.apache.commons.io.IOUtils.toString(IOUtils.java:359) > at hudson.FilePath.readToString(FilePath.java:1557) > at > hudson.tools.DownloadFromUrlInstaller.isUpToDate(DownloadFromUrlInstal > ler.java:45) > at > hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFrom > UrlInstaller.java:69) > at > hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:61) > at > hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodePr > operty.java:107) > at > hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:203) > at hudson.tasks.Ant$AntInstallation.forNode(Ant.java:375) > at hudson.tasks.Ant.perform(Ant.java:151) > at > hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild. > java:798) > at hudson.model.Build$BuildExecution.build(Build.java:199) > at hudson.model.Build$BuildExecution.doRun(Build.java:160) > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java: > 580) > at hudson.model.Run.execute(Run.java:1575) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at > hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:237) > > > ------=_Part_96_1462925234.1364928350913-- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
