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 2014/04/28 23:28:39 UTC

Build failed in Jenkins: UIMA-uimaFIT_java8 #11

See <https://builds.apache.org/job/UIMA-uimaFIT_java8/11/changes>

Changes:

[rec] [UIMA-3692] Classloading inconsistencies
- Added an experimental API to control resource managers used by uimaFIT

[rec] [UIMA-3785] Upgrade to UIMA 2.6.0

[rec] [UIMA-3785] Upgrade to UIMA 2.6.0

------------------------------------------
[...truncated 2911 lines...]
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for addr
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for type
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:71: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for begin
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for end
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @param for addr
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @return
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for addr
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for v
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @param for addr
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @return
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for addr
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for v
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @param for addr
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @return
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for addr
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for v
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @param for addr
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @return
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for addr
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for v
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for jcas
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for casType
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:100: warning: no @return
[ERROR] public String getBuilding() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:114: warning: no @param for v
[ERROR] public void setBuilding(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for addr
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for type
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:71: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for begin
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for end
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @param for addr
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @return
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for addr
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for v
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for jcas
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for casType
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for addr
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for type
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:70: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for begin
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for end
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for jcas
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for casType
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:100: warning: no @return
[ERROR] public String getExpandedForm() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:114: warning: no @param for v
[ERROR] public void setExpandedForm(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:65: warning: no @param for addr
[ERROR] public UimaAcronym(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:65: warning: no @param for type
[ERROR] public UimaAcronym(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:71: warning: no @param for jcas
[ERROR] public UimaAcronym(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for jcas
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for begin
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for end
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:80: warning: no @param for addr
[ERROR] public String getExpandedForm(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:80: warning: no @return
[ERROR] public String getExpandedForm(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:89: warning: no @param for addr
[ERROR] public void setExpandedForm(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:89: warning: no @param for v
[ERROR] public void setExpandedForm(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:102: warning: no @param for jcas
[ERROR] public UimaAcronym_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:102: warning: no @param for casType
[ERROR] public UimaAcronym_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:64: warning: no @param for addr
[ERROR] public UimaMeeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:64: warning: no @param for type
[ERROR] public UimaMeeting(int addr, TOP_Type type) {
[ERROR] ^
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/pom.xml> to org.apache.uima/uimafit-core/2.1.0-SNAPSHOT/uimafit-core-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/target/uimafit-core-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-core/2.1.0-SNAPSHOT/uimafit-core-2.1.0-SNAPSHOT.jar
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:70: warning: no @param for jcas
[ERROR] public UimaMeeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for jcas
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for begin
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for end
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting_Type.java>:75: warning: no @param for jcas
[ERROR] public UimaMeeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting_Type.java>:75: warning: no @param for casType
[ERROR] public UimaMeeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/resource/ExternalResourceExample.java>:81: warning: no @param for args
[ERROR] public static void main(String[] args) throws Exception {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/resource/ExternalResourceExample.java>:81: warning: no @throws for java.lang.Exception
[ERROR] public static void main(String[] args) throws Exception {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/target/generated-sources/plugin/org/apache/uima/fit/maven/HelpMojo.java>:24: error: self-closing element not allowed
[ERROR] * Display help information on uimafit-maven-plugin.<br/>
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.8.0/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/site/apidocs'> dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uimafit
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-docbook/pom.xml> to org.apache.uima/uimafit-docbook/2.1.0-SNAPSHOT/uimafit-docbook-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/pom.xml> to org.apache.uima/uimafit/2.1.0-SNAPSHOT/uimafit-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.1.0-SNAPSHOT-bin.tar.gz> to org.apache.uima/uimafit/2.1.0-SNAPSHOT/uimafit-2.1.0-SNAPSHOT-bin.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.1.0-SNAPSHOT-bin.zip> to org.apache.uima/uimafit/2.1.0-SNAPSHOT/uimafit-2.1.0-SNAPSHOT-bin.zip
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/pom.xml> to org.apache.uima/uimafit-cpe/2.1.0-SNAPSHOT/uimafit-cpe-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/target/uimafit-cpe-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-cpe/2.1.0-SNAPSHOT/uimafit-cpe-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/pom.xml> to org.apache.uima/uimafit-maven-plugin/2.1.0-SNAPSHOT/uimafit-maven-plugin-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/target/uimafit-maven-plugin-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-maven-plugin/2.1.0-SNAPSHOT/uimafit-maven-plugin-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/pom.xml> to org.apache.uima/uimafit-legacy-support/2.1.0-SNAPSHOT/uimafit-legacy-support-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/target/uimafit-legacy-support-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-legacy-support/2.1.0-SNAPSHOT/uimafit-legacy-support-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-parent/pom.xml> to org.apache.uima/uimafit-parent/2.1.0-SNAPSHOT/uimafit-parent-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/pom.xml> to org.apache.uima/uimafit-examples/2.1.0-SNAPSHOT/uimafit-examples-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/target/uimafit-examples-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-examples/2.1.0-SNAPSHOT/uimafit-examples-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/pom.xml> to org.apache.uima/uimafit-spring/2.1.0-SNAPSHOT/uimafit-spring-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/target/uimafit-spring-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-spring/2.1.0-SNAPSHOT/uimafit-spring-2.1.0-SNAPSHOT.jar
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-uimaFIT_java8 #16

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


Build failed in Jenkins: UIMA-uimaFIT_java8 #15

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

Changes:

[rec] [UIMA-3790] Reduce verbosity of uimafit-maven-plugin

------------------------------------------
[...truncated 3970 lines...]
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateAnnotation.java>:76: warning: no @param for end
[ERROR] public DateAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation_Type.java>:80: warning: no @param for addr
[ERROR] public String getShortDateString(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation_Type.java>:80: warning: no @return
[ERROR] public String getShortDateString(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation_Type.java>:89: warning: no @param for addr
[ERROR] public void setShortDateString(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation_Type.java>:89: warning: no @param for v
[ERROR] public void setShortDateString(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateAnnotation_Type.java>:75: warning: no @param for jcas
[ERROR] public DateAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateAnnotation_Type.java>:75: warning: no @param for casType
[ERROR] public DateAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation.java>:65: warning: no @param for addr
[ERROR] public DateTimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation.java>:65: warning: no @param for type
[ERROR] public DateTimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation.java>:71: warning: no @param for jcas
[ERROR] public DateTimeAnnotation(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation.java>:77: warning: no @param for jcas
[ERROR] public DateTimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation.java>:77: warning: no @param for begin
[ERROR] public DateTimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation.java>:77: warning: no @param for end
[ERROR] public DateTimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation_Type.java>:102: warning: no @param for jcas
[ERROR] public DateTimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/DateTimeAnnotation_Type.java>:102: warning: no @param for casType
[ERROR] public DateTimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:100: warning: no @return
[ERROR] public RoomNumber getRoom() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:113: warning: no @param for v
[ERROR] public void setRoom(RoomNumber v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:129: warning: no @return
[ERROR] public DateAnnotation getDate() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:142: warning: no @param for v
[ERROR] public void setDate(DateAnnotation v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:158: warning: no @return
[ERROR] public TimeAnnotation getStartTime() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:172: warning: no @param for v
[ERROR] public void setStartTime(TimeAnnotation v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:189: warning: no @return
[ERROR] public TimeAnnotation getEndTime() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:203: warning: no @param for v
[ERROR] public void setEndTime(TimeAnnotation v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for addr
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for type
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:71: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for begin
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for end
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @param for addr
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @return
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for addr
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for v
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @param for addr
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @return
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for addr
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for v
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @param for addr
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @return
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for addr
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for v
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @param for addr
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @return
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for addr
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for v
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for jcas
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for casType
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:100: warning: no @return
[ERROR] public String getBuilding() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:114: warning: no @param for v
[ERROR] public void setBuilding(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for addr
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for type
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:71: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for begin
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for end
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @param for addr
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @return
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for addr
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for v
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for jcas
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for casType
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for addr
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for type
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:70: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for begin
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for end
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for jcas
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for casType
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:100: warning: no @return
[ERROR] public String getExpandedForm() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:114: warning: no @param for v
[ERROR] public void setExpandedForm(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/target/generated-sources/plugin/org/apache/uima/fit/maven/HelpMojo.java>:24: error: self-closing element not allowed
[ERROR] * Display help information on uimafit-maven-plugin.<br/>
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.8.0/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/site/apidocs'> dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uimafit
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/pom.xml> to org.apache.uima/uimafit-spring/2.2.0-SNAPSHOT/uimafit-spring-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/target/uimafit-spring-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-spring/2.2.0-SNAPSHOT/uimafit-spring-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/pom.xml> to org.apache.uima/uimafit-examples/2.2.0-SNAPSHOT/uimafit-examples-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/target/uimafit-examples-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-examples/2.2.0-SNAPSHOT/uimafit-examples-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/pom.xml> to org.apache.uima/uimafit-cpe/2.2.0-SNAPSHOT/uimafit-cpe-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/target/uimafit-cpe-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-cpe/2.2.0-SNAPSHOT/uimafit-cpe-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-docbook/pom.xml> to org.apache.uima/uimafit-docbook/2.2.0-SNAPSHOT/uimafit-docbook-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/pom.xml> to org.apache.uima/uimafit-legacy-support/2.2.0-SNAPSHOT/uimafit-legacy-support-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/target/uimafit-legacy-support-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-legacy-support/2.2.0-SNAPSHOT/uimafit-legacy-support-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-parent/pom.xml> to org.apache.uima/uimafit-parent/2.2.0-SNAPSHOT/uimafit-parent-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/pom.xml> to org.apache.uima/uimafit-core/2.2.0-SNAPSHOT/uimafit-core-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/target/uimafit-core-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-core/2.2.0-SNAPSHOT/uimafit-core-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/pom.xml> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.2.0-SNAPSHOT-bin.tar.gz> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT-bin.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.2.0-SNAPSHOT-bin.zip> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT-bin.zip
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-uimaFIT_java8 #14

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

Changes:

[rec] No jira - Change trunk version to 2.2.0-SNAPSHOT

------------------------------------------
[...truncated 3121 lines...]
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:203: warning: no @param for v
[ERROR] public void setEndTime(TimeAnnotation v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for addr
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for type
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:71: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for begin
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for end
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @param for addr
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @return
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for addr
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for v
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @param for addr
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @return
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for addr
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for v
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @param for addr
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @return
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for addr
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for v
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @param for addr
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @return
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for addr
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for v
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for jcas
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for casType
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:100: warning: no @return
[ERROR] public String getBuilding() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:114: warning: no @param for v
[ERROR] public void setBuilding(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for addr
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for type
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:71: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for begin
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for end
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @param for addr
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @return
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for addr
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for v
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for jcas
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for casType
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for addr
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for type
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:70: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for begin
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for end
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for jcas
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for casType
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:100: warning: no @return
[ERROR] public String getExpandedForm() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:114: warning: no @param for v
[ERROR] public void setExpandedForm(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:65: warning: no @param for addr
[ERROR] public UimaAcronym(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:65: warning: no @param for type
[ERROR] public UimaAcronym(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:71: warning: no @param for jcas
[ERROR] public UimaAcronym(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for jcas
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for begin
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for end
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:80: warning: no @param for addr
[ERROR] public String getExpandedForm(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:80: warning: no @return
[ERROR] public String getExpandedForm(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:89: warning: no @param for addr
[ERROR] public void setExpandedForm(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:89: warning: no @param for v
[ERROR] public void setExpandedForm(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:102: warning: no @param for jcas
[ERROR] public UimaAcronym_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:102: warning: no @param for casType
[ERROR] public UimaAcronym_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:64: warning: no @param for addr
[ERROR] public UimaMeeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:64: warning: no @param for type
[ERROR] public UimaMeeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:70: warning: no @param for jcas
[ERROR] public UimaMeeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for jcas
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for begin
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for end
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting_Type.java>:75: warning: no @param for jcas
[ERROR] public UimaMeeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting_Type.java>:75: warning: no @param for casType
[ERROR] public UimaMeeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/type/Sentence.java>:66: warning: no @param for addr
[ERROR] public Sentence(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/type/Sentence.java>:66: warning: no @param for type
[ERROR] public Sentence(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/target/generated-sources/plugin/org/apache/uima/fit/maven/HelpMojo.java>:24: error: self-closing element not allowed
[ERROR] * Display help information on uimafit-maven-plugin.<br/>
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk-1.8.0/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/site/apidocs'> dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uimafit
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/pom.xml> to org.apache.uima/uimafit-spring/2.2.0-SNAPSHOT/uimafit-spring-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/target/uimafit-spring-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-spring/2.2.0-SNAPSHOT/uimafit-spring-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/pom.xml> to org.apache.uima/uimafit-examples/2.2.0-SNAPSHOT/uimafit-examples-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/target/uimafit-examples-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-examples/2.2.0-SNAPSHOT/uimafit-examples-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/pom.xml> to org.apache.uima/uimafit-cpe/2.2.0-SNAPSHOT/uimafit-cpe-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/target/uimafit-cpe-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-cpe/2.2.0-SNAPSHOT/uimafit-cpe-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-docbook/pom.xml> to org.apache.uima/uimafit-docbook/2.2.0-SNAPSHOT/uimafit-docbook-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/pom.xml> to org.apache.uima/uimafit-legacy-support/2.2.0-SNAPSHOT/uimafit-legacy-support-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/target/uimafit-legacy-support-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-legacy-support/2.2.0-SNAPSHOT/uimafit-legacy-support-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-parent/pom.xml> to org.apache.uima/uimafit-parent/2.2.0-SNAPSHOT/uimafit-parent-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/pom.xml> to org.apache.uima/uimafit-core/2.2.0-SNAPSHOT/uimafit-core-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/target/uimafit-core-2.2.0-SNAPSHOT.jar> to org.apache.uima/uimafit-core/2.2.0-SNAPSHOT/uimafit-core-2.2.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/pom.xml> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.2.0-SNAPSHOT-bin.tar.gz> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT-bin.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.2.0-SNAPSHOT-bin.zip> to org.apache.uima/uimafit/2.2.0-SNAPSHOT/uimafit-2.2.0-SNAPSHOT-bin.zip
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-uimaFIT_java8 #13

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

Changes:

[rec] [UIMA-3785] Upgrade to UIMA 2.6.0

------------------------------------------
[...truncated 3813 lines...]
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for addr
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:65: warning: no @param for type
[ERROR] public Meeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:71: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for jcas
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for begin
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting.java>:77: warning: no @param for end
[ERROR] public Meeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @param for addr
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:80: warning: no @return
[ERROR] public int getRoom(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for addr
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:88: warning: no @param for v
[ERROR] public void setRoom(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @param for addr
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:102: warning: no @return
[ERROR] public int getDate(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for addr
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:110: warning: no @param for v
[ERROR] public void setDate(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @param for addr
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:124: warning: no @return
[ERROR] public int getStartTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for addr
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:132: warning: no @param for v
[ERROR] public void setStartTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @param for addr
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:146: warning: no @return
[ERROR] public int getEndTime(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for addr
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:154: warning: no @param for v
[ERROR] public void setEndTime(int addr, int v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for jcas
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/Meeting_Type.java>:166: warning: no @param for casType
[ERROR] public Meeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:100: warning: no @return
[ERROR] public String getBuilding() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:114: warning: no @param for v
[ERROR] public void setBuilding(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for addr
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:65: warning: no @param for type
[ERROR] public RoomNumber(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:71: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for jcas
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for begin
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber.java>:77: warning: no @param for end
[ERROR] public RoomNumber(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @param for addr
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:80: warning: no @return
[ERROR] public String getBuilding(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for addr
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:88: warning: no @param for v
[ERROR] public void setBuilding(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for jcas
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/RoomNumber_Type.java>:100: warning: no @param for casType
[ERROR] public RoomNumber_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for addr
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:64: warning: no @param for type
[ERROR] public TimeAnnotation(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:70: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for jcas
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for begin
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation.java>:76: warning: no @param for end
[ERROR] public TimeAnnotation(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for jcas
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/TimeAnnotation_Type.java>:75: warning: no @param for casType
[ERROR] public TimeAnnotation_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:100: warning: no @return
[ERROR] public String getExpandedForm() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:114: warning: no @param for v
[ERROR] public void setExpandedForm(String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:65: warning: no @param for addr
[ERROR] public UimaAcronym(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:65: warning: no @param for type
[ERROR] public UimaAcronym(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:71: warning: no @param for jcas
[ERROR] public UimaAcronym(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for jcas
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for begin
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym.java>:77: warning: no @param for end
[ERROR] public UimaAcronym(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:80: warning: no @param for addr
[ERROR] public String getExpandedForm(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:80: warning: no @return
[ERROR] public String getExpandedForm(int addr) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:89: warning: no @param for addr
[ERROR] public void setExpandedForm(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:89: warning: no @param for v
[ERROR] public void setExpandedForm(int addr, String v) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:102: warning: no @param for jcas
[ERROR] public UimaAcronym_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaAcronym_Type.java>:102: warning: no @param for casType
[ERROR] public UimaAcronym_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:64: warning: no @param for addr
[ERROR] public UimaMeeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:64: warning: no @param for type
[ERROR] public UimaMeeting(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:70: warning: no @param for jcas
[ERROR] public UimaMeeting(JCas jcas) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for jcas
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for begin
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting.java>:76: warning: no @param for end
[ERROR] public UimaMeeting(JCas jcas, int begin, int end) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting_Type.java>:75: warning: no @param for jcas
[ERROR] public UimaMeeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/tutorial/type/UimaMeeting_Type.java>:75: warning: no @param for casType
[ERROR] public UimaMeeting_Type(JCas jcas, Type casType) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/type/Sentence.java>:66: warning: no @param for addr
[ERROR] public Sentence(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/src/main/java/org/apache/uima/fit/examples/type/Sentence.java>:66: warning: no @param for type
[ERROR] public Sentence(int addr, TOP_Type type) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/target/generated-sources/plugin/org/apache/uima/fit/maven/HelpMojo.java>:24: error: self-closing element not allowed
[ERROR] * Display help information on uimafit-maven-plugin.<br/>
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.8.0/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/site/apidocs'> dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uimafit
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/pom.xml> to org.apache.uima/uimafit-core/2.1.0-SNAPSHOT/uimafit-core-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-core/target/uimafit-core-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-core/2.1.0-SNAPSHOT/uimafit-core-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-docbook/pom.xml> to org.apache.uima/uimafit-docbook/2.1.0-SNAPSHOT/uimafit-docbook-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/pom.xml> to org.apache.uima/uimafit/2.1.0-SNAPSHOT/uimafit-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.1.0-SNAPSHOT-bin.tar.gz> to org.apache.uima/uimafit/2.1.0-SNAPSHOT/uimafit-2.1.0-SNAPSHOT-bin.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/target/uimafit-2.1.0-SNAPSHOT-bin.zip> to org.apache.uima/uimafit/2.1.0-SNAPSHOT/uimafit-2.1.0-SNAPSHOT-bin.zip
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/pom.xml> to org.apache.uima/uimafit-cpe/2.1.0-SNAPSHOT/uimafit-cpe-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-cpe/target/uimafit-cpe-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-cpe/2.1.0-SNAPSHOT/uimafit-cpe-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/pom.xml> to org.apache.uima/uimafit-maven-plugin/2.1.0-SNAPSHOT/uimafit-maven-plugin-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-maven-plugin/target/uimafit-maven-plugin-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-maven-plugin/2.1.0-SNAPSHOT/uimafit-maven-plugin-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/pom.xml> to org.apache.uima/uimafit-legacy-support/2.1.0-SNAPSHOT/uimafit-legacy-support-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-legacy-support/target/uimafit-legacy-support-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-legacy-support/2.1.0-SNAPSHOT/uimafit-legacy-support-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-parent/pom.xml> to org.apache.uima/uimafit-parent/2.1.0-SNAPSHOT/uimafit-parent-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/pom.xml> to org.apache.uima/uimafit-examples/2.1.0-SNAPSHOT/uimafit-examples-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-examples/target/uimafit-examples-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-examples/2.1.0-SNAPSHOT/uimafit-examples-2.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/pom.xml> to org.apache.uima/uimafit-spring/2.1.0-SNAPSHOT/uimafit-spring-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-uimaFIT_java8/ws/trunk/uimafit-spring/target/uimafit-spring-2.1.0-SNAPSHOT.jar> to org.apache.uima/uimafit-spring/2.1.0-SNAPSHOT/uimafit-spring-2.1.0-SNAPSHOT.jar
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-uimaFIT_java8 #12

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

------------------------------------------
Failed to access build log

java.io.IOException: remote file operation failed: /home/jenkins/jenkins-slave/workspace/UIMA-uimaFIT_java8 at hudson.remoting.Channel@1bd13118:ubuntu6
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.FilePath.toURI(FilePath.java:1042)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:278)
	at hudson.tasks.MailSender.getMail(MailSender.java:153)
	at hudson.tasks.MailSender.execute(MailSender.java:101)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1058)
	at hudson.model.Run.execute(Run.java:1752)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:541)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:739)
	at hudson.FilePath.act(FilePath.java:909)
	... 10 more
Caused by: java.io.IOException
	at hudson.remoting.Channel.close(Channel.java:1027)
	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
	at hudson.remoting.PingThread.ping(PingThread.java:120)
	at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1400194937838 hasn't completed at 1400195177839
	... 2 more