Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] [Hudson] Build failed in Hudson: ptp-nightly-repo #952

See <https://hudson.eclipse.org/hudson/job/ptp-nightly-repo/952/>

------------------------------------------
Started by upstream project "ptp-nightly-build" build number 1322
Building remotely on hudson-slave4
Checkout:ptp-nightly-repo / <https://hudson.eclipse.org/hudson/job/ptp-nightly-repo/ws/> - hudson.remoting.Channel@3158a9f:hudson-slave4
Using strategy: Default
Last Built Revision: Revision 2bca53dc0cb4da6b4b34b2a98d1b25f41ccca897 (origin/master)
Checkout:ptp-nightly-repo / <https://hudson.eclipse.org/hudson/job/ptp-nightly-repo/ws/> - hudson.remoting.LocalChannel@b532f2
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/ptp/org.eclipse.ptp.master.git
Commencing build of Revision 2bca53dc0cb4da6b4b34b2a98d1b25f41ccca897 (origin/master)
Checking out Revision 2bca53dc0cb4da6b4b34b2a98d1b25f41ccca897 (origin/master)
[INFO] Using bundled Maven 3 installation
[WARN] JAVA_HOME is not configured; results may be unpredictable
[INFO] Checking Maven 3 installation environment
[ptp-nightly-repo] $ /opt/users/hudsonbuild/maven/slavebundle/bundled-maven/bin/mvn --help
[INFO] Checking Maven 3 installation version
[ptp-nightly-repo] $ /opt/users/hudsonbuild/maven/slavebundle/bundled-maven/bin/mvn --version
[INFO] Detected Maven 3 installation version: 3.0.3
[DEBUG] Waiting for connection on port: 41078
[ptp-nightly-repo] $ /opt/users/hudsonbuild/maven/slavebundle/bundled-maven/bin/mvn -P production clean install -V -B -Dmaven.ext.class.path=/opt/users/hudsonbuild/maven/slavebundle/resources:/opt/users/hudsonbuild/maven/slavebundle/lib/maven3-eventspy-3.0.jar:/opt/users/hudsonbuild/slave.jar -Dhudson.eventspy.port=41078 -Dmaven.repo.local=<https://hudson.eclipse.org/hudson/job/ptp-nightly-repo/ws/.maven/repo> -f pom.xml
Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
Maven home: /opt/users/hudsonbuild/maven/slavebundle/bundled-maven
Java version: 1.6.0_21, vendor: Sun Microsystems Inc.
Java home: /opt/public/common/sun-jdk1.6.0_21_x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32.59-0.7-xen", arch: "amd64", family: "unix"
[DEBUG] Connected to remote
[ERROR] o.h.m.e.DelegatingEventSpy - Init failed
java.lang.RuntimeException: Callback not installed in expected time-window: 120 SECONDS
	at org.hudsonci.maven.eventspy.common.CallbackManager.get(CallbackManager.java:71) ~[maven3-eventspy-runtime.jar:na]
	at org.hudsonci.maven.eventspy_30.RemotingEventSpy.init(RemotingEventSpy.java:117) ~[maven3-eventspy-3.0.jar:na]
	at org.hudsonci.maven.eventspy_30.DelegatingEventSpy.init(DelegatingEventSpy.java:128) ~[maven3-eventspy-3.0.jar:na]
	at org.apache.maven.eventspy.internal.EventSpyDispatcher.init(EventSpyDispatcher.java:84) [maven-core-3.0.3.jar:3.0.3]
	at org.apache.maven.cli.MavenCli.container(MavenCli.java:403) [maven-embedder-3.0.3.jar:3.0.3]
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:191) [maven-embedder-3.0.3.jar:3.0.3]
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) [maven-embedder-3.0.3.jar:3.0.3]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.6.0_21]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[na:1.6.0_21]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.6.0_21]
	at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_21]
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) [plexus-classworlds-2.4.jar:na]
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) [plexus-classworlds-2.4.jar:na]
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) [plexus-classworlds-2.4.jar:na]
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) [plexus-classworlds-2.4.jar:na]
[ERROR] ABORTED
[ERROR] Failed to initialize
[ERROR] Caused by: Callback not installed in expected time-window: 120 SECONDS
[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:75)
	at org.hudsonci.maven.plugin.builder.MavenBuilder.perform(MavenBuilder.java:169)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:630)
	at hudson.model.Build$RunnerImpl.build(Build.java:175)
	at hudson.model.Build$RunnerImpl.doRun(Build.java:137)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:429)
	at hudson.model.Run.run(Run.java:1366)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.call(Request.java:149)
	at hudson.remoting.Channel.call(Channel.java:650)
	at org.hudsonci.maven.plugin.builder.internal.PerformBuild.doExecute(PerformBuild.java:198)
	at org.hudsonci.utils.tasks.PerformOperation.execute(PerformOperation.java:58)
	... 10 more
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:269)
	at hudson.remoting.Channel.terminate(Channel.java:750)
	at hudson.slaves.Channels$1.terminate(Channels.java:77)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1049)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1030)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1024)

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top