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/08 19:00:39 UTC

Build failed in Jenkins: UIMA-Ruta #470

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

Changes:

[pkluegl] UIMA-4165
- added NullExpression
- adapted parser
- added test
- refactored FeatureCondition

------------------------------------------
[...truncated 3720 lines...]
	at org.apache.uima.ruta.StrictImportTest.testUndeclaredTypeSystem(StrictImportTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.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.131 sec - in org.apache.uima.ruta.StrictImportTest
Running org.apache.uima.ruta.SubAtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.uima.ruta.SubAtomicTest
Running org.apache.uima.ruta.TypeAliasTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.uima.ruta.TypeAliasTest
Running org.apache.uima.ruta.verbalizer.ActionVerbalizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.uima.ruta.verbalizer.ActionVerbalizerTest
Running org.apache.uima.ruta.verbalizer.ConditionVerbalizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.uima.ruta.verbalizer.ConditionVerbalizerTest
Running org.apache.uima.ruta.verbalizer.ExpressionVerbalizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.uima.ruta.verbalizer.ExpressionVerbalizerTest
Running org.apache.uima.ruta.WildCard1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in org.apache.uima.ruta.WildCard1Test
Running org.apache.uima.ruta.WildCard2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in org.apache.uima.ruta.WildCard2Test
Running org.apache.uima.ruta.WildCard3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.uima.ruta.WildCard3Test
Running org.apache.uima.ruta.WSDictionaryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec - in org.apache.uima.ruta.WSDictionaryTest

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: 6924ms

[ERROR] Jan 08, 2015 10:00:09 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 F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\trunk\ruta-core\src\main\antlr3
ANTLR Parser Generator  Version 3.5.2
Grammar F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\trunk\ruta-core\src\main\antlr3\org\apache\uima\ruta\parser\RutaLexer.g is up to date - build skipped
Grammar F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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: F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 [17.712s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [2:03.623s]
[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:32.143s
[INFO] Finished at: Thu Jan 08 10:00:19 PST 2015
[INFO] Final Memory: 54M/226M
[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] F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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: f:\jenkins\tools\java\latest-1.7-64\jre\..\bin\javadoc.exe @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 'F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 66 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 20 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 12 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 14 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 6081 bytes
Compression is 0.0%
Took 21 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\trunk\ruta-core\pom.xml to org.apache.uima/ruta-core/2.2.2-SNAPSHOT/ruta-core-2.2.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 879614 bytes
Compression is 0.0%
Took 0.34 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 #469
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6913 bytes
Compression is 0.0%
Took 44 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 35 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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.18 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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.11 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.89 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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.19 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 3143 bytes
Compression is 0.0%
Took 90 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 71 ms
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>


Build failed in Jenkins: UIMA-Ruta #472

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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 ...

Build failed in Jenkins: UIMA-Ruta #471

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

Changes:

[pkluegl] UIMA-4165
- added null expression support to IDE

------------------------------------------
[...truncated 3718 lines...]
	at org.apache.uima.ruta.StrictImportTest.testUndeclaredTypeSystem(StrictImportTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.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.143 sec - in org.apache.uima.ruta.StrictImportTest
Running org.apache.uima.ruta.SubAtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.uima.ruta.SubAtomicTest
Running org.apache.uima.ruta.TypeAliasTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.uima.ruta.TypeAliasTest
Running org.apache.uima.ruta.verbalizer.ActionVerbalizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.uima.ruta.verbalizer.ActionVerbalizerTest
Running org.apache.uima.ruta.verbalizer.ConditionVerbalizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.uima.ruta.verbalizer.ConditionVerbalizerTest
Running org.apache.uima.ruta.verbalizer.ExpressionVerbalizerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.uima.ruta.verbalizer.ExpressionVerbalizerTest
Running org.apache.uima.ruta.WildCard1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.apache.uima.ruta.WildCard1Test
Running org.apache.uima.ruta.WildCard2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec - in org.apache.uima.ruta.WildCard2Test
Running org.apache.uima.ruta.WildCard3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.uima.ruta.WildCard3Test
Running org.apache.uima.ruta.WSDictionaryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.apache.uima.ruta.WSDictionaryTest

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: 6944ms

[ERROR] Jan 09, 2015 2:59:52 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 F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\trunk\ruta-core\src\main\antlr3
ANTLR Parser Generator  Version 3.5.2
Grammar F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\trunk\ruta-core\src\main\antlr3\org\apache\uima\ruta\parser\RutaLexer.g is up to date - build skipped
Grammar F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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: F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 [14.722s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [2:05.499s]
[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:30.532s
[INFO] Finished at: Fri Jan 09 03:00:02 PST 2015
[INFO] Final Memory: 54M/226M
[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] F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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: f:\jenkins\tools\java\latest-1.7-64\jre\..\bin\javadoc.exe @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 'F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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.17 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 59 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 13 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 13 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 6081 bytes
Compression is 0.0%
Took 50 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\trunk\ruta-core\pom.xml to org.apache.uima/ruta-core/2.2.2-SNAPSHOT/ruta-core-2.2.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 879614 bytes
Compression is 0.0%
Took 0.38 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 #470
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 6913 bytes
Compression is 0.0%
Took 43 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 70 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 57 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 71 ms
[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.68 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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.18 sec
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 3143 bytes
Compression is 0.0%
Took 33 ms
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\UIMA-Ruta\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 36 ms
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 ...