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/04/14 20:54:15 UTC

Build failed in Jenkins: Tuscany-2x #1670

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

------------------------------------------
[...truncated 25403 lines...]
Apr 14, 2015 6:53:27 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Apr 14, 2015 6:53:27 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Apr 14, 2015 6:53:27 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Apr 14, 2015 6:53:27 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Apr 14, 2015 6:53:27 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.035 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.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
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 14, 2015 6:53:30 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 14, 2015 6:53:30 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.473 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
Apr 14, 2015 6:53:33 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 14, 2015 6:53:33 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/>
Apr 14, 2015 6:53:34 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 14, 2015 6:53:34 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 14, 2015 6:53:34 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
Apr 14, 2015 6:53:34 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 14, 2015 6:53:34 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 14, 2015 6:53:34 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 14, 2015 6:53:34 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.351 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 17 seconds
[INFO] Finished at: Tue Apr 14 18:53:36 UTC 2015
[INFO] Final Memory: 274M/1158M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1737

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

------------------------------------------
[...truncated 25351 lines...]
Jun 20, 2015 6:53:55 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 20, 2015 6:53:55 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 20, 2015 6:53:55 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 20, 2015 6:53:55 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 20, 2015 6:53:55 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.01 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.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
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 20, 2015 6:53:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 20, 2015 6:53:58 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.376 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
Jun 20, 2015 6:54:01 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 20, 2015 6:54:01 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/>
Jun 20, 2015 6:54:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 20, 2015 6:54:02 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 20, 2015 6:54:02 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
Jun 20, 2015 6:54:02 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 20, 2015 6:54:02 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 20, 2015 6:54:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 20, 2015 6:54:02 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.323 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 26 seconds
[INFO] Finished at: Sat Jun 20 18:54:03 UTC 2015
[INFO] Final Memory: 273M/1144M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1736

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

------------------------------------------
[...truncated 25348 lines...]
Jun 19, 2015 10:47:11 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rest - http://localhost:8085/httpbinding/
Jun 19, 2015 10:47:11 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 19, 2015 10:47:11 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/httpbinding/
Jun 19, 2015 10:47:11 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /httpbinding/*
Jun 19, 2015 10:47:11 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.201 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 19, 2015 10:47:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 19, 2015 10:47:16 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.5 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
Jun 19, 2015 10:47:19 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 19, 2015 10:47:19 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/>
Jun 19, 2015 10:47:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 19, 2015 10:47:20 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 19, 2015 10:47:20 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
Jun 19, 2015 10:47:20 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 19, 2015 10:47:20 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 19, 2015 10:47:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 19, 2015 10:47:20 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.146 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 21 seconds
[INFO] Finished at: Fri Jun 19 22:47:21 UTC 2015
[INFO] Final Memory: 273M/990M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1735

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

------------------------------------------
[...truncated 25283 lines...]
Jun 18, 2015 7:56:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rest - http://localhost:8085/httpbinding/
Jun 18, 2015 7:56:36 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 18, 2015 7:56:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/httpbinding/
Jun 18, 2015 7:56:36 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /httpbinding/*
Jun 18, 2015 7:56:36 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.024 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 18, 2015 7:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 18, 2015 7:56: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: 1.369 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
Jun 18, 2015 7:56:42 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 18, 2015 7:56: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/>
Jun 18, 2015 7:56:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 18, 2015 7:56:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 18, 2015 7:56: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
Jun 18, 2015 7:56:43 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 18, 2015 7:56:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 18, 2015 7:56:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 18, 2015 7:56:43 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.147 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 23 seconds
[INFO] Finished at: Thu Jun 18 19:56:44 UTC 2015
[INFO] Final Memory: 273M/990M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1734

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

------------------------------------------
[...truncated 25340 lines...]
Jun 17, 2015 9:17:24 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 17, 2015 9:17:24 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 17, 2015 9:17:24 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 17, 2015 9:17:24 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 17, 2015 9:17:24 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.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.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
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 17, 2015 9:17:27 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 17, 2015 9:17:27 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.471 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
Jun 17, 2015 9:17:31 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 17, 2015 9:17:31 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/>
Jun 17, 2015 9:17:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 17, 2015 9:17:32 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 17, 2015 9:17:32 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
Jun 17, 2015 9:17:32 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 17, 2015 9:17:32 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 17, 2015 9:17:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 17, 2015 9:17:32 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.359 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 41 seconds
[INFO] Finished at: Wed Jun 17 21:17:33 UTC 2015
[INFO] Final Memory: 272M/1027M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1733

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

------------------------------------------
[...truncated 30513 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.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
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 16, 2015 7:29:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 16, 2015 7:29: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.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
Jun 16, 2015 7:29:48 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 16, 2015 7:29:48 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/>
Jun 16, 2015 7:29:49 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 16, 2015 7:29:49 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 16, 2015 7:29:49 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
Jun 16, 2015 7:29:49 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 16, 2015 7:29:49 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 16, 2015 7:29:49 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 16, 2015 7:29:49 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.322 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 8 minutes 54 seconds
[INFO] Finished at: Tue Jun 16 19:29:52 UTC 2015
[INFO] Final Memory: 276M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1732

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

------------------------------------------
[...truncated 25351 lines...]
Jun 15, 2015 6:51:59 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 15, 2015 6:51:59 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 15, 2015 6:51:59 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 15, 2015 6:51:59 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 15, 2015 6:51: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.012 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.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
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 15, 2015 6:52:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 15, 2015 6:52: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.232 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
Jun 15, 2015 6:52:04 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 15, 2015 6:52: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/>
Jun 15, 2015 6:52:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 15, 2015 6:52:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 15, 2015 6:52: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
Jun 15, 2015 6:52:05 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 15, 2015 6:52:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 15, 2015 6:52:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 15, 2015 6:52: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.334 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 12 seconds
[INFO] Finished at: Mon Jun 15 18:52:07 UTC 2015
[INFO] Final Memory: 274M/1167M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1731

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

------------------------------------------
[...truncated 25348 lines...]
Jun 14, 2015 6:56:30 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 14, 2015 6:56:30 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 14, 2015 6:56:30 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 14, 2015 6:56:30 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 14, 2015 6:56:30 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.039 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.03 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
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 14, 2015 6:56:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 14, 2015 6:56:33 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.243 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
Jun 14, 2015 6:56:36 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 14, 2015 6:56:36 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/>
Jun 14, 2015 6:56:37 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 14, 2015 6:56:37 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 14, 2015 6:56:37 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
Jun 14, 2015 6:56:37 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 14, 2015 6:56:37 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 14, 2015 6:56:37 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 14, 2015 6:56:37 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.728 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 27 seconds
[INFO] Finished at: Sun Jun 14 18:56:39 UTC 2015
[INFO] Final Memory: 272M/1024M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1730

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

------------------------------------------
[...truncated 26143 lines...]
Jun 13, 2015 6:53:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 13, 2015 6:53:42 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 13, 2015 6:53:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 13, 2015 6:53:42 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 13, 2015 6:53:42 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.014 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 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.007 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 13, 2015 6:53:44 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 13, 2015 6:53:44 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.345 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
Jun 13, 2015 6:53:47 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 13, 2015 6:53:47 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/>
Jun 13, 2015 6:53:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 13, 2015 6:53:48 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 13, 2015 6:53:48 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
Jun 13, 2015 6:53:48 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 13, 2015 6:53:48 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 13, 2015 6:53:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 13, 2015 6:53:48 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.341 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 37 seconds
[INFO] Finished at: Sat Jun 13 18:53:50 UTC 2015
[INFO] Final Memory: 274M/1149M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1729

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

------------------------------------------
[...truncated 30786 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
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 12, 2015 6:56:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 12, 2015 6:56: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.472 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
Jun 12, 2015 6:56:27 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 12, 2015 6:56:27 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/>
Jun 12, 2015 6:56:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 12, 2015 6:56:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 12, 2015 6:56:28 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
Jun 12, 2015 6:56:28 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 12, 2015 6:56:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 12, 2015 6:56:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 12, 2015 6:56: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.327 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: 8 minutes 45 seconds
[INFO] Finished at: Fri Jun 12 18:56:31 UTC 2015
[INFO] Final Memory: 285M/981M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1728

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

------------------------------------------
[...truncated 31707 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
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 11, 2015 6:58:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 11, 2015 6:58: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: 1.347 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
Jun 11, 2015 6:58:06 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 11, 2015 6:58:06 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/>
Jun 11, 2015 6:58:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 11, 2015 6:58:07 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 11, 2015 6:58:07 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
Jun 11, 2015 6:58:07 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 11, 2015 6:58:07 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 11, 2015 6:58:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 11, 2015 6:58:07 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.124 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 9 seconds
[INFO] Finished at: Thu Jun 11 18:58:11 UTC 2015
[INFO] Final Memory: 290M/977M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1727

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

------------------------------------------
[...truncated 34953 lines...]
	artifact = org.apache.tuscany.sca:tuscany-policy-wspolicy:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-policy-wspolicy:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/policy-wspolicy/pom.xml>
[INFO] Processing artifact: org.apache.wink:wink-client-apache-httpclient:jar:1.3.0:compile
[INFO] Processing artifact: org.eclipse.emf:common:jar:2.2.3:compile
[INFO] Processing artifact: org.eclipse.core:runtime:jar:3.4.0-v20080512:runtime
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-script:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-script:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-script/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-domain-hazelcast:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-domain-hazelcast:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/domain-hazelcast/pom.xml>
[INFO] Processing artifact: org.codehaus.groovy:groovy-all:jar:1.7.1:runtime
[INFO] Processing artifact: org.apache.axis2:org.apache.axis2.osgi:jar:1.5.3:compile
[INFO] Overriding the manifest for org.apache.axis2:org.apache.axis2.osgi:jar:1.5.3:compile
[INFO] Processing artifact: org.apache.ode:ode-bpel-runtime:jar:1.3.2:compile
[INFO] Processing artifact: org.eclipse.emf:ecore-change:jar:2.2.3:compile
[INFO] Processing artifact: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.4:compile
[INFO] Processing artifact: org.apache.openjpa:openjpa:jar:1.2.1:compile
[INFO] Processing artifact: org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0.1:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-ws-runtime-jaxws:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-ws-runtime-jaxws/pom.xml>
[INFO] Processing artifact: jdom:jdom:jar:1.0:compile
[INFO] Processing artifact: org.apache.ode:ode-bpel-compiler:jar:1.3.2:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-host-corba-jee:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-host-corba-jee:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/host-corba-jee/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-rest-runtime:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-rest-runtime:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-rest-runtime/pom.xml>
[INFO] Processing artifact: wsdl4j:wsdl4j:jar:1.6.2:compile
[INFO] Processing artifact: org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] Processing artifact: org.apache.geronimo.components:geronimo-connector:jar:2.1.4:compile
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-binding-jsonrpc:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-binding-jsonrpc:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-jsonrpc/pom.xml>
[INFO] Processing artifact: active project artifact:
	artifact = org.apache.tuscany.sca:tuscany-implementation-python:jar:2.5-SNAPSHOT:compile;
	project: MavenProject: org.apache.tuscany.sca:tuscany-implementation-python:2.5-SNAPSHOT @ <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/implementation-python/pom.xml>
[INFO] Processing artifact: commons-codec:commons-codec:jar:1.6:compile
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ejb-runtime/tuscany-binding-ejb-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-osgi-runtime/tuscany-implementation-osgi-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-host-jetty/tuscany-host-jetty-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ws-runtime-axis2/tuscany-binding-ws-runtime-axis2-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-python-runtime/tuscany-implementation-python-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jms-runtime/tuscany-binding-jms-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-spring-runtime/tuscany-implementation-spring-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rest-runtime/tuscany-binding-rest-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-atom-runtime/tuscany-binding-atom-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-widget-runtime/tuscany-implementation-widget-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-base-runtime-pom/tuscany-base-runtime-pom-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-bpel-runtime/tuscany-implementation-bpel-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-corba-runtime/tuscany-binding-corba-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rmi-runtime/tuscany-binding-rmi-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonrpc-runtime/tuscany-binding-jsonrpc-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-script-runtime/tuscany-implementation-script-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonp-runtime/tuscany-binding-jsonp-runtime-manifest.jar>
[INFO] Generating manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-web-runtime/tuscany-implementation-web-runtime-manifest.jar>
[INFO] Generating equinox manifest jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-sca-equinox-manifest.jar>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ejb-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-osgi-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-host-jetty/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ws-runtime-axis2/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-python-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jms-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-spring-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rest-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-atom-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-widget-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-base-runtime-pom/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-bpel-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-corba-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rmi-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonrpc-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-script-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonp-runtime/build-path.xml>
[INFO] Generating ANT build path: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-web-runtime/build-path.xml>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ejb-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-osgi-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-host-jetty/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-ws-runtime-axis2/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-python-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jms-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-spring-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rest-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-atom-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-widget-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-base-runtime-pom/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-bpel-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-corba-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-rmi-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonrpc-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-script-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-binding-jsonp-runtime/which-jars>
[INFO] Generating Which Jars: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/features/tuscany-implementation-web-runtime/which-jars>
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin-distribution.xml
[INFO] Reading assembly descriptor: src/main/assembly/src.xml
[WARNING] POM for 'org.opensaml:opensaml:pom:2.2.3:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building tar : <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.tar.gz>
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building zip: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.zip>
[INFO] Building tar : <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.tar.gz>
[INFO] Building zip: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.tar.gz> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.tar.gz>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.zip> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.zip>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.tar.gz> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT-src.tar.gz>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT-src.zip>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest Distribution
[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] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/distribution/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-distribution/2.5-SNAPSHOT/itest-distribution-2.5-SNAPSHOT.pom>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest Distribution Src Distro Unzip
[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/testing/itest/distribution/src-distro-unzip/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/testing/itest/distribution/src-distro-unzip/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/testing/itest/distribution/src-distro-unzip/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/testing/itest/distribution/src-distro-unzip/target/itest-src-distro-unzip-2.5-SNAPSHOT.jar>
[INFO] [antrun:run {execution: run-samples}]
[INFO] Executing tasks

unzip:
    [unzip] Expanding: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip> into <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.dir>
[INFO] Executed tasks
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/distribution/src-distro-unzip/target/itest-src-distro-unzip-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-src-distro-unzip/2.5-SNAPSHOT/itest-src-distro-unzip-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest Distribution Src Distro RAT
[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/testing/itest/distribution/src-distro-rat/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/testing/itest/distribution/src-distro-rat/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/testing/itest/distribution/src-distro-rat/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/testing/itest/distribution/src-distro-rat/target/itest-distribution-src-dsitro-rat-2.5-SNAPSHOT.jar>
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/CHANGES
[INFO] Exclude: **/*.MF
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/itest/spi/spi-safe.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/compliance-tests/binding-ws/sca_variables.dtd
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/engine/repository/modules/modules.list
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/engine/repository/services/services.list
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-tie/src/main/resources/META-INF/spring.handlers
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-tie/src/main/resources/META-INF/spring.schemas
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-runtime/src/main/resources/META-INF/spring.handlers
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-runtime/src/main/resources/META-INF/spring.schemas
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/maven/archetypes/binding/src/test/resources/projects/basic/goal.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/maven/archetypes/implementation/src/test/resources/projects/basic/goal.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/__init__.py
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/utils/__init__.py
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/maven/archetypes/policy/src/test/resources/projects/basic/goal.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/assembly-xsd/**/*.*
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/sca-api/**/*.*
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/assembly-xml/src/main/resources/META-INF/sca-policy-1.1-intents-definitions-cd04.xml
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/sca-client-impl/src/main/java/org/apache/tuscany/sca/client/impl/SCAClientFactoryFinderImpl.java
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-comet-runtime/src/main/resources/jquery.guid.js
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-comet-runtime/src/main/resources/jquery.json-2.2.min.js
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/utils/simplejson/*
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Too many unapproved licenses: 1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19 minutes 22 seconds
[INFO] Finished at: Wed Jun 10 19:19:35 UTC 2015
[INFO] Final Memory: 551M/1716M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
channel stopped
2015-06-10 19:20:09.879:INFO::Shutdown hook executing
2015-06-10 19:20:09.879:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1726

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

------------------------------------------
[...truncated 42885 lines...]
[INFO] Unable to find resource 'com.jcraft:jsch:pom:0.1.23' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://svn.apache.org/repos/asf/openejb/repo/com/jcraft/jsch/0.1.23/jsch-0.1.23.pom
[INFO] Unable to find resource 'com.jcraft:jsch:pom:0.1.23' in repository openejb-repository (http://svn.apache.org/repos/asf/openejb/repo)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/com/jcraft/jsch/0.1.23/jsch-0.1.23.pom
[INFO] Unable to find resource 'com.jcraft:jsch:pom:0.1.23' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//com/jcraft/jsch/0.1.23/jsch-0.1.23.pom
[INFO] Unable to find resource 'com.jcraft:jsch:pom:0.1.23' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.23/jsch-0.1.23.pom
485b downloaded  (jsch-0.1.23.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.pom
2K downloaded  (plexus-interpolation-1.7.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-12/plexus-archiver-1.0-alpha-12.pom
1K downloaded  (plexus-archiver-1.0-alpha-12.pom)
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-io/1.0-alpha-4/plexus-io-1.0-alpha-4.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-io:pom:1.0-alpha-4' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://www.intalio.org/public/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-4/plexus-io-1.0-alpha-4.pom
1K downloaded  (plexus-io-1.0-alpha-4.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-active-collections/1.0-beta-2/plexus-active-collections-1.0-beta-2.pom
2K downloaded  (plexus-active-collections-1.0-beta-2.pom)
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-container-default/1.0-alpha-22/plexus-container-default-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-22' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://www.intalio.org/public/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-22/plexus-container-default-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-22' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://svn.apache.org/repos/asf/openejb/repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-22/plexus-container-default-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-22' in repository openejb-repository (http://svn.apache.org/repos/asf/openejb/repo)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/codehaus/plexus/plexus-container-default/1.0-alpha-22/plexus-container-default-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-22' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/codehaus/plexus/plexus-container-default/1.0-alpha-22/plexus-container-default-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-22' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-22/plexus-container-default-1.0-alpha-22.pom
2K downloaded  (plexus-container-default-1.0-alpha-22.pom)
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-containers/1.0-alpha-22/plexus-containers-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-containers:pom:1.0-alpha-22' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://www.intalio.org/public/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-22/plexus-containers-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-containers:pom:1.0-alpha-22' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://svn.apache.org/repos/asf/openejb/repo/org/codehaus/plexus/plexus-containers/1.0-alpha-22/plexus-containers-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-containers:pom:1.0-alpha-22' in repository openejb-repository (http://svn.apache.org/repos/asf/openejb/repo)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/codehaus/plexus/plexus-containers/1.0-alpha-22/plexus-containers-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-containers:pom:1.0-alpha-22' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/codehaus/plexus/plexus-containers/1.0-alpha-22/plexus-containers-1.0-alpha-22.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-containers:pom:1.0-alpha-22' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-22/plexus-containers-1.0-alpha-22.pom
1K downloaded  (plexus-containers-1.0-alpha-22.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.pom
3K downloaded  (plexus-utils-2.0.1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.1/maven-common-artifact-filters-1.1.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar
29K downloaded  (maven-common-artifact-filters-1.1.jar)
216K downloaded  (plexus-utils-2.0.1.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-12/plexus-archiver-1.0-alpha-12.jar
172K downloaded  (plexus-archiver-1.0-alpha-12.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.7/plexus-interpolation-1.7.jar
49K downloaded  (plexus-interpolation-1.7.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-4/plexus-io-1.0-alpha-4.jar
47K downloaded  (plexus-io-1.0-alpha-4.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-active-collections/1.0-beta-2/plexus-active-collections-1.0-beta-2.jar
20K downloaded  (plexus-active-collections-1.0-beta-2.jar)
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin-distribution.xml
[INFO] Reading assembly descriptor: src/main/assembly/src.xml
[WARNING] POM for 'org.opensaml:opensaml:pom:2.2.3:compile' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building tar : <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.tar.gz>
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-distribution-all:pom:2.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building zip: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.zip>
[INFO] Building tar : <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.tar.gz>
[INFO] Building zip: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.tar.gz> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.tar.gz>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.zip> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT.zip>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.tar.gz> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT-src.tar.gz>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-distribution-all/2.5-SNAPSHOT/tuscany-distribution-all-2.5-SNAPSHOT-src.zip>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest Distribution
[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] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/distribution/pom.xml> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-distribution/2.5-SNAPSHOT/itest-distribution-2.5-SNAPSHOT.pom>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest Distribution Src Distro Unzip
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
4K downloaded  (maven-antrun-plugin-1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar
23K downloaded  (maven-antrun-plugin-1.3.jar)
[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/testing/itest/distribution/src-distro-unzip/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/testing/itest/distribution/src-distro-unzip/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/testing/itest/distribution/src-distro-unzip/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/testing/itest/distribution/src-distro-unzip/target/itest-src-distro-unzip-2.5-SNAPSHOT.jar>
Downloading: http://repo1.maven.org/maven2/ant/ant-trax/1.6.5/ant-trax-1.6.5.pom
145b downloaded  (ant-trax-1.6.5.pom)
Downloading: http://repo1.maven.org/maven2/ant/ant-trax/1.6.5/ant-trax-1.6.5.jar
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
67K downloaded  (ant-trax-1.6.5.jar)
1291K downloaded  (ant-1.7.1.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
11K downloaded  (ant-launcher-1.7.1.jar)
[INFO] [antrun:run {execution: run-samples}]
[INFO] Executing tasks

unzip:
    [unzip] Expanding: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.zip> into <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT-src.dir>
[INFO] Executed tasks
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/testing/itest/distribution/src-distro-unzip/target/itest-src-distro-unzip-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/itest-src-distro-unzip/2.5-SNAPSHOT/itest-src-distro-unzip-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA iTest Distribution Src Distro RAT
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/rat/apache-rat-plugin/0.6/apache-rat-plugin-0.6.pom
5K downloaded  (apache-rat-plugin-0.6.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/rat/apache-rat-project/0.6/apache-rat-project-0.6.pom
12K downloaded  (apache-rat-project-0.6.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/rat/apache-rat-plugin/0.6/apache-rat-plugin-0.6.jar
31K downloaded  (apache-rat-plugin-0.6.jar)
[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/testing/itest/distribution/src-distro-rat/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/testing/itest/distribution/src-distro-rat/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/testing/itest/distribution/src-distro-rat/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/testing/itest/distribution/src-distro-rat/target/itest-distribution-src-dsitro-rat-2.5-SNAPSHOT.jar>
Downloading: http://repo1.maven.org/maven2/org/apache/rat/apache-rat-core/0.6/apache-rat-core-0.6.pom
2K downloaded  (apache-rat-core-0.6.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1/maven-plugin-testing-harness-1.0-beta-1.pom
1K downloaded  (maven-plugin-testing-harness-1.0-beta-1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/1/maven-shared-components-1.pom
1K downloaded  (maven-shared-components-1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.0-beta-1/maven-plugin-testing-harness-1.0-beta-1.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/junit/junit/3.8.2/junit-3.8.2.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar
Downloading: http://repo1.maven.org/maven2/org/apache/rat/apache-rat-core/0.6/apache-rat-core-0.6.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/maven/doxia/doxia-core/1.0-alpha-8/doxia-core-1.0-alpha-8.jar
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:jar:1.0-alpha-8' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/maven/doxia/doxia-core/1.0-alpha-8/doxia-core-1.0-alpha-8.jar
[INFO] Unable to find resource 'junit:junit:jar:3.8.2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//junit/junit/3.8.2/junit-3.8.2.jar
17K downloaded  (maven-plugin-testing-harness-1.0-beta-1.jar)
96K downloaded  (apache-rat-core-0.6.jar)
177K downloaded  (plexus-utils-1.4.jar)
[INFO] Unable to find resource 'junit:junit:jar:3.8.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
117K downloaded  (junit-3.8.2.jar)
199K downloaded  (doxia-core-1.0-alpha-8.jar)
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/CHANGES
[INFO] Exclude: **/*.MF
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/itest/spi/spi-safe.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/compliance-tests/binding-ws/sca_variables.dtd
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/itest/implementation-spring/src/main/resources/implementation/policies/CalculatorJass.config
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/engine/repository/modules/modules.list
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/engine/repository/services/services.list
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-tie/src/main/resources/META-INF/spring.handlers
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-tie/src/main/resources/META-INF/spring.schemas
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-runtime/src/main/resources/META-INF/spring.handlers
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-spring-runtime/src/main/resources/META-INF/spring.schemas
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/maven/archetypes/binding/src/test/resources/projects/basic/goal.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/maven/archetypes/implementation/src/test/resources/projects/basic/goal.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/__init__.py
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/utils/__init__.py
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/maven/archetypes/policy/src/test/resources/projects/basic/goal.txt
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/assembly-xsd/**/*.*
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/sca-api/**/*.*
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/assembly-xml/src/main/resources/META-INF/sca-policy-1.1-intents-definitions-cd04.xml
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/sca-client-impl/src/main/java/org/apache/tuscany/sca/client/impl/SCAClientFactoryFinderImpl.java
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-comet-runtime/src/main/resources/jquery.guid.js
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/binding-comet-runtime/src/main/resources/jquery.json-2.2.min.js
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/modules/implementation-python-runtime/src/main/resources/django/utils/simplejson/*
[INFO] Exclude: tuscany-sca-2.5-SNAPSHOT-src/testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Too many unapproved licenses: 1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 67 minutes 19 seconds
[INFO] Finished at: Tue Jun 09 19:53:58 UTC 2015
[INFO] Final Memory: 554M/1810M
[INFO] ------------------------------------------------------------------------
channel stopped
2015-06-09 19:54:24.882:INFO::Shutdown hook executing
2015-06-09 19:54:24.882:INFO::Shutdown hook complete

Build failed in Jenkins: Tuscany-2x #1725

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

------------------------------------------
[...truncated 25369 lines...]
Jun 8, 2015 6:51:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 8, 2015 6:51:43 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 8, 2015 6:51:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 8, 2015 6:51:43 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 8, 2015 6:51:43 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.019 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
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 8, 2015 6:51:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 8, 2015 6:51: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.369 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
Jun 8, 2015 6:51:49 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 8, 2015 6:51:49 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/>
Jun 8, 2015 6:51:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 8, 2015 6:51:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 8, 2015 6:51:50 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
Jun 8, 2015 6:51:50 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 8, 2015 6:51:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 8, 2015 6:51:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 8, 2015 6:51:50 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.398 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 17 seconds
[INFO] Finished at: Mon Jun 08 18:51:52 UTC 2015
[INFO] Final Memory: 273M/1133M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1724

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

------------------------------------------
[...truncated 25402 lines...]
Jun 7, 2015 6:51:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 7, 2015 6:51:50 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 7, 2015 6:51:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 7, 2015 6:51:50 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 7, 2015 6:51: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.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.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
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 7, 2015 6:51:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 7, 2015 6:51: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.441 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
Jun 7, 2015 6:51:55 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 7, 2015 6:51: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/>
Jun 7, 2015 6:51:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 7, 2015 6:51:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 7, 2015 6:51: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
Jun 7, 2015 6:51:56 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 7, 2015 6:51:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 7, 2015 6:51:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 7, 2015 6:51: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.329 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 9 seconds
[INFO] Finished at: Sun Jun 07 18:51:58 UTC 2015
[INFO] Final Memory: 273M/1132M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1723

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

------------------------------------------
[...truncated 25404 lines...]
Jun 6, 2015 6:54:41 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 6, 2015 6:54:41 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 6, 2015 6:54:41 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 6, 2015 6:54:41 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 6, 2015 6:54:41 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.017 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.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
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 6, 2015 6:54:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 6, 2015 6:54:43 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.235 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
Jun 6, 2015 6:54:46 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 6, 2015 6:54:46 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/>
Jun 6, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 6, 2015 6:54:47 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 6, 2015 6:54:47 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
Jun 6, 2015 6:54:48 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 6, 2015 6:54:48 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 6, 2015 6:54:48 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 6, 2015 6:54:48 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.364 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 43 seconds
[INFO] Finished at: Sat Jun 06 18:54:49 UTC 2015
[INFO] Final Memory: 273M/1133M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1722

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

------------------------------------------
[...truncated 25340 lines...]
Jun 5, 2015 6:57:13 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 5, 2015 6:57:13 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 5, 2015 6:57:13 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 5, 2015 6:57:13 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 5, 2015 6:57:13 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.018 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 sec <<< FAILURE!
testInvokeReference(org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase)  Time elapsed: 0.003 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.01 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 5, 2015 6:57:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 5, 2015 6:57:17 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.436 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
Jun 5, 2015 6:57:20 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 5, 2015 6:57:20 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/>
Jun 5, 2015 6:57:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 5, 2015 6:57:22 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 5, 2015 6:57:22 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
Jun 5, 2015 6:57:22 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 5, 2015 6:57:22 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 5, 2015 6:57:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 5, 2015 6:57:22 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.69 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 35 seconds
[INFO] Finished at: Fri Jun 05 18:57:23 UTC 2015
[INFO] Final Memory: 272M/1082M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1721

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

------------------------------------------
[...truncated 30447 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.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
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 4, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 4, 2015 6:55: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.366 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
Jun 4, 2015 6:55:49 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 4, 2015 6:55:49 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/>
Jun 4, 2015 6:55:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 4, 2015 6:55:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 4, 2015 6:55:50 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
Jun 4, 2015 6:55:50 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 4, 2015 6:55:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 4, 2015 6:55:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 4, 2015 6:55:50 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.364 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 2 seconds
[INFO] Finished at: Thu Jun 04 18:55:53 UTC 2015
[INFO] Final Memory: 280M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1720

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

------------------------------------------
[...truncated 30513 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.005 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.004 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
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 3, 2015 7:05:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 3, 2015 7:05: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.461 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
Jun 3, 2015 7:05:17 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 3, 2015 7:05:17 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/>
Jun 3, 2015 7:05:18 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 3, 2015 7:05:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 3, 2015 7:05: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
Jun 3, 2015 7:05:18 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 3, 2015 7:05:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 3, 2015 7:05:18 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 3, 2015 7:05: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.631 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 12 minutes 46 seconds
[INFO] Finished at: Wed Jun 03 19:05:22 UTC 2015
[INFO] Final Memory: 280M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1719

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

------------------------------------------
[...truncated 25405 lines...]
Content updated: 8
Content sent: 8
Jun 2, 2015 6:56:36 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 2, 2015 6:56:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Binary/
Jun 2, 2015 6:56:36 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Binary/*
Jun 2, 2015 6:56:36 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.003 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.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
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 2, 2015 6:56:39 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 2, 2015 6:56: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.456 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
Jun 2, 2015 6:56:42 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 2, 2015 6:56: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/>
Jun 2, 2015 6:56:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 2, 2015 6:56:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 2, 2015 6:56: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
Jun 2, 2015 6:56:43 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 2, 2015 6:56:43 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 2, 2015 6:56:43 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 2, 2015 6:56:43 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.281 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: 8 minutes 14 seconds
[INFO] Finished at: Tue Jun 02 18:56:44 UTC 2015
[INFO] Final Memory: 273M/1145M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1718

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

------------------------------------------
[...truncated 25372 lines...]
Jun 1, 2015 6:53:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Jun 1, 2015 6:53:56 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Jun 1, 2015 6:53:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Jun 1, 2015 6:53:56 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Jun 1, 2015 6:53:56 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.015 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.002 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
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Jun 1, 2015 6:54:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Jun 1, 2015 6:54:00 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.26 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
Jun 1, 2015 6:54:02 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Jun 1, 2015 6:54:03 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/>
Jun 1, 2015 6:54:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Jun 1, 2015 6:54:04 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 1, 2015 6:54:04 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
Jun 1, 2015 6:54:04 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jun 1, 2015 6:54:04 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Jun 1, 2015 6:54:04 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Jun 1, 2015 6:54:04 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}]
[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 48 seconds
[INFO] Finished at: Mon Jun 01 18:54:05 UTC 2015
[INFO] Final Memory: 273M/1132M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1717

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

------------------------------------------
[...truncated 25405 lines...]
May 31, 2015 6:52:48 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
May 31, 2015 6:52:48 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
May 31, 2015 6:52:48 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
May 31, 2015 6:52:48 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
May 31, 2015 6:52:48 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.01 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.002 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.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
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 31, 2015 6:52:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 31, 2015 6:52:51 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.631 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
May 31, 2015 6:52:54 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 31, 2015 6:52:54 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/>
May 31, 2015 6:52:55 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 31, 2015 6:52:55 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 31, 2015 6:52:55 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
May 31, 2015 6:52:55 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 31, 2015 6:52:55 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 31, 2015 6:52:55 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 31, 2015 6:52:55 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.351 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 40 seconds
[INFO] Finished at: Sun May 31 18:52:57 UTC 2015
[INFO] Final Memory: 273M/1133M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1716

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

------------------------------------------
[...truncated 30513 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
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 30, 2015 6:54:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 30, 2015 6:54: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.273 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
May 30, 2015 6:54:50 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 30, 2015 6:54: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/>
May 30, 2015 6:54:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 30, 2015 6:54:51 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 30, 2015 6:54: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
May 30, 2015 6:54:51 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 30, 2015 6:54:51 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 30, 2015 6:54:51 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 30, 2015 6:54: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.331 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 12 minutes 57 seconds
[INFO] Finished at: Sat May 30 18:54:54 UTC 2015
[INFO] Final Memory: 280M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1715

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

------------------------------------------
[...truncated 30513 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.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
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 29, 2015 8:16:02 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 29, 2015 8:16:02 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.48 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
May 29, 2015 8:16:04 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 29, 2015 8:16: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/>
May 29, 2015 8:16:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 29, 2015 8:16:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 29, 2015 8:16: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
May 29, 2015 8:16:06 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 29, 2015 8:16:06 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 29, 2015 8:16:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 29, 2015 8:16:06 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.324 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 16 seconds
[INFO] Finished at: Fri May 29 20:16:08 UTC 2015
[INFO] Final Memory: 280M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1714

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

------------------------------------------
[...truncated 25339 lines...]
May 28, 2015 7:45:39 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
May 28, 2015 7:45:39 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
May 28, 2015 7:45:39 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
May 28, 2015 7:45:39 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
May 28, 2015 7:45:39 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.025 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.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
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 28, 2015 7:45:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 28, 2015 7:45:42 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.29 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
May 28, 2015 7:45:45 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 28, 2015 7:45:45 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/>
May 28, 2015 7:45:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 28, 2015 7:45:46 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 28, 2015 7:45:46 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
May 28, 2015 7:45:46 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 28, 2015 7:45:46 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 28, 2015 7:45:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 28, 2015 7:45:46 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.349 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 57 seconds
[INFO] Finished at: Thu May 28 19:45:48 UTC 2015
[INFO] Final Memory: 273M/1132M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1713

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

------------------------------------------
[...truncated 23562 lines...]
    <text x="800" font-size="15" y="350" dominant-baseline="mathematical" class="name">Hello2Component</text>
    <rect x="850" y="232" fill-opacity="0.1" fill="purple" width="100" class="implementation" height="65" stroke="black" stroke-width="1"/>
    <text x="850" font-size="10" y="252" dominant-baseline="mathematical" class="name">java:HelloWorld2Impl</text>
    <polygon fill="#00CD66" class="service" points="780,210 810,210 825,225 810,240 780,240 795,225 " stroke="#008B45"/>
    <text x="780" font-size="15" y="208" dominant-baseline="mathematical" class="name">HelloWorld</text>
    <polyline fill="none" stroke-width="2" class="wire normalWire" points="625,225 795,225" stroke="black"/>
</svg>

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 sec

Results :

Tests run: 6, 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/composite-diagram/target/tuscany-composite-diagram-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/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Maven SCA Composite Diagram Plugin
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#contribution:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#runtimeClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#compositeDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#composites:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[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/maven/tuscany-diagram-plugin/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-diagram-plugin/2.5-SNAPSHOT/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web JavaScript
[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 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/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/web-javascript/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/web-javascript/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/web-javascript/target/tuscany-web-javascript-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/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Abdera Atom Feed 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 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Comet Binding Model
[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 4 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/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/binding-comet/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/binding-comet/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/binding-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/target/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA EJB Binding Runtime
[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: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 47 seconds
[INFO] Finished at: Wed May 27 19:42:23 UTC 2015
[INFO] Final Memory: 238M/1106M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1712

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

------------------------------------------
[...truncated 30514 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
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 26, 2015 7:05:08 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 26, 2015 7:05:08 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.447 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
May 26, 2015 7:05:11 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 26, 2015 7:05:11 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/>
May 26, 2015 7:05:12 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 26, 2015 7:05:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 26, 2015 7:05:12 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
May 26, 2015 7:05:12 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 26, 2015 7:05:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 26, 2015 7:05:12 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 26, 2015 7:05:12 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.343 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 7 seconds
[INFO] Finished at: Tue May 26 19:05:15 UTC 2015
[INFO] Final Memory: 279M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1711

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

------------------------------------------
[...truncated 23496 lines...]
    <text x="800" font-size="15" y="350" dominant-baseline="mathematical" class="name">Hello2Component</text>
    <rect x="850" y="232" fill-opacity="0.1" fill="purple" width="100" class="implementation" height="65" stroke="black" stroke-width="1"/>
    <text x="850" font-size="10" y="252" dominant-baseline="mathematical" class="name">java:HelloWorld2Impl</text>
    <polygon fill="#00CD66" class="service" points="780,210 810,210 825,225 810,240 780,240 795,225 " stroke="#008B45"/>
    <text x="780" font-size="15" y="208" dominant-baseline="mathematical" class="name">HelloWorld</text>
    <polyline fill="none" stroke-width="2" class="wire normalWire" points="625,225 795,225" stroke="black"/>
</svg>

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec

Results :

Tests run: 6, 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/composite-diagram/target/tuscany-composite-diagram-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/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Maven SCA Composite Diagram Plugin
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#compositeDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#composites:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#contribution:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#runtimeClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[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/maven/tuscany-diagram-plugin/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-diagram-plugin/2.5-SNAPSHOT/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web JavaScript
[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 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/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/web-javascript/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/web-javascript/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/web-javascript/target/tuscany-web-javascript-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/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Abdera Atom Feed 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 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Comet Binding Model
[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 4 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/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/binding-comet/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/binding-comet/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/binding-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/target/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA EJB Binding Runtime
[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: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 7 seconds
[INFO] Finished at: Mon May 25 18:53:45 UTC 2015
[INFO] Final Memory: 237M/1058M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1710

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

------------------------------------------
[...truncated 23561 lines...]
    <text x="800" font-size="15" y="350" dominant-baseline="mathematical" class="name">Hello2Component</text>
    <rect x="850" y="232" fill-opacity="0.1" fill="purple" width="100" class="implementation" height="65" stroke="black" stroke-width="1"/>
    <text x="850" font-size="10" y="252" dominant-baseline="mathematical" class="name">java:HelloWorld2Impl</text>
    <polygon fill="#00CD66" class="service" points="780,210 810,210 825,225 810,240 780,240 795,225 " stroke="#008B45"/>
    <text x="780" font-size="15" y="208" dominant-baseline="mathematical" class="name">HelloWorld</text>
    <polyline fill="none" stroke-width="2" class="wire normalWire" points="625,225 795,225" stroke="black"/>
</svg>

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 sec

Results :

Tests run: 6, 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/composite-diagram/target/tuscany-composite-diagram-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/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Maven SCA Composite Diagram Plugin
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#contribution:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#runtimeClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#compositeDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#composites:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[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/maven/tuscany-diagram-plugin/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-diagram-plugin/2.5-SNAPSHOT/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web JavaScript
[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 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/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/web-javascript/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/web-javascript/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/web-javascript/target/tuscany-web-javascript-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/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Abdera Atom Feed 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 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Comet Binding Model
[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 4 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/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/binding-comet/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/binding-comet/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/binding-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/target/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA EJB Binding Runtime
[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: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 48 seconds
[INFO] Finished at: Sun May 24 18:52:42 UTC 2015
[INFO] Final Memory: 239M/1120M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1709

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

------------------------------------------
[...truncated 23562 lines...]
    <text x="800" font-size="15" y="350" dominant-baseline="mathematical" class="name">Hello2Component</text>
    <rect x="850" y="232" fill-opacity="0.1" fill="purple" width="100" class="implementation" height="65" stroke="black" stroke-width="1"/>
    <text x="850" font-size="10" y="252" dominant-baseline="mathematical" class="name">java:HelloWorld2Impl</text>
    <polygon fill="#00CD66" class="service" points="780,210 810,210 825,225 810,240 780,240 795,225 " stroke="#008B45"/>
    <text x="780" font-size="15" y="208" dominant-baseline="mathematical" class="name">HelloWorld</text>
    <polyline fill="none" stroke-width="2" class="wire normalWire" points="625,225 795,225" stroke="black"/>
</svg>

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 sec

Results :

Tests run: 6, 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/composite-diagram/target/tuscany-composite-diagram-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/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Maven SCA Composite Diagram Plugin
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#contribution:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#runtimeClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#compositeDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#composites:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[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/maven/tuscany-diagram-plugin/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-diagram-plugin/2.5-SNAPSHOT/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web JavaScript
[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 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/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/web-javascript/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/web-javascript/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/web-javascript/target/tuscany-web-javascript-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/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Abdera Atom Feed 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 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Comet Binding Model
[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 4 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/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/binding-comet/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/binding-comet/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/binding-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/target/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA EJB Binding Runtime
[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: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 14 seconds
[INFO] Finished at: Sat May 23 18:53:21 UTC 2015
[INFO] Final Memory: 238M/1045M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1708

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

------------------------------------------
[...truncated 23498 lines...]
    <text x="800" font-size="15" y="350" dominant-baseline="mathematical" class="name">Hello2Component</text>
    <rect x="850" y="232" fill-opacity="0.1" fill="purple" width="100" class="implementation" height="65" stroke="black" stroke-width="1"/>
    <text x="850" font-size="10" y="252" dominant-baseline="mathematical" class="name">java:HelloWorld2Impl</text>
    <polygon fill="#00CD66" class="service" points="780,210 810,210 825,225 810,240 780,240 795,225 " stroke="#008B45"/>
    <text x="780" font-size="15" y="208" dominant-baseline="mathematical" class="name">HelloWorld</text>
    <polyline fill="none" stroke-width="2" class="wire normalWire" points="625,225 795,225" stroke="black"/>
</svg>

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec

Results :

Tests run: 6, 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/composite-diagram/target/tuscany-composite-diagram-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/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/composite-diagram/target/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-composite-diagram/2.5-SNAPSHOT/tuscany-composite-diagram-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany Maven SCA Composite Diagram Plugin
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#contribution:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.NodeDiagramMojo#runtimeClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#compositeDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#composites:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.tuscany.sca.diagram.maven.plugin.CompositeDiagramMojo#outputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[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/maven/tuscany-diagram-plugin/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/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/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/maven/tuscany-diagram-plugin/target/tuscany-diagram-plugin-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-diagram-plugin/2.5-SNAPSHOT/tuscany-diagram-plugin-2.5-SNAPSHOT.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web JavaScript
[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 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/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/web-javascript/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/web-javascript/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/web-javascript/target/tuscany-web-javascript-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/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/web-javascript/target/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-web-javascript/2.5-SNAPSHOT/tuscany-web-javascript-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Abdera Atom Feed 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 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-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-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-atom-runtime/target/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-atom-runtime/2.5-SNAPSHOT/tuscany-binding-atom-runtime-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Comet Binding Model
[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 4 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/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/binding-comet/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/binding-comet/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/binding-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-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-comet/target/tuscany-binding-comet-2.5-SNAPSHOT.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/Tuscany-2x/ws/sca-2x/modules/binding-comet/target/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar> to <https://builds.apache.org/job/Tuscany-2x/ws/.repository/org/apache/tuscany/sca/tuscany-binding-comet/2.5-SNAPSHOT/tuscany-binding-comet-2.5-SNAPSHOT-sources.jar>
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA EJB Binding Runtime
[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: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 14 seconds
[INFO] Finished at: Fri May 22 18:47:11 UTC 2015
[INFO] Final Memory: 238M/1045M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1707

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

------------------------------------------
[...truncated 27931 lines...]
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
909b downloaded  (backport-util-concurrent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-logging/commons-logging/1.1/commons-logging-1.1.pom
6K downloaded  (commons-logging-1.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//logkit/poms/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
147b downloaded  (logkit-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//avalon-framework/poms/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
167b downloaded  (avalon-framework-4.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//javax.servlet/poms/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
156b downloaded  (servlet-api-2.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
2K downloaded  (activeio-core-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
9K downloaded  (activeio-parent-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
178b downloaded  (geronimo-jms_1.1_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
190b downloaded  (geronimo-j2ee-management_1.0_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//activemq/poms/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
149b downloaded  (jmdns-1.0-RC2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
6K downloaded  (openjpa-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
16K downloaded  (openjpa-parent-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//net.sourceforge.serp/poms/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
4K downloaded  (serp-1.13.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
1K downloaded  (geronimo-connector-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
8K downloaded  (geronimo-txmanager-parent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
2K downloaded  (geronimo-transaction-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail: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/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
2K downloaded  (geronimo-javamail_1.4_mail-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4: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/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
4K downloaded  (geronimo-javamail-1.4-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
14K downloaded  (project-config-1.1.pom)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:config:pom:1.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7226cd6d2506216c083eb2a25d71db156ed7e3f3'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7226cd6d2506216c083eb2a25d71db156ed7e3f3'; remote = '<!DOCTYPE' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Thu May 21 18:58:26 UTC 2015
[INFO] Final Memory: 254M/986M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1706

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

------------------------------------------
[...truncated 27931 lines...]
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
909b downloaded  (backport-util-concurrent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-logging/commons-logging/1.1/commons-logging-1.1.pom
6K downloaded  (commons-logging-1.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//logkit/poms/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
147b downloaded  (logkit-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//avalon-framework/poms/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
167b downloaded  (avalon-framework-4.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//javax.servlet/poms/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
156b downloaded  (servlet-api-2.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
2K downloaded  (activeio-core-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
9K downloaded  (activeio-parent-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
178b downloaded  (geronimo-jms_1.1_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
190b downloaded  (geronimo-j2ee-management_1.0_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//activemq/poms/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
149b downloaded  (jmdns-1.0-RC2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
6K downloaded  (openjpa-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
16K downloaded  (openjpa-parent-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//net.sourceforge.serp/poms/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
4K downloaded  (serp-1.13.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
1K downloaded  (geronimo-connector-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
8K downloaded  (geronimo-txmanager-parent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
2K downloaded  (geronimo-transaction-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail: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/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
2K downloaded  (geronimo-javamail_1.4_mail-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4: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/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
4K downloaded  (geronimo-javamail-1.4-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
14K downloaded  (project-config-1.1.pom)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:config:pom:1.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 43 seconds
[INFO] Finished at: Wed May 20 19:17:56 UTC 2015
[INFO] Final Memory: 253M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1705

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

------------------------------------------
[...truncated 27900 lines...]
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
909b downloaded  (backport-util-concurrent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-logging/commons-logging/1.1/commons-logging-1.1.pom
6K downloaded  (commons-logging-1.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//logkit/poms/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
147b downloaded  (logkit-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//avalon-framework/poms/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
167b downloaded  (avalon-framework-4.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//javax.servlet/poms/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
156b downloaded  (servlet-api-2.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
2K downloaded  (activeio-core-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
9K downloaded  (activeio-parent-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
178b downloaded  (geronimo-jms_1.1_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
190b downloaded  (geronimo-j2ee-management_1.0_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//activemq/poms/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
149b downloaded  (jmdns-1.0-RC2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
6K downloaded  (openjpa-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
16K downloaded  (openjpa-parent-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//net.sourceforge.serp/poms/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
4K downloaded  (serp-1.13.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
1K downloaded  (geronimo-connector-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
8K downloaded  (geronimo-txmanager-parent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
2K downloaded  (geronimo-transaction-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail: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/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
2K downloaded  (geronimo-javamail_1.4_mail-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4: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/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
4K downloaded  (geronimo-javamail-1.4-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
14K downloaded  (project-config-1.1.pom)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:config:pom:1.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 49 seconds
[INFO] Finished at: Tue May 19 19:01:12 UTC 2015
[INFO] Final Memory: 254M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1704

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

------------------------------------------
[...truncated 27930 lines...]
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
909b downloaded  (backport-util-concurrent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-logging/commons-logging/1.1/commons-logging-1.1.pom
6K downloaded  (commons-logging-1.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//logkit/poms/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
147b downloaded  (logkit-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//avalon-framework/poms/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
167b downloaded  (avalon-framework-4.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//javax.servlet/poms/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
156b downloaded  (servlet-api-2.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
2K downloaded  (activeio-core-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
9K downloaded  (activeio-parent-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
178b downloaded  (geronimo-jms_1.1_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
190b downloaded  (geronimo-j2ee-management_1.0_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//activemq/poms/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
149b downloaded  (jmdns-1.0-RC2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
6K downloaded  (openjpa-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
16K downloaded  (openjpa-parent-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//net.sourceforge.serp/poms/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
4K downloaded  (serp-1.13.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
1K downloaded  (geronimo-connector-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
8K downloaded  (geronimo-txmanager-parent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
2K downloaded  (geronimo-transaction-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail: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/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
2K downloaded  (geronimo-javamail_1.4_mail-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4: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/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
4K downloaded  (geronimo-javamail-1.4-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
14K downloaded  (project-config-1.1.pom)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:config:pom:1.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 37 seconds
[INFO] Finished at: Mon May 18 18:54:28 UTC 2015
[INFO] Final Memory: 253M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1703

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

------------------------------------------
[...truncated 27934 lines...]
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:pom:2.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.pom
909b downloaded  (backport-util-concurrent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-logging/commons-logging/1.1/commons-logging-1.1.pom
6K downloaded  (commons-logging-1.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//logkit/poms/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Unable to find resource 'logkit:logkit:pom:1.0.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
147b downloaded  (logkit-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//avalon-framework/poms/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Unable to find resource 'avalon-framework:avalon-framework:pom:4.1.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
167b downloaded  (avalon-framework-4.1.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//javax.servlet/poms/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Unable to find resource 'javax.servlet:servlet-api:pom:2.3' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
156b downloaded  (servlet-api-2.3.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-core-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom
2K downloaded  (activeio-core-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/poms/activeio-parent-3.0.0-incubator.pom
[INFO] Unable to find resource 'org.apache.activemq:activeio-parent:pom:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-parent/3.0.0-incubator/activeio-parent-3.0.0-incubator.pom
9K downloaded  (activeio-parent-3.0.0-incubator.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.pom
178b downloaded  (geronimo-jms_1.1_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.geronimo.specs/poms/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.pom
190b downloaded  (geronimo-j2ee-management_1.0_spec-1.0.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//activemq/poms/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
[INFO] Unable to find resource 'activemq:jmdns:pom:1.0-RC2' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.pom
149b downloaded  (jmdns-1.0-RC2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.pom
6K downloaded  (openjpa-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
[INFO] Unable to find resource 'org.apache.openjpa:openjpa-parent:pom:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa-parent/1.0.1/openjpa-parent-1.0.1.pom
16K downloaded  (openjpa-parent-1.0.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//net.sourceforge.serp/poms/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
[INFO] Unable to find resource 'net.sourceforge.serp:serp:pom:1.13.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.pom
4K downloaded  (serp-1.13.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-connector:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-connector/2.1/geronimo-connector-2.1.pom
1K downloaded  (geronimo-connector-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-txmanager-parent:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-txmanager-parent/2.1/geronimo-txmanager-parent-2.1.pom
8K downloaded  (geronimo-txmanager-parent-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.pom
2K downloaded  (geronimo-transaction-2.1.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail_1.4_mail: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/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.pom
2K downloaded  (geronimo-javamail_1.4_mail-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4:pom:1.2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
[INFO] Unable to find resource 'org.apache.geronimo.javamail:geronimo-javamail-1.4: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/geronimo/javamail/geronimo-javamail-1.4/1.2/geronimo-javamail-1.4-1.2.pom
4K downloaded  (geronimo-javamail-1.4-1.2.pom)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:project-config:pom:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
14K downloaded  (project-config-1.1.pom)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Unable to find resource 'org.apache.geronimo.genesis.config:config:pom:1.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
318b downloaded  (config-1.1.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '7dc7cfae9a34beb9130158b39673d2d310154dea'; remote = '<!DOCTYPE' - IGNORING
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:project-config:pom:1.1

Reason: Cannot find parent: org.apache.geronimo.genesis.config:config for project: null:project-config:pom:1.1 for project null:project-config:pom:1.1


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 49 seconds
[INFO] Finished at: Sun May 17 18:57:17 UTC 2015
[INFO] Final Memory: 255M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1702

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

------------------------------------------
[...truncated 25406 lines...]
Content sent: 8
May 16, 2015 6:56:03 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 16, 2015 6:56:03 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Binary/
May 16, 2015 6:56:03 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Binary/*
May 16, 2015 6:56:03 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.003 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.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
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 16, 2015 6:56:06 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 16, 2015 6:56:06 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.26 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
May 16, 2015 6:56:09 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 16, 2015 6:56:09 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/>
May 16, 2015 6:56:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 16, 2015 6:56:10 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 16, 2015 6:56:10 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
May 16, 2015 6:56:10 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 16, 2015 6:56:10 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 16, 2015 6:56:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 16, 2015 6:56:10 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.306 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: 10 minutes 18 seconds
[INFO] Finished at: Sat May 16 18:56:11 UTC 2015
[INFO] Final Memory: 273M/1024M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
channel stopped

Build failed in Jenkins: Tuscany-2x #1701

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

------------------------------------------
[...truncated 25405 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)
May 15, 2015 6:53:10 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.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.003 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
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 15, 2015 6:53:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 15, 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.594 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
May 15, 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
May 15, 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/>
May 15, 2015 6:53:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 15, 2015 6:53:17 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 15, 2015 6:53:17 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
May 15, 2015 6:53:17 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 15, 2015 6:53:17 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 15, 2015 6:53:17 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 15, 2015 6:53:17 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.477 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 4 seconds
[INFO] Finished at: Fri May 15 18:53:19 UTC 2015
[INFO] Final Memory: 273M/1132M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1700

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

------------------------------------------
[...truncated 25405 lines...]
Content updated: 8
Content sent: 8
May 14, 2015 6:50:19 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 14, 2015 6:50:19 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Binary/
May 14, 2015 6:50:19 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Binary/*
May 14, 2015 6:50:19 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.015 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.json.CatalogServiceTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.binding.rest.RESTReferenceTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 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.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
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 14, 2015 6:50:22 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 14, 2015 6:50:22 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.242 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
May 14, 2015 6:50:25 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 14, 2015 6:50:25 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/>
May 14, 2015 6:50:26 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 14, 2015 6:50:26 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 14, 2015 6:50:26 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
May 14, 2015 6:50:26 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 14, 2015 6:50:26 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 14, 2015 6:50:26 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 14, 2015 6:50:26 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 40 seconds
[INFO] Finished at: Thu May 14 18:50:28 UTC 2015
[INFO] Final Memory: 274M/1180M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1699

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

------------------------------------------
[...truncated 25405 lines...]
Content updated: 8
Content sent: 8
May 13, 2015 6:50:52 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 13, 2015 6:50:52 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Binary/
May 13, 2015 6:50:52 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Binary/*
May 13, 2015 6:50:52 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.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 $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.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
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 13, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 13, 2015 6:50:54 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.286 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
May 13, 2015 6:50:57 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 13, 2015 6:50: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/>
May 13, 2015 6:50:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 13, 2015 6:50:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 13, 2015 6:50: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
May 13, 2015 6:50:58 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 13, 2015 6:50:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 13, 2015 6:50:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 13, 2015 6:50: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.335 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 51 seconds
[INFO] Finished at: Wed May 13 18:51:00 UTC 2015
[INFO] Final Memory: 272M/1081M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1698

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

------------------------------------------
[...truncated 16271 lines...]
SEVERE: Element {http://ns}foo cannot be processed. (Line number = 1
Column number = 211
System Id = null
Public Id = null
Location Uri= null
CharacterOffset = 210
)
May 12, 2015 6:59:33 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.022 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
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
[INFO] Unable to find resource 'regexp:regexp:pom:1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
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
[INFO] Unable to find resource 'net.java.dev.jna:jna:pom:3.2.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:pom:build213-svnkit-1.3-patch' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.tmatesoft.sqljet:sqljet:pom:1.0.0-1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.antlr:antlr-master:pom:3.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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/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://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.1-1/svnkit-1.3.1-1.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
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)
[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
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/regexp/regexp/1.3/regexp-1.3.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
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
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)
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
[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
[INFO] Unable to find resource 'org.antlr:antlr-runtime:jar:3.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/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 apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
147K downloaded  (antlr-runtime-3.1.3.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:jar:build213-svnkit-1.3-patch' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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.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
[INFO] Unable to find resource 'regexp:regexp:jar:1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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.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
[INFO] Unable to find resource 'org.antlr:stringtemplate:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.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
167K downloaded  (stringtemplate-3.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)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.2/maven-scm-provider-hg-1.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 21 seconds
[INFO] Finished at: Tue May 12 18:59:49 UTC 2015
[INFO] Final Memory: 90M/969M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1697

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

------------------------------------------
[...truncated 25405 lines...]
May 11, 2015 6:53:16 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
May 11, 2015 6:53:16 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
May 11, 2015 6:53:16 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
May 11, 2015 6:53:16 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
May 11, 2015 6:53: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.029 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.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
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 11, 2015 6:53:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 11, 2015 6:53:19 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.411 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
May 11, 2015 6:53:22 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 11, 2015 6:53:22 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/>
May 11, 2015 6:53:23 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 11, 2015 6:53:23 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 11, 2015 6:53:23 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
May 11, 2015 6:53:23 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 11, 2015 6:53:23 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 11, 2015 6:53:23 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 11, 2015 6:53:23 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.323 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 46 seconds
[INFO] Finished at: Mon May 11 18:53:25 UTC 2015
[INFO] Final Memory: 273M/1133M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1696

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

------------------------------------------
[...truncated 25340 lines...]
May 10, 2015 6:54:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
May 10, 2015 6:54:12 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
May 10, 2015 6:54:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
May 10, 2015 6:54:12 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
May 10, 2015 6:54:12 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.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.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
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 10, 2015 6:54:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 10, 2015 6:54:15 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.273 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
May 10, 2015 6:54:17 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 10, 2015 6:54:17 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/>
May 10, 2015 6:54:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 10, 2015 6:54:19 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 10, 2015 6:54:19 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
May 10, 2015 6:54:19 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 10, 2015 6:54:19 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 10, 2015 6:54:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 10, 2015 6:54:19 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.413 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 1 second
[INFO] Finished at: Sun May 10 18:54:20 UTC 2015
[INFO] Final Memory: 273M/1133M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1695

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

------------------------------------------
[...truncated 30514 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
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 9, 2015 7:00:15 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 9, 2015 7:00:15 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.509 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
May 9, 2015 7:00:18 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 9, 2015 7:00:18 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/>
May 9, 2015 7:00:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 9, 2015 7:00:19 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 9, 2015 7:00:19 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
May 9, 2015 7:00:19 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 9, 2015 7:00:19 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 9, 2015 7:00:19 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 9, 2015 7:00:19 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}]
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 14 minutes 59 seconds
[INFO] Finished at: Sat May 09 19:00:21 UTC 2015
[INFO] Final Memory: 281M/1022M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1694

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

------------------------------------------
[...truncated 30481 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.004 sec
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.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
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 8, 2015 6:56:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 8, 2015 6:56:36 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.611 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
May 8, 2015 6:56:39 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 8, 2015 6:56:39 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/>
May 8, 2015 6:56:41 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 8, 2015 6:56:41 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 8, 2015 6:56:41 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
May 8, 2015 6:56:41 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 8, 2015 6:56:41 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 8, 2015 6:56:41 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 8, 2015 6:56:41 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.385 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 33 seconds
[INFO] Finished at: Fri May 08 18:56:43 UTC 2015
[INFO] Final Memory: 283M/1067M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1693

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

------------------------------------------
[...truncated 30514 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.004 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
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 7, 2015 6:55:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 7, 2015 6:55: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.36 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
May 7, 2015 6:55:49 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 7, 2015 6:55:49 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/>
May 7, 2015 6:55:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 7, 2015 6:55:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 7, 2015 6:55:50 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
May 7, 2015 6:55:50 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 7, 2015 6:55:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 7, 2015 6:55:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 7, 2015 6:55:50 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.353 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 39 seconds
[INFO] Finished at: Thu May 07 18:55:52 UTC 2015
[INFO] Final Memory: 279M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1692

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

------------------------------------------
[...truncated 30513 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.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
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 6, 2015 6:54:32 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 6, 2015 6:54: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.46 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
May 6, 2015 6:54:35 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 6, 2015 6:54:35 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/>
May 6, 2015 6:54:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 6, 2015 6:54:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 6, 2015 6:54:36 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
May 6, 2015 6:54:36 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 6, 2015 6:54:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 6, 2015 6:54:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 6, 2015 6:54:36 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.334 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 24 seconds
[INFO] Finished at: Wed May 06 18:54:38 UTC 2015
[INFO] Final Memory: 280M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1691

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

------------------------------------------
[...truncated 25404 lines...]
May 5, 2015 7:00:57 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
May 5, 2015 7:00:57 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
May 5, 2015 7:00:57 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
May 5, 2015 7:00:57 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
May 5, 2015 7:00:57 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.017 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
May 5, 2015 7:00:59 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 5, 2015 7:00:59 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 5, 2015 7:00:59 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 5, 2015 7:00:59 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 5, 2015 7:00:59 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 5, 2015 7:01:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 5, 2015 7:01:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 5, 2015 7:01:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 5, 2015 7:01:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 5, 2015 7:01:00 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
May 5, 2015 7:01:02 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 5, 2015 7:01:02 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/>
May 5, 2015 7:01:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 5, 2015 7:01:03 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 5, 2015 7:01:03 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
May 5, 2015 7:01:03 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 5, 2015 7:01:03 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 5, 2015 7:01:03 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 5, 2015 7:01:03 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.332 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 8 seconds
[INFO] Finished at: Tue May 05 19:01:05 UTC 2015
[INFO] Final Memory: 273M/1134M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1690

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

------------------------------------------
[...truncated 25789 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.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.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
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 4, 2015 6:54:25 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 4, 2015 6:54: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.278 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
May 4, 2015 6:54:28 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 4, 2015 6:54: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/>
May 4, 2015 6:54:29 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 4, 2015 6:54:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 4, 2015 6:54: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
May 4, 2015 6:54:29 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 4, 2015 6:54:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 4, 2015 6:54:29 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 4, 2015 6:54: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.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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 6 minutes 
[INFO] Finished at: Mon May 04 18:54:31 UTC 2015
[INFO] Final Memory: 274M/1134M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1689

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

------------------------------------------
[...truncated 30514 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
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 3, 2015 7:04:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 3, 2015 7:04:42 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.286 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
May 3, 2015 7:04:45 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 3, 2015 7:04:45 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/>
May 3, 2015 7:04:46 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 3, 2015 7:04:46 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 3, 2015 7:04:46 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
May 3, 2015 7:04:47 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 3, 2015 7:04:47 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 3, 2015 7:04:47 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 3, 2015 7:04:47 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.332 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 34 seconds
[INFO] Finished at: Sun May 03 19:04:49 UTC 2015
[INFO] Final Memory: 280M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1688

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

------------------------------------------
[...truncated 25405 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)
May 2, 2015 6:53:49 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.012 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 $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.002 sec
Running org.apache.tuscany.sca.binding.rest.wireformat.xml.CustomerServiceTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
May 2, 2015 6:53:52 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
May 2, 2015 6:53: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.54 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
May 2, 2015 6:53:55 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
May 2, 2015 6:53: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/>
May 2, 2015 6:53:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
May 2, 2015 6:53:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 2, 2015 6:53: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
May 2, 2015 6:53:56 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
May 2, 2015 6:53:56 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
May 2, 2015 6:53:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
May 2, 2015 6:53: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.3 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 51 seconds
[INFO] Finished at: Sat May 02 18:53:58 UTC 2015
[INFO] Final Memory: 273M/1136M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1687

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

------------------------------------------
[...truncated 16271 lines...]
SEVERE: Element {http://ns}foo cannot be processed. (Line number = 1
Column number = 211
System Id = null
Public Id = null
Location Uri= null
CharacterOffset = 210
)
May 1, 2015 6:52:17 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.022 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
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
[INFO] Unable to find resource 'regexp:regexp:pom:1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
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
[INFO] Unable to find resource 'net.java.dev.jna:jna:pom:3.2.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:pom:build213-svnkit-1.3-patch' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.tmatesoft.sqljet:sqljet:pom:1.0.0-1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.antlr:antlr-master:pom:3.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.antlr:stringtemplate:pom:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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/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://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.1-1/svnkit-1.3.1-1.jar
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.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
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
[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
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
[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)
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)
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
[INFO] Unable to find resource 'org.antlr:antlr-runtime:jar:3.1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/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 apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.0-1/sqljet-1.0.0-1.jar
147K downloaded  (antlr-runtime-3.1.3.jar)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] Unable to find resource 'com.trilead:trilead-ssh2:jar:build213-svnkit-1.3-patch' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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.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
[INFO] Unable to find resource 'regexp:regexp:jar:1.3' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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.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
[INFO] Unable to find resource 'org.antlr:stringtemplate:jar:3.2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.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
167K downloaded  (stringtemplate-3.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)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.2/maven-scm-provider-hg-1.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 7 seconds
[INFO] Finished at: Fri May 01 18:52:31 UTC 2015
[INFO] Final Memory: 90M/969M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1686

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

------------------------------------------
[...truncated 28299 lines...]
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/codehaus/swizzle/swizzle-stream/1.0.1/swizzle-stream-1.0.1.jar
98K downloaded  (geronimo-connector-2.1.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/modules/geronimo-openejb/2.1/geronimo-openejb-2.1.jar
297K downloaded  (geronimo-javamail_1.4_mail-1.2.jar)
[INFO] Unable to find resource 'wsdl4j:wsdl4j:jar:1.6.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar
[INFO] Unable to find resource 'org.apache.geronimo.modules:geronimo-openejb:jar:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/modules/geronimo-openejb/2.1/geronimo-openejb-2.1.jar
[INFO] Unable to find resource 'wsdl4j:wsdl4j:jar:1.6.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/xbean/xbean-finder/3.3/xbean-finder-3.3.jar
Downloading: https://repository.apache.org/content/groups/public//wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar
[INFO] Unable to find resource 'wsdl4j:wsdl4j:jar:1.6.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar
[INFO] Unable to find resource 'org.apache.xbean:xbean-finder:jar:3.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
[INFO] Unable to find resource 'org.apache.geronimo.modules:geronimo-openejb:jar:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/xbean/xbean-finder/3.3/xbean-finder-3.3.jar
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/modules/geronimo-openejb/2.1/geronimo-openejb-2.1.jar
[INFO] Unable to find resource 'org.apache.xbean:xbean-finder:jar:3.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/xbean/xbean-finder/3.3/xbean-finder-3.3.jar
1173K downloaded  (openejb-core-3.0-beta-2.jar)
44K downloaded  (geronimo-openejb-2.1.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-cli/commons-cli/1.1/commons-cli-1.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1.jar
33K downloaded  (xbean-finder-3.3.jar)
[INFO] Unable to find resource 'commons-cli:commons-cli:jar:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-cli/commons-cli/1.1/commons-cli-1.1.jar
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.jar
145K downloaded  (wsdl4j-1.6.1.jar)
[INFO] Unable to find resource 'commons-cli:commons-cli:jar:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-cli/commons-cli/1.1/commons-cli-1.1.jar
[INFO] Unable to find resource 'org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:1.0.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
35K downloaded  (commons-cli-1.1.jar)
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:1.0.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openjpa/openjpa/1.0.1/openjpa-1.0.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
31K downloaded  (geronimo-ejb_3.0_spec-1.0.1.jar)
[INFO] Unable to find resource 'org.codehaus.swizzle:swizzle-stream:jar:1.0.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//org/codehaus/swizzle/swizzle-stream/1.0.1/swizzle-stream-1.0.1.jar
[INFO] Unable to find resource 'commons-logging:commons-logging:jar:1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//activemq/jars/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'commons-logging:commons-logging:jar:1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//commons-logging/commons-logging/1.1/commons-logging-1.1.jar
[INFO] Unable to find resource 'org.codehaus.swizzle:swizzle-stream:jar:1.0.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/swizzle/swizzle-stream/1.0.1/swizzle-stream-1.0.1.jar
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
42K downloaded  (swizzle-stream-1.0.1.jar)
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
51K downloaded  (commons-logging-1.1.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//hsqldb/jars/hsqldb-1.8.0.7.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//backport-util-concurrent/jars/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//net.sourceforge.serp/jars/serp-1.13.1.jar
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
2882K downloaded  (openjpa-1.0.1.jar)
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//log4j/jars/log4j-1.2.12.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'activemq:jmdns:jar:1.0-RC2' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/activemq/jmdns/1.0-RC2/jmdns-1.0-RC2.jar
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
80K downloaded  (jmdns-1.0-RC2.jar)
[INFO] Unable to find resource 'hsqldb:hsqldb:jar:1.8.0.7' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://people.apache.org/repo/m2-incubating-repository/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' in repository apache.incubating.releases (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/2.1/backport-util-concurrent-2.1.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activemq-core/4.1.1/activemq-core-4.1.1.jar
[WARNING] Unable to get resource 'backport-util-concurrent:backport-util-concurrent:jar:2.1' from repository central (http://repo1.maven.org/maven2): Error transferring file: Connection refused
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.jar
[INFO] Unable to find resource 'net.sourceforge.serp:serp:jar:1.13.1' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.13.1/serp-1.13.1.jar
[INFO] Unable to find resource 'org.apache.activemq:activemq-core:jar:4.1.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activemq-core/4.1.1/activemq-core-4.1.1.jar
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:jar:2.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.jar
[INFO] Unable to find resource 'org.apache.activemq:activemq-core:jar:4.1.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activemq-core/4.1.1/activemq-core-4.1.1.jar
[INFO] Unable to find resource 'org.apache.geronimo.components:geronimo-transaction:jar:2.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/geronimo/components/geronimo-transaction/2.1/geronimo-transaction-2.1.jar
201K downloaded  (serp-1.13.1.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openejb/javaee-api/5.0-1/javaee-api-5.0-1.jar
[INFO] Unable to find resource 'org.apache.openejb:javaee-api:jar:5.0-1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openejb/javaee-api/5.0-1/javaee-api-5.0-1.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://svn.apache.org/repos/asf/openejb/repo//log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Unable to find resource 'org.apache.openejb:javaee-api:jar:5.0-1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openejb/javaee-api/5.0-1/javaee-api-5.0-1.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.12' in repository openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
628K downloaded  (hsqldb-1.8.0.7.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/xbean/xbean-naming/3.3/xbean-naming-3.3.jar
50K downloaded  (geronimo-transaction-2.1.jar)
[INFO] Unable to find resource 'org.apache.xbean:xbean-naming:jar:3.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/xbean/xbean-naming/3.3/xbean-naming-3.3.jar
349K downloaded  (log4j-1.2.12.jar)
[INFO] Unable to find resource 'org.apache.xbean:xbean-naming:jar:3.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/xbean/xbean-naming/3.3/xbean-naming-3.3.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/asm/asm-all/3.1/asm-all-3.1.jar
[INFO] Unable to find resource 'asm:asm-all:jar:3.1' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/asm/asm-all/3.1/asm-all-3.1.jar
[INFO] Unable to find resource 'asm:asm-all:jar:3.1' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//asm/asm-all/3.1/asm-all-3.1.jar
[INFO] Unable to find resource 'asm:asm-all:jar:3.1' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/asm/asm-all/3.1/asm-all-3.1.jar
48K downloaded  (xbean-naming-3.3.jar)
731K downloaded  (javaee-api-5.0-1.jar)
195K downloaded  (asm-all-3.1.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openejb/commons-dbcp-all/1.3/commons-dbcp-all-1.3.jar
[INFO] Unable to find resource 'org.apache.openejb:commons-dbcp-all:jar:1.3' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openejb/commons-dbcp-all/1.3/commons-dbcp-all-1.3.jar
1644K downloaded  (activemq-core-4.1.1.jar)
[INFO] Unable to find resource 'org.apache.openejb:commons-dbcp-all:jar:1.3' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openejb/commons-dbcp-all/1.3/commons-dbcp-all-1.3.jar
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:jar:3.0.0-incubator' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:jar:3.0.0-incubator' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:jar:3.0.0-incubator' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
Downloading: http://download.java.net/maven/1//org.apache.activemq/jars/activeio-core-3.0.0-incubator.jar
201K downloaded  (commons-dbcp-all-1.3.jar)
Downloading: http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository/org/apache/openejb/openejb-client/3.0-beta-2/openejb-client-3.0-beta-2.jar
[INFO] Unable to find resource 'org.apache.openejb:openejb-client:jar:3.0-beta-2' in repository geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/org/apache/openejb/openejb-client/3.0-beta-2/openejb-client-3.0-beta-2.jar
[INFO] Unable to find resource 'org.apache.openejb:openejb-client:jar:3.0-beta-2' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: https://repository.apache.org/content/groups/public//org/apache/openejb/openejb-client/3.0-beta-2/openejb-client-3.0-beta-2.jar
[INFO] Unable to find resource 'org.apache.activemq:activeio-core:jar:3.0.0-incubator' in repository java.net (http://download.java.net/maven/1/)
Downloading: http://people.apache.org/repo/m2-incubating-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.jar
154K downloaded  (openejb-client-3.0-beta-2.jar)
103K downloaded  (activeio-core-3.0.0-incubator.jar)
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) backport-util-concurrent:backport-util-concurrent:jar:2.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=backport-util-concurrent -DartifactId=backport-util-concurrent -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=backport-util-concurrent -DartifactId=backport-util-concurrent -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.tuscany.sca:tuscany-binding-ejb-runtime:jar:2.5-SNAPSHOT
  	2) org.apache.geronimo.modules:geronimo-openejb:jar:2.1
  	3) org.apache.openejb:openejb-core:jar:3.0-beta-2
  	4) org.apache.activemq:activemq-core:jar:4.1.1
  	5) backport-util-concurrent:backport-util-concurrent:jar:2.1

----------
1 required artifact is missing.

for artifact: 
  org.apache.tuscany.sca:tuscany-binding-ejb-runtime:jar:2.5-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  geronimo-repository (http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.2/repository),
  apache.nexus (https://repository.apache.org/content/groups/public/),
  tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven),
  Nexus (http://repository.apache.org/snapshots)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 46 seconds
[INFO] Finished at: Thu Apr 30 18:50:23 UTC 2015
[INFO] Final Memory: 261M/976M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1685

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

------------------------------------------
[...truncated 30446 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.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
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 29, 2015 7:06:21 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 29, 2015 7:06:21 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.497 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
Apr 29, 2015 7:06:25 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 29, 2015 7:06:25 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/>
Apr 29, 2015 7:06:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 29, 2015 7:06:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 29, 2015 7:06:28 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
Apr 29, 2015 7:06:28 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 29, 2015 7:06:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 29, 2015 7:06:28 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 29, 2015 7:06: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: 2.545 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 11 minutes 
[INFO] Finished at: Wed Apr 29 19:06:30 UTC 2015
[INFO] Final Memory: 281M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1684

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

------------------------------------------
[...truncated 30507 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.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
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 28, 2015 6:57:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 28, 2015 6:57:36 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.27 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
Apr 28, 2015 6:57:39 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 28, 2015 6:57:39 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/>
Apr 28, 2015 6:57:41 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 28, 2015 6:57:41 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 28, 2015 6:57:41 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
Apr 28, 2015 6:57:41 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 28, 2015 6:57:41 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 28, 2015 6:57:41 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 28, 2015 6:57:41 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.376 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 8 minutes 59 seconds
[INFO] Finished at: Tue Apr 28 18:57:43 UTC 2015
[INFO] Final Memory: 280M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1683

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

------------------------------------------
[...truncated 25338 lines...]
Apr 27, 2015 6:50:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Dummy/
Apr 27, 2015 6:50:28 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Dummy/*
Apr 27, 2015 6:50:28 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Customer/
Apr 27, 2015 6:50:28 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Customer/*
Apr 27, 2015 6:50:28 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.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 $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.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
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 27, 2015 6:50:31 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 27, 2015 6:50:31 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.411 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
Apr 27, 2015 6:50:35 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 27, 2015 6:50:35 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/>
Apr 27, 2015 6:50:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 27, 2015 6:50:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 27, 2015 6:50:36 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
Apr 27, 2015 6:50:36 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 27, 2015 6:50:36 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 27, 2015 6:50:36 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 27, 2015 6:50:36 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.322 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 31 seconds
[INFO] Finished at: Mon Apr 27 18:50:38 UTC 2015
[INFO] Final Memory: 273M/1024M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1682

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

------------------------------------------
[...truncated 30448 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.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
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 26, 2015 7:00:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 26, 2015 7:00:07 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.349 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
Apr 26, 2015 7:00:11 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 26, 2015 7:00:11 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/>
Apr 26, 2015 7:00:12 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 26, 2015 7:00:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 26, 2015 7:00:12 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
Apr 26, 2015 7:00:12 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 26, 2015 7:00:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 26, 2015 7:00:12 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 26, 2015 7:00:12 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 14 minutes 57 seconds
[INFO] Finished at: Sun Apr 26 19:00:15 UTC 2015
[INFO] Final Memory: 280M/1142M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1681

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

------------------------------------------
[...truncated 25371 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)
Apr 25, 2015 6:49:30 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.012 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.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.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
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 25, 2015 6:49:33 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 25, 2015 6:49:33 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.248 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
Apr 25, 2015 6:49:36 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 25, 2015 6:49:36 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/>
Apr 25, 2015 6:49:37 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 25, 2015 6:49:37 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 25, 2015 6:49:37 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
Apr 25, 2015 6:49:37 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 25, 2015 6:49:37 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 25, 2015 6:49:37 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 25, 2015 6:49:37 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.322 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 53 seconds
[INFO] Finished at: Sat Apr 25 18:49:39 UTC 2015
[INFO] Final Memory: 272M/981M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1680

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

------------------------------------------
[...truncated 30513 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.002 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.004 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
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 24, 2015 6:56:07 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 24, 2015 6:56:07 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.511 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
Apr 24, 2015 6:56:10 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 24, 2015 6:56:10 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/>
Apr 24, 2015 6:56:11 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 24, 2015 6:56:11 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 24, 2015 6:56:11 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
Apr 24, 2015 6:56:11 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 24, 2015 6:56:11 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 24, 2015 6:56:11 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 24, 2015 6:56:11 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.36 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 37 seconds
[INFO] Finished at: Fri Apr 24 18:56:14 UTC 2015
[INFO] Final Memory: 280M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1679

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

------------------------------------------
[...truncated 25340 lines...]
Apr 23, 2015 6:50:47 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Dummy/
Apr 23, 2015 6:50:47 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Dummy/*
Apr 23, 2015 6:50:47 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/Customer/
Apr 23, 2015 6:50:47 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /Customer/*
Apr 23, 2015 6:50:47 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.053 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 $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.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
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 23, 2015 6:50:50 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 23, 2015 6:50:50 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.541 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
Apr 23, 2015 6:50:52 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 23, 2015 6:50:52 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/>
Apr 23, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 23, 2015 6:50:54 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 23, 2015 6:50:54 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
Apr 23, 2015 6:50:54 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 23, 2015 6:50:54 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 23, 2015 6:50:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 23, 2015 6:50:54 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.329 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 16 seconds
[INFO] Finished at: Thu Apr 23 18:50:55 UTC 2015
[INFO] Final Memory: 274M/1167M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1678

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

------------------------------------------
[...truncated 30514 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.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
Apr 22, 2015 7:03:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 22, 2015 7:03:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 22, 2015 7:03:13 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 22, 2015 7:03:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 22, 2015 7:03:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 22, 2015 7:03:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 22, 2015 7:03:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 22, 2015 7:03:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 22, 2015 7:03:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 22, 2015 7:03:14 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
Apr 22, 2015 7:03:17 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 22, 2015 7:03:17 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/>
Apr 22, 2015 7:03:18 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 22, 2015 7:03:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 22, 2015 7:03: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
Apr 22, 2015 7:03:18 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 22, 2015 7:03:18 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 22, 2015 7:03:18 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 22, 2015 7:03: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.346 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 12 minutes 55 seconds
[INFO] Finished at: Wed Apr 22 19:03:21 UTC 2015
[INFO] Final Memory: 280M/987M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1677

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

------------------------------------------
[...truncated 25405 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)
Apr 21, 2015 6:50:36 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.013 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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 $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.004 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
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 21, 2015 6:50:38 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 21, 2015 6:50: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: 0.37 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
Apr 21, 2015 6:50:41 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 21, 2015 6:50: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/>
Apr 21, 2015 6:50:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 21, 2015 6:50:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 21, 2015 6:50: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
Apr 21, 2015 6:50:42 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 21, 2015 6:50:42 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 21, 2015 6:50:42 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 21, 2015 6:50: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.346 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 28 seconds
[INFO] Finished at: Tue Apr 21 18:50:44 UTC 2015
[INFO] Final Memory: 273M/1144M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1676

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

------------------------------------------
[...truncated 25404 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)
Apr 20, 2015 6:47:53 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.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 $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
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 20, 2015 6:47:56 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 20, 2015 6:47:56 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.258 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
Apr 20, 2015 6:47:59 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 20, 2015 6:47:59 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/>
Apr 20, 2015 6:48:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 20, 2015 6:48:00 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 20, 2015 6:48:00 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
Apr 20, 2015 6:48:00 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 20, 2015 6:48:00 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 20, 2015 6:48:00 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 20, 2015 6:48:00 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.418 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 14 seconds
[INFO] Finished at: Mon Apr 20 18:48:02 UTC 2015
[INFO] Final Memory: 273M/1146M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1675

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

------------------------------------------
[...truncated 30450 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.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
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 19, 2015 6:52:10 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 19, 2015 6:52: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.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
Apr 19, 2015 6:52:13 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 19, 2015 6:52:13 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/>
Apr 19, 2015 6:52:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 19, 2015 6:52:14 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 19, 2015 6:52:14 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
Apr 19, 2015 6:52:14 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 19, 2015 6:52:14 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 19, 2015 6:52:14 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 19, 2015 6:52:14 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.337 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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 23 seconds
[INFO] Finished at: Sun Apr 19 18:52:17 UTC 2015
[INFO] Final Memory: 280M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1674

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

------------------------------------------
[...truncated 25403 lines...]
Apr 18, 2015 7:01:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Apr 18, 2015 7:01:12 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Apr 18, 2015 7:01:12 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Apr 18, 2015 7:01:12 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Apr 18, 2015 7:01:12 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.01 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.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
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 18, 2015 7:01:16 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 18, 2015 7:01:16 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.328 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
Apr 18, 2015 7:01:19 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 18, 2015 7:01:19 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/>
Apr 18, 2015 7:01:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 18, 2015 7:01:20 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 18, 2015 7:01:20 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
Apr 18, 2015 7:01:20 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 18, 2015 7:01:20 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 18, 2015 7:01:20 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 18, 2015 7:01:20 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.326 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 5 seconds
[INFO] Finished at: Sat Apr 18 19:01:22 UTC 2015
[INFO] Final Memory: 273M/1130M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1673

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

------------------------------------------
[...truncated 30514 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
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 17, 2015 6:57:01 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 17, 2015 6:57: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.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
Apr 17, 2015 6:57:04 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 17, 2015 6:57: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/>
Apr 17, 2015 6:57:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 17, 2015 6:57:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 17, 2015 6:57: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
Apr 17, 2015 6:57:05 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 17, 2015 6:57:05 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 17, 2015 6:57:05 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 17, 2015 6:57: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.32 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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-websocket:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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
[INFO] Unable to find resource 'org.eclipse.jetty:jetty-project:pom:8.0.1.v20110908' in repository apache.nexus (https://repository.apache.org/content/groups/public/)
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: 11 minutes 29 seconds
[INFO] Finished at: Fri Apr 17 18:57:07 UTC 2015
[INFO] Final Memory: 281M/988M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1672

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

------------------------------------------
[...truncated 25350 lines...]
Apr 16, 2015 6:52:21 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Apr 16, 2015 6:52:21 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Apr 16, 2015 6:52:21 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Apr 16, 2015 6:52:21 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Apr 16, 2015 6:52: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.025 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 $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
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 16, 2015 6:52:24 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 16, 2015 6:52: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
Apr 16, 2015 6:52:27 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 16, 2015 6:52:27 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/>
Apr 16, 2015 6:52:29 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 16, 2015 6:52:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 16, 2015 6:52: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
Apr 16, 2015 6:52:29 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 16, 2015 6:52:29 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 16, 2015 6:52:29 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 16, 2015 6:52: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.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}]
[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 38 seconds
[INFO] Finished at: Thu Apr 16 18:52:30 UTC 2015
[INFO] Final Memory: 273M/1167M
[INFO] ------------------------------------------------------------------------
channel stopped

Build failed in Jenkins: Tuscany-2x #1671

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

------------------------------------------
[...truncated 25349 lines...]
Apr 15, 2015 7:17:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/json/
Apr 15, 2015 7:17:50 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/json/*
Apr 15, 2015 7:17:50 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rest - http://localhost:8085/EchoService/xml/
Apr 15, 2015 7:17:50 PM org.apache.tuscany.sca.http.jetty.JettyServer removeServletMapping
INFO: Removed Servlet mapping: /EchoService/xml/*
Apr 15, 2015 7:17: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.013 sec
Running org.apache.tuscany.sca.binding.rest.RESTBindingCacheTestCase
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9996/foo1
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9996/foo1
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo1
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9995/foo2
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo1
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9995/foo2
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9999/bar1
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:9999/bar1
Apr 15, 2015 7:17:54 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:9997/bar2
Apr 15, 2015 7:17:54 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.73 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
Apr 15, 2015 7:17:57 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: default
Apr 15, 2015 7:17: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/>
Apr 15, 2015 7:17:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost registerService
INFO: RMI service registered: rmi://localhost:8099/HelloWorldRemoteService
Apr 15, 2015 7:17:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl addEndpoint
INFO: Add endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 15, 2015 7:17: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
Apr 15, 2015 7:17:58 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Apr 15, 2015 7:17:58 PM org.apache.tuscany.sca.core.assembly.impl.DomainRegistryImpl removeEndpoint
INFO: Remove endpoint - binding.rmi - rmi://localhost:8099/HelloWorldRemoteService
Apr 15, 2015 7:17:58 PM org.apache.tuscany.sca.host.rmi.DefaultRMIHost unregisterService
INFO: RMI service unregistered: rmi://localhost:8099/HelloWorldRemoteService
Apr 15, 2015 7:17: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.474 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 11 seconds
[INFO] Finished at: Wed Apr 15 19:18:00 UTC 2015
[INFO] Final Memory: 273M/1148M
[INFO] ------------------------------------------------------------------------
channel stopped