You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notification@tuscany.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/07/14 20:57:20 UTC

Build failed in Jenkins: Tuscany-2x #1759

See <https://builds.apache.org/job/Tuscany-2x/1759/>

------------------------------------------
[...truncated 25351 lines...]
Jul 14, 2015 6:56:34 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rest - http://localhost:8085/httpbinding/
Jul 14, 2015 6:56:34 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 14, 2015 6:56:34 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/httpbinding/
Jul 14, 2015 6:56:34 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /httpbinding/*
Jul 14, 2015 6:56:34 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 14, 2015 6:56:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.212 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 14, 2015 6:56:41 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 14, 2015 6:56:41 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 14, 2015 6:56:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 24 seconds
[INFO] Finished at: Tue Jul 14 18:56:43 UTC 2015
[INFO] Final Memory: 273M/990M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1778

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1778/>

------------------------------------------
[...truncated 25286 lines...]
Aug 2, 2015 7:42:16 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Aug 2, 2015 7:42:16 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Aug 2, 2015 7:42:16 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Aug 2, 2015 7:42:16 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Aug 2, 2015 7:42:16 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Aug 2, 2015 7:43:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Aug 2, 2015 7:43:42 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Aug 2, 2015 7:43:42 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Aug 2, 2015 7:43:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Aug 2, 2015 7:43:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Aug 2, 2015 7:43:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Aug 2, 2015 7:43:44 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Aug 2, 2015 7:43:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Aug 2, 2015 7:43:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Aug 2, 2015 7:43:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56 minutes 20 seconds
[INFO] Finished at: Sun Aug 02 19:45:06 UTC 2015
[INFO] Final Memory: 273M/1134M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1777

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1777/>

------------------------------------------
[...truncated 31645 lines...]
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Aug 1, 2015 7:27:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Aug 1, 2015 7:27:57 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Aug 1, 2015 7:27:57 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Aug 1, 2015 7:27:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 18 seconds
[INFO] Finished at: Sat Aug 01 19:28:45 UTC 2015
[INFO] Final Memory: 289M/975M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1776

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1776/>

------------------------------------------
[...truncated 25351 lines...]
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Jul 31, 2015 7:00:33 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@0.0.0.0:8080
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy44.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 31, 2015 7:00:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 31, 2015 7:00:56 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 31, 2015 7:00:56 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 31, 2015 7:00:57 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 minutes 10 seconds
[INFO] Finished at: Fri Jul 31 19:01:14 UTC 2015
[INFO] Final Memory: 273M/1134M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1775

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1775/>

------------------------------------------
[...truncated 31709 lines...]
	at $Proxy34.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 30, 2015 7:04:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 30, 2015 7:04:23 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 30, 2015 7:04:23 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 30, 2015 7:04:24 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.356 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18 minutes 20 seconds
[INFO] Finished at: Thu Jul 30 19:04:27 UTC 2015
[INFO] Final Memory: 287M/978M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1774

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1774/>

------------------------------------------
[...truncated 31644 lines...]
	at $Proxy44.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 29, 2015 7:07:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 29, 2015 7:07:08 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 29, 2015 7:07:08 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 29, 2015 7:07:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.352 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18 minutes 36 seconds
[INFO] Finished at: Wed Jul 29 19:07:11 UTC 2015
[INFO] Final Memory: 288M/1046M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1773

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1773/>

------------------------------------------
[...truncated 31709 lines...]
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 28, 2015 7:24:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 28, 2015 7:24:51 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 28, 2015 7:24:51 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 28, 2015 7:24:52 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35 minutes 48 seconds
[INFO] Finished at: Tue Jul 28 19:24:56 UTC 2015
[INFO] Final Memory: 287M/978M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1772

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1772/>

------------------------------------------
[...truncated 25318 lines...]
Content updated: 8
Content sent: 8
Jul 27, 2015 7:01:59 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 27, 2015 7:01:59 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Binary/
Jul 27, 2015 7:01:59 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Binary/*
Jul 27, 2015 7:01:59 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy25.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 27, 2015 7:02:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 27, 2015 7:02:07 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 27, 2015 7:02:07 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 27, 2015 7:02:09 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.933 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 22 seconds
[INFO] Finished at: Mon Jul 27 19:02:14 UTC 2015
[INFO] Final Memory: 273M/1024M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1771

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1771/>

------------------------------------------
[...truncated 25351 lines...]
Jul 26, 2015 6:52:35 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jul 26, 2015 6:52:35 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jul 26, 2015 6:52:35 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jul 26, 2015 6:52:35 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jul 26, 2015 6:52:35 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 26, 2015 6:52:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 26, 2015 6:52:43 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 26, 2015 6:52:43 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 26, 2015 6:52:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 22 seconds
[INFO] Finished at: Sun Jul 26 18:52:46 UTC 2015
[INFO] Final Memory: 274M/1182M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1770

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1770/>

------------------------------------------
[...truncated 25351 lines...]
Jul 25, 2015 6:53:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jul 25, 2015 6:53:44 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jul 25, 2015 6:53:44 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jul 25, 2015 6:53:44 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jul 25, 2015 6:53:44 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 25, 2015 6:53:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 25, 2015 6:53:50 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 25, 2015 6:53:50 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 25, 2015 6:53:51 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 58 seconds
[INFO] Finished at: Sat Jul 25 18:53:53 UTC 2015
[INFO] Final Memory: 273M/1028M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1769

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1769/>

------------------------------------------
[...truncated 31712 lines...]
	at $Proxy34.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 24, 2015 7:06:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 24, 2015 7:06:12 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 24, 2015 7:06:12 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 24, 2015 7:06:13 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 minutes 17 seconds
[INFO] Finished at: Fri Jul 24 19:06:16 UTC 2015
[INFO] Final Memory: 287M/977M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1768

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1768/>

------------------------------------------
[...truncated 25351 lines...]
Jul 23, 2015 6:53:10 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jul 23, 2015 6:53:10 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jul 23, 2015 6:53:10 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jul 23, 2015 6:53:10 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jul 23, 2015 6:53:10 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 23, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 23, 2015 6:53:16 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 23, 2015 6:53:16 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 23, 2015 6:53:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.365 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 37 seconds
[INFO] Finished at: Thu Jul 23 18:53:19 UTC 2015
[INFO] Final Memory: 273M/1145M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1767

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1767/>

------------------------------------------
[...truncated 25350 lines...]
Jul 22, 2015 6:53:21 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jul 22, 2015 6:53:21 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jul 22, 2015 6:53:21 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jul 22, 2015 6:53:21 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jul 22, 2015 6:53:21 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 22, 2015 6:53:23 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 22, 2015 6:53:23 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 22, 2015 6:53:23 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 22, 2015 6:53:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 22, 2015 6:53:26 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 22, 2015 6:53:26 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 22, 2015 6:53:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 22, 2015 6:53:27 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 22, 2015 6:53:27 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 22, 2015 6:53:28 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 22, 2015 6:53:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 22, 2015 6:53:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 22, 2015 6:53:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 15 seconds
[INFO] Finished at: Wed Jul 22 18:53:29 UTC 2015
[INFO] Final Memory: 273M/1133M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1766

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1766/>

------------------------------------------
[...truncated 25351 lines...]
Jul 21, 2015 6:54:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jul 21, 2015 6:54:50 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jul 21, 2015 6:54:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jul 21, 2015 6:54:50 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jul 21, 2015 6:54:50 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 21, 2015 6:54:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 21, 2015 6:54:55 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 21, 2015 6:54:55 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 21, 2015 6:54:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 20 seconds
[INFO] Finished at: Tue Jul 21 18:54:58 UTC 2015
[INFO] Final Memory: 273M/1146M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1765

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1765/>

------------------------------------------
[...truncated 31710 lines...]
	at $Proxy25.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 20, 2015 7:33:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 20, 2015 7:33:30 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 20, 2015 7:33:30 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 20, 2015 7:33:31 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 minutes 18 seconds
[INFO] Finished at: Mon Jul 20 19:33:34 UTC 2015
[INFO] Final Memory: 289M/978M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1764

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1764/>

------------------------------------------
[...truncated 25286 lines...]
Jul 19, 2015 6:55:22 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jul 19, 2015 6:55:22 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jul 19, 2015 6:55:22 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jul 19, 2015 6:55:22 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jul 19, 2015 6:55:22 PM org.apache.tuscany.sca.http.jetty.JettyLogger info
INFO: Stopped SelectChannelConnector@localhost:8085
Running org.apache.tuscany.sca.binding.rest.rpc.EchoServiceTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.reflect.UndeclaredThrowableException
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 19, 2015 6:55:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 19, 2015 6:55:28 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 19, 2015 6:55:28 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 19, 2015 6:55:30 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 14 seconds
[INFO] Finished at: Sun Jul 19 18:55:32 UTC 2015
[INFO] Final Memory: 273M/1157M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1763

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1763/>

------------------------------------------
[...truncated 31710 lines...]
	at $Proxy39.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 18, 2015 6:58:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 18, 2015 6:58:04 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 18, 2015 6:58:04 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 18, 2015 6:58:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 minutes 18 seconds
[INFO] Finished at: Sat Jul 18 18:58:08 UTC 2015
[INFO] Final Memory: 287M/978M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1762

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1762/>

------------------------------------------
[...truncated 31677 lines...]
	at $Proxy44.echo(Unknown Source)
	at org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase.testInvokeReference(RESTReferenceTestCase.java:61)
	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:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:24)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:180)
	at org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:86)
	at org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:58)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.tuscany.sca.core.scope.TargetResolutionException: scope container not running, lifecycleState=0
	at org.apache.tuscany.sca.core.scope.impl.StatelessScopeContainer.getWrapper(StatelessScopeContainer.java:42)
	at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke(JavaImplementationInvoker.java:122)
	at org.apache.tuscany.sca.binding.local.LocalSCABindingInvocationInterceptor.invoke(LocalSCABindingInvocationInterceptor.java:48)
	at org.apache.tuscany.sca.core.invocation.InterceptorAsyncImpl.invoke(InterceptorAsyncImpl.java:58)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:351)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:294)
	at org.apache.tuscany.sca.core.invocation.impl.JDKInvocationHandler.invoke(JDKInvocationHandler.java:125)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.doInvokeSync(AsyncJDKInvocationHandler.java:238)
	at org.apache.tuscany.sca.core.invocation.impl.AsyncJDKInvocationHandler.invoke(AsyncJDKInvocationHandler.java:157)
	... 41 more

Running org.apache.tuscany.sca.binding.rest.wireformat.binary.BinaryServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests in error: 
  testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)

Tests run: 58, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/target/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rest-runtime/2.5-SNAPSHOT/tuscany-binding-rest-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Host Extension Point
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.host.rmi.RMIHostImplTestCase
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jul 17, 2015 7:34:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9997/bar2
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 sec

Results :

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-rmi/target/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-host-rmi/2.5-SNAPSHOT/tuscany-host-rmi-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA RMI Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.binding.rmi.BindingTestCase
Jul 17, 2015 7:34:28 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jul 17, 2015 7:34:28 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/test-classes/>
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Hello from the RMI Service to - Tuscany World! thro the RMI Reference
Hi from Apache World in RMI Service to - Tuscany World! thro the RMI Reference
Expected exception :helloworld.HelloException
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jul 17, 2015 7:34:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.sca - HelloWorldRmiServiceComponent/HelloWorldRmiService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rmi-runtime/target/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-rmi-runtime/2.5-SNAPSHOT/tuscany-binding-rmi-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Websocket Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.1.v20110908/jetty-websocket-8.0.1.v20110908.pom
3K downloaded  (jetty-websocket-8.0.1.v20110908.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
[WARNING] Unable to get resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-project/8.0.1.v20110908/jetty-project-8.0.1.v20110908.pom
21K downloaded  (jetty-project-8.0.1.v20110908.pom)
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading: http://oss.sonatype.org/content/groups/jetty/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
178b downloaded  (jetty-parent-18.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908 for project org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 29 seconds
[INFO] Finished at: Fri Jul 17 19:34:33 UTC 2015
[INFO] Final Memory: 287M/977M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1761

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1761/>

------------------------------------------
[...truncated 16535 lines...]
)
Jul 16, 2015 6:56:05 PM org.apache.tuscany.sca.contribution.namespace.impl.NamespaceImportProcessor [] (AttributeNameSpaceMissing)
SEVERE: Attribute ''namespace'' is missing
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec

Results :

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-contribution/2.5-SNAPSHOT/tuscany-contribution-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-contribution/2.5-SNAPSHOT/tuscany-contribution-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Node API
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 19 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-node-api/2.5-SNAPSHOT/tuscany-node-api-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-node-api/2.5-SNAPSHOT/tuscany-node-api-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Core SPI
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.0-beta-4/buildnumber-maven-plugin-1.0-beta-4.pom
9K downloaded  (buildnumber-maven-plugin-1.0-beta-4.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom
18K downloaded  (mojo-parent-22.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.0-beta-4/buildnumber-maven-plugin-1.0-beta-4.jar
21K downloaded  (buildnumber-maven-plugin-1.0-beta-4.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
4K downloaded  (maven-antrun-plugin-1.7.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
12K downloaded  (maven-plugins-22.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
30K downloaded  (maven-antrun-plugin-1.7.jar)
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom
1K downloaded  (maven-scm-api-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom
11K downloaded  (maven-scm-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.2/maven-scm-manager-plexus-1.2.pom
2K downloaded  (maven-scm-manager-plexus-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-managers/1.2/maven-scm-managers-1.2.pom
1K downloaded  (maven-scm-managers-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.2/maven-scm-provider-svnexe-1.2.pom
2K downloaded  (maven-scm-provider-svnexe-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.2/maven-scm-providers-svn-1.2.pom
1K downloaded  (maven-scm-providers-svn-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-providers/1.2/maven-scm-providers-1.2.pom
3K downloaded  (maven-scm-providers-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-svn-commons:pom:1.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.scm:maven-scm-provider-svn-commons:pom:1.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.pom
1K downloaded  (maven-scm-provider-svn-commons-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/regexp/regexp/1.3/regexp-1.3.pom
[INFO] Unable to find resource 'regexp:regexp:pom:1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//regexp/regexp/1.3/regexp-1.3.pom
[WARNING] Unable to get resource 'regexp:regexp:pom:1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/regexp/regexp/1.3/regexp-1.3.pom
145b downloaded  (regexp-1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.2/maven-scm-provider-cvsexe-1.2.pom
2K downloaded  (maven-scm-provider-cvsexe-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.2/maven-scm-providers-cvs-1.2.pom
1K downloaded  (maven-scm-providers-cvs-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:pom:1.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:pom:1.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.pom
2K downloaded  (maven-scm-provider-cvs-commons-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.2/maven-scm-provider-starteam-1.2.pom
2K downloaded  (maven-scm-provider-starteam-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.2/maven-scm-provider-clearcase-1.2.pom
2K downloaded  (maven-scm-provider-clearcase-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.2/maven-scm-provider-perforce-1.2.pom
2K downloaded  (maven-scm-provider-perforce-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.2/maven-scm-provider-hg-1.2.pom
2K downloaded  (maven-scm-provider-hg-1.2.pom)
Downloading: http://repo1.maven.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.8/maven-scm-provider-svnjava-1.8.pom
7K downloaded  (maven-scm-provider-svnjava-1.8.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[INFO] Unable to find resource 'net.java.dev.jna:jna:pom:3.2.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[WARNING] Unable to get resource 'net.java.dev.jna:jna:pom:3.2.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
1K downloaded  (jna-3.2.2.pom)
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.1-1/svnkit-1.3.1-1.pom
1K downloaded  (svnkit-1.3.1-1.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:pom:build213-svnkit-1.3-patch' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[WARNING] Unable to get resource 'com.trilead:trilead-ssh2:pom:build213-svnkit-1.3-patch' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
716b downloaded  (trilead-ssh2-build213-svnkit-1.3-patch.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.pom
[INFO] Unable to find resource 'org.tmatesoft.sqljet:sqljet:pom:1.0.0-1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.pom
[WARNING] Unable to get resource 'org.tmatesoft.sqljet:sqljet:pom:1.0.0-1' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.pom
774b downloaded  (sqljet-1.0.0-1.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[WARNING] Unable to get resource 'org.antlr:antlr-runtime:pom:3.1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
3K downloaded  (antlr-runtime-3.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-master:pom:3.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[WARNING] Unable to get resource 'org.antlr:antlr-master:pom:3.1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
8K downloaded  (antlr-master-3.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[WARNING] Unable to get resource 'org.antlr:stringtemplate:pom:3.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository antlr-snapshot (http://antlr.org/antlr-snapshot)
Downloading: http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
1K downloaded  (stringtemplate-3.2.pom)
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.1-1/svnkit-1.3.1-1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloading: http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
82K downloaded  (maven-scm-api-1.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
[INFO] Unable to find resource 'org.antlr:antlr-runtime:jar:3.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
[INFO] Unable to find resource 'org.tmatesoft.sqljet:sqljet:jar:1.0.0-1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloading: https://repository.apache.org/content/groups/public//org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
1882K downloaded  (svnkit-1.3.1-1.jar)
Downloading: http://repo1.maven.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.8/maven-scm-provider-svnjava-1.8.jar
43K downloaded  (maven-scm-provider-svnjava-1.8.jar)
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:jar:build213-svnkit-1.3-patch' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
838K downloaded  (jna-3.2.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/regexp/regexp/1.3/regexp-1.3.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.2/maven-scm-manager-plexus-1.2.jar
10K downloaded  (maven-scm-manager-plexus-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.2/maven-scm-provider-svnexe-1.2.jar
58K downloaded  (maven-scm-provider-svnexe-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.jar
36K downloaded  (maven-scm-provider-svn-commons-1.2.jar)
[WARNING] Unable to get resource 'org.antlr:antlr-runtime:jar:3.1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.2/maven-scm-provider-cvsexe-1.2.jar
[WARNING] Unable to get resource 'org.tmatesoft.sqljet:sqljet:jar:1.0.0-1' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
[INFO] Unable to find resource 'regexp:regexp:jar:1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//regexp/regexp/1.3/regexp-1.3.jar
147K downloaded  (antlr-runtime-3.1.3.jar)
26K downloaded  (maven-scm-provider-cvsexe-1.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[WARNING] Unable to get resource 'com.trilead:trilead-ssh2:jar:build213-svnkit-1.3-patch' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
656K downloaded  (sqljet-1.0.0-1.jar)
245K downloaded  (trilead-ssh2-build213-svnkit-1.3-patch.jar)
[INFO] Unable to find resource 'org.antlr:stringtemplate:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
[INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.jar
[WARNING] Unable to get resource 'regexp:regexp:jar:1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/regexp/regexp/1.3/regexp-1.3.jar
24K downloaded  (regexp-1.3.jar)
[WARNING] Unable to get resource 'org.antlr:stringtemplate:jar:3.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[WARNING] Unable to get resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.jar
69K downloaded  (maven-scm-provider-cvs-commons-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.2/maven-scm-provider-starteam-1.2.jar
69K downloaded  (maven-scm-provider-starteam-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.2/maven-scm-provider-clearcase-1.2.jar
62K downloaded  (maven-scm-provider-clearcase-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.2/maven-scm-provider-perforce-1.2.jar
[INFO] Unable to find resource 'org.antlr:stringtemplate:jar:3.2' in repository antlr-snapshot (http://antlr.org/antlr-snapshot)
Downloading: http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
66K downloaded  (maven-scm-provider-perforce-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.2/maven-scm-provider-hg-1.2.jar
167K downloaded  (stringtemplate-3.2.jar)
51K downloaded  (maven-scm-provider-hg-1.2.jar)
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/core-spi> && svn --non-interactive update <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/core-spi>
[INFO] Working directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/core-spi>
Provider message:
The svn command failed.
Command output:
svn: SSL is not supported

[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Couldn't update project.

Embedded error: Error!
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 12 seconds
[INFO] Finished at: Thu Jul 16 18:56:19 UTC 2015
[INFO] Final Memory: 97M/901M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1760

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tuscany-2x/1760/>

------------------------------------------
[...truncated 16535 lines...]
)
Jul 15, 2015 6:52:37 PM org.apache.tuscany.sca.contribution.namespace.impl.NamespaceImportProcessor [] (AttributeNameSpaceMissing)
SEVERE: Attribute ''namespace'' is missing
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec

Results :

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-contribution/2.5-SNAPSHOT/tuscany-contribution-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/contribution/target/tuscany-contribution-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-contribution/2.5-SNAPSHOT/tuscany-contribution-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Node API
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 19 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-node-api/2.5-SNAPSHOT/tuscany-node-api-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/node-api/target/tuscany-node-api-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-node-api/2.5-SNAPSHOT/tuscany-node-api-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Core SPI
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.0-beta-4/buildnumber-maven-plugin-1.0-beta-4.pom
9K downloaded  (buildnumber-maven-plugin-1.0-beta-4.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom
18K downloaded  (mojo-parent-22.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.0-beta-4/buildnumber-maven-plugin-1.0-beta-4.jar
21K downloaded  (buildnumber-maven-plugin-1.0-beta-4.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
4K downloaded  (maven-antrun-plugin-1.7.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
12K downloaded  (maven-plugins-22.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
30K downloaded  (maven-antrun-plugin-1.7.jar)
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom
1K downloaded  (maven-scm-api-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom
11K downloaded  (maven-scm-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.2/maven-scm-manager-plexus-1.2.pom
2K downloaded  (maven-scm-manager-plexus-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-managers/1.2/maven-scm-managers-1.2.pom
1K downloaded  (maven-scm-managers-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.2/maven-scm-provider-svnexe-1.2.pom
2K downloaded  (maven-scm-provider-svnexe-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.2/maven-scm-providers-svn-1.2.pom
1K downloaded  (maven-scm-providers-svn-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-providers/1.2/maven-scm-providers-1.2.pom
3K downloaded  (maven-scm-providers-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-svn-commons:pom:1.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.scm:maven-scm-provider-svn-commons:pom:1.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.pom
1K downloaded  (maven-scm-provider-svn-commons-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/regexp/regexp/1.3/regexp-1.3.pom
[INFO] Unable to find resource 'regexp:regexp:pom:1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//regexp/regexp/1.3/regexp-1.3.pom
[WARNING] Unable to get resource 'regexp:regexp:pom:1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/regexp/regexp/1.3/regexp-1.3.pom
145b downloaded  (regexp-1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.2/maven-scm-provider-cvsexe-1.2.pom
2K downloaded  (maven-scm-provider-cvsexe-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.2/maven-scm-providers-cvs-1.2.pom
1K downloaded  (maven-scm-providers-cvs-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:pom:1.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:pom:1.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.pom
2K downloaded  (maven-scm-provider-cvs-commons-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.2/maven-scm-provider-starteam-1.2.pom
2K downloaded  (maven-scm-provider-starteam-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.2/maven-scm-provider-clearcase-1.2.pom
2K downloaded  (maven-scm-provider-clearcase-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.2/maven-scm-provider-perforce-1.2.pom
2K downloaded  (maven-scm-provider-perforce-1.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.2/maven-scm-provider-hg-1.2.pom
2K downloaded  (maven-scm-provider-hg-1.2.pom)
Downloading: http://repo1.maven.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.8/maven-scm-provider-svnjava-1.8.pom
7K downloaded  (maven-scm-provider-svnjava-1.8.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[INFO] Unable to find resource 'net.java.dev.jna:jna:pom:3.2.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[WARNING] Unable to get resource 'net.java.dev.jna:jna:pom:3.2.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
1K downloaded  (jna-3.2.2.pom)
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.1-1/svnkit-1.3.1-1.pom
1K downloaded  (svnkit-1.3.1-1.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:pom:build213-svnkit-1.3-patch' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[WARNING] Unable to get resource 'com.trilead:trilead-ssh2:pom:build213-svnkit-1.3-patch' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
716b downloaded  (trilead-ssh2-build213-svnkit-1.3-patch.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.pom
[INFO] Unable to find resource 'org.tmatesoft.sqljet:sqljet:pom:1.0.0-1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.pom
[WARNING] Unable to get resource 'org.tmatesoft.sqljet:sqljet:pom:1.0.0-1' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.pom
774b downloaded  (sqljet-1.0.0-1.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[WARNING] Unable to get resource 'org.antlr:antlr-runtime:pom:3.1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
3K downloaded  (antlr-runtime-3.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] Unable to find resource 'org.antlr:antlr-master:pom:3.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[WARNING] Unable to get resource 'org.antlr:antlr-master:pom:3.1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
8K downloaded  (antlr-master-3.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[WARNING] Unable to get resource 'org.antlr:stringtemplate:pom:3.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository antlr-snapshot (http://antlr.org/antlr-snapshot)
Downloading: http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
1K downloaded  (stringtemplate-3.2.pom)
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.1-1/svnkit-1.3.1-1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloading: http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
82K downloaded  (maven-scm-api-1.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
[INFO] Unable to find resource 'org.antlr:antlr-runtime:jar:3.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
[INFO] Unable to find resource 'org.tmatesoft.sqljet:sqljet:jar:1.0.0-1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:jar:build213-svnkit-1.3-patch' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
838K downloaded  (jna-3.2.2.jar)
Downloading: http://repo1.maven.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.8/maven-scm-provider-svnjava-1.8.jar
43K downloaded  (maven-scm-provider-svnjava-1.8.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/regexp/regexp/1.3/regexp-1.3.jar
1882K downloaded  (svnkit-1.3.1-1.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.2/maven-scm-manager-plexus-1.2.jar
10K downloaded  (maven-scm-manager-plexus-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.2/maven-scm-provider-svnexe-1.2.jar
[WARNING] Unable to get resource 'org.antlr:antlr-runtime:jar:3.1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
[INFO] Unable to find resource 'regexp:regexp:jar:1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//regexp/regexp/1.3/regexp-1.3.jar
58K downloaded  (maven-scm-provider-svnexe-1.2.jar)
147K downloaded  (antlr-runtime-3.1.3.jar)
[WARNING] Unable to get resource 'org.tmatesoft.sqljet:sqljet:jar:1.0.0-1' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.2/maven-scm-provider-svn-commons-1.2.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
36K downloaded  (maven-scm-provider-svn-commons-1.2.jar)
[WARNING] Unable to get resource 'com.trilead:trilead-ssh2:jar:build213-svnkit-1.3-patch' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/com/trilead/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.2/maven-scm-provider-cvsexe-1.2.jar
26K downloaded  (maven-scm-provider-cvsexe-1.2.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.jar
245K downloaded  (trilead-ssh2-build213-svnkit-1.3-patch.jar)
656K downloaded  (sqljet-1.0.0-1.jar)
[INFO] Unable to find resource 'org.antlr:stringtemplate:jar:3.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[WARNING] Unable to get resource 'regexp:regexp:jar:1.3' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/regexp/regexp/1.3/regexp-1.3.jar
24K downloaded  (regexp-1.3.jar)
[INFO] Unable to find resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.jar
[WARNING] Unable to get resource 'org.antlr:stringtemplate:jar:3.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[WARNING] Unable to get resource 'org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.2' from repository apache.nexus (https://repository.apache.org/content/groups/public/): Error transferring file: java.lang.RuntimeException: Could not generate DH keypair
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.2/maven-scm-provider-cvs-commons-1.2.jar
69K downloaded  (maven-scm-provider-cvs-commons-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.2/maven-scm-provider-starteam-1.2.jar
69K downloaded  (maven-scm-provider-starteam-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.2/maven-scm-provider-clearcase-1.2.jar
62K downloaded  (maven-scm-provider-clearcase-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.2/maven-scm-provider-perforce-1.2.jar
66K downloaded  (maven-scm-provider-perforce-1.2.jar)
[INFO] Unable to find resource 'org.antlr:stringtemplate:jar:3.2' in repository antlr-snapshot (http://antlr.org/antlr-snapshot)
Downloading: http://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.2/maven-scm-provider-hg-1.2.jar
167K downloaded  (stringtemplate-3.2.jar)
51K downloaded  (maven-scm-provider-hg-1.2.jar)
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/core-spi> && svn --non-interactive update <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/core-spi>
[INFO] Working directory: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/core-spi>
Provider message:
The svn command failed.
Command output:
svn: SSL is not supported

[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Couldn't update project.

Embedded error: Error!
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 2 seconds
[INFO] Finished at: Wed Jul 15 18:52:52 UTC 2015
[INFO] Final Memory: 97M/902M
[INFO] ------------------------------------------------------------------------
channel stopped