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/01 01:15:46 UTC

Build failed in Hudson: Tuscany-2x #365

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

------------------------------------------
[...truncated 17850 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-01 00:19:48.614 -----------------------------------------------
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-01 00:19:48.619
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/37df4f65-2230-47ef-95d4-686b08306b67/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/37df4f65-2230-47ef-95d4-686b08306b67/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.542 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/37df4f65-2230-47ef-95d4-686b08306b67/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-01_00-04-52/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-01_00-04-52/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] ------------------------------------------------------------------------
Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/maven/plugins/maven-osgi-junit-plugin/1.0/maven-osgi-junit-plugin-1.0.pom
11K downloaded  (maven-osgi-junit-plugin-1.0.pom)
Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/maven/plugins/maven-osgi-junit-plugin/1.0/maven-osgi-junit-plugin-1.0.jar
42K downloaded  (maven-osgi-junit-plugin-1.0.jar)
[INFO] [clean:clean {execution: default-clean}]
[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 1, 2010 12:19:51 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 1, 2010 12:19:51 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 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@7577407)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@14418997)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@9975050)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@12730771)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23022207)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 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@30487154)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@7577407)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@14418997)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@9975050)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@12730771)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@23022207)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 1, 2010 12:19:52 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@30487154)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.409 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-01 00:20:00.181 -----------------------------------------------
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-01 00:20:00.188
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/d21bb8a1-eb86-4009-98c4-7909d8f5e1f0/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/d21bb8a1-eb86-4009-98c4-7909d8f5e1f0/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-01_00-04-52/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: 9 minutes 38 seconds
[INFO] Finished at: Fri Jan 01 00:20:01 UTC 2010
[INFO] Final Memory: 75M/750M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data
Sending e-mails to: commits@tuscany.apache.org
channel stopped


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

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



Build failed in Hudson: Tuscany-2x #367

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

------------------------------------------
[...truncated 7903 lines...]
[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-03 00:17:00.770 -----------------------------------------------
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-03 00:17:00.775
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/183814ba-297c-4d34-8722-6a508b015981/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/183814ba-297c-4d34-8722-6a508b015981/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.547 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/183814ba-297c-4d34-8722-6a508b015981/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-03_00-05-04/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-03_00-05-04/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 directory <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/ws/sca-2x/samples/calculator-osgi/target>
[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 3, 2010 12:17:03 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 3, 2010 12:17:03 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 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@13359324)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@17456161)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@19306178)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@7577407)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@14418997)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 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@11555382)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@13359324)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@17456161)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@19306178)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@7577407)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@14418997)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 3, 2010 12:17:04 AM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@11555382)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 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-03 00:17:07.719 -----------------------------------------------
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-03 00:17:07.725
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/9aa655ac-46d0-4ac4-aaa7-15040ce9a2a7/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/9aa655ac-46d0-4ac4-aaa7-15040ce9a2a7/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-03_00-05-04/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 18 seconds
[INFO] Finished at: Sun Jan 03 00:17:08 UTC 2010
[INFO] Final Memory: 72M/747M
[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 #366

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

------------------------------------------
[...truncated 28427 lines...]
[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/base/target/tuscany-base-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca:tuscany-domain-node:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-node-impl:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-assembly:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-monitor:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-extensibility:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-contribution:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-assembly-xsd:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-common-xml:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-common-java:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-sca-api:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-node-api:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-core:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-core-spi:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-interface-java:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including cglib:cglib:jar:2.2 in the shaded jar.
[INFO] Including asm:asm:jar:3.1 in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-assembly-xml:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-deployment:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-builder:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-sca-runtime:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-core-databinding:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-databinding:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-xsd:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.ws.commons.schema:XmlSchema:jar:1.4.2 in the shaded jar.
[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-tribes:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tomcat:tribes:jar:6.0.18 in the shaded jar.
[INFO] Including org.apache.tomcat:juli:jar:6.0.18 in 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-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] Including org.apache.tuscany.sca:tuscany-host-jetty: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 {execution: default-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 /home/hudson/.m2/repository/org/apache/tuscany/sca/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$tuscany-base/builds/2010-01-02_00-08-46/archive/org.apache.tuscany.sca/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$tuscany-base/builds/2010-01-02_00-08-46/archive/org.apache.tuscany.sca/tuscany-base/2.0-SNAPSHOT/tuscany-base-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tuscany SCA Web Services Jar
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[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/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/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/target/tuscany-webservices-2.0-SNAPSHOT.jar>
[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.tuscany.sca:tuscany-binding-ws-axis2:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-interface-wsdl:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including wsdl4j:wsdl4j:jar:1.6.2 in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-binding-ws-wsdlgen:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-databinding-axiom:jar:2.0-SNAPSHOT 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.tuscany.sca:tuscany-databinding-jaxb-axiom:jar:2.0-SNAPSHOT in the shaded jar.
[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] 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 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 commons-io:commons-io:jar:1.4 in the shaded jar.
[INFO] Including org.apache.tuscany.sca:tuscany-policy-xml-ws:jar:2.0-SNAPSHOT in the shaded jar.
[INFO] Including backport-util-concurrent:backport-util-concurrent:jar:3.1 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.1 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] 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>
[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/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$tuscany-webservices/builds/2010-01-02_00-08-46/archive/org.apache.tuscany.sca/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$tuscany-webservices/builds/2010-01-02_00-08-46/archive/org.apache.tuscany.sca/tuscany-webservices/2.0-SNAPSHOT/tuscany-webservices-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] [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
Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/catalina/6.0.18/catalina-6.0.18.pom

Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/annotations-api/6.0.18/annotations-api-6.0.18.pom

Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/coyote/6.0.18/coyote-6.0.18.pom

Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/servlet-api/6.0.18/servlet-api-6.0.18.pom

Downloading: http://repo2.maven.org/maven2/org/codehaus/swizzle/swizzle-stream/1.0.2/swizzle-stream-1.0.2.pom

Downloading: http://repo2.maven.org/maven2/org/codehaus/swizzle/swizzle-stream/1.0.2/swizzle-stream-1.0.2.jar
Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/catalina/6.0.18/catalina-6.0.18.jar


Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/annotations-api/6.0.18/annotations-api-6.0.18.jar

Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/coyote/6.0.18/coyote-6.0.18.jar

Downloading: http://repo2.maven.org/maven2/org/apache/tomcat/servlet-api/6.0.18/servlet-api-6.0.18.jar

[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-02_00-08-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-02_00-08-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] [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-02_00-08-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-02_00-08-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] [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: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-02_00-08-46/archive/org.apache.tuscany.sca/tuscany-war/2.0-SNAPSHOT/pom.xml
[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: 46 minutes 29 seconds
[INFO] Finished at: Sat Jan 02 00:56:16 UTC 2010
[INFO] Final Memory: 118M/750M
[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-02 00:56:22.419::INFO:  Shutdown hook executing
2010-01-02 00:56:22.419::INFO:  Shutdown hook complete
2010-01-02 00:56:22.419::INFO:  Shutdown hook executing
2010-01-02 00:56:22.420::INFO:  Shutdown hook complete
2010-01-02 00:56:22.420::INFO:  Shutdown hook executing
2010-01-02 00:56:22.420::INFO:  Shutdown hook complete
2010-01-02 00:56:22.420::INFO:  Shutdown hook executing
2010-01-02 00:56:22.421::INFO:  Shutdown hook complete
2010-01-02 00:56:22.421::INFO:  Shutdown hook executing
2010-01-02 00:56:22.421::INFO:  Shutdown hook complete
2010-01-02 00:56:22.422::INFO:  Shutdown hook executing
2010-01-02 00:56:22.422::INFO:  Shutdown hook complete
     [java] Java Result: 143