Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-build] Build failed in Hudson: C-HEAD-remoteservice.rosgi.feature #10

See <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/10/>

------------------------------------------
[...truncated 20 lines...]
+ echo -n 'cp all target, mspecs, rmap and cqueries to build root'
cp all target, mspecs, rmap and cqueries to build root+ find -L org.eclipse.ecf -type f -iname '*.rmap'
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.mspec'
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.cquery'
+ xargs -i cp '{}' .
+ echo -n 'create targetplatform and projects folder'
create targetplatform and projects folder+ test -e targetPlatformPath
+ mkdir -p targetPlatformPath/
+ test -e projects
+ mkdir projects/
+ echo -n 'Flatten Repository'
Flatten Repository+ find -L org.eclipse.ecf -type f -iname .project -printf '%h\n'
+ xargs -i cp -rf '{}' projects/
+ echo -n 'HACK!!! rename features containing "-" to "_" so they can be found by Bucky'
HACK!!! rename features containing "-" to "_" so they can be found by Bucky+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.base-feature
++ tr - _
+ mv projects/org.eclipse.ecf.base-feature projects/org.eclipse.ecf.base_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.core-feature
++ tr - _
+ mv projects/org.eclipse.ecf.core-feature projects/org.eclipse.ecf.core_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.example-feature
++ tr - _
+ mv projects/org.eclipse.ecf.example-feature projects/org.eclipse.ecf.example_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.platform-feature
++ tr - _
+ mv projects/org.eclipse.ecf.platform-feature projects/org.eclipse.ecf.platform_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.provider.filetransfer.httpclient-feature
++ tr - _
+ mv projects/org.eclipse.ecf.provider.filetransfer.httpclient-feature projects/org.eclipse.ecf.provider.filetransfer.httpclient_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.remoteservice-feature
++ tr - _
+ mv projects/org.eclipse.ecf.remoteservice-feature projects/org.eclipse.ecf.remoteservice_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.sdk-feature
++ tr - _
+ mv projects/org.eclipse.ecf.sdk-feature projects/org.eclipse.ecf.sdk_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.server-feature
++ tr - _
+ mv projects/org.eclipse.ecf.server-feature projects/org.eclipse.ecf.server_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.tests-feature
++ tr - _
+ mv projects/org.eclipse.ecf.tests-feature projects/org.eclipse.ecf.tests_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.tests-platform-feature
++ tr - _
+ mv projects/org.eclipse.ecf.tests-platform-feature projects/org.eclipse.ecf.tests_platform_feature
+ echo -n 'HACK!!! align folder and feature ids'
HACK!!! align folder and feature ids+ test -e projects/org.eclipse.ecf.sdk_feature
+ mv projects/org.eclipse.ecf.sdk_feature projects/org.eclipse.ecf.sdk
+ test -e projects/org.eclipse.ecf.core_feature
+ mv projects/org.eclipse.ecf.core_feature projects/org.eclipse.ecf.core
+ echo -n 'Done, ready to fire off Bucky\n===================\n'
Done, ready to fire off Bucky\n===================\n[workspace] $ java -Dbuckminster.output.root=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/buckminster.output> -Dbuckminster.temp.root=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/buckminster.temp> -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=http://build.ecf-project.org/repo -Dsite.include.top=true -Dsite.signing=false -Dsite.pack200=true -Dpde.bundle.range.generation=false -Dpde.feature.range.generation=perfect -Dstaging.area=/home/data/httpd/download-staging.priv/rt/ecf -Dsigning.type=eclipse.remote -Declipse.committer.name=mkuppe -Declipse.committer.keyfile=/usr/share/tomcat5/.ssh/id_rsa -Dqualifier.replacement.*=generator:buildTimestamp -Dgenerator.buildTimestamp.format='v'yyyyMMdd-HHmm -DtargetPlatformPath=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//targetPlatformPath> -DprojectsPath=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//projects> -jar /opt/hudson/tools/Buckminster_3.6/buckminster/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application org.eclipse.buckminster.cmdline.headless -data <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/> --loglevel info -S <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/commands.txt>
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.4.2_update_18_x86-64/jre'
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.5_update_22_x86-64/jre'
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.6_update_20_x86-64/jre'
INFO:  setpref 'org.eclipse.buckminster.pde.targetPlatformPath=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//targetPlatformPath'>
org.eclipse.buckminster.pde.targetPlatformPath set to the value '<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//targetPlatformPath'>
INFO:  import '<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//org.eclipse.ecf.remoteservice.rosgi.mspec'>
WARN:  Dependency org.eclipse.jdt is defined more than once in component org.junit
INFO:  Resetting target platform Directory <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//targetPlatformPath>
INFO:  Import complete.
INFO:  importtargetdefinition 'file:/opt/hudson/repo/ECF3-2Baseline.target'
INFO:  lstargets
Using workspace at <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/> ...
  Running Platform                                                                            : linux,gtk,x86_64/en_US
  ECF3-2Baseline                                                                              : linux,gtk,x86_64/en_US
* Directory <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//targetPlatformPath> : linux,gtk,x86_64/en_US
  Target Platform                                                                             : linux,gtk,x86_64/en_US
INFO:  addbaseline '-A' 'ECF3-2Baseline'
INFO:  build
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/projects/ch.ethz.iks.r_osgi.remote>: Build path specifies execution environment OSGi/Minimum-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/projects/ch.ethz.iks.r_osgi.remote/build.properties,> line 1: There is no 'javacWarnings..' build entry and the project has Java compliance preferences set
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/projects/org.eclipse.ecf.provider.r_osgi>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
INFO:  perform 'org.eclipse.ecf.remoteservice.rosgi.feature#site.p2'
INFO:  [start org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#manifest]
INFO:  [end org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#manifest]
INFO:  [start org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#feature.jar]
INFO:  [end org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#feature.jar]
INFO:  [start org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#manifest]
INFO:  [end org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#manifest]
INFO:  [start org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#feature.jar]
INFO:  [end org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#feature.jar]
INFO:  [start org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#source.manifest.with.localization]
INFO:  [end org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#source.manifest.with.localization]
INFO:  [start org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#source.feature.jar]
INFO:  [end org.eclipse.ecf.discovery.feature:eclipse.feature$1.0.0.v20100708-2037#source.feature.jar]
INFO:  [start org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#source.manifest.with.localization]
INFO:  [end org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#source.manifest.with.localization]
INFO:  [start org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#source.feature.jar]
INFO:  [end org.eclipse.ecf.remoteservice.feature:eclipse.feature$1.0.0.v20100708-2037#source.feature.jar]
INFO:  [start ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#eclipse.build]
INFO:  [end ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#eclipse.build]
INFO:  [start ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#manifest]
INFO:  [end ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#manifest]
INFO:  [start ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#bundle.jar]
INFO:  [end ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#bundle.jar]
INFO:  [start org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#eclipse.build]
INFO:  [end org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#eclipse.build]
INFO:  [start org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#manifest]
INFO:  [end org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#manifest]
INFO:  [start org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#bundle.jar]
INFO:  [end org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#bundle.jar]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#manifest]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#manifest]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#feature.jar]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#feature.jar]
INFO:  [start ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#source.manifest]
INFO:  [end ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#source.manifest]
INFO:  [start ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#source.bundle.jar]
INFO:  [end ch.ethz.iks.r_osgi.remote:osgi.bundle$1.0.0.RC4_qualifier#source.bundle.jar]
INFO:  [start org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#source.manifest]
INFO:  [end org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#source.manifest]
INFO:  [start org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#source.bundle.jar]
INFO:  [end org.eclipse.ecf.provider.r_osgi:osgi.bundle$3.1.0.qualifier#source.bundle.jar]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#source.manifest.with.localization]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#source.manifest.with.localization]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#source.feature.jar]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#source.feature.jar]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#copy.subfeatures]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#copy.subfeatures]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#copy.plugins]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#copy.plugins]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#site.packed]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#site.packed]
INFO:  [start org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#site.p2]
INFO:  [end org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier#site.p2]
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/projects/ch.ethz.iks.r_osgi.remote>: Build path specifies execution environment OSGi/Minimum-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/projects/ch.ethz.iks.r_osgi.remote/build.properties,> line 1: There is no 'javacWarnings..' build entry and the project has Java compliance preferences set
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/projects/org.eclipse.ecf.provider.r_osgi>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Found 3 warnings
[workspace] $ /bin/sh -xe /tmp/hudson542714365128288309.sh
+ test -e <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/buckminster.output/org.eclipse.ecf.remoteservice.rosgi.feature_1.0.0-eclipse.feature/site.p2>
+ mv <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/buckminster.output/org.eclipse.ecf.remoteservice.rosgi.feature_1.0.0-eclipse.feature/site.p2> <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/>
[workspace] $ java -Dbuckminster.output.root=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/buckminster.output> -Dbuckminster.temp.root=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/buckminster.temp> -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=http://build.ecf-project.org/repo -Dsite.include.top=true -Dsite.signing=false -Dsite.pack200=true -Dstaging.area=/home/data/httpd/download-staging.priv/rt/ecf -Dsigning.type=eclipse.remote -Declipse.committer.name=mkuppe -Declipse.committer.keyfile=/usr/share/tomcat5/.ssh/id_rsa -Dqualifier.replacement.*=generator:buildTimestamp -Dgenerator.buildTimestamp.format='v'yyyyMMdd-HHmm -DtargetPlatformPath=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//targetPlatformPath> -DprojectsPath=<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//projects> -jar /opt/hudson/tools/Buckminster_3.6/buckminster/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application org.eclipse.buckminster.cmdline.headless -data <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/> --loglevel info -S <https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws/commands.txt>
INFO:  emma '--launch' 'org.eclipse.ecf.tests.remoteservice.r-osgi/org.eclipse.ecf.tests.remoteservice.r-osgi.launch' '-o' '<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//junit_result.xml'> '--xml' '<https://build.ecf-project.org/hudson/job/C-HEAD-remoteservice.rosgi.feature/ws//coverage_report.xml'> '--flatXML'
INFO:  Starting test session org.eclipse.ecf.tests.remoteservice.r-osgi
INFO:  Running test org.eclipse.ecf.tests.remoteservice.r_osgi.ROsgiConcatConsumerTest.testGetServiceReferences...
INFO:    ...Failure [0.379s]
WARN:  junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.eclipse.ecf.tests.remoteservice.AbstractConcatConsumerTestCase.testGetServiceReferences(AbstractConcatConsumerTestCase.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62)
	at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:23)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)


INFO:  Running test org.eclipse.ecf.tests.remoteservice.r_osgi.ROsgiConcatConsumerTest.testGetRemoteServiceIDs...
INFO:    ...Failure [0.005s]
WARN:  junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.eclipse.ecf.tests.remoteservice.AbstractConcatConsumerTestCase.testGetRemoteServiceIDs(AbstractConcatConsumerTestCase.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62)
	at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:23)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)


INFO:  Running test org.eclipse.ecf.tests.remoteservice.r_osgi.ROsgiConcatConsumerTest.testGetRemoteServiceReferenceObjectClass...
Build timed out. Aborting
ERROR: null
Terminating xvnc.
[workspace] $ vncserver -kill :10
Killing Xvnc process ID 25494
Recording test results
Emma: looking for coverage reports in the provided path: coverage_report.xml
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



Back to the top