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 2016/07/25 12:02:34 UTC

Build failed in Jenkins: UIMA-Ruta #761

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

Changes:

[pkluegl] UIMA-5029 + UIMA-5027	
- massive refactoring of RutaEngine
- removed engine loaders
- make additonalX parameters optional

------------------------------------------
[...truncated 2639 lines...]
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanTypeExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/AbstractBooleanExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/IBooleanListExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanFunctionExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanVariableExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/SimpleBooleanListExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanStringExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanListFeatureExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanNumberExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/IBooleanExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/SimpleBooleanExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/bool/BooleanFeatureExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/feature
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/SimpleFeatureExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/CoveredTextFeature.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/FeatureMatchExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/GenericFeatureExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/FeatureExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/LazyFeature.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/feature/IndexedFeature.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/list
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/list/ListExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/list/UntypedListExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/AnnotationTypeExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/AbstractTypeExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/type/ITypeListExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/SimpleTypeListExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/TypeFunctionExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/TypeVariableExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/type/ITypeExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/SimpleTypeExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/AbstractTypeListExpression.java
A         ruta-core/src/main/java/org/apache/uima/ruta/expression/type/TypeListVariableExpression.java
AU        ruta-core/src/main/java/org/apache/uima/ruta/expression/IRutaExpression.java
A         ruta-core/pom.xml
A         ruta-core/marker-file-identifying-api-compatibility-check
A         ruta-ep-core-ext
A         ruta-ep-core-ext/src
A         ruta-ep-core-ext/src/test
A         ruta-ep-core-ext/src/test/java
A         ruta-ep-core-ext/src/test/resources
A         ruta-ep-core-ext/src/main
A         ruta-ep-core-ext/src/main/java
A         ruta-ep-core-ext/src/main/java/org
A         ruta-ep-core-ext/src/main/java/org/apache
A         ruta-ep-core-ext/src/main/java/org/apache/uima
A         ruta-ep-core-ext/src/main/java/org/apache/uima/ruta
A         ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/action
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/action/MarkReloadActionIDEExtension.java
A         ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/type
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/type/TypeFromStringFunctionIDEExtension.java
A         ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/string
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/string/BooleanOperationsIDEExtension.java
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/string/StringOperationsIDEExtension.java
A         ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/block
A         ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/block/fst
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/block/fst/FSTBlockIDEExtension.java
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/block/OnlyOnceBlockIDEExtension.java
AU        ruta-ep-core-ext/src/main/java/org/apache/uima/ruta/block/OnlyFirstBlockIDEExtension.java
A         ruta-ep-core-ext/src/main/resources
AU        ruta-ep-core-ext/pom.xml
AU        ruta-ep-core-ext/plugin.xml
A         ruta-ep-core-ext/marker-file-identifying-eclipse-plugin
A         ruta-parent
A         ruta-parent/pom.xml
 U        .
At revision 1753979

Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 41320
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java -Xmx800m -XX:MaxPermSize=256m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 41320
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> -Dmaven.repo.local=<https://builds.apache.org/job/UIMA-Ruta/ws/.repository> -s /tmp/settings3233751658693996800.xml -DlinkXRef=false -DtargetJdk=1.7 -Dcobertura.report.format=xml -U clean install pmd:pmd pmd:cpd cobertura:cobertura javadoc:javadoc
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent
[INFO] Apache UIMA Ruta: ruta-core
[INFO] Apache UIMA Ruta: ruta-core-ext
[INFO] Apache UIMA Ruta: ruta-ep-parent
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-engine
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide-ui
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-caseditor
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-addons
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-textruler
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-core-ext
[INFO] Apache UIMA Maven: ruta-maven-plugin
[INFO] Apache UIMA Maven: ruta-maven-archetype
[INFO] Apache UIMA Ruta Documentation
[INFO] Apache UIMA Ruta Eclipse: ruta-eclipse-feature
[INFO] Apache UIMA Ruta: ruta-ep-example-extensions
[INFO] Apache UIMA Ruta: ruta-maven-example
[INFO] Apache UIMA Ruta: ruta
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 33.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 52.2 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml (9 KB at 19.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (882 B at 22.1 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (488 B at 0.4 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml (605 B at 14.1 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-parent 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ruta-parent ---
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #760
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (dup-meta-jar-cleanup) @ ruta-parent ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy customized bin LICENSE file) @ ruta-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/src/main/readme_bin>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ ruta-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ ruta-parent ---
[INFO] Installing <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to <https://builds.apache.org/job/UIMA-Ruta/ws/.repository/org/apache/uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:pmd (default-cli) @ ruta-parent ---
[PMD] No report found for mojo pmd
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (default-cli) @ ruta-parent ---
[DRY] No report found for mojo cpd
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ ruta-parent ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ ruta-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-core 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml (785 B at 7.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom (5 KB at 37.6 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml (604 B at 0.3 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/uimaj-parent-2.9.0-20160725.080612-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/uimaj-parent-2.9.0-20160725.080612-3.pom (15 KB at 12.0 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [2:15.698s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [6.279s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-parent .................. 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 Maven: ruta-maven-plugin .............. SKIPPED
[INFO] Apache UIMA Maven: ruta-maven-archetype ........... 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-maven-example .............. SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:51.611s
[INFO] Finished at: Mon Jul 25 12:01:58 UTC 2016
[INFO] Final Memory: 46M/410M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Plugin org.apache.uima:jcasgen-maven-plugin:2.9.0-SNAPSHOT or one of its dependencies could not be resolved: Could not transfer artifact org.apache.uima:jcasgen-maven-plugin:jar:2.9.0-20160725.080309-3 from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar. Return code is: 502, ReasonPhrase:Proxy 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/PluginResolutionException
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-textruler/pom.xml> to org.apache.uima/ruta-ep-textruler/2.5.0-SNAPSHOT/ruta-ep-textruler-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-maven-example/pom.xml> to org.apache.uima/ruta-maven-example/2.5.0-SNAPSHOT/ruta-maven-example-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-parent/pom.xml> to org.apache.uima/ruta-ep-parent/2.5.0-SNAPSHOT/ruta-ep-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.5.0-SNAPSHOT/ruta-eclipse-feature-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.5.0-SNAPSHOT/ruta-docbook-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-example-extensions-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-core-ext-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.5.0-SNAPSHOT/ruta-core-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-archetype/pom.xml> to org.apache.uima/ruta-maven-archetype/2.5.0-SNAPSHOT/ruta-maven-archetype-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.5.0-SNAPSHOT/ruta-ep-caseditor-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.5.0-SNAPSHOT/ruta-ep-ide-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.5.0-SNAPSHOT/ruta-ep-addons-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-plugin/pom.xml> to org.apache.uima/ruta-maven-plugin/2.5.0-SNAPSHOT/ruta-maven-plugin-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.5.0-SNAPSHOT/ruta-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.5.0-SNAPSHOT/ruta-ep-engine-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.5.0-SNAPSHOT/ruta-core-ext-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-ide-ui-2.5.0-SNAPSHOT.pom
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 #767

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


Build failed in Jenkins: UIMA-Ruta #766

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

Changes:

[pkluegl] no jira - fix javadoc

------------------------------------------
[...truncated 2675 lines...]
A         ruta-core/src/test/java/org/apache/uima/ruta/CustomViewTest.java
A         ruta-core/src/test/java/org/apache/uima/ruta/RuleInference1Test.java
A         ruta-core/pom.xml
A         ruta-core/marker-file-identifying-api-compatibility-check
A         ruta-maven-archetype
AU        ruta-maven-archetype/pom.xml
A         ruta-maven-archetype/src
A         ruta-maven-archetype/src/main
A         ruta-maven-archetype/src/main/resources
A         ruta-maven-archetype/src/main/resources/archetype-resources
AU        ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
A         ruta-maven-archetype/src/main/resources/archetype-resources/src
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/wordlists
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/wordlists/Ruta.txt
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/org.apache.uima.fit
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/org.apache.uima.fit/types.txt
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/ruta
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/ruta/__projectNameCamelCase__Main.ruta
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/test
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/test/java
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/test/java/RutaTest.java
A         ruta-maven-archetype/src/main/resources/META-INF
A         ruta-maven-archetype/src/main/resources/META-INF/maven
AU        ruta-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
A         ruta-parent
A         ruta-parent/pom.xml
 U        .
At revision 1754105

Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 59610
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java -Xmx800m -XX:MaxPermSize=256m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 59610
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> -Dmaven.repo.local=<https://builds.apache.org/job/UIMA-Ruta/ws/.repository> -s /tmp/settings3746560247262857589.xml -DlinkXRef=false -DtargetJdk=1.7 -Dcobertura.report.format=xml -U clean install pmd:pmd pmd:cpd cobertura:cobertura javadoc:javadoc
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent
[INFO] Apache UIMA Ruta: ruta-core
[INFO] Apache UIMA Ruta: ruta-core-ext
[INFO] Apache UIMA Ruta: ruta-ep-parent
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-engine
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide-ui
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-caseditor
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-addons
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-textruler
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-core-ext
[INFO] Apache UIMA Maven: ruta-maven-plugin
[INFO] Apache UIMA Maven: ruta-maven-archetype
[INFO] Apache UIMA Ruta Documentation
[INFO] Apache UIMA Ruta Eclipse: ruta-eclipse-feature
[INFO] Apache UIMA Ruta: ruta-ep-example-extensions
[INFO] Apache UIMA Ruta: ruta-maven-example
[INFO] Apache UIMA Ruta: ruta
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 29.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 44.0 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml (9 KB at 5.5 KB/sec)
[WARNING] Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (882 B at 8.1 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (488 B at 0.1 KB/sec)
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml (605 B at 5.5 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-parent 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ruta-parent ---
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #765
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (dup-meta-jar-cleanup) @ ruta-parent ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy customized bin LICENSE file) @ ruta-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/src/main/readme_bin>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ ruta-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ ruta-parent ---
[INFO] Installing <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to <https://builds.apache.org/job/UIMA-Ruta/ws/.repository/org/apache/uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:pmd (default-cli) @ ruta-parent ---
[PMD] No report found for mojo pmd
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (default-cli) @ ruta-parent ---
[DRY] No report found for mojo cpd
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ ruta-parent ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ ruta-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-core 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.uima:jcasgen-maven-plugin:2.9.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml (604 B at 0.3 KB/sec)
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.codehaus.mojo/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/maven-metadata.xml (775 B at 0.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/maven-metadata.xml (776 B at 0.6 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/maven-metadata.xml (774 B at 0.7 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/maven-metadata.xml
[WARNING] Checksum validation failed, could not read expected checksum: Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/maven-metadata.xml.sha1. Return code is: 502, ReasonPhrase:Proxy Error. for http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/maven-metadata.xml (784 B at 0.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/maven-metadata.xml (771 B at 0.0 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/jVinci-2.9.0-20160725.080304-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/jVinci-2.9.0-20160725.080304-3.pom (3 KB at 4.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/maven-metadata.xml
[WARNING] Checksum validation failed, could not read expected checksum: Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/maven-metadata.xml.sha1. Return code is: 502, ReasonPhrase:Proxy Error. for http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/maven-metadata.xml (780 B at 0.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.pom (3 KB at 1.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/uimaj-core-2.9.0-20160725.080404-3.jar
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/uimaj-tools-2.9.0-20160725.080632-3.jar
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/uimaj-cpe-2.9.0-20160725.080411-3.jar
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/uimaj-adapter-vinci-2.9.0-20160725.080350-3.jar
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/jVinci-2.9.0-20160725.080304-3.jar
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/uimaj-tools-2.9.0-20160725.080632-3.jar (557 KB at 285.7 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.jar
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/uimaj-cpe-2.9.0-20160725.080411-3.jar (351 KB at 177.9 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/jVinci-2.9.0-20160725.080304-3.jar (154 KB at 52.6 KB/sec)
[WARNING] Checksum validation failed, could not read expected checksum: Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.jar.sha1. Return code is: 502, ReasonPhrase:Proxy Error. for http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.jar
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/uimaj-adapter-vinci-2.9.0-20160725.080350-3.jar (50 KB at 7.8 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.jar (24 KB at 2.5 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [17.506s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [51.250s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-parent .................. 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 Maven: ruta-maven-plugin .............. SKIPPED
[INFO] Apache UIMA Maven: ruta-maven-archetype ........... 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-maven-example .............. SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:23.461s
[INFO] Finished at: Tue Jul 26 10:58:25 UTC 2016
[INFO] Final Memory: 42M/739M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal on project ruta-core: Could not resolve dependencies for project org.apache.uima:ruta-core:jar:2.5.0-SNAPSHOT: Could not transfer artifact org.apache.uima:uimaj-core:jar:2.9.0-20160725.080404-3 from/to apache.snapshots (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/uimaj-core-2.9.0-20160725.080404-3.jar. Return code is: 502, ReasonPhrase:Proxy 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/DependencyResolutionException
[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.5.0-SNAPSHOT/ruta-ep-textruler-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-maven-example/pom.xml> to org.apache.uima/ruta-maven-example/2.5.0-SNAPSHOT/ruta-maven-example-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-parent/pom.xml> to org.apache.uima/ruta-ep-parent/2.5.0-SNAPSHOT/ruta-ep-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.5.0-SNAPSHOT/ruta-eclipse-feature-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.5.0-SNAPSHOT/ruta-docbook-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-example-extensions-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-core-ext-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.5.0-SNAPSHOT/ruta-core-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-archetype/pom.xml> to org.apache.uima/ruta-maven-archetype/2.5.0-SNAPSHOT/ruta-maven-archetype-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.5.0-SNAPSHOT/ruta-ep-caseditor-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.5.0-SNAPSHOT/ruta-ep-ide-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.5.0-SNAPSHOT/ruta-ep-addons-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-plugin/pom.xml> to org.apache.uima/ruta-maven-plugin/2.5.0-SNAPSHOT/ruta-maven-plugin-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.5.0-SNAPSHOT/ruta-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.5.0-SNAPSHOT/ruta-ep-engine-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.5.0-SNAPSHOT/ruta-core-ext-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-ide-ui-2.5.0-SNAPSHOT.pom
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 #765

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

Changes:

[pkluegl] UIMA-5020
- fix typo

[pkluegl] UIMA-5020
- double check ts imports

[pkluegl] UIMA-5016
- added an example for annotation variable

------------------------------------------
[...truncated 2662 lines...]
A         ruta-core/src/test/resources/org/apache/uima/ruta/ImportStatementsTestImportType.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/LongGreedy2Test.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/LongGreedy1Test.txt
A         ruta-core/src/test/resources/org/apache/uima/ruta/LongGreedy2Test.txt
A         ruta-core/src/test/resources/org/apache/uima/ruta/EqualShortNameTest.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/FeatureMatch1Test.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/Quantifier4Test.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/FeatureMatch1Test.txt
A         ruta-core/src/test/resources/org/apache/uima/ruta/LiteralStringMatchTest.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/StrictImportTestUndeclaredTypeSystem.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/ImportStatementsTestImportTypeAs.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/ImportStatementsTestImportAllPackagesWithAliasFromTypeSystem.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/NewCASPipelineTest.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/RuleInference3Test.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/ImportStatementsTestImportPackageFromCasTypeSystem.ruta
A         ruta-core/src/test/resources/org/apache/uima/ruta/RuleInference1Test.txt
A         ruta-core/pom.xml
A         ruta-maven-archetype
AU        ruta-maven-archetype/pom.xml
A         ruta-maven-archetype/src
A         ruta-maven-archetype/src/main
A         ruta-maven-archetype/src/main/resources
A         ruta-maven-archetype/src/main/resources/archetype-resources
A         ruta-maven-archetype/src/main/resources/archetype-resources/src
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/test
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/test/java
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/test/java/RutaTest.java
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/wordlists
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/wordlists/Ruta.txt
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/org.apache.uima.fit
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/org.apache.uima.fit/types.txt
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/ruta
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/ruta/__projectNameCamelCase__Main.ruta
AU        ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
A         ruta-maven-archetype/src/main/resources/META-INF
A         ruta-maven-archetype/src/main/resources/META-INF/maven
AU        ruta-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
A         ruta-parent
A         ruta-parent/pom.xml
 U        .
At revision 1754096

Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 59967
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java -Xmx800m -XX:MaxPermSize=256m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 59967
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> -Dmaven.repo.local=<https://builds.apache.org/job/UIMA-Ruta/ws/.repository> -s /tmp/settings6679694800818523362.xml -DlinkXRef=false -DtargetJdk=1.7 -Dcobertura.report.format=xml -U clean install pmd:pmd pmd:cpd cobertura:cobertura javadoc:javadoc
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent
[INFO] Apache UIMA Ruta: ruta-core
[INFO] Apache UIMA Ruta: ruta-core-ext
[INFO] Apache UIMA Ruta: ruta-ep-parent
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-engine
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide-ui
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-caseditor
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-addons
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-textruler
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-core-ext
[INFO] Apache UIMA Maven: ruta-maven-plugin
[INFO] Apache UIMA Maven: ruta-maven-archetype
[INFO] Apache UIMA Ruta Documentation
[INFO] Apache UIMA Ruta Eclipse: ruta-eclipse-feature
[INFO] Apache UIMA Ruta: ruta-ep-example-extensions
[INFO] Apache UIMA Ruta: ruta-maven-example
[INFO] Apache UIMA Ruta: ruta
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 34.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 53.6 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml (9 KB at 1.3 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (882 B at 9.7 KB/sec)
[WARNING] Checksum validation failed, could not read expected checksum: Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml.sha1. Return code is: 502, ReasonPhrase:Proxy Error. for http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (488 B at 0.0 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml (605 B at 6.0 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-parent 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ruta-parent ---
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #764
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (dup-meta-jar-cleanup) @ ruta-parent ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy customized bin LICENSE file) @ ruta-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/src/main/readme_bin>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ ruta-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ ruta-parent ---
[INFO] Installing <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to <https://builds.apache.org/job/UIMA-Ruta/ws/.repository/org/apache/uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:pmd (default-cli) @ ruta-parent ---
[PMD] No report found for mojo pmd
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (default-cli) @ ruta-parent ---
[DRY] No report found for mojo cpd
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ ruta-parent ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ ruta-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-core 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
[WARNING] Checksum validation failed, could not read expected checksum: Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml.sha1. Return code is: 502, ReasonPhrase:Proxy Error. for http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.uima:jcasgen-maven-plugin:2.9.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Checksum validation failed, could not read expected checksum: Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml.sha1. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml (604 B at 0.6 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar (28 KB at 14.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/maven-metadata.xml (775 B at 1.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/uimaj-core-2.9.0-20160725.080404-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-core/2.9.0-SNAPSHOT/uimaj-core-2.9.0-20160725.080404-3.pom (8 KB at 9.3 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/maven-metadata.xml (776 B at 1.0 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/uimaj-tools-2.9.0-20160725.080632-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-tools/2.9.0-SNAPSHOT/uimaj-tools-2.9.0-20160725.080632-3.pom (5 KB at 3.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/maven-metadata.xml (774 B at 0.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/uimaj-cpe-2.9.0-20160725.080411-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-cpe/2.9.0-SNAPSHOT/uimaj-cpe-2.9.0-20160725.080411-3.pom (5 KB at 0.7 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/maven-metadata.xml (784 B at 0.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/uimaj-adapter-vinci-2.9.0-20160725.080350-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-adapter-vinci/2.9.0-SNAPSHOT/uimaj-adapter-vinci-2.9.0-20160725.080350-3.pom (4 KB at 1.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/maven-metadata.xml (771 B at 0.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/jVinci-2.9.0-20160725.080304-3.pom
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/maven-metadata.xml (780 B at 0.4 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-test-util/2.9.0-SNAPSHOT/uimaj-test-util-2.9.0-20160725.080624-3.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [18.211s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [58.862s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-parent .................. 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 Maven: ruta-maven-plugin .............. SKIPPED
[INFO] Apache UIMA Maven: ruta-maven-archetype ........... 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-maven-example .............. SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:40.015s
[INFO] Finished at: Tue Jul 26 09:58:41 UTC 2016
[INFO] Final Memory: 42M/723M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal on project ruta-core: Could not resolve dependencies for project org.apache.uima:ruta-core:jar:2.5.0-SNAPSHOT: Failed to collect dependencies for [org.apache.uima:uimaj-core:jar:2.9.0-SNAPSHOT (compile), junit:junit:jar:4.12 (test), org.antlr:antlr-runtime:jar:3.5.2 (compile), org.htmlparser:htmlparser:jar:1.6 (compile), commons-collections:commons-collections:jar:3.2.1 (compile), org.apache.uima:uimaj-tools:jar:2.9.0-SNAPSHOT (compile), org.apache.uima:uimaj-test-util:jar:2.9.0-SNAPSHOT (test), org.apache.commons:commons-lang3:jar:3.4 (compile), org.apache.uima:uimafit-core:jar:2.2.0 (compile), commons-io:commons-io:jar:2.4 (compile), org.apache.commons:commons-math3:jar:3.0 (compile)]: Failed to read artifact descriptor for org.apache.uima:jVinci:jar:2.9.0-SNAPSHOT: Could not transfer artifact org.apache.uima:jVinci:pom:2.9.0-20160725.080304-3 from/to apache.snapshots (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jVinci/2.9.0-SNAPSHOT/jVinci-2.9.0-20160725.080304-3.pom. Return code is: 502, ReasonPhrase:Proxy 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/DependencyResolutionException
[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.5.0-SNAPSHOT/ruta-ep-textruler-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-maven-example/pom.xml> to org.apache.uima/ruta-maven-example/2.5.0-SNAPSHOT/ruta-maven-example-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-parent/pom.xml> to org.apache.uima/ruta-ep-parent/2.5.0-SNAPSHOT/ruta-ep-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.5.0-SNAPSHOT/ruta-eclipse-feature-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.5.0-SNAPSHOT/ruta-docbook-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-example-extensions-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-core-ext-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.5.0-SNAPSHOT/ruta-core-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-archetype/pom.xml> to org.apache.uima/ruta-maven-archetype/2.5.0-SNAPSHOT/ruta-maven-archetype-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.5.0-SNAPSHOT/ruta-ep-caseditor-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.5.0-SNAPSHOT/ruta-ep-ide-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.5.0-SNAPSHOT/ruta-ep-addons-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-plugin/pom.xml> to org.apache.uima/ruta-maven-plugin/2.5.0-SNAPSHOT/ruta-maven-plugin-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.5.0-SNAPSHOT/ruta-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.5.0-SNAPSHOT/ruta-ep-engine-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.5.0-SNAPSHOT/ruta-core-ext-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-ide-ui-2.5.0-SNAPSHOT.pom
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 #764

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

Changes:

[pkluegl] UIMA-5027	
- added test

[pkluegl] UIMA-5027	
- use script info of parser, param just backup

------------------------------------------
[...truncated 4285 lines...]
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 5.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (3 KB at 35.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8 KB at 115.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 13.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 10.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 65.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 141.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 46.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 33.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 34.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 39.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 28.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 23.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom (4 KB at 48.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5 KB at 75.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 KB at 399.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (41 KB at 573.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (52 KB at 721.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar (43 KB at 579.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar (552 KB at 6806.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar (20 KB at 302.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar (18 KB at 253.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar (106 KB at 1466.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar (130 KB at 1846.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar (1894 KB at 14025.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 KB at 380.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar (505 KB at 6724.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar (160 KB at 2308.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloading: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (259 KB at 3639.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar
Downloaded: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (410 KB at 5527.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (216 KB at 3076.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (148 KB at 2081.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar
Downloaded: http://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar (53 KB at 730.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar (10 KB at 150.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (10 KB at 148.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar (20 KB at 297.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 1046.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 7857.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 554.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 813.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 2384.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 678.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 673.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 274.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 676.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 7245.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 411.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 322.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 KB at 421.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar (218 KB at 3106.1 KB/sec)
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ ruta-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-parent ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 49.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 66.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 41.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 25.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 15.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (6 KB at 84.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 54.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (3 KB at 34.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 26.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 183.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 163.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 678.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (6 KB at 86.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 KB at 209.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 KB at 354.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (6 KB at 82.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (12 KB at 167.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom (3 KB at 35.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 KB at 252.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (4 KB at 55.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (3 KB at 36.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 271.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (2 KB at 25.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 36.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 322.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 KB at 400.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 144.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 433.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (170 KB at 2322.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 3075.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (176 KB at 2473.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (423 KB at 5492.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar (359 KB at 4784.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (181 KB at 2507.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (57 KB at 862.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 3214.9 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-core 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml (785 B at 1.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [52.420s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [7.742s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-parent .................. 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 Maven: ruta-maven-plugin .............. SKIPPED
[INFO] Apache UIMA Maven: ruta-maven-archetype ........... 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-maven-example .............. SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:20.114s
[INFO] Finished at: Mon Jul 25 14:59:35 UTC 2016
[INFO] Final Memory: 36M/701M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Plugin org.apache.uima:jcasgen-maven-plugin:2.9.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.uima:jcasgen-maven-plugin:jar:2.9.0-SNAPSHOT: Could not transfer artifact org.apache.uima:jcasgen-maven-plugin:pom:2.9.0-20160725.080309-3 from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom. Return code is: 502, ReasonPhrase:Proxy 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/PluginResolutionException
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-textruler/pom.xml> to org.apache.uima/ruta-ep-textruler/2.5.0-SNAPSHOT/ruta-ep-textruler-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-maven-example/pom.xml> to org.apache.uima/ruta-maven-example/2.5.0-SNAPSHOT/ruta-maven-example-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-parent/pom.xml> to org.apache.uima/ruta-ep-parent/2.5.0-SNAPSHOT/ruta-ep-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.5.0-SNAPSHOT/ruta-eclipse-feature-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.5.0-SNAPSHOT/ruta-docbook-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-example-extensions-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-core-ext-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.5.0-SNAPSHOT/ruta-core-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-archetype/pom.xml> to org.apache.uima/ruta-maven-archetype/2.5.0-SNAPSHOT/ruta-maven-archetype-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.5.0-SNAPSHOT/ruta-ep-caseditor-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.5.0-SNAPSHOT/ruta-ep-ide-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.5.0-SNAPSHOT/ruta-ep-addons-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-plugin/pom.xml> to org.apache.uima/ruta-maven-plugin/2.5.0-SNAPSHOT/ruta-maven-plugin-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.5.0-SNAPSHOT/ruta-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.5.0-SNAPSHOT/ruta-ep-engine-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.5.0-SNAPSHOT/ruta-core-ext-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-ide-ui-2.5.0-SNAPSHOT.pom
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 #763

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

Changes:

[pkluegl] UIMA-5029 + UIMA-5027	
- avoid method locate

------------------------------------------
[...truncated 2644 lines...]
A         ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaLexer.tokens
A         ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g
A         ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaLexer.g
A         ruta-core/src/main/resources
A         ruta-core/src/main/resources/META-INF
A         ruta-core/src/main/resources/META-INF/org.apache.uima.fit
A         ruta-core/src/main/resources/META-INF/org.apache.uima.fit/types.txt
A         ruta-core/src/main/resources/META-INF/org.apache.uima.fit/typepriorities.txt
A         ruta-core/src/main/resources/org
A         ruta-core/src/main/resources/org/apache
A         ruta-core/src/main/resources/org/apache/uima
A         ruta-core/src/main/resources/org/apache/uima/ruta
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/TypePriorities.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlConverter.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/Modifier.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/PlainTextAnnotator.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/SourceDocumentInformation.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/Cutter.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/ViewWriter.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/AnnotationWriter.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlTypeSystem.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/StyleMapCreator.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/PlainTextTypeSystem.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/RutaInternalTypeSystem.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/AAEDBasicEngine.xml
AU        ruta-core/src/main/resources/org/apache/uima/ruta/engine/DefaultSeederTypeSystem.xml
AU        ruta-core/src/main/resources/org/apache/uima/ruta/engine/RutaBasicTypeSystem.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicTypeSystem.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlAnnotator.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/AAED.xml
A         ruta-core/src/main/resources/org/apache/uima/ruta/engine/XMIWriter.xml
A         ruta-core/pom.xml
A         ruta-core/marker-file-identifying-api-compatibility-check
A         ruta-maven-archetype
A         ruta-maven-archetype/src
A         ruta-maven-archetype/src/main
A         ruta-maven-archetype/src/main/resources
A         ruta-maven-archetype/src/main/resources/META-INF
A         ruta-maven-archetype/src/main/resources/META-INF/maven
AU        ruta-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
A         ruta-maven-archetype/src/main/resources/archetype-resources
A         ruta-maven-archetype/src/main/resources/archetype-resources/src
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/wordlists
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/wordlists/Ruta.txt
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/org.apache.uima.fit
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/org.apache.uima.fit/types.txt
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/ruta
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/main/ruta/__projectNameCamelCase__Main.ruta
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/test
A         ruta-maven-archetype/src/main/resources/archetype-resources/src/test/java
AU        ruta-maven-archetype/src/main/resources/archetype-resources/src/test/java/RutaTest.java
AU        ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
AU        ruta-maven-archetype/pom.xml
A         ruta-parent
A         ruta-parent/pom.xml
 U        .
At revision 1754002

WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 49414
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java -Xmx800m -XX:MaxPermSize=256m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 49414
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> -Dmaven.repo.local=<https://builds.apache.org/job/UIMA-Ruta/ws/.repository> -s /tmp/settings398965220273894566.xml -DlinkXRef=false -DtargetJdk=1.7 -Dcobertura.report.format=xml -U clean install pmd:pmd pmd:cpd cobertura:cobertura javadoc:javadoc
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent
[INFO] Apache UIMA Ruta: ruta-core
[INFO] Apache UIMA Ruta: ruta-core-ext
[INFO] Apache UIMA Ruta: ruta-ep-parent
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-engine
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-ide-ui
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-caseditor
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-addons
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-textruler
[INFO] Apache UIMA Ruta Eclipse: ruta-ep-core-ext
[INFO] Apache UIMA Maven: ruta-maven-plugin
[INFO] Apache UIMA Maven: ruta-maven-archetype
[INFO] Apache UIMA Ruta Documentation
[INFO] Apache UIMA Ruta Eclipse: ruta-eclipse-feature
[INFO] Apache UIMA Ruta: ruta-ep-example-extensions
[INFO] Apache UIMA Ruta: ruta-maven-example
[INFO] Apache UIMA Ruta: ruta
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 32.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 50.0 KB/sec)
[WARNING] Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (882 B at 11.3 KB/sec)
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (488 B at 0.3 KB/sec)
[WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/maven-metadata.xml (605 B at 8.0 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-parent 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[WARNING] Failure to transfer org.apache.maven.plugins/maven-metadata.xml from http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots.plugins has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/maven/plugins/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ruta-parent ---
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #762
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (dup-meta-jar-cleanup) @ ruta-parent ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy customized bin LICENSE file) @ ruta-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/src/main/readme_bin>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ ruta-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ ruta-parent ---
[INFO] Installing <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to <https://builds.apache.org/job/UIMA-Ruta/ws/.repository/org/apache/uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:pmd (default-cli) @ ruta-parent ---
[PMD] No report found for mojo pmd
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (default-cli) @ ruta-parent ---
[DRY] No report found for mojo cpd
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ ruta-parent ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:instrument (default-cli) @ ruta-parent ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ ruta-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-core 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml (785 B at 1.9 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom (5 KB at 11.1 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml (604 B at 1.4 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/uimaj-parent-2.9.0-20160725.080612-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/uimaj-parent-2.9.0-20160725.080612-3.pom (15 KB at 2.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [22.147s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [10.257s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-parent .................. 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 Maven: ruta-maven-plugin .............. SKIPPED
[INFO] Apache UIMA Maven: ruta-maven-archetype ........... 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-maven-example .............. SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.056s
[INFO] Finished at: Mon Jul 25 13:57:51 UTC 2016
[INFO] Final Memory: 41M/739M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Plugin org.apache.uima:jcasgen-maven-plugin:2.9.0-SNAPSHOT or one of its dependencies could not be resolved: Could not transfer artifact org.apache.uima:jcasgen-maven-plugin:jar:2.9.0-20160725.080309-3 from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar. Return code is: 502, ReasonPhrase:Proxy 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/PluginResolutionException

[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-textruler/pom.xml> to org.apache.uima/ruta-ep-textruler/2.5.0-SNAPSHOT/ruta-ep-textruler-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-maven-example/pom.xml> to org.apache.uima/ruta-maven-example/2.5.0-SNAPSHOT/ruta-maven-example-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-parent/pom.xml> to org.apache.uima/ruta-ep-parent/2.5.0-SNAPSHOT/ruta-ep-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.5.0-SNAPSHOT/ruta-eclipse-feature-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.5.0-SNAPSHOT/ruta-docbook-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-example-extensions-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-core-ext-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.5.0-SNAPSHOT/ruta-core-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-archetype/pom.xml> to org.apache.uima/ruta-maven-archetype/2.5.0-SNAPSHOT/ruta-maven-archetype-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.5.0-SNAPSHOT/ruta-ep-caseditor-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.5.0-SNAPSHOT/ruta-ep-ide-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.5.0-SNAPSHOT/ruta-ep-addons-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-plugin/pom.xml> to org.apache.uima/ruta-maven-plugin/2.5.0-SNAPSHOT/ruta-maven-plugin-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.5.0-SNAPSHOT/ruta-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.5.0-SNAPSHOT/ruta-ep-engine-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.5.0-SNAPSHOT/ruta-core-ext-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-ide-ui-2.5.0-SNAPSHOT.pom
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 #762

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

Changes:

[pkluegl] UIMA-5029 + UIMA-5027	
- adapt documentation

[pkluegl] UIMA-5029 + UIMA-5027	
- fixed compile errors
- remove engine loader extension

------------------------------------------
[...truncated 4294 lines...]
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 25.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 20.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 131.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 283.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 93.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 66.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 68.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 77.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 64.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 45.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom (4 KB at 96.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5 KB at 150.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (41 KB at 1044.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (52 KB at 1267.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar (43 KB at 1057.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 KB at 675.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar (20 KB at 623.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar (18 KB at 545.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar (106 KB at 2933.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar (552 KB at 6486.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar (130 KB at 3801.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar (160 KB at 4305.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar (505 KB at 12007.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 KB at 771.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloaded: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (259 KB at 5497.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (410 KB at 9739.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (216 KB at 4395.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 23851.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (148 KB at 4221.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar
Downloaded: http://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar (53 KB at 1547.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar (10 KB at 300.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (10 KB at 293.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar (20 KB at 613.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 2617.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 1091.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 3500.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 1626.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 1376.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 1407.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 1393.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 565.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 798.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 665.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 7061.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar (218 KB at 5876.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 KB at 830.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar (1894 KB at 4781.3 KB/sec)
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] 
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ ruta-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ ruta-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ ruta-parent ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ ruta-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ ruta-parent ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 96.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 134.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 80.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 51.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 30.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (6 KB at 161.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 103.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (3 KB at 65.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 43.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 355.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 316.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1282.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (6 KB at 169.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 KB at 419.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 KB at 709.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (6 KB at 74.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (12 KB at 339.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom (3 KB at 68.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 KB at 491.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (4 KB at 108.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (3 KB at 72.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 534.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (2 KB at 48.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 72.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 626.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 KB at 690.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 758.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 258.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (170 KB at 4238.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 5900.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar (359 KB at 8970.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (181 KB at 5157.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (176 KB at 3658.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (423 KB at 6608.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (57 KB at 1673.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 6251.3 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Ruta: ruta-core 2.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/maven-metadata.xml (785 B at 0.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.pom (5 KB at 0.3 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/maven-metadata.xml (604 B at 5.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/uimaj-parent-2.9.0-20160725.080612-3.pom
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/uimaj-parent/2.9.0-SNAPSHOT/uimaj-parent-2.9.0-20160725.080612-3.pom (15 KB at 155.9 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache UIMA Ruta: ruta-parent ..................... SUCCESS [1:02.140s]
[INFO] Apache UIMA Ruta: ruta-core ....................... FAILURE [22.635s]
[INFO] Apache UIMA Ruta: ruta-core-ext ................... SKIPPED
[INFO] Apache UIMA Ruta: ruta-ep-parent .................. 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 Maven: ruta-maven-plugin .............. SKIPPED
[INFO] Apache UIMA Maven: ruta-maven-archetype ........... 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-maven-example .............. SKIPPED
[INFO] Apache UIMA Ruta: ruta ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:40.484s
[INFO] Finished at: Mon Jul 25 12:59:41 UTC 2016
[INFO] Final Memory: 35M/88M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Plugin org.apache.uima:jcasgen-maven-plugin:2.9.0-SNAPSHOT or one of its dependencies could not be resolved: Could not transfer artifact org.apache.uima:jcasgen-maven-plugin:jar:2.9.0-20160725.080309-3 from/to apache.snapshots.plugins (http://repository.apache.org/snapshots): Failed to transfer file: http://repository.apache.org/snapshots/org/apache/uima/jcasgen-maven-plugin/2.9.0-SNAPSHOT/jcasgen-maven-plugin-2.9.0-20160725.080309-3.jar. Return code is: 502, ReasonPhrase:Proxy 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/PluginResolutionException
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-textruler/pom.xml> to org.apache.uima/ruta-ep-textruler/2.5.0-SNAPSHOT/ruta-ep-textruler-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/example-projects/ruta-maven-example/pom.xml> to org.apache.uima/ruta-maven-example/2.5.0-SNAPSHOT/ruta-maven-example-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-parent/pom.xml> to org.apache.uima/ruta-ep-parent/2.5.0-SNAPSHOT/ruta-ep-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-eclipse-feature/pom.xml> to org.apache.uima/ruta-eclipse-feature/2.5.0-SNAPSHOT/ruta-eclipse-feature-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-docbook/pom.xml> to org.apache.uima/ruta-docbook/2.5.0-SNAPSHOT/ruta-docbook-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-example-extensions-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-core-ext-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core/pom.xml> to org.apache.uima/ruta-core/2.5.0-SNAPSHOT/ruta-core-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-archetype/pom.xml> to org.apache.uima/ruta-maven-archetype/2.5.0-SNAPSHOT/ruta-maven-archetype-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-parent/pom.xml> to org.apache.uima/ruta-parent/2.5.0-SNAPSHOT/ruta-parent-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-caseditor/pom.xml> to org.apache.uima/ruta-ep-caseditor/2.5.0-SNAPSHOT/ruta-ep-caseditor-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-ide/pom.xml> to org.apache.uima/ruta-ep-ide/2.5.0-SNAPSHOT/ruta-ep-ide-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-addons/pom.xml> to org.apache.uima/ruta-ep-addons/2.5.0-SNAPSHOT/ruta-ep-addons-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-maven-plugin/pom.xml> to org.apache.uima/ruta-maven-plugin/2.5.0-SNAPSHOT/ruta-maven-plugin-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/pom.xml> to org.apache.uima/ruta/2.5.0-SNAPSHOT/ruta-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-ep-engine/pom.xml> to org.apache.uima/ruta-ep-engine/2.5.0-SNAPSHOT/ruta-ep-engine-2.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-Ruta/ws/trunk/ruta-core-ext/pom.xml> to org.apache.uima/ruta-core-ext/2.5.0-SNAPSHOT/ruta-core-ext-2.5.0-SNAPSHOT.pom
[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.5.0-SNAPSHOT/ruta-ep-ide-ui-2.5.0-SNAPSHOT.pom
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 ...