You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/13 16:00:29 UTC

Build failed in Jenkins: clerezza-trunk-1.6 #818

See <https://builds.apache.org/job/clerezza-trunk-1.6/818/changes>

Changes:

[reto] CLEREZZA-744: removed internal plugins from pluginManagement, added versions to using modules

------------------------------------------
[...truncated 3439 lines...]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/platform.typerendering.core/0.3-SNAPSHOT/platform.typerendering.core-0.3-20130313.145239-4-sources.jar
43K uploaded  (platform.typerendering.core-0.3-20130313.145239-4-sources.jar)
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering/platform.typerendering.core/pom.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.typerendering.core/builds/2013-03-13_14-51-38/archive/org.apache.clerezza/platform.typerendering.core/0.3-SNAPSHOT/platform.typerendering.core-0.3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering/platform.typerendering.core/target/platform.typerendering.core-0.3-SNAPSHOT.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.typerendering.core/builds/2013-03-13_14-51-38/archive/org.apache.clerezza/platform.typerendering.core/0.3-20130313.145239-4/platform.typerendering.core-0.3-20130313.145239-4.jar
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering/platform.typerendering.core/target/platform.typerendering.core-0.3-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.typerendering.core/builds/2013-03-13_14-51-38/archive/org.apache.clerezza/platform.typerendering.core/0.3-20130313.145239-4/platform.typerendering.core-0.3-20130313.145239-4-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Scala OSGi Services - Script Engine
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/target>
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala> added.
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/test/scala> added.
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:compile {execution: default}]
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala>:-1: info: compiling
[INFO] Compiling 13 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/target/classes> at 1363186707232
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/BundleFS.scala>:64: warning: This catches all Throwables. If this is really intended, use `case _ : Throwable` to clear this warning.
[INFO] 				catch { case _ => 0 }
[INFO]                                              ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/CompilerService.scala>:123: warning: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[INFO] 								case e => throw e
[INFO]                                                                      ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/CompilerService.scala>:131: warning: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[INFO] 				case e => throw e
[INFO]                                      ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/CompilerService.scala>:158: warning: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[INFO] 								case e => throw e
[INFO]                                                                      ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/CompilerService.scala>:180: warning: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[INFO] 								case e => throw e
[INFO]                                                                      ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/ScriptEngineFactory.scala>:172: warning: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[INFO] 								case e => sender ! ScriptEngineFactory.ActorException(e)
[INFO]                                                                      ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/util/FileWrapper.scala>:44: warning: This catches all Throwables. If this is really intended, use `case e : Throwable` to clear this warning.
[INFO] 			case e => e.printStackTrace(); throw e
[INFO]                              ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/TrackingCompiler.scala>:57: warning: type SourceFile in package util is deprecated: Moved to scala.reflect.internal.util.SourceFile
[INFO] 		val sourceFiles: List[SourceFile] = for(chars <- sources) yield {
[INFO]                                  ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/TrackingCompiler.scala>:57: warning: type SourceFile in package util is deprecated: Moved to scala.reflect.internal.util.SourceFile
[INFO] 		val sourceFiles: List[SourceFile] = for(chars <- sources) yield {
[INFO]                                                                  ^
[WARNING] <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/main/scala/org/apache/clerezza/scala/scripting/TrackingCompiler.scala>:59: warning: type BatchSourceFile in package util is deprecated: Moved to scala.reflect.internal.util.BatchSourceFile
[INFO] 			new BatchSourceFile("<script"+i+">", chars)
[INFO]                             ^
[WARNING] warning: non-variable type argument Class[_$2] @unchecked forSome { type _$2 } in type pattern scala.runtime.NonLocalReturnControl[Class[_$2] @unchecked forSome { type _$2 }] is unchecked since it is eliminated by erasure
[WARNING] warning: there were 1 feature warnings; re-run with -feature for details
[WARNING] 12 warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 13 s
[debug] execute contextualize
[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/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:testCompile {execution: default}]
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[WARNING] No source files found.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[JENKINS] Recording test results[INFO] [bundle:bundle {execution: default-bundle}]

[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/target/script-engine-0.2-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/scala/script-engine/0.2-SNAPSHOT/script-engine-0.2-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/clerezza/scala/script-engine/0.2-SNAPSHOT/script-engine-0.2-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/scala/script-engine/0.2-SNAPSHOT/script-engine-0.2-20130313.145239-5.jar
3981K uploaded  (script-engine-0.2-20130313.145239-5.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.clerezza.scala:script-engine'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.clerezza.scala:script-engine:0.2-SNAPSHOT'
[INFO] Uploading project information for script-engine 0.2-20130313.145239-5
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/pom.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza.scala$script-engine/builds/2013-03-13_14-51-25/archive/org.apache.clerezza.scala/script-engine/0.2-SNAPSHOT/script-engine-0.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/scala-scripting/script-engine/target/script-engine-0.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza.scala$script-engine/builds/2013-03-13_14-51-25/archive/org.apache.clerezza.scala/script-engine/0.2-20130313.145239-5/script-engine-0.2-20130313.145239-5.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Clerezza - Platform ScalaServerPages Renderlet
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[WARNING] Invalid project model for artifact [org.osgi.core:org.osgi:4.3.1]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [org.osgi.compendium:org.osgi:4.3.1]. It will be ignored by the remote resources Mojo.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/classes>
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Writing abstract service descriptor <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml> with 2 entries.
[INFO] Generating 2 Service Component Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml>
[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/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, 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.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/platform.typerendering.scalaserverpages-0.4-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/platform.typerendering.scalaserverpages-0.4-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/platform.typerendering.scalaserverpages/0.4-SNAPSHOT/platform.typerendering.scalaserverpages-0.4-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/platform.typerendering.scalaserverpages-0.4-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/platform.typerendering.scalaserverpages/0.4-SNAPSHOT/platform.typerendering.scalaserverpages-0.4-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/clerezza/platform.typerendering.scalaserverpages/0.4-SNAPSHOT/platform.typerendering.scalaserverpages-0.4-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/platform.typerendering.scalaserverpages/0.4-SNAPSHOT/platform.typerendering.scalaserverpages-0.4-20130313.145239-5.jar
25K uploaded  (platform.typerendering.scalaserverpages-0.4-20130313.145239-5.jar)
[INFO] Uploading project information for platform.typerendering.scalaserverpages 0.4-20130313.145239-5
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.clerezza:platform.typerendering.scalaserverpages'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.clerezza:platform.typerendering.scalaserverpages:0.4-SNAPSHOT'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/platform.typerendering.scalaserverpages/0.4-SNAPSHOT/platform.typerendering.scalaserverpages-0.4-20130313.145239-5-sources.jar
18K uploaded  (platform.typerendering.scalaserverpages-0.4-20130313.145239-5-sources.jar)
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/pom.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.typerendering.scalaserverpages/builds/2013-03-13_14-51-39/archive/org.apache.clerezza/platform.typerendering.scalaserverpages/0.4-SNAPSHOT/platform.typerendering.scalaserverpages-0.4-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/platform.typerendering.scalaserverpages-0.4-SNAPSHOT.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.typerendering.scalaserverpages/builds/2013-03-13_14-51-39/archive/org.apache.clerezza/platform.typerendering.scalaserverpages/0.4-20130313.145239-5/platform.typerendering.scalaserverpages-0.4-20130313.145239-5.jar
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.typerendering.scalaserverpages/target/platform.typerendering.scalaserverpages-0.4-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.typerendering.scalaserverpages/builds/2013-03-13_14-51-39/archive/org.apache.clerezza/platform.typerendering.scalaserverpages/0.4-20130313.145239-5/platform.typerendering.scalaserverpages-0.4-20130313.145239-5-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Clerezza - Jax-Rs File Server
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[WARNING] Invalid project model for artifact [org.osgi.compendium:org.osgi:4.3.1]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [org.osgi.core:org.osgi:4.3.1]. It will be ignored by the remote resources Mojo.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/classes>
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml>
[INFO] Writing abstract service descriptor <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml> with 2 entries.
[INFO] Generating 2 Service Component Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.clerezza.web.fileserver.util.TestMediaTypeGuesser
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.clerezza.web.fileserver.TestFileServer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Tests run: 3, 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.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/web.fileserver-0.10-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/web.fileserver-0.10-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/web.fileserver/0.10-SNAPSHOT/web.fileserver-0.10-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/web.fileserver/target/web.fileserver-0.10-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/web.fileserver/0.10-SNAPSHOT/web.fileserver-0.10-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/clerezza/web.fileserver/0.10-SNAPSHOT/web.fileserver-0.10-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/web.fileserver/0.10-SNAPSHOT/web.fileserver-0.10-20130313.145239-4.jar
25K uploaded  (web.fileserver-0.10-20130313.145239-4.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.clerezza:web.fileserver:0.10-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.clerezza:web.fileserver'
[INFO] Uploading project information for web.fileserver 0.10-20130313.145239-4
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/web.fileserver/0.10-SNAPSHOT/web.fileserver-0.10-20130313.145239-4-sources.jar
22K uploaded  (web.fileserver-0.10-20130313.145239-4-sources.jar)
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Maven JVM terminated unexpectedly with exit code 143


Jenkins build is back to normal : clerezza-trunk-1.6 #820

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/clerezza-trunk-1.6/820/changes>


Build failed in Jenkins: clerezza-trunk-1.6 #819

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/clerezza-trunk-1.6/819/changes>

Changes:

[rwesten] CLEREZZA-745: Changes the SingleSingleTdbDatasetTcProvider to use a single ReadWrite lock for all Clerezza TripleCollections backed by the same Jena Dataset. Also adapts the MultiThreadedSingleTdbDatasetTest to explicitly validate the issue reported by this issue

------------------------------------------
[...truncated 11631 lines...]
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/platform.launcher.tdb-0.6-SNAPSHOT.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/platform.launcher.tdb-0.6-SNAPSHOT-sources.jar>
[INFO] [assembly:single {execution: make-assembly}]
[INFO] Reading assembly descriptor: src/main/assembly/src.xml
[INFO] clerezza-tdb/LICENSE already added, skipping
[INFO] Building zip: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/clerezza-tdb-distribution.zip>
[INFO] clerezza-tdb/LICENSE already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/platform.launcher.tdb-0.6-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/platform.launcher.tdb-0.6-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/clerezza-tdb-distribution.zip> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-SNAPSHOT-distribution.zip
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '51e5edaa28fcdfcb2602633d9677c6cbeaa1e28a'; remote = '77d322015a3ae8cf4552306d77c21357dd9aac30' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '51e5edaa28fcdfcb2602633d9677c6cbeaa1e28a'; remote = '77d322015a3ae8cf4552306d77c21357dd9aac30' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-20130318.080213-5.jar
65805K uploaded  (platform.launcher.tdb-0.6-20130318.080213-5.jar)
[INFO] Uploading project information for platform.launcher.tdb 0.6-20130318.080213-5
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.clerezza:platform.launcher.tdb'
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '51e5edaa28fcdfcb2602633d9677c6cbeaa1e28a'; remote = '77d322015a3ae8cf4552306d77c21357dd9aac30' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '51e5edaa28fcdfcb2602633d9677c6cbeaa1e28a'; remote = '77d322015a3ae8cf4552306d77c21357dd9aac30' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.clerezza:platform.launcher.tdb:0.6-SNAPSHOT'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-20130318.080213-5-sources.jar
65802K uploaded  (platform.launcher.tdb-0.6-20130318.080213-5-sources.jar)
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-20130318.080213-5-distribution.zip
65698K uploaded  (platform.launcher.tdb-0.6-20130318.080213-5-distribution.zip)
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/pom.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.launcher.tdb/builds/2013-03-18_08-01-48/archive/org.apache.clerezza/platform.launcher.tdb/0.6-SNAPSHOT/platform.launcher.tdb-0.6-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/platform.launcher.tdb-0.6-SNAPSHOT.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.launcher.tdb/builds/2013-03-18_08-01-48/archive/org.apache.clerezza/platform.launcher.tdb/0.6-20130318.080213-5/platform.launcher.tdb-0.6-20130318.080213-5.jar
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/platform.launcher.tdb-0.6-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.launcher.tdb/builds/2013-03-18_08-01-48/archive/org.apache.clerezza/platform.launcher.tdb/0.6-20130318.080213-5/platform.launcher.tdb-0.6-20130318.080213-5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/platform.launcher.tdb/target/clerezza-tdb-distribution.zip> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$platform.launcher.tdb/builds/2013-03-18_08-01-48/archive/org.apache.clerezza/platform.launcher.tdb/0.6-20130318.080213-5/platform.launcher.tdb-0.6-20130318.080213-5-distribution.zip
[INFO] ------------------------------------------------------------------------
[INFO] Building Clerezza - Tools Offline Site Generator
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[WARNING] Invalid project model for artifact [org.osgi.core:org.osgi:4.3.1]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [org.osgi.compendium:org.osgi:4.3.1]. It will be ignored by the remote resources Mojo.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/classes>
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml>
[INFO] Writing abstract service descriptor <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml> with 1 entries.
[INFO] Generating 1 Service Component Descriptors to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml>
[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/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.clerezza.tools.offline.ZipCreationUtilTest
/foo/something
/foo/bar/test1
/foo/bar/test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.clerezza.tools.offline.ThumbnailConditionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec

Results :

Tests run: 2, 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.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] Building jar: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/tools.offline-0.2-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/tools.offline-0.2-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/tools.offline/0.2-SNAPSHOT/tools.offline-0.2-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/tools.offline-0.2-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/tools.offline/0.2-SNAPSHOT/tools.offline-0.2-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/jenkins/jenkins-slave/maven-repositories/1/repository.xml
org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/jenkins/jenkins-slave/maven-repositories/1/repository.xml
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:295)
	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:154)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:79)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:55)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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:662)
Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@3d315f) 
	at org.kxml2.io.KXmlParser.exception(Unknown Source)
	at org.kxml2.io.KXmlParser.nextTag(Unknown Source)
	at org.apache.felix.bundlerepository.impl.PullParser.parseRepository(PullParser.java:43)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:147)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:118)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:291)
	... 32 more
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '439f365276dd3fc4875cf3f1c033dd75d1ac3eb3'; remote = 'a317cad590a4ae00e475a74e27a210a195a5af95' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '439f365276dd3fc4875cf3f1c033dd75d1ac3eb3'; remote = 'a317cad590a4ae00e475a74e27a210a195a5af95' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/tools.offline/0.2-SNAPSHOT/tools.offline-0.2-20130318.080213-5.jar
32K uploaded  (tools.offline-0.2-20130318.080213-5.jar)
[INFO] Uploading project information for tools.offline 0.2-20130318.080213-5
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.clerezza:tools.offline'
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '439f365276dd3fc4875cf3f1c033dd75d1ac3eb3'; remote = 'a317cad590a4ae00e475a74e27a210a195a5af95' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '439f365276dd3fc4875cf3f1c033dd75d1ac3eb3'; remote = 'a317cad590a4ae00e475a74e27a210a195a5af95' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.clerezza:tools.offline:0.2-SNAPSHOT'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/tools.offline/0.2-SNAPSHOT/tools.offline-0.2-20130318.080213-5-sources.jar
22K uploaded  (tools.offline-0.2-20130318.080213-5-sources.jar)
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/pom.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$tools.offline/builds/2013-03-18_08-01-49/archive/org.apache.clerezza/tools.offline/0.2-SNAPSHOT/tools.offline-0.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/tools.offline-0.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$tools.offline/builds/2013-03-18_08-01-49/archive/org.apache.clerezza/tools.offline/0.2-20130318.080213-5/tools.offline-0.2-20130318.080213-5.jar
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/tools.offline/target/tools.offline-0.2-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$tools.offline/builds/2013-03-18_08-01-49/archive/org.apache.clerezza/tools.offline/0.2-20130318.080213-5/tools.offline-0.2-20130318.080213-5-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Clerezza - Apache UIMA extension module
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [paxexam:generate-depends-file {execution: generate-depends-file}]
[INFO] Created: <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/target/classes/META-INF/maven/dependencies.properties>
[INFO] [paxexam:generate-config {execution: generate-config}]
[INFO] Adding dependencies in scope provided
[INFO] Generated configuration as Pax Runner arguments file <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/target/test-classes/META-INF/maven/paxexam-config.args>
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[WARNING] Source tree does not exist. Ignoring <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/src/main/java>
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/uima/0.2-SNAPSHOT/uima-0.2-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/target/uima-0.2-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/uima/0.2-SNAPSHOT/uima-0.2-SNAPSHOT-site.xml
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0bc3a06d991697f8ab026ed10e1167403ef4b53e'; remote = 'fe78a8343afc4bf73b91d281c504525f045fb615' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0bc3a06d991697f8ab026ed10e1167403ef4b53e'; remote = 'fe78a8343afc4bf73b91d281c504525f045fb615' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/uima/0.2-SNAPSHOT/uima-0.2-20130318.080213-5.pom
3K uploaded  (uima-0.2-20130318.080213-5.pom)
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0bc3a06d991697f8ab026ed10e1167403ef4b53e'; remote = 'fe78a8343afc4bf73b91d281c504525f045fb615' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0bc3a06d991697f8ab026ed10e1167403ef4b53e'; remote = 'fe78a8343afc4bf73b91d281c504525f045fb615' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.clerezza:uima:0.2-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.clerezza:uima'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/uima/0.2-SNAPSHOT/uima-0.2-20130318.080213-5-site.xml
402b uploaded  (uima-0.2-20130318.080213-5-site.xml)
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/pom.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$uima/builds/2013-03-18_08-01-49/archive/org.apache.clerezza/uima/0.2-SNAPSHOT/uima-0.2-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/clerezza/uima/0.2-SNAPSHOT/uima-0.2-SNAPSHOT.pom to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$uima/builds/2013-03-18_08-01-49/archive/org.apache.clerezza/uima/0.2-20130318.080213-5/uima-0.2-20130318.080213-5.pom
[JENKINS] Archiving <https://builds.apache.org/job/clerezza-trunk-1.6/ws/trunk-1.6/uima/target/uima-0.2-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/clerezza-trunk-1.6/modules/org.apache.clerezza$uima/builds/2013-03-18_08-01-49/archive/org.apache.clerezza/uima/0.2-20130318.080213-5/uima-0.2-20130318.080213-5-site.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building Clerezza - Apache UIMA related ontologies
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.apache.clerezza -DartifactId=maven-ontologies-plugin -Dversion=0.4-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.apache.clerezza -DartifactId=maven-ontologies-plugin -Dversion=0.4-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.apache.clerezza:maven-ontologies-plugin:maven-plugin:0.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


  org.apache.clerezza:maven-ontologies-plugin:maven-plugin:0.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Mon Mar 18 08:11:53 UTC 2013
[INFO] Final Memory: 205M/879M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@clerezza.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released