|
|
-
Re: problem when archiving test results in Hadoop QAStack 2013-01-23, 04:33
On Tue, Jan 22, 2013 at 3:31 PM, Sergey Shelukhin <[EMAIL PROTECTED]>wrote:
> Hi. I have seen this issue with Hadoop QA a few times recently. > Is this an expected issue? Is there any way to address OOM e.g. is > this an infrastructure issue of some sort. > > It is not expected. The dev-support/test-patch.properties set the MAVEN_OPTS="-Xmx3g" so you would think that enough. If you want me to add any flags to help out w/ debug, just say mighty Sergey. St.Ack > Archiving artifacts > Recording test results > ERROR: Failed to archive test reports > hudson.util.IOException2: remote file operation failed: > /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build at > hudson.remoting.Channel@2e8766a5:hadoop3 > at hudson.FilePath.act(FilePath.java:848) > at hudson.FilePath.act(FilePath.java:825) > at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87) > at > hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:122) > at > hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:134) > at > hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:810) > at > hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:785) > at hudson.model.Build$BuildExecution.post2(Build.java:183) > at > hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:732) > at hudson.model.Run.execute(Run.java:1568) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at > hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:236) > Caused by: java.io.IOException: Remote call on hadoop3 failed > at hudson.remoting.Channel.call(Channel.java:681) > at hudson.FilePath.act(FilePath.java:841) > ... 13 more > Caused by: java.lang.OutOfMemoryError: Java heap space > [description-setter] Could not determine description. > Finished: FAILURE > |