You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/05/05 23:47:33 UTC

Build failed in Jenkins: Qpid-proton-j #1469

See <https://builds.apache.org/job/Qpid-proton-j/1469/changes>

Changes:

[astitcher] PROTON-1153: [C++ binding] Tidied up some C++11 related details - Split

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/Qpid-proton-j/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/qpid-proton.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/qpid-proton.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 80f6d4b5913bf1ce4d768a7acebac379f7052c73 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 80f6d4b5913bf1ce4d768a7acebac379f7052c73
 > git rev-list c39a691eded67b35dd40dca3eb316dac3b775369 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 46385
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Qpid-proton-j] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 46385
<===[JENKINS REMOTING CAPACITY]===>   Exception in thread "main" java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:139)
	at org.jvnet.hudson.maven3.agent.Maven3Main.main(Maven3Main.java:70)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:714)
	at hudson.remoting.SynchronousCommandTransport.setup(SynchronousCommandTransport.java:28)
	at hudson.remoting.Channel.<init>(Channel.java:495)
	at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:310)
	at hudson.remoting.Launcher.main(Launcher.java:519)
	at hudson.remoting.Launcher.main(Launcher.java:502)
	at hudson.remoting.Launcher.main(Launcher.java:493)
	at hudson.remoting.Launcher.main(Launcher.java:489)
	... 6 more
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com
hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:297)
	at hudson.remoting.Channel.terminate(Channel.java:847)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
	at ......remote call to Channel to Maven [/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/bin/java, -Xmx2g, -Xms256m, -XX:MaxPermSize=512m, -cp, /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5, /home/jenkins/jenkins-slave/slave.jar, /home/jenkins/jenkins-slave/maven3-interceptor.jar, /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar, 46385](Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.Request.call(Request.java:172)
	at hudson.remoting.Channel.call(Channel.java:780)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:300)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2325)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2794)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:801)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
project=hudson.maven.MavenModuleSet@733cd2a9[Qpid-proton-j]
project.getModules()=[hudson.maven.MavenModule@5cc4bcc1[Qpid-proton-j/org.apache.qpid:proton-hawtdispatch][Qpid-proton-j/org.apache.qpid:proton-hawtdispatch][relativePath:contrib/proton-hawtdispatch], hudson.maven.MavenModule@78e5e030[Qpid-proton-j/org.apache.qpid:proton-j][Qpid-proton-j/org.apache.qpid:proton-j][relativePath:proton-j], hudson.maven.MavenModule@5465cf74[Qpid-proton-j/org.apache.qpid:proton-j-engine-demo][Qpid-proton-j/org.apache.qpid:proton-j-engine-demo][relativePath:examples/engine/java], hudson.maven.MavenModule@1b10020a[Qpid-proton-j/org.apache.qpid:proton-j-messenger-example][Qpid-proton-j/org.apache.qpid:proton-j-messenger-example][relativePath:examples/java/messenger], hudson.maven.MavenModule@72737ae4[Qpid-proton-j/org.apache.qpid:proton-j-reactor-examples][Qpid-proton-j/org.apache.qpid:proton-j-reactor-examples][relativePath:examples/java/reactor], hudson.maven.MavenModule@49eb3316[Qpid-proton-j/org.apache.qpid:proton-jms][Qpid-proton-j/org.apache.qpid:proton-jms][relativePath:contrib/proton-jms], hudson.maven.MavenModule@7e1b315b[Qpid-proton-j/org.apache.qpid:proton-project][Qpid-proton-j/org.apache.qpid:proton-project][relativePath:], hudson.maven.MavenModule@33f40dbb[Qpid-proton-j/org.apache.qpid:proton-tests][Qpid-proton-j/org.apache.qpid:proton-tests][relativePath:tests]]
project.getRootModule()=hudson.maven.MavenModule@7e1b315b[Qpid-proton-j/org.apache.qpid:proton-project][Qpid-proton-j/org.apache.qpid:proton-project][relativePath:]
FATAL: java.io.IOException: Unexpected termination of the channel
hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:297)
	at hudson.remoting.Channel.terminate(Channel.java:847)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
	at ......remote call to Channel to Maven [/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/bin/java, -Xmx2g, -Xms256m, -XX:MaxPermSize=512m, -cp, /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5, /home/jenkins/jenkins-slave/slave.jar, /home/jenkins/jenkins-slave/maven3-interceptor.jar, /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar, 46385](Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.Request.call(Request.java:172)
	at hudson.remoting.Channel.call(Channel.java:780)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:300)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2325)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2794)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:801)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

Jenkins build is back to normal : Qpid-proton-j #1470

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-j/1470/changes>