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 2015/01/09 12:44:33 UTC

Build failed in Jenkins: UIMA-Ruta #472

See <https://builds.apache.org/job/UIMA-Ruta/472/changes>

Changes:

[pkluegl] UIMA-4170
- override javadoc config
- enforce versions

------------------------------------------
[...truncated 3718 lines...]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:73)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:46)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
	at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.IllegalArgumentException: Not able to resolve type: MyType
	at org.apache.uima.ruta.expression.type.SimpleTypeExpression.getType(SimpleTypeExpression.java:47)
	at org.apache.uima.ruta.action.AbstractMarkAction.createAnnotation(AbstractMarkAction.java:42)
	at org.apache.uima.ruta.action.MarkAction.execute(MarkAction.java:57)
	at org.apache.uima.ruta.rule.AbstractRuleElement.apply(AbstractRuleElement.java:130)
	at org.apache.uima.ruta.rule.RuleElementCaretaker.applyRuleElements(RuleElementCaretaker.java:111)
	at org.apache.uima.ruta.rule.ComposedRuleElement.applyRuleElements(ComposedRuleElement.java:592)
	at org.apache.uima.ruta.rule.AbstractRuleElement.doneMatching(AbstractRuleElement.java:84)
	at org.apache.uima.ruta.rule.ComposedRuleElement.fallback(ComposedRuleElement.java:513)
	at org.apache.uima.ruta.rule.ComposedRuleElement.fallbackContinue(ComposedRuleElement.java:414)
	at org.apache.uima.ruta.rule.RutaRuleElement.startMatch(RutaRuleElement.java:102)
	at org.apache.uima.ruta.rule.ComposedRuleElement.startMatch(ComposedRuleElement.java:73)
	at org.apache.uima.ruta.rule.RutaRule.apply(RutaRule.java:47)
	at org.apache.uima.ruta.rule.RutaRule.apply(RutaRule.java:40)
	at org.apache.uima.ruta.rule.RutaRule.apply(RutaRule.java:29)
	at org.apache.uima.ruta.RutaScriptBlock.apply(RutaScriptBlock.java:63)
	at org.apache.uima.ruta.RutaModule.apply(RutaModule.java:48)
	at org.apache.uima.ruta.engine.RutaEngine.process(RutaEngine.java:503)
	... 29 more

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.apache.uima.ruta.StrictImportTest
Running org.apache.uima.ruta.Quantifier1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.uima.ruta.Quantifier1Test
Running org.apache.uima.ruta.Quantifier7Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.uima.ruta.Quantifier7Test
Running org.apache.uima.ruta.AdditionalScriptUimaFitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.uima.ruta.AdditionalScriptUimaFitTest
Running org.apache.uima.ruta.ExternalWordResourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.uima.ruta.ExternalWordResourceTest
Running org.apache.uima.ruta.GreedyComposedWithConditionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.uima.ruta.GreedyComposedWithConditionTest
Running org.apache.uima.ruta.Quantifier3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.uima.ruta.Quantifier3Test
Running org.apache.uima.ruta.Quantifier6Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.uima.ruta.Quantifier6Test
Running org.apache.uima.ruta.LiteralStringMatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.uima.ruta.LiteralStringMatchTest
Running org.apache.uima.ruta.ManualAnchoringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.uima.ruta.ManualAnchoringTest
Running org.apache.uima.ruta.LoadScriptFromClassPathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.apache.uima.ruta.LoadScriptFromClassPathTest
Running org.apache.uima.ruta.FeatureMatch1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.uima.ruta.FeatureMatch1Test
Running org.apache.uima.ruta.seed.DefaultSeederTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.uima.ruta.seed.DefaultSeederTest
Running org.apache.uima.ruta.RemoveDocumentAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.apache.uima.ruta.RemoveDocumentAnnotationTest

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ ruta-core ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Report time: 5463ms

[ERROR] Jan 09, 2015 11:44:06 AM net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler loadCoverageData
INFO: Cobertura: Loaded information on 407 classes.

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-core ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-core ---
[INFO] 
[INFO] --- antlr3-maven-plugin:3.5.2:antlr (run antlr) @ ruta-core ---
[INFO] ANTLR: Processing source directory <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/src/main/antlr3>
ANTLR Parser Generator  Version 3.5.2
Grammar <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaLexer.g> is up to date - build skipped
Grammar <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g> is up to date - build skipped
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ ruta-core ---
[INFO] Source directory: <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/target/generated-sources/antlr3> added.
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-core ---
[INFO] 
1 error
1 warning
[JENKINS] Archiving  javadoc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [25.942s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [1:51.778s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-engine .......... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide ............. SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide-ui .......... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-caseditor ....... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-addons .......... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-textruler ....... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-core-ext ........ SKIPPED
[INFO] Apache UIMA Ruta Documentation .................... SKIPPED
[INFO] Apache UIMA Ruta Eclipse: ruta-eclipse-feature .... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-example-extensions ...... SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:23.238s
[INFO] Finished at: Fri Jan 09 11:44:22 UTC 2015
[INFO] Final Memory: 86M/377M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (default-cli) on project ruta-core: An error has occurred in JavaDocs report generation:
[ERROR] Exit code: 1 - warning: [options] bootstrap class path not set in conjunction with -source 1.5
[ERROR] <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/FeatureMatchExpression.java>:134: error: diamond operator is not supported in -source 1.5
[ERROR] List<AnnotationFS> list = new ArrayList<>(1);
[ERROR] ^
[ERROR] (use -source 7 or higher to enable diamond operator)
[ERROR] 
[ERROR] Command line was: /home/jenkins/tools/java/jdk1.7.0_25-32/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/target/site/apidocs'> dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :ruta-core

[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-textruler/pom.xml> to org.apache.uima/ruta-ep-textruler/2.2.2-SNAPSHOT/ruta-ep-textruler-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-textruler #468
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 8782 bytes
Compression is 0.0%
Took 0.18 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.2.2-SNAPSHOT/ruta-eclipse-feature-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-eclipse-feature #468
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4246 bytes
Compression is 0.0%
Took 83 ms
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.2.2-SNAPSHOT/ruta-docbook-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Documentation #468
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2096 bytes
Compression is 0.0%
Took 72 ms
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-ep-example-extensions/pom.xml> to org.apache.uima/ruta-ep-example-extensions/2.2.2-SNAPSHOT/ruta-ep-example-extensions-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta: ruta-ep-example-extensions #468
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6122 bytes
Compression is 0.0%
Took 72 ms
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-core-ext/pom.xml> to org.apache.uima/ruta-ep-core-ext/2.2.2-SNAPSHOT/ruta-ep-core-ext-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-core-ext #468
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5924 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.2.2-SNAPSHOT/ruta-core-2.2.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/target/ruta-core-2.2.2-SNAPSHOT.jar> to org.apache.uima/ruta-core/2.2.2-SNAPSHOT/ruta-core-2.2.2-SNAPSHOT.jar
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta: ruta-core #469
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 879542 bytes
Compression is 0.0%
Took 0.45 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.2.2-SNAPSHOT/ruta-parent-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta: ruta-parent #471
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7863 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.2.2-SNAPSHOT/ruta-ep-caseditor-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-caseditor #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7536 bytes
Compression is 0.0%
Took 93 ms
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.2.2-SNAPSHOT/ruta-ep-ide-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-ide #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 9561 bytes
Compression is 0.0%
Took 0.12 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.2.2-SNAPSHOT/ruta-ep-addons-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-addons #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 9616 bytes
Compression is 0.0%
Took 0.18 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.2.2-SNAPSHOT/ruta-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta: ruta #468
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 9499 bytes
Compression is 0.0%
Took 0.53 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.2.2-SNAPSHOT/ruta-ep-engine-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-engine #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 14534 bytes
Compression is 0.0%
Took 0.2 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.2.2-SNAPSHOT/ruta-core-ext-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta: ruta-core-ext #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3064 bytes
Compression is 0.0%
Took 89 ms
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide-ui/pom.xml> to org.apache.uima/ruta-ep-ide-ui/2.2.2-SNAPSHOT/ruta-ep-ide-ui-2.2.2-SNAPSHOT.pom
Sending artifact delta relative to UIMA-Ruta » Apache UIMA Ruta Eclipse: ruta-ep-ide-ui #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 13097 bytes
Compression is 0.0%
Took 0.1 sec
Sending e-mails to: dev@uima.apache.org
channel stopped
[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-Ruta #473

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