Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] unable to complete PTP build

Hi,

We’re unable to complete the PTP build as it is failing with the following errors:


ava HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000736880000, 1262485504, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1262485504 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /jobs/genie.tools.ptp/ptp-nightly-repo/workspace/hs_err_pid13307.log
[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:646)

	at 
hudson.model.Build$RunnerImpl.build(Build.java:181)

	at 
hudson.model.Build$RunnerImpl.doRun(Build.java:136)

	at 
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:434)

	at 
hudson.model.Run.run(Run.java:1390)

	at 
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:40)

	at 
hudson.model.ResourceController.execute(ResourceController.java:82)

	at 
hudson.model.Executor.run(Executor.java:137)

Caused by: 
hudson.remoting.RequestAbortedException
: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at 
hudson.remoting.Request.call(Request.java:142)

	at 
hudson.remoting.Channel.call(Channel.java:643)

	at 
org.hudsonci.maven.plugin.builder.internal.PerformBuild.doExecute(PerformBuild.java:198)

	at 
org.hudsonci.utils.tasks.PerformOperation.execute(PerformOperation.java:50)

	... 10 more
Caused by: 
hudson.remoting.RequestAbortedException
: java.io.IOException: Unexpected termination of the channel
	at 
hudson.remoting.Request.abort(Request.java:262)

	at 
hudson.remoting.Channel.terminate(Channel.java:743)

	at 
hudson.slaves.Channels$1.terminate(Channels.java:71)

	at 
hudson.remoting.Channel$ReaderThread.run(Channel.java:1042)

Caused by: 
java.io.IOException
: Unexpected termination of the channel
	at 
hudson.remoting.Channel$ReaderThread.run(Channel.java:1023)

Caused by: 
java.io.EOFException

	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)

	at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)

	at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)

	at 
hudson.remoting.Channel$ReaderThread.run(Channel.java:1017)


Powered by Hudson Open Source Continuous Integration Server from the Eclipse Foundation
Instance: PTP

Back to the top