You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/27 07:00:26 UTC

Build failed in Jenkins: UIMA-uimaFIT #43

See <https://builds.apache.org/job/UIMA-uimaFIT/43/changes>

Changes:

[rec] [UIMA-2845] createAggregateDescription takes type system as argument but never uses it. 
- Removed argument because type system declarations are not allowed on aggregates

[rec] [UIMA-2786] Remove deprecated API

[rec] [UIMA-2847] Address some PMD issues 
- Changed several things that PMD was complaining about
- Ignored some more PMD warnings

[rec] [UIMA-2783] Variables that are final and static should be in all caps 
- Changed writing to JAVA_UIMA_TYPE_MAP and made map private

[rec] [UIMA-2846] Add more select* methods that do not take a CAS argument 
- Added more convenience methods without the CAS argument.
- Using getView() instead of getCas() in the methods without CAS argument.

[rec] [UIMA-2803] createFSArray should return FSArray instead of ArrayFS

[rec] [UIMA-2784] Inner classes in FSCollectionFactory should not inherit from that class

[rec] [UIMA-2815] Throw IllegalArgumentException when component and componentName list is not of equal size

[rec] [UIMA-2843] select(ArrayFS array, Type type) returns all FSes from the CAS, not just from the array

------------------------------------------
[...truncated 2828 lines...]
[INFO] --- gmaven-plugin:1.4:execute (read-notice) @ uimafit-maven-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java

[INFO] --- maven-plugin-plugin:3.2:helpmojo (generated-helpmojo) @ uimafit-maven-plugin ---
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors.
[INFO] [INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java

[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ uimafit-maven-plugin ---
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ uimafit-maven-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uimafit-maven-plugin ---
[INFO] [INFO] Changes detected - recompiling the module!

[INFO] [INFO] Compiling 6 source files to <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-maven-plugin/target/classes>
--- maven-compiler-plugin:3.0:compile (default-compile) @ uimafit-maven-plugin ---
[INFO] [INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java

[INFO] --- maven-plugin-plugin:3.2:descriptor (mojo-descriptor) @ uimafit-maven-plugin ---
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors.
[INFO] 
[INFO] --- cobertura-maven-plugin:2.5.2:instrument (default-cli) @ uimafit-maven-plugin ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 6 files to <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-maven-plugin/target/generated-classes/cobertura>
Cobertura: Saved information on 6 classes.
Instrument time: 162ms

[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource

[INFO] Copying 3 resources
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uimafit-maven-plugin ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ uimafit-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-maven-plugin/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ uimafit-maven-plugin ---[INFO] Surefire report directory: <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-maven-plugin/target/surefire-reports>


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.uima.fit.maven.javadoc.JavadocTextExtractorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running org.apache.uima.fit.maven.javadoc.ComponentDescriptionExtractorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Flushing results...
Flushing results done
Cobertura: Loaded information on 6 classes.
Cobertura: Saved information on 6 classes.

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ uimafit-maven-plugin ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 6 classes.
Report time: 382ms

[INFO] Cobertura Report generation was successful.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building uimaFIT - Legacy uimaFIT support 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uimafit-legacy-support ---
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 72 files to scan for tasks
Found 4 open tasks.
[TASKS] Computing warning deltas based on reference build #42
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ uimafit-legacy-support ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:4:parse-date-time (set buildYear and buildMonth) @ uimafit-legacy-support ---
[INFO] 
[INFO] --- gmaven-plugin:1.4:execute (read-notice) @ uimafit-legacy-support ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ uimafit-legacy-support ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/src/main/resources>
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uimafit-legacy-support ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ uimafit-legacy-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/target/classes>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-project-version) @ uimafit-legacy-support ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:4:parse-date-time (set buildYear and buildMonth) @ uimafit-legacy-support ---
Apr 27, 2013 5:00:21 AM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:java (default) @ uimafit-legacy-support ---
Apr 27, 2013 5:00:21 AM org.apache.uima.tools.jcasgen.UimaLoggerProgressMonitor subTask(35)
INFO:  >>JCasGen Creating: 'org.apache.uima.fit.type.AnalyzedText'.
Apr 27, 2013 5:00:21 AM org.apache.uima.tools.jcasgen.UimaLoggerProgressMonitor subTask(35)
INFO:  >>JCasGen Creating: 'org.apache.uima.fit.type.AnalyzedText_Type'.
Apr 27, 2013 5:00:21 AM org.apache.uima.tools.jcasgen.UimaLoggerProgressMonitor subTask(35)
INFO:  >>JCasGen Creating: 'org.apache.uima.fit.type.Sentence'.
Apr 27, 2013 5:00:21 AM org.apache.uima.tools.jcasgen.UimaLoggerProgressMonitor subTask(35)
INFO:  >>JCasGen Creating: 'org.apache.uima.fit.type.Sentence_Type'.
Apr 27, 2013 5:00:21 AM org.apache.uima.tools.jcasgen.UimaLoggerProgressMonitor subTask(35)
INFO:  >>JCasGen Creating: 'org.apache.uima.fit.type.Token'.
Apr 27, 2013 5:00:21 AM org.apache.uima.tools.jcasgen.UimaLoggerProgressMonitor subTask(35)
INFO:  >>JCasGen Creating: 'org.apache.uima.fit.type.Token_Type'.
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uimafit-legacy-support ---
[INFO] Copying 24 resources
[INFO] Copying 3 resources
[INFO] Test Source directory: <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/target/generated-sources/jcasgen> added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:add-test-source (add-test-source) @ uimafit-legacy-support ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ uimafit-legacy-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 65 source files to <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/src/test/java/org/apache/uima/fit/util/JCasUtilTest.java>:[32] cannot find symbol
symbol  : static isCovered
location: class org.apache.uima.fit.util.JCasUtil
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/src/test/java/org/apache/uima/fit/factory/AnalysisEngineFactoryTest.java>:[196,58] cannot find symbol
symbol  : method createAggregate(java.util.List<org.apache.uima.analysis_engine.AnalysisEngineDescription>,java.util.List<java.lang.String>,org.apache.uima.resource.metadata.TypeSystemDescription,<nulltype>,org.apache.uima.analysis_engine.metadata.SofaMapping[])
location: class org.apache.uima.fit.factory.AnalysisEngineFactory
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/src/test/java/org/apache/uima/fit/util/JCasUtilTest.java>:[542,15] cannot find symbol
symbol  : method isCovered(org.apache.uima.jcas.JCas,org.apache.uima.fit.type.Sentence,java.lang.Class<org.apache.uima.fit.type.Token>)
location: class org.apache.uima.fit.util.JCasUtilTest
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/src/test/java/org/apache/uima/fit/util/JCasUtilTest.java>:[549,16] cannot find symbol
symbol  : method isCovered(org.apache.uima.jcas.JCas,org.apache.uima.fit.type.Sentence,java.lang.Class<org.apache.uima.fit.type.Token>)
location: class org.apache.uima.fit.util.JCasUtilTest
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping uimaFIT - Parent
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] uimaFIT - Parent .................................. SUCCESS [17.501s]
[INFO] uimaFIT ........................................... SUCCESS [1:42.365s]
[INFO] uimaFIT - Examples ................................ SUCCESS [20.888s]
[INFO] uimaFIT - Spring integration ...................... SUCCESS [16.004s]
[INFO] uimaFIT - Maven Plugin ............................ SUCCESS [35.236s]
[INFO] uimaFIT - Legacy uimaFIT support .................. FAILURE [2.023s]
[INFO] uimaFIT - Documentation ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:17.893s
[INFO] Finished at: Sat Apr 27 05:00:22 GMT 2013
[INFO] Final Memory: 53M/146M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit/2.0.0-SNAPSHOT/uimafit-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit/target/uimafit-2.0.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit/2.0.0-SNAPSHOT/uimafit-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-maven-plugin/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-maven-plugin/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-maven-plugin/2.0.0-SNAPSHOT/uimafit-maven-plugin-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-maven-plugin/target/uimafit-maven-plugin-2.0.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-maven-plugin/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-maven-plugin/2.0.0-SNAPSHOT/uimafit-maven-plugin-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-spring/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-spring/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-spring/2.0.0-SNAPSHOT/uimafit-spring-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-spring/target/uimafit-spring-2.0.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-spring/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-spring/2.0.0-SNAPSHOT/uimafit-spring-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-docbook/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-docbook/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-docbook/2.0.0-SNAPSHOT/uimafit-docbook-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-examples/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-examples/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-examples/2.0.0-SNAPSHOT/uimafit-examples-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-examples/target/uimafit-examples-2.0.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-examples/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-examples/2.0.0-SNAPSHOT/uimafit-examples-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-parent/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-parent/2.0.0-SNAPSHOT/uimafit-parent-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT/ws/trunk/uimafit-legacy-support/pom.xml> to /home/hudson/hudson/jobs/UIMA-uimaFIT/modules/org.apache.uima$uimafit-legacy-support/builds/2013-04-27_04-56-57/archive/org.apache.uima/uimafit-legacy-support/2.0.0-SNAPSHOT/uimafit-legacy-support-2.0.0-SNAPSHOT.pom
[WARNING] The requested profile "javancss" could not be activated because it does not exist.
[WARNING] The requested profile "cobertura-aggregate" could not be activated because it does not exist.
[WARNING] The requested profile "attach-source" could not be activated because it does not exist.
[WARNING] The requested profile "attach-javadoc" could not be activated because it does not exist.
[WARNING] The requested profile "attach-test" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project uimafit-legacy-support: Compilation failure
cause : Compilation failure
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project uimafit-legacy-support: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	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:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	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:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Sending e-mails to: dev@uima.apache.org
channel stopped
Flushing results...
Flushing results done
Cobertura: Loaded information on 6 classes.
Cobertura: Saved information on 8 classes.
[WARNINGS] Skipping publisher since build result is FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...

Jenkins build is back to normal : UIMA-uimaFIT #44

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-uimaFIT/44/changes>