You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/06/28 13:41:31 UTC

Build failed in Jenkins: Jena TxTDB (Experimental) » TxTDB #6

See <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/6/changes>

Changes:

[andy] 

------------------------------------------
<===[HUDSON REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/pom.xml> clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building TxTDB
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target>
[INFO] [antrun:run {execution: ant-timestamp}]
[INFO] Executing tasks
    [mkdir] Created dir: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target>
     [echo] version=0.9.0-SNAPSHOT
     [echo] build.time=2011-06-28 12:41 BST
[INFO] Executed tasks
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to com/hp/hpl/jena/tdb/
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 251 source files to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/src\test\resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 106 source files to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.hp.hpl.jena.tdb.migrate.TS_Migrate
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
Running com.hp.hpl.jena.tdb.assembler.TS_TDBAssembler
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
Running com.hp.hpl.jena.tdb.index.TS_Index
Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
Running com.hp.hpl.jena.tdb.TS_Jena
Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec
Running com.hp.hpl.jena.tdb.base.recordfile.TS_RecordFile
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.hp.hpl.jena.tdb.sys.TS_Sys
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.hp.hpl.jena.tdb.store.TS_Store
Tests run: 181, Failures: 0, Errors: 19, Skipped: 0, Time elapsed: 5.208 sec <<< FAILURE!
Running com.hp.hpl.jena.tdb.transaction.TS_Transaction
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.hp.hpl.jena.tdb.TS_Factory
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.hp.hpl.jena.tdb.graph.TS_Graph
Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 sec
Running com.hp.hpl.jena.tdb.base.record.TS_Record
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.hp.hpl.jena.tdb.base.block.TS_Block
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 sec
Running com.hp.hpl.jena.tdb.solver.TS_SolverTDB
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.hp.hpl.jena.tdb.base.file.TS_File
Tests run: 39, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE!
Running com.hp.hpl.jena.tdb.lib.TS_LibTDB
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.hp.hpl.jena.tdb.base.objectfile.TS_ObjectFile
Tests run: 48, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 0.529 sec <<< FAILURE!
Running com.hp.hpl.jena.tdb.nodetable.TS_NodeTable
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec

Results :

Failed tests: 
  fileaccess_03(com.hp.hpl.jena.tdb.base.file.TestBlockAccessMapped)
  fileaccess_04(com.hp.hpl.jena.tdb.base.file.TestBlockAccessMapped)

Tests in error: 
  graph_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_03(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_04(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_03(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_04(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_find_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_find_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  remove_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  remove_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  remove_03(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  removeAll_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  count_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  dataset3(com.hp.hpl.jena.tdb.store.TestDatasetTDBPersist)
  dataset4(com.hp.hpl.jena.tdb.store.TestDatasetTDBPersist)
  dataset5(com.hp.hpl.jena.tdb.store.TestDatasetTDBPersist)
  objectfile_54(com.hp.hpl.jena.tdb.base.objectfile.TestObjectFileBuffering)
  objectfile_55(com.hp.hpl.jena.tdb.base.objectfile.TestObjectFileBuffering)
  objectfile_58(com.hp.hpl.jena.tdb.base.objectfile.TestObjectFileBuffering)
  objectfile_59(com.hp.hpl.jena.tdb.base.objectfile.TestObjectFileBuffering)
  objectfile_60(com.hp.hpl.jena.tdb.base.objectfile.TestObjectFileBuffering)
  objectfile_61(com.hp.hpl.jena.tdb.base.objectfile.TestObjectFileBuffering)
  object_file_01(com.hp.hpl.jena.tdb.base.objectfile.TestStringFileDisk)
  object_file_02(com.hp.hpl.jena.tdb.base.objectfile.TestStringFileDisk)
  object_file_03(com.hp.hpl.jena.tdb.base.objectfile.TestStringFileDisk)
  object_file_04(com.hp.hpl.jena.tdb.base.objectfile.TestStringFileDisk)
  object_file_05(com.hp.hpl.jena.tdb.base.objectfile.TestStringFileDisk)
  object_file_06(com.hp.hpl.jena.tdb.base.objectfile.TestStringFileDisk)

Tests run: 682, Failures: 2, Errors: 31, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-sources.jar>
[INFO] [source:test-jar-no-fork {execution: attach-sources-test}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-test-sources.jar>
[INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-javadoc.jar>
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-tests.jar>
[INFO] [assembly:single {execution: create-assembly}]
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Reading assembly descriptor: assembly-testing.xml
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/pom.xml> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_11-40-57/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_11-40-57/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_11-40-57/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_11-40-57/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-javadoc.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_11-40-57/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_11-40-57/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error reading assemblies: Error locating assembly descriptor: assembly-testing.xml

[1] [INFO] Searching for file location: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly.xml>

[2] [INFO] Searching for file location: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly-testing.xml>

[3] [INFO] File: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly-testing.xml> does not exist.

[4] [INFO] Invalid artifact specification: 'assembly-testing.xml'. Must contain at least three fields, separated by ':'.

[5] [INFO] Failed to resolve classpath resource: /assemblies/assembly-testing.xml from classloader: org.codehaus.classworlds.RealmClassLoader@11b309

[6] [INFO] Failed to resolve classpath resource: assembly-testing.xml from classloader: org.codehaus.classworlds.RealmClassLoader@11b309

[7] [INFO] File: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly-testing.xml> does not exist.

[8] [INFO] Building URL from location: assembly-testing.xml
Error:
java.net.MalformedURLException: no protocol: assembly-testing.xml
	at java.net.URL.<init>(URL.java:567)
	at java.net.URL.<init>(URL.java:464)
	at java.net.URL.<init>(URL.java:413)
	at org.apache.maven.shared.io.location.URLLocatorStrategy.resolve(URLLocatorStrategy.java:54)
	at org.apache.maven.shared.io.location.Locator.resolve(Locator.java:81)
	at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.addAssemblyFromDescriptor(DefaultAssemblyReader.java:309)
	at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssemblies(DefaultAssemblyReader.java:140)
	at org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:296)
	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] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Tue Jun 28 12:41:30 BST 2011
[INFO] Final Memory: 33M/59M
[INFO] ------------------------------------------------------------------------


Build failed in Jenkins: Jena TxTDB (Experimental) » TxTDB #8

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/8/>

------------------------------------------
<===[HUDSON REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/pom.xml> clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building TxTDB
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2/maven-surefire-plugin-2.4.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.4.2/surefire-2.4.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.4.2/maven-surefire-plugin-2.4.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.4/maven-javadoc-plugin-2.4.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.4/maven-javadoc-plugin-2.4.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-2/maven-assembly-plugin-2.2-beta-2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-2/maven-assembly-plugin-2.2-beta-2.jar
[INFO] [clean:clean]
[INFO] snapshot com.hp.hpl.jena:arq:2.8.9-SNAPSHOT: checking for updates from repo-jena-dev
Downloading: http://openjena.org/repo-dev/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-20110628.141607-18.pom
13K downloaded
Downloading: http://openjena.org/repo/com/hp/hpl/jena/jena/2.6.4/jena-2.6.4.pom
14K downloaded
Downloading: http://openjena.org/repo/com/hp/hpl/jena/iri/0.8/iri-0.8.pom
5K downloaded
Downloading: http://openjena.org/repo/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.pom
Downloading: http://openjena.org/repo-dev/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.pom
Downloading: http://repo1.maven.org/maven2/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.pom
Downloading: http://openjena.org/repo/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.pom
Downloading: http://openjena.org/repo-dev/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.pom
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.pom
Downloading: http://openjena.org/repo/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.pom
Downloading: http://openjena.org/repo-dev/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.pom
Downloading: http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.pom
Downloading: http://openjena.org/repo/org/apache/lucene/lucene-core/2.3.1/lucene-core-2.3.1.pom
Downloading: http://openjena.org/repo-dev/org/apache/lucene/lucene-core/2.3.1/lucene-core-2.3.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/lucene/lucene-core/2.3.1/lucene-core-2.3.1.pom
Downloading: http://openjena.org/repo/org/apache/lucene/lucene-parent/2.3.1/lucene-parent-2.3.1.pom
Downloading: http://openjena.org/repo-dev/org/apache/lucene/lucene-parent/2.3.1/lucene-parent-2.3.1.pom
Downloading: http://repo1.maven.org/maven2/org/apache/lucene/lucene-parent/2.3.1/lucene-parent-2.3.1.pom
Downloading: http://openjena.org/repo-dev/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-20110628.141607-18.jar
2213K downloaded
Downloading: http://openjena.org/repo/com/hp/hpl/jena/jena/2.6.4/jena-2.6.4.jar
1859K downloaded
Downloading: http://openjena.org/repo/com/hp/hpl/jena/iri/0.8/iri-0.8.jar
148K downloaded
Downloading: http://openjena.org/repo/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar
Downloading: http://openjena.org/repo-dev/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar
Downloading: http://repo1.maven.org/maven2/com/ibm/icu/icu4j/3.4.4/icu4j-3.4.4.jar
Downloading: http://openjena.org/repo/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar
Downloading: http://openjena.org/repo-dev/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar
Downloading: http://openjena.org/repo/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar
Downloading: http://openjena.org/repo-dev/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar
Downloading: http://openjena.org/repo/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar
Downloading: http://openjena.org/repo-dev/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.9/wstx-asl-3.2.9.jar
Downloading: http://openjena.org/repo/org/apache/lucene/lucene-core/2.3.1/lucene-core-2.3.1.jar
Downloading: http://openjena.org/repo-dev/org/apache/lucene/lucene-core/2.3.1/lucene-core-2.3.1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/lucene/lucene-core/2.3.1/lucene-core-2.3.1.jar
Downloading: http://openjena.org/repo-dev/com/hp/hpl/jena/arq/2.8.9-SNAPSHOT/arq-2.8.9-20110628.141607-18-tests.jar
322K downloaded
Downloading: http://openjena.org/repo/com/hp/hpl/jena/jena/2.6.4/jena-2.6.4-tests.jar
1472K downloaded
[INFO] [antrun:run {execution: ant-timestamp}]
[INFO] Executing tasks
    [mkdir] Created dir: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target>
     [echo] version=0.9.0-SNAPSHOT
     [echo] build.time=2011-06-28 17:06 UTC
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 251 source files to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/classes>
[INFO] [resources:testResources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 106 source files to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/test-classes>
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.4.2/surefire-booter-2.4.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.4.2/surefire-api-2.4.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-booter/2.4.2/surefire-booter-2.4.2.jar
Downloading: http://openjena.org/repo/org/apache/maven/surefire/surefire-api/2.4.2/surefire-api-2.4.2.jar
Downloading: http://openjena.org/repo-dev/org/apache/maven/surefire/surefire-api/2.4.2/surefire-api-2.4.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.4.2/surefire-api-2.4.2.jar
[INFO] [surefire:test]
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-providers/2.4.2/surefire-providers-2.4.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.jar
[INFO] Surefire report directory: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/surefire-reports>
/bin/sh: Syntax error: "(" unexpected
[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/tx-tdb-0.9.0-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] com/hp/hpl/jena/tdb/tdb-properties.xml already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/tx-tdb-0.9.0-SNAPSHOT-sources.jar>
[INFO] com/hp/hpl/jena/tdb/tdb-properties.xml already added, skipping
[INFO] [source:test-jar-no-fork {execution: attach-sources-test}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/tx-tdb-0.9.0-SNAPSHOT-test-sources.jar>
[INFO] [javadoc:jar {execution: attach-javadocs}]
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/pom.xml> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_17-05-54/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/tx-tdb-0.9.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_17-05-54/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/tx-tdb-0.9.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_17-05-54/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/tx-tdb-0.9.0-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_17-05-54/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while creating archive:Exit code: 2 - /bin/sh: Syntax error: "(" unexpected

Command line was:"cd <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target/apidocs> && /usr/lib/jvm/java-6-sun-1.6.0.24/jre/../bin/javadoc" @options @packages

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44 seconds
[INFO] Finished at: Tue Jun 28 17:06:40 UTC 2011
[INFO] Final Memory: 36M/483M
[INFO] ------------------------------------------------------------------------


Build failed in Jenkins: Jena TxTDB (Experimental) » TxTDB #7

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/7/changes>

Changes:

[andy] 

------------------------------------------
<===[HUDSON REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/pom.xml> clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building TxTDB
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [antrun:run {execution: ant-timestamp}]
[INFO] Executing tasks
    [mkdir] Created dir: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target>
     [echo] version=0.9.0-SNAPSHOT
     [echo] build.time=2011-06-28 14:38 BST
[INFO] Executed tasks
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to com/hp/hpl/jena/tdb/
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 251 source files to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/src\test\resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 106 source files to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.hp.hpl.jena.tdb.migrate.TS_Migrate
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
Running com.hp.hpl.jena.tdb.assembler.TS_TDBAssembler
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 sec
Running com.hp.hpl.jena.tdb.index.TS_Index
Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec
Running com.hp.hpl.jena.tdb.TS_Jena
Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec
Running com.hp.hpl.jena.tdb.base.recordfile.TS_RecordFile
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.hp.hpl.jena.tdb.sys.TS_Sys
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.hp.hpl.jena.tdb.store.TS_Store
Tests run: 181, Failures: 0, Errors: 19, Skipped: 0, Time elapsed: 5.163 sec <<< FAILURE!
Running com.hp.hpl.jena.tdb.transaction.TS_Transaction
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.hp.hpl.jena.tdb.TS_Factory
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.hp.hpl.jena.tdb.graph.TS_Graph
Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.284 sec
Running com.hp.hpl.jena.tdb.base.record.TS_Record
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.hp.hpl.jena.tdb.base.block.TS_Block
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 sec
Running com.hp.hpl.jena.tdb.solver.TS_SolverTDB
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running com.hp.hpl.jena.tdb.base.file.TS_File
Tests run: 39, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE!
Running com.hp.hpl.jena.tdb.lib.TS_LibTDB
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.hp.hpl.jena.tdb.base.objectfile.TS_ObjectFile
Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
Running com.hp.hpl.jena.tdb.nodetable.TS_NodeTable
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec

Results :

Failed tests: 
  fileaccess_03(com.hp.hpl.jena.tdb.base.file.TestBlockAccessMapped)
  fileaccess_04(com.hp.hpl.jena.tdb.base.file.TestBlockAccessMapped)

Tests in error: 
  graph_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_03(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_04(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_03(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_delete_04(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_find_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  graph_add_find_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  remove_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  remove_02(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  remove_03(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  removeAll_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  count_01(com.hp.hpl.jena.tdb.store.TestGraphTDB)
  dataset3(com.hp.hpl.jena.tdb.store.TestDatasetTDBPersist)
  dataset4(com.hp.hpl.jena.tdb.store.TestDatasetTDBPersist)
  dataset5(com.hp.hpl.jena.tdb.store.TestDatasetTDBPersist)

Tests run: 682, Failures: 2, Errors: 19, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\surefire-reports> for the individual test results.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT.jar>
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-sources.jar>
[INFO] [source:test-jar-no-fork {execution: attach-sources-test}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-test-sources.jar>
[INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-javadoc.jar>
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-tests.jar>
[INFO] [assembly:single {execution: create-assembly}]
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Reading assembly descriptor: assembly-testing.xml
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/pom.xml> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_13-38-39/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_13-38-39/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_13-38-39/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_13-38-39/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-javadoc.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_13-38-39/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/target\tx-tdb-0.9.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/Jena TxTDB (Experimental)/modules/com.hp.hpl.jena$tx-tdb/builds/2011-06-28_13-38-39/archive/com.hp.hpl.jena/tx-tdb/0.9.0-SNAPSHOT/tx-tdb-0.9.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error reading assemblies: Error locating assembly descriptor: assembly-testing.xml

[1] [INFO] Searching for file location: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly.xml>

[2] [INFO] Searching for file location: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly-testing.xml>

[3] [INFO] File: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly-testing.xml> does not exist.

[4] [INFO] Invalid artifact specification: 'assembly-testing.xml'. Must contain at least three fields, separated by ':'.

[5] [INFO] Failed to resolve classpath resource: /assemblies/assembly-testing.xml from classloader: org.codehaus.classworlds.RealmClassLoader@11b309

[6] [INFO] Failed to resolve classpath resource: assembly-testing.xml from classloader: org.codehaus.classworlds.RealmClassLoader@11b309

[7] [INFO] File: <https://builds.apache.org/job/Jena%20TxTDB%20(Experimental)/com.hp.hpl.jena$tx-tdb/ws/assembly-testing.xml> does not exist.

[8] [INFO] Building URL from location: assembly-testing.xml
Error:
java.net.MalformedURLException: no protocol: assembly-testing.xml
	at java.net.URL.<init>(URL.java:567)
	at java.net.URL.<init>(URL.java:464)
	at java.net.URL.<init>(URL.java:413)
	at org.apache.maven.shared.io.location.URLLocatorStrategy.resolve(URLLocatorStrategy.java:54)
	at org.apache.maven.shared.io.location.Locator.resolve(Locator.java:81)
	at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.addAssemblyFromDescriptor(DefaultAssemblyReader.java:309)
	at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssemblies(DefaultAssemblyReader.java:140)
	at org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:296)
	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] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Tue Jun 28 14:39:05 BST 2011
[INFO] Final Memory: 31M/58M
[INFO] ------------------------------------------------------------------------