Quantcast

[JIRA] (JENKINS-15004) Collecting findbugs analysis files

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15004) Collecting findbugs analysis files

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Affects Versions: current
Assignee: Ulli Hafner
Components: findbugs
Created: 31/Aug/12 2:07 AM
Description:

[FINDBUGS] Collecting findbugs analysis files...
hudson.util.IOException2: remote file operation failed: /mnt/disk/jenkins/ci at hudson.remoting.Channel@6254a79a:10.95.54.115
at hudson.FilePath.act(FilePath.java:828)
at hudson.FilePath.act(FilePath.java:814)
at com.huawei.jenkins.plugins.FindBugsPublisher.perform(FindBugsPublisher.java:286)
at hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:357)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:749)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:682)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:658)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:627)
at hudson.model.Run.run(Run.java:1445)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
Caused by: java.io.IOException: Remote call on 10.95.54.115 failed
at hudson.remoting.Channel.call(Channel.java:655)
at hudson.FilePath.act(FilePath.java:821)
... 13 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2786)
at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133)
at hudson.remoting.UserRequest._serialize(UserRequest.java:156)
at hudson.remoting.UserRequest.serialize(UserRequest.java:164)
at hudson.remoting.UserRequest.perform(UserRequest.java:126)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)

Due Date: 31/Aug/12 12:00 AM
Environment: jenkins 1.458 findbugs 4.43
Fix Versions: current
Project: Jenkins
Priority: Major Major
Reporter: King Hpd
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15004) Collecting findbugs analysis files

JIRA noreply@jenkins-ci.org
Ulli Hafner resolved Bug JENKINS-15004 as Cannot Reproduce

Please increase your memory heap and retry. If that does not help install original plug-in, seems that you are using a patched version:

at com.huawei.jenkins.plugins.FindBugsPublisher.perform(FindBugsPublisher.java:286)

Change By: Ulli Hafner (31/Aug/12 8:32 AM)
Status: Open Resolved
Resolution: Cannot Reproduce
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15004) Collecting findbugs analysis files

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
King Hpd commented on Bug JENKINS-15004

Can u give me some idea about how to increase the memory in slave?

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15004) Collecting findbugs analysis files

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Ulli Hafner commented on Bug JENKINS-15004

This depends on your slave setup, I'm starting the slave using ssh:

ssh user@server java -Xmx748m -jar /path/to/slave.jar

The memory options are the standard Java options. You can check your slave configuration in Jenkins.

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
Loading...