You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/01/20 18:01:16 UTC

Build failed in Hudson: Tuscany-2x #414

See <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/414/changes>

Changes:

[antelder] Start of making the Tuscany sca client impl work for both local or remote nodes and to be generic for any binding. Work in progress, only local invocations work presently

[slaws] TUSCANY-3426 read/write/resolve requires and policySets attributes that appear in interface.java and interface.wsdl elements.

[slaws] add ignore

------------------------------------------
[...truncated 1578 lines...]
Jan 20, 2010 5:00:26 PM org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader [] (SchemaError)
SEVERE: XMLSchema validation error occured in: TestAllCalculator.composite ,line = 114, column = 9, Message = cvc-elt.4.2: Cannot resolve 'foo:MyComplexType' to a type definition for element 'value'.
Jan 20, 2010 5:00:26 PM org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader [] (SchemaError)
SEVERE: XMLSchema validation error occured in: TestAllCalculator.composite ,line = 123, column = 5, Message = cvc-complex-type.3.2.2: Attribute 'value' is not allowed to appear in element 'property'.
Jan 20, 2010 5:00:26 PM org.apache.tuscany.sca.assembly.xml.CompositeProcessor [Composite: {http://calc}TestAllCalculator] (ContributionResolveException)
SEVERE: ContributionResolveException occured due to : {0}
org.apache.tuscany.sca.contribution.processor.ContributionResolveException: Error: Composite {http://calc}TestAllDivide is not a valid composite within the domain
	at org.apache.tuscany.sca.assembly.xml.CompositeProcessor.resolve(CompositeProcessor.java:996)
	at org.apache.tuscany.sca.assembly.xml.CompositeProcessor.resolve(CompositeProcessor.java:1)
	at org.apache.tuscany.sca.contribution.processor.DefaultStAXArtifactProcessorExtensionPoint$LazyStAXArtifactProcessor.resolve(DefaultStAXArtifactProcessorExtensionPoint.java:321)
	at org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor.resolve(ExtensibleStAXArtifactProcessor.java:199)
	at org.apache.tuscany.sca.assembly.xml.CompositeDocumentProcessor.resolve(CompositeDocumentProcessor.java:131)
	at org.apache.tuscany.sca.assembly.xml.CompositeDocumentProcessor.resolve(CompositeDocumentProcessor.java:1)
	at org.apache.tuscany.sca.contribution.processor.DefaultURLArtifactProcessorExtensionPoint$LazyURLArtifactProcessor.resolve(DefaultURLArtifactProcessorExtensionPoint.java:305)
	at org.apache.tuscany.sca.contribution.processor.ExtensibleURLArtifactProcessor.resolve(ExtensibleURLArtifactProcessor.java:119)
	at org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase.testResolveComposite(ReadDocumentTestCase.java:186)
	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.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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	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.experimental.ParallelComputer$1$1.call(ParallelComputer.java:46)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
	at java.lang.Thread.run(Thread.java:619)
Jan 20, 2010 5:00:26 PM org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader [] (SchemaError)
SEVERE: XMLSchema validation error occured in: null ,line = 1, column = 169, Message = cvc-complex-type.2.4.a: Invalid content was found starting with element 'unknownElement'. One of '{"http://docs.oasis-open.org/ns/opencsa/sca/200912":documentation, "http://docs.oasis-open.org/ns/opencsa/sca/200912":include, "http://docs.oasis-open.org/ns/opencsa/sca/200912":service, "http://docs.oasis-open.org/ns/opencsa/sca/200912":property, "http://docs.oasis-open.org/ns/opencsa/sca/200912":component, "http://docs.oasis-open.org/ns/opencsa/sca/200912":reference, "http://docs.oasis-open.org/ns/opencsa/sca/200912":wire, WC[##other:"http://docs.oasis-open.org/ns/opencsa/sca/200912"]}' is expected.
Jan 20, 2010 5:00:26 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}unknownElement cannot be processed. ([row,col {unknown-source}]: [1,169])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ValidatingXMLStreamReader$1 error
WARNING: XMLSchema validation problem in: null, line: 1, column: 196
cvc-complex-type.2.4.a: Invalid content was found starting with element 'implementation.unknown'. One of '{"http://docs.oasis-open.org/ns/opencsa/sca/200912":documentation, "http://docs.oasis-open.org/ns/opencsa/sca/200912":implementation}' is expected.
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.unknown cannot be processed. ([row,col {unknown-source}]: [1,196])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}binding.ws cannot be processed. ([row,col {unknown-source}]: [1,262])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}interface.java cannot be processed. ([row,col {unknown-source}]: [27,9])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [31,3])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [39,9])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [43,9])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [47,9])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [51,9])
Jan 20, 2010 5:00:27 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://x}unknownElement cannot be processed. ([row,col {unknown-source}]: [54,5])
Jan 20, 2010 5:00:28 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}interface.java cannot be processed. ([row,col {unknown-source}]: [26,9])
Jan 20, 2010 5:00:28 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://tuscany.apache.org/xmlns/sca/1.1}binding.rmi cannot be processed. ([row,col {unknown-source}]: [27,9])
Jan 20, 2010 5:00:28 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [31,9])
Jan 20, 2010 5:00:28 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [35,9])
Jan 20, 2010 5:00:28 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}interface.java cannot be processed. ([row,col {unknown-source}]: [40,9])
Jan 20, 2010 5:00:28 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://tuscany.apache.org/xmlns/sca/1.1}binding.rmi cannot be processed. ([row,col {unknown-source}]: [41,9])
Running org.apache.tuscany.sca.assembly.xml.WriteNamespacesTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.tuscany.sca.assembly.xml.ResolvePolicyTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.tuscany.sca.assembly.xml.ReadWriteLocalCompositeTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.apache.tuscany.sca.assembly.xml.ReadWriteAnyElementTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.tuscany.sca.policy.xml.PolicyXPathFunctionResolverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.tuscany.sca.assembly.xml.ReadWriteAnyAttributeTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.assembly.xml.ResolveTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.tuscany.sca.assembly.xml.CompositeProcessorTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.policy.xml.ReadDocumentTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.tuscany.sca.assembly.xml.WireTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.assembly.xml.WriteAllTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.tuscany.sca.assembly.xml.ReadTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.definitions.xml.ReadDocumentTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.assembly.xml.MultiplicityReadWriteTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.tuscany.sca.assembly.xml.ReadAllTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/assembly-xml/target/tuscany-assembly-xml-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/assembly-xml/target/tuscany-assembly-xml-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-assembly-xml/2.0-SNAPSHOT/tuscany-assembly-xml-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/assembly-xml/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-assembly-xml/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-assembly-xml/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/assembly-xml/target/tuscany-assembly-xml-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-assembly-xml/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-assembly-xml/2.0-SNAPSHOT/tuscany-assembly-xml-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Atom Feed Binding Extension
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 4 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.binding.atom
[ERROR] --> [org.apache.tuscany.sca.binding.atom] Missing Constraint: Import-Package: org.apache.tuscany.sca.assembly.xml; version="2.0.0"
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 1 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Concurrency config is {parallel=classes, configurableParallelComputerPresent=false}
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Jan 20, 2010 5:00:29 PM org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor [] (ElementCannotBeProcessed)
SEVERE: Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}implementation.java cannot be processed. ([row,col {unknown-source}]: [1,263])
Running org.apache.tuscany.sca.binding.atom.AtomBindingProcessorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target/tuscany-binding-atom-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target/tuscany-binding-atom-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-binding-atom/2.0-SNAPSHOT/tuscany-binding-atom-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-binding-atom/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-binding-atom/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/binding-atom/target/tuscany-binding-atom-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-binding-atom/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-binding-atom/2.0-SNAPSHOT/tuscany-binding-atom-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Core SPI
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 57 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.core.spi
[INFO] OSGi bundle is resolved: org.apache.tuscany.sca.core.spi
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 1 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Concurrency config is {parallel=classes, configurableParallelComputerPresent=false}
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.context.DefaultContextFactoryExtensionPointTestCase
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target/tuscany-core-spi-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target/tuscany-core-spi-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-core-spi/2.0-SNAPSHOT/tuscany-core-spi-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-core-spi/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-core-spi/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/core-spi/target/tuscany-core-spi-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-core-spi/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-core-spi/2.0-SNAPSHOT/tuscany-core-spi-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Interface Java Model
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/interface-java/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 15 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/interface-java/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.interface.java
[ERROR] --> [org.apache.tuscany.sca.interface.java] Missing Constraint: Import-Package: org.apache.tuscany.sca.assembly.xml; version="2.0.0"
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/modules/interface-java/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-interface-java/builds/2010-01-20_16-59-04/archive/org.apache.tuscany.sca/tuscany-interface-java/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

org/apache/tuscany/sca/interfacedef/java/xml/JavaInterfaceProcessor.java:[35,1256] Only a type can be imported. org.apache.tuscany.sca.assembly.xml.PolicySubjectProcessor resolves to a package
org/apache/tuscany/sca/interfacedef/java/xml/JavaInterfaceProcessor.java:[78,3544] PolicySubjectProcessor cannot be resolved to a type
org/apache/tuscany/sca/interfacedef/java/xml/JavaInterfaceProcessor.java:[84,3910] policyProcessor cannot be resolved or is not a field
org/apache/tuscany/sca/interfacedef/java/xml/JavaInterfaceProcessor.java:[84,3932] PolicySubjectProcessor cannot be resolved to a type
org/apache/tuscany/sca/interfacedef/java/xml/JavaInterfaceProcessor.java:[157,6821] policyProcessor cannot be resolved
org/apache/tuscany/sca/interfacedef/java/xml/JavaInterfaceProcessor.java:[183,8008] policyProcessor cannot be resolved

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 20 seconds
[INFO] Finished at: Wed Jan 20 17:00:35 UTC 2010
[INFO] Final Memory: 45M/746M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
channel stopped


Build failed in Hudson: Tuscany-2x #415

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/415/changes>

Changes:

[mcombellack] Fixed SVN URLs listed in the pom.xml after SVN code re-organisations

[lresende] Reverting accidentally committed changes from revisions 901322 and 901323 as I haven't tested them in other platforms

[lresende] Remove the test scope from the assembly-xml dependency to prevent compilation errors.

[lresende] Removing other references to tools.jar

[lresende] TUSCANY-2594 - Removing tools.jar dependency from parent pom  pluginManagement section to avoid issues in Mac OS environment

[lresende] Removing unuzed imports to prevent compilation errors

[lresende] Remove the test scope from the assembly-xml dependency to prevent compilation errors.

[slaws] Remove the test scope from the assembly-xml dependency to prevent compilation errors.

------------------------------------------
[...truncated 8082 lines...]
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@13050435)Endpoint:  URI = AddServiceComponent#service-binding(AddService/AddService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@26903574)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractService/SubtractService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@22401955)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyService/MultiplyService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@28939486)Endpoint:  URI = DivideServiceComponent#service-binding(DivideService/DivideService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@17591548)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorService/CalculatorService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@13050435)Endpoint:  URI = AddServiceComponent#service-binding(AddService/AddService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@26903574)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractService/SubtractService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@22401955)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyService/MultiplyService)
Jan 20, 2010 10:58:05 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@28939486)Endpoint:  URI = DivideServiceComponent#service-binding(DivideService/DivideService)
Running calculator.CalculatorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator/target/sample-calculator.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator/target/sample-calculator.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-calculator/2.0-SNAPSHOT/sample-calculator-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator/builds/2010-01-20_22-43-55/archive/org.apache.tuscany.sca/sample-calculator/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator/target/sample-calculator.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator/builds/2010-01-20_22-43-55/archive/org.apache.tuscany.sca/sample-calculator/2.0-SNAPSHOT/sample-calculator.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Calculator Equinox
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 11 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 1 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Concurrency config is {parallel=classes, configurableParallelComputerPresent=false}
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
!SESSION 2010-01-20 22:58:08.043 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

!ENTRY org.eclipse.osgi 4 0 2010-01-20 22:58:08.047
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/31300d0f-e0e9-41d8-8375-c65128fb32c7/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/31300d0f-e0e9-41d8-8375-c65128fb32c7/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
	at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:32)
	at org.eclipse.osgi.storagemanager.StorageManager.lock(StorageManager.java:388)
	at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:686)
	at org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:213)
	at org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:147)
	at org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:121)
	at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:185)
	at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:157)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:68)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:274)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:251)
	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:169)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.startFramework(EquinoxHost.java:636)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:190)
	at org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher.<init>(NodeLauncher.java:63)
	at org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher.newInstance(NodeLauncher.java:72)
	at calculator.CalculatorTestCase.setUpBeforeClass(CalculatorTestCase.java:44)
	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.RunBefores.evaluate(RunBefores.java:27)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	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.experimental.ParallelComputer$1$1.call(ParallelComputer.java:46)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)

Results :

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

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/sample-calculator-equinox.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/sample-calculator-equinox.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/sample-calculator-equinox/2.0-SNAPSHOT/sample-calculator-equinox-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-equinox/builds/2010-01-20_22-43-55/archive/org.apache.tuscany.sca/sample-calculator-equinox/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/sample-calculator-equinox.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-equinox/builds/2010-01-20_22-43-55/archive/org.apache.tuscany.sca/sample-calculator-equinox/2.0-SNAPSHOT/sample-calculator-equinox.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Calculator OSGi
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 12 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/classes>
[INFO] Resolving OSGi bundle: sample-calculator-osgi
[INFO] OSGi bundle is resolved: sample-calculator-osgi
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 1 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Concurrency config is {parallel=classes, configurableParallelComputerPresent=false}
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
SCA Node API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0
Jan 20, 2010 10:58:10 PM org.apache.tuscany.sca.node.impl.NodeImpl start
INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: tuscany.apache.org
Jan 20, 2010 10:58:10 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/classes/>
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@35293)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@22746995)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23117648)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@11555382)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@31807380)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@30986807)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
SCA API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0
3 + 2=5.0
3 - 2=1.0
3 * 2=6.0
3 / 2=1.5
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@35293)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@22746995)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@23117648)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@11555382)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@31807380)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 20, 2010 10:58:11 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@30986807)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Running calculator.CalculatorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

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

[HUDSON] Recording test results
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] Generating <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/sample-calculator-osgi-osgi.jar>
[INFO] Generating <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/sample-calculator-osgi-osgi-tests.jar>
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/surefire-osgi-reports>
!SESSION 2010-01-20 22:58:12.648 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

!ENTRY org.eclipse.osgi 4 0 2010-01-20 22:58:12.654
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/8f8156b6-0a4e-467c-a6df-ecb97eac016f/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/8f8156b6-0a4e-467c-a6df-ecb97eac016f/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
	at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:32)
	at org.eclipse.osgi.storagemanager.StorageManager.lock(StorageManager.java:388)
	at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:686)
	at org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:213)
	at org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:147)
	at org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:121)
	at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:185)
	at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:157)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalInit(EquinoxLauncher.java:68)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:274)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:251)
	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:169)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.startFramework(EquinoxHost.java:636)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:190)
	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.tuscany.maven.plugin.surefire.OSGiSurefireBooter.startEquinox(OSGiSurefireBooter.java:973)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.start(OSGiSurefireBooter.java:927)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.runSuitesInProcess(OSGiSurefireBooter.java:322)
	at org.apache.tuscany.maven.plugin.surefire.OSGiSurefireBooter.main(OSGiSurefireBooter.java:852)
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-osgi/builds/2010-01-20_22-43-55/archive/org.apache.tuscany.sca/sample-calculator-osgi/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target/surefire-osgi-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 26 seconds
[INFO] Finished at: Wed Jan 20 22:58:13 UTC 2010
[INFO] Final Memory: 81M/750M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped