Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Master-extra build is failing

Hi,

the build of master-extra is currently failing  with an out-of-memory error (see below), after all plugins are successfully build. I guess, the problem is caused by three more plugins that generate Java from xtend during the build.

Any ideas wha can be done to reduce memory consumption or increase the authorised memory consumption on hudson?

Best regards

Ansgar

---

https://hudson.eclipse.org/papyrus/job/Papyrus-Master-Extra/1002/

Exception in thread "main"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
[ERROR] Failure: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
org.hudsonci.utils.tasks.OperationFailure: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
        at org.hudsonci.utils.tasks.PerformOperation.execute(PerformOperation.java:64)
        at org.hudsonci.maven.plugin.builder.MavenBuilder.perform(MavenBuilder.java:169)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:34)
        at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:736)

...

Back to the top