You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/06/25 21:33:15 UTC

Build failed in Jenkins: stanbol-trunk-1.6 #242

See <https://builds.apache.org/job/stanbol-trunk-1.6/242/changes>

Changes:

[rwesten] STANBOL-234: Implementation of the DataFileProvider that uses the BundleExtender pattern to provide data files within bundles.
There are two components: First the DataFileProvider Implementation using the Bundle API to load resources within the bundle and second an component that uses a BundleListener to keep track of activated/deactivated bundles and starts/stop the BundleDataFileProvider if this bundle defines the according extension header.

Note that the defaultdata bundle (version 0.0.2) already uses this extension to provide it's data files via the DataFilePrpvider

STANBOL-235 A new bundle that exprots OpenNLP and provides an Compoent "OpenNLP" that allows to create Modles. Will be extended in future versions.

Also 

* updated the opennlp-ner engine to use the new OpenNLP component
* removed the classloader based DataFileProvider implementation used by the opennlp-ner engine, because with STANBOL-234 it is no longer needed. Note that the tests still use this class, because they run outside an OSGI environment.
* added the two new bundles to the parent pom and to the full/light and kres launcher.
* removed annotations for the LabelBasedEntityTaggingEngine so that this (currently empty) class does no longer show up as OSGI component.

Note that now it should be very easy to extend the opennlp-ner engine to support multiple languages. The only thing missing is a language detection. The currently available lang-id engine can not be used because it has a LGPL dependency.

[rwesten] renamed test files for the jenatdb indexing source see [1] for details.

[1] http://markmail.org/thread/uhnjnyldaujcuis4#query:+page:1+mid:35vi3b7jphrrtzmq+state:results

[fchrist] STANBOL-237 Fixed problem when re-running integration tests without a clean.

------------------------------------------
[...truncated 7817 lines...]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	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.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at $Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11409 [main] ERROR org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader - Exception while loading file <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
java.io.IOException: To test an Error
	at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
	at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
	at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
	at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithoutProcessingArchives(ResourceLoaderTest.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	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.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at $Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'> ...
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'> ...
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'> ...
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'> ...
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'> ...
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'> ...
11410 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11411 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  ... 7 files imported in 0 seconds
11411 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader - Loding RDF 0 File ...
11411 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  ... 0 files imported in 0 seconds
11412 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader - Loding RDF 7 Files ...
11412 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt'> ...
11412 [main] ERROR org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader - Unable to load resource <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt!>
java.io.IOException: To test an Error
	at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
	at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
	at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
	at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	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.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at $Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11413 [main] ERROR org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader - Exception while loading file <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/errorFileInFolder.txt>
java.io.IOException: To test an Error
	at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest$DummyResourceImporter.importResource(ResourceLoaderTest.java:58)
	at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResource(ResourceLoader.java:183)
	at org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader.loadResources(ResourceLoader.java:119)
	at org.apache.stanbol.entityhub.indexing.core.ResourceLoaderTest.testFolderWithProcessingArchives(ResourceLoaderTest.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	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.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at $Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:87)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
11413 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11413 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveInFolder.zip'> ...
11413 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   - processing zip-archive entries:
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -      o loading entry 'archiveInFolder/otherFileInArchive.txt'
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -      o loading entry 'archiveInFolder/fileInArchive.txt'
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithError.zip'> ...
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   - processing zip-archive entries:
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -      o loading entry 'errorFileInArchive.txt'
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/archiveWithIgnore.zip'> ...
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -   - processing zip-archive entries:
11435 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -      o loading entry 'ignoreFileInArchive.txt'
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/otherFileInFolder.txt'> ...
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/ignoreFileInFolder.txt'> ...
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  > loading '<https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/test-classes/resourceLoaderTest/testFolder/fileInFolder.txt'> ...
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -    - completed in 0 seconds
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  ... 7 files imported in 0 seconds
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader - Loding RDF 0 File ...
11436 [main] INFO org.apache.stanbol.entityhub.indexing.core.source.ResourceLoader -  ... 0 files imported in 0 seconds
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec

Results :

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

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/pom.xml> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/apache/stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
[Fatal Error] repository.xml:3:1: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
	at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
[INFO] Writing OBR metadata
[JENKINS] Archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/core/target/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.core/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.core/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.core-0.9-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Stanbol Entityhub IndexingSource for RDF using Jena TDB
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target>
[JENKINS] Archiving <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/pom.xml> to /home/hudson/hudson/jobs/stanbol-trunk-1.6/modules/org.apache.stanbol$org.apache.stanbol.entityhub.indexing.source.jenatdb/builds/2011-06-25_19-22-33/archive/org.apache.stanbol/org.apache.stanbol.entityhub.indexing.source.jenatdb/0.9-SNAPSHOT/org.apache.stanbol.entityhub.indexing.source.jenatdb-0.9-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to clean project: Failed to delete <https://builds.apache.org/job/stanbol-trunk-1.6/ws/trunk/entityhub/indexing/source/jenatdb/target/test-files/testConfigs/iterable/indexing/resources/rdfdata/Rh??ne-Alpes.rdf>

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 minutes 1 second
[INFO] Finished at: Sat Jun 25 19:33:02 UTC 2011
[INFO] Final Memory: 187M/416M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: stanbol-dev@incubator.apache.org rupert.westenthaler@gmail.com
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released