Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-build] [Hudson] Build failed in Hudson: egit #4225

See <https://hudson.eclipse.org/egit/job/egit/4225/changes>

Changes:

[Matthias Sohn] Add accelerators for "Compare With" and "Replace With" commands

------------------------------------------
[...truncated 2057 lines...]
[INFO] skip non existing resourceDirectory /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.23.0:compile (default-compile) @ org.eclipse.egit.ui.importer.tests ---
[INFO] Compiling 1 source file to /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.egit.ui.importer.tests ---
[debug] execute contextualize
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.23.0:plugin-source (attach-source) @ org.eclipse.egit.ui.importer.tests ---
[WARNING] Bundle-Name header not found in /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle
[INFO] Building jar: /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/org.eclipse.egit.ui.importer.tests-4.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.0:target-platform (default-target-platform) @ org.eclipse.egit.ui.importer.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.23.0:package-plugin (default-package-plugin) @ org.eclipse.egit.ui.importer.tests ---
[INFO] Building jar: /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/org.eclipse.egit.ui.importer.tests-4.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.23.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.egit.ui.importer.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.23.0:test (default-test) @ org.eclipse.egit.ui.importer.tests ---
[INFO] Expected eclipse log file: /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_51.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Degit.test.tmpdir=/jobs/genie.egit/egit.test.tmpdir, -Declipse.consoleLog=true, -Dorg.eclipse.swtbot.search.timeout=30000, -Xmx1536m, -XX:MaxPermSize=512m, -Dosgi.clean=true, -jar, /jobs/genie.egit/egit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.200.v20160318-1642/org.eclipse.equinox.launcher-1.3.200.v20160318-1642.jar, -data, /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/work/data, -install, /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/work, -configuration, /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -nouithread]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Launching application org.eclipse.ui.ide.workbench...
!SESSION 2016-05-18 19:09:25.519 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_51
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -nouithread
Command-line arguments:  -data /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -nouithread

!ENTRY org.eclipse.osgi 4 0 2016-05-18 19:09:28.057
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
	at org.eclipse.swt.SWT.error(SWT.java:4559)
	at org.eclipse.swt.widgets.Display.createDisplay(Display.java:958)
	at org.eclipse.swt.widgets.Display.create(Display.java:942)
	at org.eclipse.swt.graphics.Device.<init>(Device.java:174)
	at org.eclipse.swt.widgets.Display.<init>(Display.java:562)
	at org.eclipse.swt.widgets.Display.<init>(Display.java:553)
	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:789)
	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:160)
	at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:168)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:111)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
An error has occurred. See the log file
/jobs/genie.egit/egit/workspace/org.eclipse.egit.ui.importer.tests/target/work/data/.metadata/.log.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent ........................................ SUCCESS [  3.675 s]
[INFO] EGit Target Platform Definition .................... SUCCESS [  1.584 s]
[INFO] Eclipse EGit ....................................... SUCCESS [  5.901 s]
[INFO] Git Team Provider (Core) ........................... SUCCESS [ 36.098 s]
[INFO] Git Team Provider (UI) ............................. SUCCESS [01:24 min]
[INFO] Git Team Provider (auto-import wizard) ............. SUCCESS [ 16.219 s]
[INFO] EGit Mylyn UI ...................................... SUCCESS [ 18.453 s]
[INFO] Git Team Provider (Documentation) .................. SUCCESS [  5.503 s]
[INFO] Eclipse EGit Feature ............................... SUCCESS [  8.489 s]
[INFO] EGit Mylyn Feature ................................. SKIPPED
[INFO] Git Flow ........................................... SUCCESS [ 19.481 s]
[INFO] Git Flow UI ........................................ SUCCESS [ 30.184 s]
[INFO] Eclipse EGit Gitflow Feature ....................... SKIPPED
[INFO] EGit Core Test Plug-in ............................. SUCCESS [03:08 min]
[INFO] GitFlow Test Plug-in ............................... SKIPPED
[INFO] Eclipse EGit Source Feature ........................ SKIPPED
[INFO] EGit P2 Repository ................................. SKIPPED
[INFO] EGit UI Test Plug-in ............................... SKIPPED
[INFO] EGit Mylyn UI Test Plug-in ......................... SKIPPED
[INFO] Git Team Provider (experimental auto-import wizard, incubation) FAILURE [  5.250 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:34 min
[INFO] Finished at: 2016-05-18T19:09:29-04:00
[INFO] Final Memory: 105M/910M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.23.0:test (default-test) on project org.eclipse.egit.ui.importer.tests: An unexpected error occured while launching the test runtime (return code 13). See log for details.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping EGit Mylyn Feature
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GitFlow Test Plug-in
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[ERROR] o.h.m.e.EventSpyProcessor - Processing failure; aborting Maven
java.lang.IllegalStateException: Unable to call invoke. Invalid object ID 3
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:264) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:251) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:211) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.UserRequest.perform(UserRequest.java:107) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.UserRequest.perform(UserRequest.java:41) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Request$2.run(Request.java:276) ~[hudson-remoting-3.0.0.jar:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) ~[na:1.8.0_51]
	at java.util.concurrent.FutureTask.run(FutureTask.java:262) ~[na:1.8.0_51]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.8.0_51]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.8.0_51]
	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.23.0:test (default-test) on project org.eclipse.egit.ui.importer.tests: An unexpected error occured while launching the test runtime (return code 13). See log for details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.23.0:test (default-test) on project org.eclipse.egit.ui.importer.tests: An unexpected error occured while launching the test runtime (return code 13). See log for details.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.plugin.MojoFailureException: An unexpected error occured while launching the test runtime (return code 13). See log for details.
	at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:950)
	at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:630)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 11 more
[ERROR] Error occurred while processing events; aborting: Unable to call invoke. Invalid object ID 3 -> [Help 2]
org.apache.maven.BuildAbort: Error occurred while processing events; aborting
	at org.hudsonci.maven.eventspy_31.EventSpyProcessor.onFailure(EventSpyProcessor.java:67)
	at org.hudsonci.utils.event.EventProcessorSupport.process(EventProcessorSupport.java:124)
	at org.hudsonci.maven.eventspy_31.EventSpyProcessor.process(EventSpyProcessor.java:54)
	at org.hudsonci.maven.eventspy_31.RemotingEventSpy.onEvent(RemotingEventSpy.java:163)
	at org.hudsonci.maven.eventspy_31.DelegatingEventSpy.onEvent(DelegatingEventSpy.java:192)
	at org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:104)
	at org.apache.maven.eventspy.internal.EventSpyExecutionListener.projectSkipped(EventSpyExecutionListener.java:68)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:68)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:99)
	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Unable to call invoke. Invalid object ID 3
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:264)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:251)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:107)
	at hudson.remoting.UserRequest.perform(UserRequest.java:41)
	at hudson.remoting.Request$2.run(Request.java:276)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/BuildAbort
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.egit.ui.importer.tests
[ERROR] o.h.m.e.EventSpyProcessor - Processing failure; aborting Maven
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Request.call(Request.java:142) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel.call(Channel.java:643) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:151) ~[hudson-remoting-3.0.0.jar:na]
	at com.sun.proxy.$Proxy25.invoke(Unknown Source) ~[na:na]
	at org.hudsonci.maven.plugin.builder.internal.invoker.RemoteInvokeHandler.invoke(RemoteInvokeHandler.java:129) ~[na:na]
	at org.hudsonci.maven.plugin.builder.internal.invoker.CallbackCloseAwareHandler.invoke(CallbackCloseAwareHandler.java:63) ~[na:na]
	at org.hudsonci.maven.plugin.builder.internal.invoker.ObjectLocalHandler.invoke(ObjectLocalHandler.java:51) ~[na:na]
	at com.sun.proxy.$Proxy26.updateParticipatingProject(Unknown Source) ~[na:na]
	at org.hudsonci.maven.eventspy_31.recorder.BuildRecorder.updateProject(BuildRecorder.java:246) ~[maven3-eventspy-3.1.jar:na]
	at org.hudsonci.maven.eventspy_31.recorder.BuildRecorder.recordProjectFinished(BuildRecorder.java:241) ~[maven3-eventspy-3.1.jar:na]
	at org.hudsonci.maven.eventspy_31.handler.ExecutionEventHandler.recordProjectFinished(ExecutionEventHandler.java:109) ~[maven3-eventspy-3.1.jar:na]
	at org.hudsonci.maven.eventspy_31.handler.ExecutionEventHandler.handle(ExecutionEventHandler.java:69) ~[maven3-eventspy-3.1.jar:na]
	at org.hudsonci.maven.eventspy_31.handler.ExecutionEventHandler.handle(ExecutionEventHandler.java:57) ~[maven3-eventspy-3.1.jar:na]
	at org.hudsonci.utils.event.EventProcessorSupport.process(EventProcessorSupport.java:117) ~[maven3-eventspy-runtime.jar:na]
	at org.hudsonci.maven.eventspy_31.EventSpyProcessor.process(EventSpyProcessor.java:54) [maven3-eventspy-3.1.jar:na]
	at org.hudsonci.maven.eventspy_31.RemotingEventSpy.onEvent(RemotingEventSpy.java:163) [maven3-eventspy-3.1.jar:na]
	at org.hudsonci.maven.eventspy_31.DelegatingEventSpy.onEvent(DelegatingEventSpy.java:192) [maven3-eventspy-3.1.jar:na]
	at org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:104) [maven-core-3.3.9.jar:3.3.9]
	at org.apache.maven.eventspy.internal.EventSpyExecutionListener.projectSkipped(EventSpyExecutionListener.java:68) [maven-core-3.3.9.jar:3.3.9]
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:68) [maven-core-3.3.9.jar:3.3.9]
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42) [maven-core-3.3.9.jar:3.3.9]
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:99) [maven-core-3.3.9.jar:3.3.9]
	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185) [maven-core-3.3.9.jar:3.3.9]
	at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181) [maven-core-3.3.9.jar:3.3.9]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_51]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_51]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_51]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_51]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_51]
	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_51]
hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Request.abort(Request.java:262) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel.terminate(Channel.java:743) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:831) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1033) ~[hudson-remoting-3.0.0.jar:na]
Caused by: hudson.remoting.Channel$OrderlyShutdown: null
	... 2 common frames omitted
hudson.remoting.Command$Source: null
	at hudson.remoting.Command.<init>(Command.java:54) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Command.<init>(Command.java:40) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:827) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:827) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.remoting.Channel.close(Channel.java:875) ~[hudson-remoting-3.0.0.jar:na]
	at hudson.slaves.Channels$1.close(Channels.java:85) ~[na:na]
	at org.hudsonci.maven.plugin.builder.internal.PerformBuild.doExecute(PerformBuild.java:204) ~[na:na]
	at org.hudsonci.utils.tasks.PerformOperation.execute(PerformOperation.java:50) ~[na:na]
	at org.hudsonci.maven.plugin.builder.MavenBuilder.perform(MavenBuilder.java:169) ~[na:na]
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:34) ~[na:na]
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:646) ~[na:na]
	at hudson.model.Build$RunnerImpl.build(Build.java:181) ~[na:na]
	at hudson.model.Build$RunnerImpl.doRun(Build.java:136) ~[na:na]
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:434) ~[na:na]
	at hudson.model.Run.run(Run.java:1390) ~[na:na]
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:40) ~[na:na]
	at hudson.model.ResourceController.execute(ResourceController.java:82) ~[na:na]
	at hudson.model.Executor.run(Executor.java:137) ~[na:na]
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Terminating xvnc.
[FINDBUGS] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results

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


Back to the top