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/15 10:23:06 UTC

Build failed in Hudson: Tuscany-2x #395

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

------------------------------------------
[...truncated 8178 lines...]
[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
-------------------------------------------------------
Running calculator.CalculatorTestCase
!SESSION 2010-01-15 09:28:43.684 -----------------------------------------------
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-15 09:28:43.689
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/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:220)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.548 sec <<< FAILURE!
calculator.CalculatorTestCase  Time elapsed: 0 sec  <<< ERROR!
java.lang.IllegalStateException: org.osgi.framework.BundleException: An error occurred trying to read the bundle
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:331)
	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:220)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.osgi.framework.BundleException: An error occurred trying to read the bundle
	at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:94)
	at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:922)
	at org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.java:838)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:889)
	at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:833)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:166)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:160)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:240)
	... 23 more
Caused by: java.io.IOException: The directory "/tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/config/org.eclipse.osgi/bundles/1/1" could not be created
	at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:68)
	... 31 more


Results :

Tests in error: 
  calculator.CalculatorTestCase

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

[ERROR] There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/surefire-reports> for the individual test results.
[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-15_09-15-35/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-15_09-15-35/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] 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
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0
Jan 15, 2010 9:28:46 AM 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 15, 2010 9:28:46 AM 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 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@20056641)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@4148925)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@4873336)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@33355664)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@14765441)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
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 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@32112901)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@20056641)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@4148925)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@4873336)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@33355664)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@14765441)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 15, 2010 9:28:47 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@32112901)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.354 sec

Results :

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

[HUDSON] Recording test results
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-extensibility-equinox:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sca:tuscany-extensibility-equinox:2.0-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sca:tuscany-contribution-osgi:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sca:tuscany-contribution-osgi:2.0-SNAPSHOT: checking for updates from codehaus-snapshot
[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-15 09:28:50.168 -----------------------------------------------
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-15 09:28:50.174
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/d75ce05b-98fe-4e5f-8bce-fd374630bc2e/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/d75ce05b-98fe-4e5f-8bce-fd374630bc2e/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-15_09-15-35/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 5 seconds
[INFO] Finished at: Fri Jan 15 09:28:50 UTC 2010
[INFO] Final Memory: 79M/749M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped


Hudson build is back to normal: Tuscany-2x #406

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



Build failed in Hudson: Tuscany-2x #405

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

Changes:

[antelder] Update dependency to see if that helps the hudson build

[rfeng] Expose system definitions from the deployer
Add the removal of entries when the member leaves the group
Add listeners to the hazelcastInstance

------------------------------------------
[...truncated 19199 lines...]
[INFO] Excluding commons-httpclient:commons-httpclient:jar:3.1 from the shaded jar.
[INFO] Excluding commons-codec:commons-codec:jar:1.2 from the shaded jar.
[INFO] Excluding commons-fileupload:commons-fileupload:jar:1.2 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore-nio:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.neethi:neethi:jar:2.0.4 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-api:jar:1.0M8 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-impl-dom:jar:1.0M8 from the shaded jar.
[INFO] Excluding annogen:annogen:jar:0.1.0 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 from the shaded jar.
[INFO] Excluding commons-io:commons-io:jar:1.4 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-xml-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding backport-util-concurrent:backport-util-concurrent:jar:3.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-java2wsdl:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-codegen:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-collections:commons-collections:jar:3.2 from the shaded jar.
[INFO] Excluding commons-discovery:commons-discovery:jar:0.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-mtompolicy:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.santuario:xmlsec:jar:1.4.2 from the shaded jar.
[INFO] Excluding org.apache.ws.security:wss4j:jar:1.5.4 from the shaded jar.
[INFO] Excluding org.apache.axis:axis-ant:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:mex:jar:impl:1.41 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-core:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-policy:jar:1.4 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT-shaded.jar>
Downloading: http://repo2.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven.central (http://repo2.maven.org/maven2)
Downloading: http://people.apache.org/repo/m2-incubating-repository/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://ws.zones.apache.org/repository2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
Downloading: http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2)
Downloading: http://www.intalio.org/public/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://download.java.net/maven/1/bouncycastle/poms/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net (http://download.java.net/maven/1)
Downloading: http://download.java.net/maven/2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://ws.zones.apache.org/repository2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: http://repo1.maven.org/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven2 (http://repo1.maven.org/maven2/)
Downloading: http://repo1.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository central (http://repo1.maven.org/maven2)
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web Services Jar including dependencies
[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/shades/webservices-nodep/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/shades/webservices-nodep/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-webservices:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.2 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-api:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-impl:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-kernel:jar:1.4.1 in the shaded jar.
[INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.2 in the shaded jar.
[INFO] Including commons-fileupload:commons-fileupload:jar:1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.0.1 in the shaded jar.
[INFO] Including backport-util-concurrent:backport-util-concurrent:jar:3.1 in the shaded jar.
[INFO] Including org.apache.neethi:neethi:jar:2.0.4 in the shaded jar.
[INFO] Including org.apache.woden:woden-api:jar:1.0M8 in the shaded jar.
[INFO] Including org.apache.woden:woden-impl-dom:jar:1.0M8 in the shaded jar.
[INFO] Including annogen:annogen:jar:0.1.0 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-java2wsdl:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-codegen:jar:1.4 in the shaded jar.
[INFO] Including commons-collections:commons-collections:jar:3.2 in the shaded jar.
[INFO] Including commons-discovery:commons-discovery:jar:0.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-mtompolicy:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.santuario:xmlsec:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.ws.security:wss4j:jar:1.5.4 in the shaded jar.
[INFO] Including org.apache.axis:axis-ant:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:mex:jar:impl:1.41 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-core:jar:1.4 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-policy:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-adb:jar:1.4 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Hook
[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/distribution/tomcat/tomcat-hook/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-modules:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[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/distribution/tomcat/tomcat-hook/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat
[ERROR] --> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-hook/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Servlet
[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/distribution/tomcat/tomcat-servlet/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat.servlet
[ERROR] --> [org.apache.tuscany.sca.tomcat.servlet] Missing Constraint: Import-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] --> [org.apache.tuscany.sca.tomcat] Bundle unresolved: Export-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] ----> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-servlet/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Deep Integration WAR
[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/distribution/tomcat/tomcat-war/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-distribution:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:attached {execution: war}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Processing DependencySet (output=WEB-INF/lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war>
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war,> it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-19_09-56-14/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/tuscany.war
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. Reason: Cannot run program "env": java.io.IOException: error=24, Too many open files

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 minutes 47 seconds
[INFO] Finished at: Tue Jan 19 10:47:18 UTC 2010
[INFO] Final Memory: 126M/751M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-01-19 10:47:30.940::INFO:  Shutdown hook executing
2010-01-19 10:47:30.940::INFO:  Shutdown hook complete
2010-01-19 10:47:30.940::INFO:  Shutdown hook executing
2010-01-19 10:47:30.940::INFO:  Shutdown hook complete
2010-01-19 10:47:30.941::INFO:  Shutdown hook executing
2010-01-19 10:47:30.941::INFO:  Shutdown hook complete
2010-01-19 10:47:30.941::INFO:  Shutdown hook executing
2010-01-19 10:47:30.941::INFO:  Shutdown hook complete
2010-01-19 10:47:30.942::INFO:  Shutdown hook executing
2010-01-19 10:47:30.942::INFO:  Shutdown hook complete
     [java] Jan 19, 2010 10:47:30 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
     [java] INFO: Stopping node: http://sample/nodes/TestNode1
2010-01-19 10:47:30.942::INFO:  Shutdown hook executing
2010-01-19 10:47:30.943::INFO:  Shutdown hook complete
     [java] Java Result: 143


Build failed in Hudson: Tuscany-2x #404

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

Changes:

[slaws] extend test to calling the policy builder (which doesn't do anything yet)

[slaws] Put another sca client api test into the build

[slaws] Add policy matching algorithm. Still a couple of TODOs here. Also there is no matching logic in the policy builders yet.

[slaws] Fix typo in comment

[slaws] Call loadbuilders when the full collection is retrieved as well as when an individual policy builder is retrieved

[slaws] Check that the policy sets for a particular endpoint, endpointreference or implementation are expressed in one language.

[slaws] Check that all policies in a given policy set are expressed in a single language.

[slaws] Fix typo in comment

[slaws] Remove comment. The policy matching will now take place in the binder. Called from either the NodeFactory (TODO) or at runtime when a reference is first used.

------------------------------------------
[...truncated 11027 lines...]
[INFO] Including org.apache.tuscany.sca:tuscany-binding-rmi-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-rmi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-rmi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-endpoint-hazelcast:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding com.hazelcast:hazelcast:jar:1.8 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-java-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-java:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-web-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-web:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-webapp:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-http:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-launcher:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-sca-client-javascript:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-jetty:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jms-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jms:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-security:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-base/2.0-SNAPSHOT/tuscany-base-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-base/builds/2010-01-19_00-17-55/archive/org.apache.tuscany.sca.shades/tuscany-base/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-base/builds/2010-01-19_00-17-55/archive/org.apache.tuscany.sca.shades/tuscany-base/2.0-SNAPSHOT/tuscany-base-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA JSON Support Jar
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/shades/json/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources: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/shades/json/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonp-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonp:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.codehaus.jackson:jackson-core-asl:jar:1.2.1 from the shaded jar.
[INFO] Excluding org.codehaus.jackson:jackson-mapper-asl:jar:1.2.1 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.0 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar.
[INFO] Excluding commons-logging:commons-logging:jar:1.1.1 from the shaded jar.
[INFO] Excluding commons-codec:commons-codec:jar:1.3 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonrpc:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-databinding-json:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.jabsorb:jabsorb:jar:1.3.1 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.5.0 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-jdk14:jar:1.5.0 from the shaded jar.
[INFO] Excluding org.codehaus.jettison:jettison:jar:1.1 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-web-client:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.directwebremoting:dwr:jar:2.0.3 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-json/2.0-SNAPSHOT/tuscany-json-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json/builds/2010-01-19_00-17-55/archive/org.apache.tuscany.sca.shades/tuscany-json/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json/builds/2010-01-19_00-17-55/archive/org.apache.tuscany.sca.shades/tuscany-json/2.0-SNAPSHOT/tuscany-json-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA JSONP Support Jar including dependencies
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/shades/json-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources: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/shades/json-nodep/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-json:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.2.1 in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.2.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpclient:jar:4.0 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.3 in the shaded jar.
[INFO] Including org.jabsorb:jabsorb:jar:1.3.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.5.0 in the shaded jar.
[INFO] Including org.slf4j:slf4j-jdk14:jar:1.5.0 in the shaded jar.
[INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar.
[INFO] Including org.directwebremoting:dwr:jar:2.0.3 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-json-nodep/2.0-SNAPSHOT/tuscany-json-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json-nodep/builds/2010-01-19_00-17-55/archive/org.apache.tuscany.sca.shades/tuscany-json-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json-nodep/builds/2010-01-19_00-17-55/archive/org.apache.tuscany.sca.shades/tuscany-json-nodep/2.0-SNAPSHOT/tuscany-json-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld Javascript Client
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/samples/webapps/helloworld-js-client/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/classes>
[INFO] [resources: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/samples/webapps/helloworld-js-client/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [war:war]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-helloworld-js-client-webapp] in [<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client]>
[INFO] Processing war project
[INFO] Copying webapp resources[<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/src/main/webapp]>
[INFO] Webapp assembled in[188 msecs]
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client.war>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client.war> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-helloworld-js-client-webapp/2.0-SNAPSHOT/sample-helloworld-js-client-webapp-2.0-SNAPSHOT.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-js-client-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-js-client-webapp/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-js-client-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-js-client-webapp/2.0-SNAPSHOT/helloworld-js-client.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld JSP
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/samples/webapps/helloworld-jsp/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/classes>
[INFO] [resources: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/samples/webapps/helloworld-jsp/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [war:war]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-helloworld-jsp-webapp] in [<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp]>
[INFO] Processing war project
[INFO] Copying webapp resources[<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/src/main/webapp]>
[INFO] Webapp assembled in[220 msecs]
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp.war>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp.war> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-helloworld-jsp-webapp/2.0-SNAPSHOT/sample-helloworld-jsp-webapp-2.0-SNAPSHOT.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-jsp-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-jsp-webapp/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-jsp-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-jsp-webapp/2.0-SNAPSHOT/helloworld-jsp.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld using Stripes
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 4 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/classes>
[INFO] [resources: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/samples/webapps/helloworld-stripes/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [war:war]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-helloworld-stripes-webapp] in [<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes]>
[INFO] Processing war project
[INFO] Copying webapp resources[<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/src/main/webapp]>
[INFO] Webapp assembled in[590 msecs]
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes.war>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes.war> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-helloworld-stripes-webapp/2.0-SNAPSHOT/sample-helloworld-stripes-webapp-2.0-SNAPSHOT.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-stripes-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-stripes-webapp/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-stripes-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-stripes-webapp/2.0-SNAPSHOT/helloworld-stripes.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld Servlet
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-servlet/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/samples/webapps/helloworld-servlet/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 3 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-servlet/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-servlet-webapp/builds/2010-01-19_00-17-51/archive/org.apache.tuscany.sca/sample-helloworld-servlet-webapp/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

sample/HelloworldServlet.java:[30,1092] Only a type can be imported. org.oasisopen.sca.ComponentContext resolves to a package
sample/HelloworldServlet.java:[31,1135] Only a type can be imported. org.oasisopen.sca.annotation.Reference resolves to a package
sample/HelloworldServlet.java:[38,1296] Reference cannot be resolved to a type
sample/HelloworldServlet.java:[45,1585] ComponentContext cannot be resolved to a type
sample/HelloworldServlet.java:[45,1608] ComponentContext cannot be resolved to a type

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29 minutes 41 seconds
[INFO] Finished at: Tue Jan 19 00:47:49 UTC 2010
[INFO] Final Memory: 85M/752M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped


Build failed in Hudson: Tuscany-2x #403

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

Changes:

[antelder] Put back the bpel itests which were temporarily taken to test the hudson build

------------------------------------------
[...truncated 8069 lines...]
[INFO] [surefire:test {execution: default-test}]
[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
-------------------------------------------------------
Running calculator.CalculatorTestCase
!SESSION 2010-01-18 14:28:14.219 -----------------------------------------------
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-18 14:28:14.223
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/e02bbb77-33cf-43f7-befa-d7b1ac718901/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/e02bbb77-33cf-43f7-befa-d7b1ac718901/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:220)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.552 sec <<< FAILURE!
calculator.CalculatorTestCase  Time elapsed: 0 sec  <<< ERROR!
java.lang.IllegalStateException: org.osgi.framework.BundleException: An error occurred trying to read the bundle
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:331)
	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:220)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.osgi.framework.BundleException: An error occurred trying to read the bundle
	at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:94)
	at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:922)
	at org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.java:838)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:889)
	at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:833)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:166)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:160)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:240)
	... 23 more
Caused by: java.io.IOException: The directory "/tmp/hudson/.tuscany/equinox/e02bbb77-33cf-43f7-befa-d7b1ac718901/config/org.eclipse.osgi/bundles/1/1" could not be created
	at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:68)
	... 31 more


Results :

Tests in error: 
  calculator.CalculatorTestCase

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

[ERROR] There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/surefire-reports> for the individual test results.
[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-18_14-14-59/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-18_14-14-59/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] 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
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0
Jan 18, 2010 2:28:16 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 18, 2010 2:28:16 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 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@31346136)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@29930061)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@20056641)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@4148925)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@4873336)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@33355664)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 18, 2010 2:28:17 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@31346136)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@29930061)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@20056641)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@4148925)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@4873336)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 18, 2010 2:28:17 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@33355664)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.362 sec

Results :

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

[HUDSON] Recording test results
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-extensibility-equinox:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sca:tuscany-extensibility-equinox:2.0-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sca:tuscany-contribution-osgi:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sca:tuscany-contribution-osgi:2.0-SNAPSHOT: checking for updates from codehaus-snapshot
[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-18 14:28:20.220 -----------------------------------------------
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-18 14:28:20.226
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/b195a0c7-60f8-4898-b87c-98d138eee5b6/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/b195a0c7-60f8-4898-b87c-98d138eee5b6/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-18_14-14-59/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: 5 minutes 46 seconds
[INFO] Finished at: Mon Jan 18 14:28:21 UTC 2010
[INFO] Final Memory: 78M/751M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped


Build failed in Hudson: Tuscany-2x #402

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

Changes:

[antelder] Change Node getInstance/newInstance methods so that newInstance really creates a new instance, and getInstance returns the singleton instance

[antelder] Update to use base jar

[slaws] Re-enable XML read test case

[ramkumar] Adding aspect bases logging and tracing module in 2.x

------------------------------------------
[...truncated 11076 lines...]
[INFO] Including org.apache.tuscany.sca:tuscany-databinding-jaxb:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-interface-java-jaxws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-sca-client-rmi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-sca-runtime-rmi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-rmi-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-rmi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-rmi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-endpoint-hazelcast:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding com.hazelcast:hazelcast:jar:1.8 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-java-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-java:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-web-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-web:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-webapp:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-http:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-launcher:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-sca-client-javascript:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-host-jetty:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jms-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jms:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-security:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-base/2.0-SNAPSHOT/tuscany-base-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-base/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca.shades/tuscany-base/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/base/target/tuscany-base-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-base/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca.shades/tuscany-base/2.0-SNAPSHOT/tuscany-base-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA JSON Support Jar
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[HUDSON] Recording test results
[INFO] [resources:resources]
[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/shades/json/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources: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/shades/json/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonp-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonp:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.codehaus.jackson:jackson-core-asl:jar:1.2.1 from the shaded jar.
[INFO] Excluding org.codehaus.jackson:jackson-mapper-asl:jar:1.2.1 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.0 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar.
[INFO] Excluding commons-logging:commons-logging:jar:1.1.1 from the shaded jar.
[INFO] Excluding commons-codec:commons-codec:jar:1.3 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonrpc-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-jsonrpc:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-databinding-json:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.jabsorb:jabsorb:jar:1.3.1 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.5.0 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-jdk14:jar:1.5.0 from the shaded jar.
[INFO] Excluding org.codehaus.jettison:jettison:jar:1.1 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-implementation-web-client:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.directwebremoting:dwr:jar:2.0.3 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-json/2.0-SNAPSHOT/tuscany-json-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca.shades/tuscany-json/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json/target/tuscany-json-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca.shades/tuscany-json/2.0-SNAPSHOT/tuscany-json-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA JSONP Support Jar including dependencies
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/shades/json-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] No sources to compile
[HUDSON] Recording test results
[INFO] [resources: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/shades/json-nodep/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-json:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.2.1 in the shaded jar.
[INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.2.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpclient:jar:4.0 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.3 in the shaded jar.
[INFO] Including org.jabsorb:jabsorb:jar:1.3.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.5.0 in the shaded jar.
[INFO] Including org.slf4j:slf4j-jdk14:jar:1.5.0 in the shaded jar.
[INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar.
[INFO] Including org.directwebremoting:dwr:jar:2.0.3 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-json-nodep/2.0-SNAPSHOT/tuscany-json-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json-nodep/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca.shades/tuscany-json-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/json-nodep/target/tuscany-json-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-json-nodep/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca.shades/tuscany-json-nodep/2.0-SNAPSHOT/tuscany-json-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld Javascript Client
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/samples/webapps/helloworld-js-client/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/classes>
[INFO] [resources: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/samples/webapps/helloworld-js-client/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [war:war]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-helloworld-js-client-webapp] in [<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client]>
[INFO] Processing war project
[INFO] Copying webapp resources[<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/src/main/webapp]>
[INFO] Webapp assembled in[711 msecs]
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client.war>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client.war> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-helloworld-js-client-webapp/2.0-SNAPSHOT/sample-helloworld-js-client-webapp-2.0-SNAPSHOT.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-js-client-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-js-client-webapp/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-js-client/target/helloworld-js-client.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-js-client-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-js-client-webapp/2.0-SNAPSHOT/helloworld-js-client.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld JSP
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/samples/webapps/helloworld-jsp/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/classes>
[INFO] [resources: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/samples/webapps/helloworld-jsp/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [war:war]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-helloworld-jsp-webapp] in [<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp]>
[INFO] Processing war project
[INFO] Copying webapp resources[<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/src/main/webapp]>
[INFO] Webapp assembled in[315 msecs]
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp.war>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp.war> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-helloworld-jsp-webapp/2.0-SNAPSHOT/sample-helloworld-jsp-webapp-2.0-SNAPSHOT.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-jsp-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-jsp-webapp/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-jsp/target/helloworld-jsp.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-jsp-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-jsp-webapp/2.0-SNAPSHOT/helloworld-jsp.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld using Stripes
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 4 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/classes>
[INFO] [resources: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/samples/webapps/helloworld-stripes/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [war:war]
[INFO] Packaging webapp
[INFO] Assembling webapp[sample-helloworld-stripes-webapp] in [<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes]>
[INFO] Processing war project
[INFO] Copying webapp resources[<http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/src/main/webapp]>
[INFO] Webapp assembled in[371 msecs]
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes.war>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes.war> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/sample-helloworld-stripes-webapp/2.0-SNAPSHOT/sample-helloworld-stripes-webapp-2.0-SNAPSHOT.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-stripes-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-stripes-webapp/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-stripes/target/helloworld-stripes.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-stripes-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-stripes-webapp/2.0-SNAPSHOT/helloworld-stripes.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Sample Helloworld Servlet
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-servlet/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/samples/webapps/helloworld-servlet/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 3 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-servlet/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/webapps/helloworld-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-helloworld-servlet-webapp/builds/2010-01-18_12-20-36/archive/org.apache.tuscany.sca/sample-helloworld-servlet-webapp/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

sample/HelloworldServlet.java:[30,1092] Only a type can be imported. org.oasisopen.sca.ComponentContext resolves to a package
sample/HelloworldServlet.java:[31,1135] Only a type can be imported. org.oasisopen.sca.annotation.Reference resolves to a package
sample/HelloworldServlet.java:[38,1296] Reference cannot be resolved to a type
sample/HelloworldServlet.java:[45,1585] ComponentContext cannot be resolved to a type
sample/HelloworldServlet.java:[45,1608] ComponentContext cannot be resolved to a type

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 minutes 26 seconds
[INFO] Finished at: Mon Jan 18 12:53:17 UTC 2010
[INFO] Final Memory: 88M/752M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
channel stopped


Build failed in Hudson: Tuscany-2x #401

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

Changes:

[mcombellack] Updated code so that it access static constants on RpcChannel in a static manner rather than on an instance of RpcChannel

[mcombellack] Fixed what looks to be a cut and paste error in the last name setter method

------------------------------------------
[...truncated 18736 lines...]
[INFO] Including org.apache.tuscany.sca:tuscany-policy-security:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-kernel:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-httpclient:commons-httpclient:jar:3.1 from the shaded jar.
[INFO] Excluding commons-codec:commons-codec:jar:1.2 from the shaded jar.
[INFO] Excluding commons-fileupload:commons-fileupload:jar:1.2 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore-nio:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.neethi:neethi:jar:2.0.4 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-api:jar:1.0M8 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-impl-dom:jar:1.0M8 from the shaded jar.
[INFO] Excluding annogen:annogen:jar:0.1.0 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 from the shaded jar.
[INFO] Excluding commons-io:commons-io:jar:1.4 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-xml-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding backport-util-concurrent:backport-util-concurrent:jar:3.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-java2wsdl:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-codegen:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-collections:commons-collections:jar:3.2 from the shaded jar.
[INFO] Excluding commons-discovery:commons-discovery:jar:0.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-mtompolicy:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.santuario:xmlsec:jar:1.4.2 from the shaded jar.
[INFO] Excluding org.apache.ws.security:wss4j:jar:1.5.4 from the shaded jar.
[INFO] Excluding org.apache.axis:axis-ant:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:mex:jar:impl:1.41 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-core:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-policy:jar:1.4 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT-shaded.jar>
Downloading: http://repo2.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven.central (http://repo2.maven.org/maven2)
Downloading: http://people.apache.org/repo/m2-incubating-repository/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://ws.zones.apache.org/repository2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
Downloading: http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2)
Downloading: http://www.intalio.org/public/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://download.java.net/maven/1/bouncycastle/poms/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net (http://download.java.net/maven/1)
Downloading: http://download.java.net/maven/2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://ws.zones.apache.org/repository2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: http://repo1.maven.org/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven2 (http://repo1.maven.org/maven2/)
Downloading: http://repo1.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository central (http://repo1.maven.org/maven2)
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web Services Jar including dependencies
[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/shades/webservices-nodep/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/shades/webservices-nodep/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-webservices:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.2 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-api:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-impl:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-kernel:jar:1.4.1 in the shaded jar.
[INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.2 in the shaded jar.
[INFO] Including commons-fileupload:commons-fileupload:jar:1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.0.1 in the shaded jar.
[INFO] Including backport-util-concurrent:backport-util-concurrent:jar:3.1 in the shaded jar.
[INFO] Including org.apache.neethi:neethi:jar:2.0.4 in the shaded jar.
[INFO] Including org.apache.woden:woden-api:jar:1.0M8 in the shaded jar.
[INFO] Including org.apache.woden:woden-impl-dom:jar:1.0M8 in the shaded jar.
[INFO] Including annogen:annogen:jar:0.1.0 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-java2wsdl:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-codegen:jar:1.4 in the shaded jar.
[INFO] Including commons-collections:commons-collections:jar:3.2 in the shaded jar.
[INFO] Including commons-discovery:commons-discovery:jar:0.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-mtompolicy:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.santuario:xmlsec:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.ws.security:wss4j:jar:1.5.4 in the shaded jar.
[INFO] Including org.apache.axis:axis-ant:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:mex:jar:impl:1.41 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-core:jar:1.4 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-policy:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-adb:jar:1.4 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Hook
[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/distribution/tomcat/tomcat-hook/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-modules:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[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/distribution/tomcat/tomcat-hook/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat
[ERROR] --> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-hook/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Servlet
[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/distribution/tomcat/tomcat-servlet/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat.servlet
[ERROR] --> [org.apache.tuscany.sca.tomcat.servlet] Missing Constraint: Import-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] --> [org.apache.tuscany.sca.tomcat] Bundle unresolved: Export-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] ----> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-servlet/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-18_00-06-57/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Deep Integration WAR
[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/distribution/tomcat/tomcat-war/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-distribution:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:attached {execution: war}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Processing DependencySet (output=WEB-INF/lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war>
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war,> it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-18_00-06-58/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-18_00-06-58/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/tuscany.war
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. Reason: Cannot run program "env": java.io.IOException: error=24, Too many open files

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 minutes 18 seconds
[INFO] Finished at: Mon Jan 18 00:57:17 UTC 2010
[INFO] Final Memory: 125M/750M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-01-18 00:57:27.063::INFO:  Shutdown hook executing
2010-01-18 00:57:27.063::INFO:  Shutdown hook complete
2010-01-18 00:57:27.064::INFO:  Shutdown hook executing
2010-01-18 00:57:27.064::INFO:  Shutdown hook complete
2010-01-18 00:57:27.065::INFO:  Shutdown hook executing
2010-01-18 00:57:27.065::INFO:  Shutdown hook complete
2010-01-18 00:57:27.065::INFO:  Shutdown hook executing
2010-01-18 00:57:27.066::INFO:  Shutdown hook complete
     [java] Jan 18, 2010 12:57:27 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
     [java] INFO: Stopping node: http://sample/nodes/TestNode1
2010-01-18 00:57:27.066::INFO:  Shutdown hook executing
2010-01-18 00:57:27.066::INFO:  Shutdown hook executing
2010-01-18 00:57:27.066::INFO:  Shutdown hook complete
2010-01-18 00:57:27.066::INFO:  Shutdown hook complete
     [java] Java Result: 143


Build failed in Hudson: Tuscany-2x #400

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

Changes:

[lresende] Setting version to maven-source-plugin to avoid issues with maven enforcer plugin

[lresende] Fix for POJO_10009_TestCase, making the thread context classloader the one used to load class being invoked

------------------------------------------
[...truncated 18735 lines...]
[INFO] Including org.apache.tuscany.sca:tuscany-binding-ws-axis2-policy:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-security:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-kernel:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-httpclient:commons-httpclient:jar:3.1 from the shaded jar.
[INFO] Excluding commons-codec:commons-codec:jar:1.2 from the shaded jar.
[INFO] Excluding commons-fileupload:commons-fileupload:jar:1.2 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore-nio:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.neethi:neethi:jar:2.0.4 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-api:jar:1.0M8 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-impl-dom:jar:1.0M8 from the shaded jar.
[INFO] Excluding annogen:annogen:jar:0.1.0 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 from the shaded jar.
[INFO] Excluding commons-io:commons-io:jar:1.4 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-xml-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding backport-util-concurrent:backport-util-concurrent:jar:3.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-java2wsdl:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-codegen:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-collections:commons-collections:jar:3.2 from the shaded jar.
[INFO] Excluding commons-discovery:commons-discovery:jar:0.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-mtompolicy:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.santuario:xmlsec:jar:1.4.2 from the shaded jar.
[INFO] Excluding org.apache.ws.security:wss4j:jar:1.5.4 from the shaded jar.
[INFO] Excluding org.apache.axis:axis-ant:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:mex:jar:impl:1.41 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-core:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-policy:jar:1.4 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT-shaded.jar>
Downloading: http://repo2.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven.central (http://repo2.maven.org/maven2)
Downloading: http://people.apache.org/repo/m2-incubating-repository/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://ws.zones.apache.org/repository2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
Downloading: http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2)
Downloading: http://www.intalio.org/public/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://download.java.net/maven/1/bouncycastle/poms/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net (http://download.java.net/maven/1)
Downloading: http://download.java.net/maven/2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://ws.zones.apache.org/repository2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: http://repo1.maven.org/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven2 (http://repo1.maven.org/maven2/)
Downloading: http://repo1.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository central (http://repo1.maven.org/maven2)
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web Services Jar including dependencies
[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/shades/webservices-nodep/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/shades/webservices-nodep/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-webservices:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.2 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-api:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-impl:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-kernel:jar:1.4.1 in the shaded jar.
[INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.2 in the shaded jar.
[INFO] Including commons-fileupload:commons-fileupload:jar:1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.0.1 in the shaded jar.
[INFO] Including backport-util-concurrent:backport-util-concurrent:jar:3.1 in the shaded jar.
[INFO] Including org.apache.neethi:neethi:jar:2.0.4 in the shaded jar.
[INFO] Including org.apache.woden:woden-api:jar:1.0M8 in the shaded jar.
[INFO] Including org.apache.woden:woden-impl-dom:jar:1.0M8 in the shaded jar.
[INFO] Including annogen:annogen:jar:0.1.0 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-java2wsdl:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-codegen:jar:1.4 in the shaded jar.
[INFO] Including commons-collections:commons-collections:jar:3.2 in the shaded jar.
[INFO] Including commons-discovery:commons-discovery:jar:0.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-mtompolicy:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.santuario:xmlsec:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.ws.security:wss4j:jar:1.5.4 in the shaded jar.
[INFO] Including org.apache.axis:axis-ant:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:mex:jar:impl:1.41 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-core:jar:1.4 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-policy:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-adb:jar:1.4 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Hook
[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/distribution/tomcat/tomcat-hook/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-modules:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[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/distribution/tomcat/tomcat-hook/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat
[ERROR] --> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-hook/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Servlet
[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/distribution/tomcat/tomcat-servlet/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat.servlet
[ERROR] --> [org.apache.tuscany.sca.tomcat.servlet] Missing Constraint: Import-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] --> [org.apache.tuscany.sca.tomcat] Bundle unresolved: Export-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] ----> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-servlet/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Deep Integration WAR
[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/distribution/tomcat/tomcat-war/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-distribution:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:attached {execution: war}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Processing DependencySet (output=WEB-INF/lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war>
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war,> it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-17_00-11-07/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/tuscany.war
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. Reason: Cannot run program "env": java.io.IOException: error=24, Too many open files

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45 minutes 3 seconds
[INFO] Finished at: Sun Jan 17 00:59:05 UTC 2010
[INFO] Final Memory: 124M/751M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-01-17 00:59:10.230::INFO:  Shutdown hook executing
2010-01-17 00:59:10.230::INFO:  Shutdown hook executing
2010-01-17 00:59:10.230::INFO:  Shutdown hook complete
2010-01-17 00:59:10.230::INFO:  Shutdown hook complete
2010-01-17 00:59:10.231::INFO:  Shutdown hook executing
2010-01-17 00:59:10.231::INFO:  Shutdown hook complete
2010-01-17 00:59:10.231::INFO:  Shutdown hook executing
2010-01-17 00:59:10.231::INFO:  Shutdown hook complete
2010-01-17 00:59:10.232::INFO:  Shutdown hook executing
2010-01-17 00:59:10.232::INFO:  Shutdown hook complete
2010-01-17 00:59:10.232::INFO:  Shutdown hook executing
2010-01-17 00:59:10.232::INFO:  Shutdown hook complete
     [java] Java Result: 143


Build failed in Hudson: Tuscany-2x #399

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

Changes:

[slaws] A bit more progress on the ws policy model. Not working yet.

[slaws] The code for build time matching. To actually use this we need to create a build time registry. As it stands you get duplicate endpoint regsitration notifications.

[antelder] Add a two nodes test using hazelcast, and have the Server/Client classes use the Node api that takes the domain config uri

------------------------------------------
[...truncated 18754 lines...]
[INFO] Including org.apache.tuscany.sca:tuscany-policy-security:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-kernel:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-httpclient:commons-httpclient:jar:3.1 from the shaded jar.
[INFO] Excluding commons-codec:commons-codec:jar:1.2 from the shaded jar.
[INFO] Excluding commons-fileupload:commons-fileupload:jar:1.2 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.httpcomponents:httpcore-nio:jar:4.0.1 from the shaded jar.
[INFO] Excluding org.apache.neethi:neethi:jar:2.0.4 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-api:jar:1.0M8 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-impl-dom:jar:1.0M8 from the shaded jar.
[INFO] Excluding annogen:annogen:jar:0.1.0 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 from the shaded jar.
[INFO] Excluding commons-io:commons-io:jar:1.4 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-xml-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding backport-util-concurrent:backport-util-concurrent:jar:3.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-java2wsdl:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-codegen:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-collections:commons-collections:jar:3.2 from the shaded jar.
[INFO] Excluding commons-discovery:commons-discovery:jar:0.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-mtompolicy:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.santuario:xmlsec:jar:1.4.2 from the shaded jar.
[INFO] Excluding org.apache.ws.security:wss4j:jar:1.5.4 from the shaded jar.
[INFO] Excluding org.apache.axis:axis-ant:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:mex:jar:impl:1.41 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-core:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-policy:jar:1.4 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT-shaded.jar>
Downloading: http://repo2.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven.central (http://repo2.maven.org/maven2)
Downloading: http://people.apache.org/repo/m2-incubating-repository/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://ws.zones.apache.org/repository2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
Downloading: http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2)
Downloading: http://www.intalio.org/public/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://download.java.net/maven/1/bouncycastle/poms/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net (http://download.java.net/maven/1)
Downloading: http://download.java.net/maven/2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://ws.zones.apache.org/repository2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: http://repo1.maven.org/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven2 (http://repo1.maven.org/maven2/)
Downloading: http://repo1.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository central (http://repo1.maven.org/maven2)
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web Services Jar including dependencies
[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/shades/webservices-nodep/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/shades/webservices-nodep/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-webservices:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.2 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-api:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-impl:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-kernel:jar:1.4.1 in the shaded jar.
[INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.2 in the shaded jar.
[INFO] Including commons-fileupload:commons-fileupload:jar:1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.0.1 in the shaded jar.
[INFO] Including backport-util-concurrent:backport-util-concurrent:jar:3.1 in the shaded jar.
[INFO] Including org.apache.neethi:neethi:jar:2.0.4 in the shaded jar.
[INFO] Including org.apache.woden:woden-api:jar:1.0M8 in the shaded jar.
[INFO] Including org.apache.woden:woden-impl-dom:jar:1.0M8 in the shaded jar.
[INFO] Including annogen:annogen:jar:0.1.0 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-java2wsdl:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-codegen:jar:1.4 in the shaded jar.
[INFO] Including commons-collections:commons-collections:jar:3.2 in the shaded jar.
[INFO] Including commons-discovery:commons-discovery:jar:0.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-mtompolicy:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.santuario:xmlsec:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.ws.security:wss4j:jar:1.5.4 in the shaded jar.
[INFO] Including org.apache.axis:axis-ant:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:mex:jar:impl:1.41 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-core:jar:1.4 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-policy:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-adb:jar:1.4 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Hook
[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/distribution/tomcat/tomcat-hook/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-modules:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[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/distribution/tomcat/tomcat-hook/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat
[ERROR] --> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-hook/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Servlet
[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/distribution/tomcat/tomcat-servlet/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat.servlet
[ERROR] --> [org.apache.tuscany.sca.tomcat.servlet] Missing Constraint: Import-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] --> [org.apache.tuscany.sca.tomcat] Bundle unresolved: Export-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] ----> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-servlet/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Deep Integration WAR
[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/distribution/tomcat/tomcat-war/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-distribution:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:attached {execution: war}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Processing DependencySet (output=WEB-INF/lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war>
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war,> it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-16_00-07-46/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/tuscany.war
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. Reason: Cannot run program "env": java.io.IOException: error=24, Too many open files

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 minutes 19 seconds
[INFO] Finished at: Sat Jan 16 00:57:51 UTC 2010
[INFO] Final Memory: 125M/751M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-01-16 00:57:56.599::INFO:  Shutdown hook executing
2010-01-16 00:57:56.599::INFO:  Shutdown hook complete
2010-01-16 00:57:56.600::INFO:  Shutdown hook executing
2010-01-16 00:57:56.600::INFO:  Shutdown hook executing
2010-01-16 00:57:56.600::INFO:  Shutdown hook complete
2010-01-16 00:57:56.600::INFO:  Shutdown hook executing
2010-01-16 00:57:56.601::INFO:  Shutdown hook complete
2010-01-16 00:57:56.600::INFO:  Shutdown hook complete
2010-01-16 00:57:56.601::INFO:  Shutdown hook executing
2010-01-16 00:57:56.601::INFO:  Shutdown hook complete
2010-01-16 00:57:56.602::INFO:  Shutdown hook executing
2010-01-16 00:57:56.602::INFO:  Shutdown hook complete
     [java] Jan 16, 2010 12:57:56 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
     [java] INFO: Stopping node: http://sample/nodes/TestNode1
     [java] Java Result: 143


Build failed in Hudson: Tuscany-2x #398

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

------------------------------------------
[...truncated 18726 lines...]
[INFO] Including org.apache.axis:axis-ant:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:mex:jar:impl:1.41 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-core:jar:1.4 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-policy:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-adb:jar:1.4 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Hook
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/distribution/tomcat/tomcat-hook/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat
[ERROR] --> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[INFO] [resources: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/distribution/tomcat/tomcat-hook/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Servlet
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[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/distribution/tomcat/tomcat-servlet/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat.servlet
[ERROR] --> [org.apache.tuscany.sca.tomcat.servlet] Missing Constraint: Import-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] --> [org.apache.tuscany.sca.tomcat] Bundle unresolved: Export-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] ----> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[INFO] [resources: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/distribution/tomcat/tomcat-servlet/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Deep Integration WAR
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [site:attach-descriptor]
[INFO] [assembly:attached {execution: war}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Processing DependencySet (output=WEB-INF/lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war>
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war,> it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[INFO] Processing DependencySet (output=WEB-INF/lib)
[INFO] Copying files to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.dir>
[WARNING] Assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.dir> is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-war/2.0-SNAPSHOT/tuscany-war-2.0-SNAPSHOT.pom
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/tuscany.war
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Distribution Tomcat
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-distribution-tomcat/2.0-SNAPSHOT/tuscany-distribution-tomcat-2.0-SNAPSHOT.pom
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-distribution-tomcat/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-distribution-tomcat/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Distribution Tomcat Testing
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/pom.xml> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-distribution-tomcat-testing/2.0-SNAPSHOT/tuscany-distribution-tomcat-testing-2.0-SNAPSHOT.pom
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-distribution-tomcat-testing/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/tuscany-distribution-tomcat-testing/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Testing Helloworld Service Contribution
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-service-contribution/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-service-contribution/target/classes>
[INFO] [resources: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/distribution/tomcat/testing/helloworld-service-contribution/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-service-contribution/target/helloworld-service-contribution.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-service-contribution/target/helloworld-service-contribution.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/helloworld-service-contribution/2.0-SNAPSHOT/helloworld-service-contribution-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-service-contribution/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$helloworld-service-contribution/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/helloworld-service-contribution/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-service-contribution/target/helloworld-service-contribution.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$helloworld-service-contribution/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/helloworld-service-contribution/2.0-SNAPSHOT/helloworld-service-contribution.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Testing Helloworld Reference Contribution
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-reference-contribution/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-reference-contribution/target/classes>
[INFO] [resources: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/distribution/tomcat/testing/helloworld-reference-contribution/src/test/resources>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-reference-contribution/target/helloworld-reference-contribution.jar>
[INFO] [install:install]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-reference-contribution/target/helloworld-reference-contribution.jar> to /export/home/hudson/.m2/repository/org/apache/tuscany/sca/helloworld-reference-contribution/2.0-SNAPSHOT/helloworld-reference-contribution-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$helloworld-reference-contribution/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/helloworld-reference-contribution/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-reference-contribution/target/helloworld-reference-contribution.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$helloworld-reference-contribution/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/helloworld-reference-contribution/2.0-SNAPSHOT/helloworld-reference-contribution.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Testing Helloworld Java SE SCAClient
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-scaclient-javase/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [resources:resources]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] [compiler:compile]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-scaclient-javase/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/testing/helloworld-scaclient-javase/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$helloworld-scaclient-javase/builds/2010-01-15_14-28-45/archive/org.apache.tuscany.sca/helloworld-scaclient-javase/2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

testing/HelloworldService.java:[21,859] Only a type can be imported. org.oasisopen.sca.annotation.Remotable resolves to a package
testing/HelloworldService.java:[23,903] Remotable cannot be resolved to a type
testing/HelloworldClient.java:[23,883] Only a type can be imported. org.oasisopen.sca.NoSuchDomainException resolves to a package
testing/HelloworldClient.java:[24,932] Only a type can be imported. org.oasisopen.sca.NoSuchServiceException resolves to a package
testing/HelloworldClient.java:[25,982] Only a type can be imported. org.oasisopen.sca.client.SCAClientFactory resolves to a package
testing/HelloworldClient.java:[30,1112] NoSuchDomainException cannot be resolved to a type
testing/HelloworldClient.java:[30,1135] NoSuchServiceException cannot be resolved to a type
testing/HelloworldClient.java:[39,1317] SCAClientFactory cannot be resolved to a type
testing/HelloworldClient.java:[39,1344] SCAClientFactory cannot be resolved

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 71 minutes 44 seconds
[INFO] Finished at: Fri Jan 15 15:40:36 UTC 2010
[INFO] Final Memory: 123M/751M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-01-15 15:40:53.688::INFO:  Shutdown hook executing
2010-01-15 15:40:53.689::INFO:  Shutdown hook complete
2010-01-15 15:40:53.689::INFO:  Shutdown hook executing
2010-01-15 15:40:53.689::INFO:  Shutdown hook complete
2010-01-15 15:40:53.689::INFO:  Shutdown hook executing
2010-01-15 15:40:53.689::INFO:  Shutdown hook executing
2010-01-15 15:40:53.689::INFO:  Shutdown hook complete
2010-01-15 15:40:53.688::INFO:  Shutdown hook executing
2010-01-15 15:40:53.689::INFO:  Shutdown hook executing
2010-01-15 15:40:53.689::INFO:  Shutdown hook complete
2010-01-15 15:40:53.689::INFO:  Shutdown hook complete
2010-01-15 15:40:53.689::INFO:  Shutdown hook complete
     [java] Jan 15, 2010 3:40:53 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
     [java] INFO: Stopping node: http://sample/nodes/TestNode1
     [java] Java Result: 143


Build failed in Hudson: Tuscany-2x #397

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

Changes:

[antelder] Temporarily takeout bpel itests to see if that changes the hudson too many open files problem

[slaws] Fix to make OTEST JCA_2005 work again. This is an @EagerInit scenario and out code was starting scope containers before all endpoints had been registered. With all matching going through the binding/registry now this meant that the reference being used inside the @EagerInit failed to resolve. This change moves the scope container start to after the services are registered.

------------------------------------------
[...truncated 8001 lines...]
[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] 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
-------------------------------------------------------
Running calculator.CalculatorTestCase
!SESSION 2010-01-15 12:46:17.568 -----------------------------------------------
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-15 12:46:17.573
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/32e8f27a-0051-4859-a8c6-fb58585b9476/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/32e8f27a-0051-4859-a8c6-fb58585b9476/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:220)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.545 sec <<< FAILURE!
calculator.CalculatorTestCase  Time elapsed: 0 sec  <<< ERROR!
java.lang.IllegalStateException: org.osgi.framework.BundleException: An error occurred trying to read the bundle
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:331)
	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:220)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.osgi.framework.BundleException: An error occurred trying to read the bundle
	at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:94)
	at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:922)
	at org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.java:838)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:889)
	at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:833)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:166)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:160)
	at org.apache.tuscany.sca.node.equinox.launcher.EquinoxHost.start(EquinoxHost.java:240)
	... 23 more
Caused by: java.io.IOException: The directory "/tmp/hudson/.tuscany/equinox/32e8f27a-0051-4859-a8c6-fb58585b9476/config/org.eclipse.osgi/bundles/1/1" could not be created
	at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:68)
	... 31 more


Results :

Tests in error: 
  calculator.CalculatorTestCase

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

[ERROR] There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-equinox/target/surefire-reports> for the individual test results.
[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-15_12-33-13/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-15_12-33-13/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] 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
-------------------------------------------------------
Running calculator.CalculatorTestCase
SCA Node API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0
Jan 15, 2010 12:46:19 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 15, 2010 12:46:19 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 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@16477279)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@8906500)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@5237022)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@5369678)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@20313166)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@20591791)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 15, 2010 12:46:21 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@16477279)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@8906500)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@5237022)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@5369678)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@20313166)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 15, 2010 12:46:21 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@20591791)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 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-15 12:46:22.013 -----------------------------------------------
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-15 12:46:22.020
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/08925346-e25d-4ac2-ad52-decabac7a8ef/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/08925346-e25d-4ac2-ad52-decabac7a8ef/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-15_12-33-13/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: 5 minutes 48 seconds
[INFO] Finished at: Fri Jan 15 12:46:22 UTC 2010
[INFO] Final Memory: 78M/750M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped


Build failed in Hudson: Tuscany-2x #396

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

Changes:

[antelder] Update to always return the current TCCL instead of the cached one. This is so each Node use the correct TCCL when the Tuscany jars are shared (I'll post to the ML about this as its not a complete fix yet)

------------------------------------------
[...truncated 18959 lines...]
[INFO] Excluding org.apache.woden:woden-api:jar:1.0M8 from the shaded jar.
[INFO] Excluding org.apache.woden:woden-impl-dom:jar:1.0M8 from the shaded jar.
[INFO] Excluding annogen:annogen:jar:0.1.0 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 from the shaded jar.
[INFO] Excluding commons-io:commons-io:jar:1.4 from the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-xml-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Excluding backport-util-concurrent:backport-util-concurrent:jar:3.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-java2wsdl:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-codegen:jar:1.4.1 from the shaded jar.
[INFO] Excluding commons-collections:commons-collections:jar:3.2 from the shaded jar.
[INFO] Excluding commons-discovery:commons-discovery:jar:0.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-mtompolicy:jar:1.4.1 from the shaded jar.
[INFO] Excluding org.apache.santuario:xmlsec:jar:1.4.2 from the shaded jar.
[INFO] Excluding org.apache.ws.security:wss4j:jar:1.5.4 from the shaded jar.
[INFO] Excluding org.apache.axis:axis-ant:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.axis2:mex:jar:impl:1.41 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-core:jar:1.4 from the shaded jar.
[INFO] Excluding org.apache.rampart:rampart-policy:jar:1.4 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT-shaded.jar>
Downloading: http://repo2.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven.central (http://repo2.maven.org/maven2)
Downloading: http://people.apache.org/repo/m2-incubating-repository/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.incubator (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://svn.apache.org/repos/asf/tuscany/maven/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository tuscany.repo (http://svn.apache.org/repos/asf/tuscany/maven)
Downloading: http://ws.zones.apache.org/repository2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache.ws.zone (http://ws.zones.apache.org/repository2)
Downloading: http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)
Downloading: http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2)
Downloading: http://www.intalio.org/public/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository intalio.org (http://www.intalio.org/public/maven2)
Downloading: http://download.java.net/maven/1/bouncycastle/poms/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net (http://download.java.net/maven/1)
Downloading: http://download.java.net/maven/2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository java.net2 (http://download.java.net/maven/2)
Downloading: http://ws.zones.apache.org/repository2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/)
Downloading: http://repo1.maven.org/maven2//bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository maven2 (http://repo1.maven.org/maven2/)
Downloading: http://repo1.maven.org/maven2/bouncycastle/bcprov-jdk13/132/bcprov-jdk13-132.pom
[INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository central (http://repo1.maven.org/maven2)
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-15_10-58-25/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices/target/tuscany-webservices-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices/builds/2010-01-15_10-58-25/archive/org.apache.tuscany.sca.shades/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web Services Jar including dependencies
[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/shades/webservices-nodep/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/src/main/resources>
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[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/shades/webservices-nodep/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca.shades:tuscany-webservices:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.2 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-api:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-impl:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-kernel:jar:1.4.1 in the shaded jar.
[INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] Including commons-codec:commons-codec:jar:1.2 in the shaded jar.
[INFO] Including commons-fileupload:commons-fileupload:jar:1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.0.1 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.0.1 in the shaded jar.
[INFO] Including backport-util-concurrent:backport-util-concurrent:jar:3.1 in the shaded jar.
[INFO] Including org.apache.neethi:neethi:jar:2.0.4 in the shaded jar.
[INFO] Including org.apache.woden:woden-api:jar:1.0M8 in the shaded jar.
[INFO] Including org.apache.woden:woden-impl-dom:jar:1.0M8 in the shaded jar.
[INFO] Including annogen:annogen:jar:0.1.0 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1 in the shaded jar.
[INFO] Including org.apache.ws.commons.axiom:axiom-dom:jar:1.2.7 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-java2wsdl:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-codegen:jar:1.4 in the shaded jar.
[INFO] Including commons-collections:commons-collections:jar:3.2 in the shaded jar.
[INFO] Including commons-discovery:commons-discovery:jar:0.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-mtompolicy:jar:1.4.1 in the shaded jar.
[INFO] Including org.apache.santuario:xmlsec:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.ws.security:wss4j:jar:1.5.4 in the shaded jar.
[INFO] Including org.apache.axis:axis-ant:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:mex:jar:impl:1.41 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-core:jar:1.4 in the shaded jar.
[INFO] Including org.apache.rampart:rampart-policy:jar:1.4 in the shaded jar.
[INFO] Including org.apache.axis2:axis2-adb:jar:1.4 in the shaded jar.
[INFO] Including org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> with <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT-shaded.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/dependency-reduced-pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-15_10-58-25/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/dependency-reduced-pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/shades/webservices-nodep/target/tuscany-webservices-nodep-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca.shades$tuscany-webservices-nodep/builds/2010-01-15_10-58-25/archive/org.apache.tuscany.sca.shades/tuscany-webservices-nodep/2.0-SNAPSHOT/tuscany-webservices-nodep-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Hook
[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/distribution/tomcat/tomcat-hook/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-modules:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[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/distribution/tomcat/tomcat-hook/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 5 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat
[ERROR] --> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-hook/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-15_10-58-26/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-hook/target/tuscany-tomcat-hook-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-hook/builds/2010-01-15_10-58-26/archive/org.apache.tuscany.sca/tuscany-tomcat-hook/2.0-SNAPSHOT/tuscany-tomcat-hook-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Integration Servlet
[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/distribution/tomcat/tomcat-servlet/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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/src/main/resources>
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Invoking Tuscany Eclipse JDT compiler
[INFO] Compiling 2 to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/classes>
[INFO] Resolving OSGi bundle: org.apache.tuscany.sca.tomcat.servlet
[ERROR] --> [org.apache.tuscany.sca.tomcat.servlet] Missing Constraint: Import-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] --> [org.apache.tuscany.sca.tomcat] Bundle unresolved: Export-Package: org.apache.tuscany.sca.tomcat; version="2.0.0"
[ERROR] ----> [org.apache.tuscany.sca.tomcat] Missing Constraint: Import-Package: org.apache.tuscany.sca.core; version="2.0.0"
[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/distribution/tomcat/tomcat-servlet/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[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/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/tuscany/sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-15_10-58-26/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-servlet/target/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-tomcat-servlet/builds/2010-01-15_10-58-26/archive/org.apache.tuscany.sca/tuscany-tomcat-servlet/2.0-SNAPSHOT/tuscany-tomcat-servlet-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Tomcat Deep Integration WAR
[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/distribution/tomcat/tomcat-war/target> (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] snapshot org.apache.tuscany.sca:tuscany-distribution:2.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:attached {execution: war}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Processing DependencySet (output=WEB-INF/lib)
[WARNING] Cannot include project artifact: org.apache.tuscany.sca:tuscany-war:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war>
[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.
Instead of attaching the assembly file: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war,> it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[INFO] Processing DependencySet (output=tuscany-lib)
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.apache.tomcat:catalina'
o  'org.apache.tomcat:annotations-api'
o  'org.apache.tomcat:juli'
o  'org.apache.tomcat:servlet-api'

[INFO] Processing DependencySet (output=tomcat-lib)
[INFO] Processing DependencySet (output=WEB-INF/lib)
[INFO] Copying files to <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.dir>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-15_10-58-26/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/distribution/tomcat/tomcat-war/target/tuscany.war> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$tuscany-war/builds/2010-01-15_10-58-26/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/tuscany.war
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Error creating assembly archive war: Error while executing chmod.

java.io.IOException: error=24, Too many open files
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51 minutes 
[INFO] Finished at: Fri Jan 15 11:52:04 UTC 2010
[INFO] Final Memory: 126M/746M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
Sending e-mails to: commits@tuscany.apache.org
channel stopped
2010-01-15 11:52:08.033::INFO:  Shutdown hook executing
2010-01-15 11:52:08.033::INFO:  Shutdown hook executing
2010-01-15 11:52:08.034::INFO:  Shutdown hook executing
2010-01-15 11:52:08.034::INFO:  Shutdown hook complete
2010-01-15 11:52:08.034::INFO:  Shutdown hook complete
2010-01-15 11:52:08.034::INFO:  Shutdown hook complete
2010-01-15 11:52:08.034::INFO:  Shutdown hook executing
2010-01-15 11:52:08.035::INFO:  Shutdown hook executing
2010-01-15 11:52:08.035::INFO:  Shutdown hook complete
2010-01-15 11:52:08.035::INFO:  Shutdown hook complete
2010-01-15 11:52:08.035::INFO:  Shutdown hook executing
2010-01-15 11:52:08.035::INFO:  Shutdown hook complete
     [java] Jan 15, 2010 11:52:08 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
     [java] INFO: Stopping node: http://sample/nodes/TestNode1
     [java] Java Result: 143


Re: Build failed in Hudson: Tuscany-2x #395

Posted by Raymond Feng <en...@gmail.com>.
I don't think 2 will work as we will install bundles to the tmp storage. Let 
me fix the problem following my proposal.

Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <si...@googlemail.com>
Sent: Tuesday, January 26, 2010 4:15 AM
To: <de...@tuscany.apache.org>; <an...@apache.org>
Subject: Re: Build failed in Hudson: Tuscany-2x #395

> Looking back at the thread there seems to be 2 immediate options.
>
> 1/ take the test(s) out of the build
> 2/ If the JIRA that Mark references is to be believed we can add
> equinox.setProperty(OSGiFramework.OSGI_CONFIGURATION_AREA +
> ".readOnly", Boolean.TRUE.toString());
> In equinox launcher and/or the osgi junit plugin to stop is trying to
> write there (it's the equinox launcher that failed in this case).
>
> I'll give 2/ a try unless people know that this won't work or there
> are side effect to not writing here that we want to avoid.
>
> Raymond has some longer term proposals which I'm not sure I follow but
> my priority would be getting the build running consistently in the
> first instance.
>
> Simon 


Re: Build failed in Hudson: Tuscany-2x #395

Posted by Raymond Feng <en...@gmail.com>.
Hi,

I have made changes to set the equinox cache to be target/equinox instead of 
the user temporary directory. Let's see if Hudson will be happy now.

[1] http://svn.apache.org/viewvc?rev=903356&view=rev

Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <si...@googlemail.com>
Sent: Tuesday, January 26, 2010 4:15 AM
To: <de...@tuscany.apache.org>; <an...@apache.org>
Subject: Re: Build failed in Hudson: Tuscany-2x #395

> Looking back at the thread there seems to be 2 immediate options.
>
> 1/ take the test(s) out of the build
> 2/ If the JIRA that Mark references is to be believed we can add
> equinox.setProperty(OSGiFramework.OSGI_CONFIGURATION_AREA +
> ".readOnly", Boolean.TRUE.toString());
> In equinox launcher and/or the osgi junit plugin to stop is trying to
> write there (it's the equinox launcher that failed in this case).
>
> I'll give 2/ a try unless people know that this won't work or there
> are side effect to not writing here that we want to avoid.
>
> Raymond has some longer term proposals which I'm not sure I follow but
> my priority would be getting the build running consistently in the
> first instance.
>
> Simon 


Re: Build failed in Hudson: Tuscany-2x #395

Posted by Simon Laws <si...@googlemail.com>.
Looking back at the thread there seems to be 2 immediate options.

1/ take the test(s) out of the build
2/ If the JIRA that Mark references is to be believed we can add
equinox.setProperty(OSGiFramework.OSGI_CONFIGURATION_AREA +
".readOnly", Boolean.TRUE.toString());
 In equinox launcher and/or the osgi junit plugin to stop is trying to
write there (it's the equinox launcher that failed in this case).

I'll give 2/ a try unless people know that this won't work or there
are side effect to not writing here that we want to avoid.

Raymond has some longer term proposals which I'm not sure I follow but
my priority would be getting the build running consistently in the
first instance.

Simon

Re: Build failed in Hudson: Tuscany-2x #395

Posted by ant elder <an...@gmail.com>.
On Mon, Jan 25, 2010 at 10:41 AM, ant elder <an...@gmail.com> wrote:
> On Thu, Jan 21, 2010 at 12:05 AM, Raymond Feng <en...@gmail.com> wrote:
>> Hi, Mark.
>>
>> Thanks for sharing your thoughts.
>>
>> Yes, in Equinox, we can configure the configuration area to hold the bundle
>> cache. It can be passed in as a system property. See [1]. By default, we
>> select the tmp folder.
>>
>> We can enhance our OSGi JUNIT test maven plugin to expose
>> osgi.configuration.area as a configuration parameter so that it can be
>> configured in pom.xml to point to the target folder.
>>
>> [1]
>> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
>>
>> Thanks,
>> Raymond
>
> The Hudson builds are still failing, is anyone volunteering to try
> doing this fix?
>
>   ...ant
>

I've raised TUSCANY-3445 to track this.

Re: Build failed in Hudson: Tuscany-2x #395

Posted by ant elder <an...@gmail.com>.
On Thu, Jan 21, 2010 at 12:05 AM, Raymond Feng <en...@gmail.com> wrote:
> Hi, Mark.
>
> Thanks for sharing your thoughts.
>
> Yes, in Equinox, we can configure the configuration area to hold the bundle
> cache. It can be passed in as a system property. See [1]. By default, we
> select the tmp folder.
>
> We can enhance our OSGi JUNIT test maven plugin to expose
> osgi.configuration.area as a configuration parameter so that it can be
> configured in pom.xml to point to the target folder.
>
> [1]
> http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
>
> Thanks,
> Raymond

The Hudson builds are still failing, is anyone volunteering to try
doing this fix?

   ...ant

Re: Build failed in Hudson: Tuscany-2x #395

Posted by Raymond Feng <en...@gmail.com>.
Hi, Mark.

Thanks for sharing your thoughts.

Yes, in Equinox, we can configure the configuration area to hold the bundle 
cache. It can be passed in as a system property. See [1]. By default, we 
select the tmp folder.

We can enhance our OSGi JUNIT test maven plugin to expose 
osgi.configuration.area as a configuration parameter so that it can be 
configured in pom.xml to point to the target folder.

[1] 
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html

Thanks,
Raymond
--------------------------------------------------
From: "Mark Combellack" <mc...@apache.org>
Sent: Wednesday, January 20, 2010 3:26 PM
To: <de...@tuscany.apache.org>
Cc: <an...@apache.org>; <en...@gmail.com>
Subject: Re: Build failed in Hudson: Tuscany-2x #395

> Hi,
>
> I did a bit of looking around at this issue and notice this bug report for 
> another project.
>
> http://jira.zutubi.com/browse/CIB-2124
>
> Perhaps the same solution of making the OSGI configuration area read only 
> might work for us. Unfortunately, I don't know enough about OSGI to work 
> out the consequences of doing this.
>
> Thanks,
> Mark
>
> Raymond Feng wrote:
>> The OSGi runtime tries to create the cache for bundles under the user's 
>> temporary directory. I remember I ran into a case where some of the 
>> folders on the path are owned by another user and the running user cannot 
>> create such files.
>>
>> Is there any way to find out the directory permissions on the build 
>> machine?
>>
>> Thanks,
>> Raymond
>> --------------------------------------------------
>> From: "ant elder" <an...@gmail.com>
>> Sent: Tuesday, January 19, 2010 2:03 AM
>> To: <de...@tuscany.apache.org>
>> Subject: Re: Build failed in Hudson: Tuscany-2x #395
>>
>>> On Fri, Jan 15, 2010 at 9:28 AM, Simon Laws <si...@googlemail.com> 
>>> wrote:
>>>> hmmm is this another new random one? Or has anyone seen this before?
>>>>
>>>> Simon
>>>>
>>>
>>> These OSGi samples seem to fail now quite often, almost every other
>>> time the Hudson build runs. What is the error about? Could there be
>>> some timing or race condition bug that we need to track down?
>>>
>>> Caused by: java.io.IOException: The directory
>>> "/tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/config/org.eclipse.osgi/bundles/1/1"
>>> could not be created
>>>
>>>   ...ant
>>
> 

Re: Build failed in Hudson: Tuscany-2x #395

Posted by Mark Combellack <mc...@apache.org>.
Hi,

I did a bit of looking around at this issue and notice this bug report 
for another project.

http://jira.zutubi.com/browse/CIB-2124

Perhaps the same solution of making the OSGI configuration area read 
only might work for us. Unfortunately, I don't know enough about OSGI to 
work out the consequences of doing this.

Thanks,
Mark

Raymond Feng wrote:
> The OSGi runtime tries to create the cache for bundles under the 
> user's temporary directory. I remember I ran into a case where some of 
> the folders on the path are owned by another user and the running user 
> cannot create such files.
>
> Is there any way to find out the directory permissions on the build 
> machine?
>
> Thanks,
> Raymond
> --------------------------------------------------
> From: "ant elder" <an...@gmail.com>
> Sent: Tuesday, January 19, 2010 2:03 AM
> To: <de...@tuscany.apache.org>
> Subject: Re: Build failed in Hudson: Tuscany-2x #395
>
>> On Fri, Jan 15, 2010 at 9:28 AM, Simon Laws 
>> <si...@googlemail.com> wrote:
>>> hmmm is this another new random one? Or has anyone seen this before?
>>>
>>> Simon
>>>
>>
>> These OSGi samples seem to fail now quite often, almost every other
>> time the Hudson build runs. What is the error about? Could there be
>> some timing or race condition bug that we need to track down?
>>
>> Caused by: java.io.IOException: The directory
>> "/tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/config/org.eclipse.osgi/bundles/1/1" 
>>
>> could not be created
>>
>>   ...ant 
>


Re: Build failed in Hudson: Tuscany-2x #395

Posted by Raymond Feng <en...@gmail.com>.
The OSGi runtime tries to create the cache for bundles under the user's 
temporary directory. I remember I ran into a case where some of the folders 
on the path are owned by another user and the running user cannot create 
such files.

Is there any way to find out the directory permissions on the build machine?

Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <an...@gmail.com>
Sent: Tuesday, January 19, 2010 2:03 AM
To: <de...@tuscany.apache.org>
Subject: Re: Build failed in Hudson: Tuscany-2x #395

> On Fri, Jan 15, 2010 at 9:28 AM, Simon Laws <si...@googlemail.com> 
> wrote:
>> hmmm is this another new random one? Or has anyone seen this before?
>>
>> Simon
>>
>
> These OSGi samples seem to fail now quite often, almost every other
> time the Hudson build runs. What is the error about? Could there be
> some timing or race condition bug that we need to track down?
>
> Caused by: java.io.IOException: The directory
> "/tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/config/org.eclipse.osgi/bundles/1/1"
> could not be created
>
>   ...ant 


Re: Build failed in Hudson: Tuscany-2x #395

Posted by ant elder <an...@gmail.com>.
On Fri, Jan 15, 2010 at 9:28 AM, Simon Laws <si...@googlemail.com> wrote:
> hmmm is this another new random one? Or has anyone seen this before?
>
> Simon
>

These OSGi samples seem to fail now quite often, almost every other
time the Hudson build runs. What is the error about? Could there be
some timing or race condition bug that we need to track down?

Caused by: java.io.IOException: The directory
"/tmp/hudson/.tuscany/equinox/f90e7d4b-f3c9-4df5-9f5e-d9c4a955a32b/config/org.eclipse.osgi/bundles/1/1"
could not be created

   ...ant

Re: Build failed in Hudson: Tuscany-2x #395

Posted by Luciano Resende <lu...@gmail.com>.
On Fri, Jan 15, 2010 at 1:28 AM, Simon Laws <si...@googlemail.com> wrote:
> hmmm is this another new random one? Or has anyone seen this before?
>
> Simon
>

I was seeing something similar in my local env using Mac Os, which was
causing all sorts of weird behavior... my problem at least was caused
due to referencing some code via unix links (ln)... do we think
something might have changed in the build structure at hudson?

https://issues.apache.org/jira/browse/TUSCANY-3419

-- 
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Build failed in Hudson: Tuscany-2x #395

Posted by Simon Laws <si...@googlemail.com>.
hmmm is this another new random one? Or has anyone seen this before?

Simon