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/21 12:59:32 UTC

Build failed in Hudson: Tuscany-2x » Apache Tuscany SCA Sample Calculator OSGi #419

See <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-calculator-osgi/419/>

------------------------------------------
[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/org.apache.tuscany.sca$sample-calculator-osgi/ws/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/org.apache.tuscany.sca$sample-calculator-osgi/ws/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/org.apache.tuscany.sca$sample-calculator-osgi/ws/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/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Concurrency config is {parallel=classes, configurableParallelComputerPresent=false}
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
SCA Node API ClassLoader: sun.misc.Launcher$AppClassLoader@360be0
Jan 21, 2010 12:06:40 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 21, 2010 12:06:40 PM org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContributions
INFO: Loading contribution: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/classes/>
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@23117648)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@11555382)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@31807380)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@30986807)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@30487154)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl addEndpoint
INFO: Add endpoint - (@21422977)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 21, 2010 12:06:41 PM org.apache.tuscany.sca.node.impl.NodeImpl stop
INFO: Stopping node: http://tuscany.apache.org/sca/1.1/nodes/default0
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@23117648)Endpoint:  URI = CalculatorServiceComponent#service-binding(CalculatorServiceImpl/CalculatorServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@11555382)Endpoint:  URI = AddServiceComponent#service-binding(AddServiceImpl/AddServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@31807380)Endpoint:  URI = SubtractServiceComponent#service-binding(SubtractServiceImpl/SubtractServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@30986807)Endpoint:  URI = MultiplyServiceComponent#service-binding(MultiplyServiceImpl/MultiplyServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@30487154)Endpoint:  URI = DivideServiceComponent#service-binding(DivideServiceImpl/DivideServiceImpl)
Jan 21, 2010 12:06:41 PM org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl endpointRemoved
INFO: Remove endpoint - (@21422977)Endpoint:  URI = CalculatorClient#service-binding(CalculatorClient/CalculatorClient)
Running calculator.CalculatorTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

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

[HUDSON] Recording test results
[INFO] [osgi-junit:test {execution: osgi-test}]
[INFO] 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/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/sample-calculator-osgi-osgi.jar>
[INFO] Generating <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/sample-calculator-osgi-osgi-tests.jar>
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/surefire-osgi-reports>
!SESSION 2010-01-21 12:06:50.488 -----------------------------------------------
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-21 12:06:50.494
!MESSAGE Error reading configuration: /tmp/hudson/.tuscany/equinox/a05f0acc-31fd-4d5a-923f-fc45ea47f960/config/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
!STACK 0
java.io.FileNotFoundException: /tmp/hudson/.tuscany/equinox/a05f0acc-31fd-4d5a-923f-fc45ea47f960/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/org.apache.tuscany.sca$sample-calculator-osgi/ws/pom.xml> to /export/home/hudson/hudson/jobs/Tuscany-2x/modules/org.apache.tuscany.sca$sample-calculator-osgi/builds/2010-01-21_11-50-06/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/org.apache.tuscany.sca$sample-calculator-osgi/ws/target/surefire-osgi-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 53 seconds
[INFO] Finished at: Thu Jan 21 12:06:51 UTC 2010
[INFO] Final Memory: 81M/749M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data


Hudson build is back to normal: Tuscany-2x » Apache Tuscany SCA Sample Calculator OSGi #420

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Tuscany-2x/org.apache.tuscany.sca$sample-calculator-osgi/420/>