You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/01/16 20:15:06 UTC

Build failed in Jenkins: commons-jexl #73

See <https://builds.apache.org/job/commons-jexl/73/display/redirect?page=changes>

Changes:

[henrib] JEXL-246:
3rd times a charm... relaxing ambiguity rules wrt null / object; properly detect JexlArithmetic operator methods

[henrib] JEXL:
Javadoc

------------------------------------------
[...truncated 68.42 KB...]
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:2591: error: bad HTML entity
[ERROR] *      Identifier & Literals
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:3150: error: bad HTML entity
[ERROR] *      Functions & Methods
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:3152: warning: no @throws for org.apache.commons.jexl3.parser.ParseException
[ERROR] final public void EmptyMethod() throws ParseException {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:3534: warning: no @throws for org.apache.commons.jexl3.parser.ParseException
[ERROR] final public void IdentifierAccess() throws ParseException {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5920: warning: no @param for stream
[ERROR] public void ReInit(java.io.InputStream stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5924: warning: no @param for stream
[ERROR] public void ReInit(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5924: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5947: warning: no @param for stream
[ERROR] public void ReInit(java.io.Reader stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5969: warning: no @param for tm
[ERROR] public void ReInit(ParserTokenManager tm) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:6028: warning: no @return
[ERROR] final public Token getNextToken() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:6085: warning: no @return
[ERROR] public ParseException generateParseException() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5905: warning: no @param for stream
[ERROR] public Parser(java.io.InputStream stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5909: warning: no @param for stream
[ERROR] public Parser(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5909: warning: no @param for encoding
[ERROR] public Parser(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5959: warning: no @param for tm
[ERROR] public Parser(ParserTokenManager tm) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5936: warning: no @param for stream
[ERROR] public Parser(java.io.Reader stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:33: warning: no @param for ds
[ERROR] public  void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3767: warning: no @param for stream
[ERROR] public void ReInit(SimpleCharStream stream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3783: warning: no @param for stream
[ERROR] public void ReInit(SimpleCharStream stream, int lexState)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3783: warning: no @param for lexState
[ERROR] public void ReInit(SimpleCharStream stream, int lexState)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3790: warning: no @param for lexState
[ERROR] public void SwitchTo(int lexState)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3830: warning: no @return
[ERROR] public Token getNextToken()
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3754: warning: no @param for stream
[ERROR] public ParserTokenManager(SimpleCharStream stream){
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3761: warning: no @param for stream
[ERROR] public ParserTokenManager(SimpleCharStream stream, int lexState){
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3761: warning: no @param for lexState
[ERROR] public ParserTokenManager(SimpleCharStream stream, int lexState){
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:133: warning: no @return
[ERROR] public char BeginToken() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:133: warning: no @throws for java.io.IOException
[ERROR] public char BeginToken() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:183: warning: no @return
[ERROR] public char readChar() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:183: warning: no @throws for java.io.IOException
[ERROR] public char readChar() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:225: warning: no @return
[ERROR] public int getEndColumn() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:230: warning: no @return
[ERROR] public int getEndLine() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:235: warning: no @return
[ERROR] public int getBeginColumn() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:240: warning: no @return
[ERROR] public int getBeginLine() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:245: warning: no @param for amount
[ERROR] public void backup(int amount) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for dstream
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for startline
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for buffersize
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:300: warning: no @param for dstream
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:300: warning: no @param for startline
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:300: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:307: warning: no @param for dstream
[ERROR] public void ReInit(java.io.Reader dstream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for buffersize
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @throws for java.io.UnsupportedEncodingException
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for buffersize
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:366: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:366: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:366: warning: no @throws for java.io.UnsupportedEncodingException
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:372: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @throws for java.io.UnsupportedEncodingException
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:383: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:383: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:383: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:389: warning: no @return
[ERROR] public String GetImage()
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:399: warning: no @param for len
[ERROR] public char[] GetSuffix(int len)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:399: warning: no @return
[ERROR] public char[] GetSuffix(int len)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:426: warning: no @param for newLine
[ERROR] public void adjustBeginLineColumn(int newLine, int newCol)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:426: warning: no @param for newCol
[ERROR] public void adjustBeginLineColumn(int newLine, int newCol)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:346: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:333: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:333: warning: no @param for startline
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:333: warning: no @param for startcolumn
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for startline
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for startcolumn
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for buffersize
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:340: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/local/asfpackages/java/jdk1.8.0_152/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/commons-jexl/ws/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
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/pom.xml> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/target/commons-jexl3-3.2-SNAPSHOT.jar> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.jar
Sending e-mails to: notifications@commons.apache.org
channel stopped

Build failed in Jenkins: commons-jexl #78

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jexl/78/display/redirect?page=changes>

Changes:

[ggregory] Typo: 'JavaDoc' -> 'Javadoc'.

------------------------------------------
[...truncated 107.31 KB...]
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:2591: error: bad HTML entity
[ERROR] *      Identifier & Literals
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:3150: error: bad HTML entity
[ERROR] *      Functions & Methods
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:3152: warning: no @throws for org.apache.commons.jexl3.parser.ParseException
[ERROR] final public void EmptyMethod() throws ParseException {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:3534: warning: no @throws for org.apache.commons.jexl3.parser.ParseException
[ERROR] final public void IdentifierAccess() throws ParseException {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5920: warning: no @param for stream
[ERROR] public void ReInit(java.io.InputStream stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5924: warning: no @param for stream
[ERROR] public void ReInit(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5924: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5947: warning: no @param for stream
[ERROR] public void ReInit(java.io.Reader stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5969: warning: no @param for tm
[ERROR] public void ReInit(ParserTokenManager tm) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:6028: warning: no @return
[ERROR] final public Token getNextToken() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:6085: warning: no @return
[ERROR] public ParseException generateParseException() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5905: warning: no @param for stream
[ERROR] public Parser(java.io.InputStream stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5909: warning: no @param for stream
[ERROR] public Parser(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5909: warning: no @param for encoding
[ERROR] public Parser(java.io.InputStream stream, String encoding) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5959: warning: no @param for tm
[ERROR] public Parser(ParserTokenManager tm) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:5936: warning: no @param for stream
[ERROR] public Parser(java.io.Reader stream) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:33: warning: no @param for ds
[ERROR] public  void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3767: warning: no @param for stream
[ERROR] public void ReInit(SimpleCharStream stream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3783: warning: no @param for stream
[ERROR] public void ReInit(SimpleCharStream stream, int lexState)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3783: warning: no @param for lexState
[ERROR] public void ReInit(SimpleCharStream stream, int lexState)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3790: warning: no @param for lexState
[ERROR] public void SwitchTo(int lexState)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3830: warning: no @return
[ERROR] public Token getNextToken()
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3754: warning: no @param for stream
[ERROR] public ParserTokenManager(SimpleCharStream stream){
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3761: warning: no @param for stream
[ERROR] public ParserTokenManager(SimpleCharStream stream, int lexState){
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/ParserTokenManager.java>:3761: warning: no @param for lexState
[ERROR] public ParserTokenManager(SimpleCharStream stream, int lexState){
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:133: warning: no @return
[ERROR] public char BeginToken() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:133: warning: no @throws for java.io.IOException
[ERROR] public char BeginToken() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:183: warning: no @return
[ERROR] public char readChar() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:183: warning: no @throws for java.io.IOException
[ERROR] public char readChar() throws java.io.IOException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:225: warning: no @return
[ERROR] public int getEndColumn() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:230: warning: no @return
[ERROR] public int getEndLine() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:235: warning: no @return
[ERROR] public int getBeginColumn() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:240: warning: no @return
[ERROR] public int getBeginLine() {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:245: warning: no @param for amount
[ERROR] public void backup(int amount) {
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for dstream
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for startline
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:280: warning: no @param for buffersize
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:300: warning: no @param for dstream
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:300: warning: no @param for startline
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:300: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.Reader dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:307: warning: no @param for dstream
[ERROR] public void ReInit(java.io.Reader dstream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @param for buffersize
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:352: warning: no @throws for java.io.UnsupportedEncodingException
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:359: warning: no @param for buffersize
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:366: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:366: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:366: warning: no @throws for java.io.UnsupportedEncodingException
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:372: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for encoding
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:377: warning: no @throws for java.io.UnsupportedEncodingException
[ERROR] public void ReInit(java.io.InputStream dstream, String encoding, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:383: warning: no @param for dstream
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:383: warning: no @param for startline
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:383: warning: no @param for startcolumn
[ERROR] public void ReInit(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:389: warning: no @return
[ERROR] public String GetImage()
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:399: warning: no @param for len
[ERROR] public char[] GetSuffix(int len)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:399: warning: no @return
[ERROR] public char[] GetSuffix(int len)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:426: warning: no @param for newLine
[ERROR] public void adjustBeginLineColumn(int newLine, int newCol)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:426: warning: no @param for newCol
[ERROR] public void adjustBeginLineColumn(int newLine, int newCol)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:346: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream)
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:333: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:333: warning: no @param for startline
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:333: warning: no @param for startcolumn
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for startline
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for startcolumn
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:319: warning: no @param for buffersize
[ERROR] public SimpleCharStream(java.io.InputStream dstream, int startline,
[ERROR] ^
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/SimpleCharStream.java>:340: warning: no @param for dstream
[ERROR] public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/local/asfpackages/java/jdk1.8.0_152/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://builds.apache.org/job/commons-jexl/ws/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
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/pom.xml> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/target/commons-jexl3-3.2-SNAPSHOT.jar> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.jar
Sending e-mails to: notifications@commons.apache.org
channel stopped

Build failed in Jenkins: commons-jexl #77

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jexl/77/display/redirect?page=changes>

Changes:

[henrib] JEXL-246:
Quiesced down logging, was missing check on actual signature diff

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-3 (Windows) in workspace <https://builds.apache.org/job/commons-jexl/ws/>
Updating https://svn.apache.org/repos/asf/commons/proper/jexl/trunk at revision '2018-01-22T13:09:10.609 +0000'
U         src\main\java\org\apache\commons\jexl3\internal\introspection\ClassMap.java
At revision 1821860

[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
JAVA_1_6_HOME=/home/jenkins/tools/java/latest1.6/

[EnvInject] - Variables injected successfully.
Parsing POMs
Established TCP socket on 57646
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[commons-jexl] $ f:\\jenkins\\tools\\java\\latest1.8/bin/java -Xmx2g -Xms256m -cp f:\jenkins\jenkins-slave\maven35-agent.jar;f:\jenkins\tools\maven\latest3\boot\plexus-classworlds-2.5.2.jar;f:\\jenkins\\tools\\maven\\latest3/conf/logging jenkins.maven3.agent.Maven35Main f:\\jenkins\\tools\\maven\\latest3 F:\jenkins\jenkins-slave\slave.jar f:\jenkins\jenkins-slave\maven35-interceptor.jar f:\jenkins\jenkins-slave\maven3-interceptor-commons.jar 57646
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/commons-jexl/ws/pom.xml> -Dmaven.repo.local=f:\jenkins\jenkins-slave\maven-repositories\1 -V clean install --batch-mode -Dgpg.skip -Prelease -Pjava-1.6
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
Maven home: F:\jenkins\tools\maven\latest3
Java version: 1.8.0_152, vendor: Oracle Corporation
Java home: f:\jenkins\tools\java\latest1.8\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2012 r2", version: "6.3", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JEXL 3.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jexl3 ---
[INFO] Deleting <https://builds.apache.org/job/commons-jexl/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jexl3 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-jexl3 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jexl3 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/commons-jexl/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:jjtree-javacc (jexl-jjtree) @ commons-jexl3 ---
Java Compiler Compiler Version 5.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/src\main\java\org\apache\commons\jexl3\parser\Parser.jjt> . . .
File "Node.java" does not exist.  Will create one.
File "SimpleNode.java" does not exist.  Will create one.
File "ASTJexlScript.java" does not exist.  Will create one.
File "ASTAnnotation.java" does not exist.  Will create one.
File "ASTAnnotatedStatement.java" does not exist.  Will create one.
File "ASTBlock.java" does not exist.  Will create one.
File "ASTAmbiguous.java" does not exist.  Will create one.
File "ASTIfStatement.java" does not exist.  Will create one.
File "ASTWhileStatement.java" does not exist.  Will create one.
File "ASTReturnStatement.java" does not exist.  Will create one.
File "ASTContinue.java" does not exist.  Will create one.
File "ASTBreak.java" does not exist.  Will create one.
File "ASTForeachStatement.java" does not exist.  Will create one.
File "ASTReference.java" does not exist.  Will create one.
File "ASTAssignment.java" does not exist.  Will create one.
File "ASTVar.java" does not exist.  Will create one.
File "ASTSetAddNode.java" does not exist.  Will create one.
File "ASTSetMultNode.java" does not exist.  Will create one.
File "ASTSetDivNode.java" does not exist.  Will create one.
File "ASTSetModNode.java" does not exist.  Will create one.
File "ASTSetAndNode.java" does not exist.  Will create one.
File "ASTSetOrNode.java" does not exist.  Will create one.
File "ASTSetXorNode.java" does not exist.  Will create one.
File "ASTSetSubNode.java" does not exist.  Will create one.
File "ASTTernaryNode.java" does not exist.  Will create one.
File "ASTNullpNode.java" does not exist.  Will create one.
File "ASTOrNode.java" does not exist.  Will create one.
File "ASTAndNode.java" does not exist.  Will create one.
File "ASTBitwiseOrNode.java" does not exist.  Will create one.
File "ASTBitwiseXorNode.java" does not exist.  Will create one.
File "ASTBitwiseAndNode.java" does not exist.  Will create one.
File "ASTEQNode.java" does not exist.  Will create one.
File "ASTNENode.java" does not exist.  Will create one.
File "ASTRangeNode.java" does not exist.  Will create one.
File "ASTLTNode.java" does not exist.  Will create one.
File "ASTGTNode.java" does not exist.  Will create one.
File "ASTLENode.java" does not exist.  Will create one.
File "ASTGENode.java" does not exist.  Will create one.
File "ASTERNode.java" does not exist.  Will create one.
File "ASTNRNode.java" does not exist.  Will create one.
File "ASTSWNode.java" does not exist.  Will create one.
File "ASTNSWNode.java" does not exist.  Will create one.
File "ASTEWNode.java" does not exist.  Will create one.
File "ASTNEWNode.java" does not exist.  Will create one.
File "ASTAddNode.java" does not exist.  Will create one.
File "ASTSubNode.java" does not exist.  Will create one.
File "ASTMulNode.java" does not exist.  Will create one.
File "ASTDivNode.java" does not exist.  Will create one.
File "ASTModNode.java" does not exist.  Will create one.
File "ASTUnaryMinusNode.java" does not exist.  Will create one.
File "ASTBitwiseComplNode.java" does not exist.  Will create one.
File "ASTNotNode.java" does not exist.  Will create one.
File "ASTEmptyFunction.java" does not exist.  Will create one.
File "ASTSizeFunction.java" does not exist.  Will create one.
File "ASTIdentifier.java" does not exist.  Will create one.
File "ASTNumberLiteral.java" does not exist.  Will create one.
File "ASTNullLiteral.java" does not exist.  Will create one.
File "ASTTrueNode.java" does not exist.  Will create one.
File "ASTFalseNode.java" does not exist.  Will create one.
File "ASTStringLiteral.java" does not exist.  Will create one.
File "ASTJxltLiteral.java" does not exist.  Will create one.
File "ASTExtendedLiteral.java" does not exist.  Will create one.
File "ASTArrayLiteral.java" does not exist.  Will create one.
File "ASTMapLiteral.java" does not exist.  Will create one.
File "ASTMapEntry.java" does not exist.  Will create one.
File "ASTSetLiteral.java" does not exist.  Will create one.
File "ASTEmptyMethod.java" does not exist.  Will create one.
File "ASTSizeMethod.java" does not exist.  Will create one.
File "ASTArguments.java" does not exist.  Will create one.
File "ASTFunctionNode.java" does not exist.  Will create one.
File "ASTConstructorNode.java" does not exist.  Will create one.
File "ASTJexlLambda.java" does not exist.  Will create one.
File "ASTIdentifierAccess.java" does not exist.  Will create one.
File "ASTArrayAccess.java" does not exist.  Will create one.
File "ASTMethodNode.java" does not exist.  Will create one.
File "ASTReferenceExpression.java" does not exist.  Will create one.
File "ParserTreeConstants.java" does not exist.  Will create one.
File "ParserVisitor.java" does not exist.  Will create one.
File "JJTParserState.java" does not exist.  Will create one.
Annotated grammar generated successfully in <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516626598868\node\Parser.jj>
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516626598868\node\Parser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jexl3 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jexl3 ---
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildNumber: 1821860 at timestamp: 1516626600675
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jexl3 ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-jexl3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 158 source files to <https://builds.apache.org/job/commons-jexl/ws/target\classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.009 s
[INFO] Finished at: 2018-01-22T13:10:07Z
[INFO] Final Memory: 27M/374M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project commons-jexl3: Compilation failure -> [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/MojoFailureException
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/pom.xml> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.pom
Sending e-mails to: notifications@commons.apache.org
channel stopped

Build failed in Jenkins: commons-jexl #76

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jexl/76/display/redirect?page=changes>

Changes:

[henrib] JEXL-248:
Fixed left-value check during assignment parsing, added test

[henrib] JEXL-248:
Fixed left-value check during assignment parsing, added test

[henrib] JEXL:
Coverage, added a test / call debug method

[henrib] JEXL:
Coverage, added a test on method overloads / object parameters / null arguments

[henrib] JEXL:
Coverage, added a test on empty array assignment

[henrib] JEXL-246:
Improved detection of operator methods that arent overrides

[henrib] JEXL:
Protect against potential NPE

[henrib] JEXL:
Log signature collision in debug

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-3 (Windows) in workspace <https://builds.apache.org/job/commons-jexl/ws/>
Updating https://svn.apache.org/repos/asf/commons/proper/jexl/trunk at revision '2018-01-21T11:09:12.146 +0000'
U         RELEASE-NOTES.txt
U         src\test\java\org\apache\commons\jexl3\ArrayAccessTest.java
U         src\test\java\org\apache\commons\jexl3\internal\introspection\MethodKeyTest.java
U         src\test\java\org\apache\commons\jexl3\SideEffectTest.java
U         src\test\java\org\apache\commons\jexl3\MethodTest.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\MethodKey.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\Uberspect.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\ClassMap.java
U         src\main\java\org\apache\commons\jexl3\parser\JexlNode.java
U         src\site\xdoc\reference\syntax.xml
U         src\site\xdoc\changes.xml
At revision 1821785

[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
JAVA_1_6_HOME=/home/jenkins/tools/java/latest1.6/

[EnvInject] - Variables injected successfully.
Parsing POMs
Established TCP socket on 65133
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[commons-jexl] $ f:\\jenkins\\tools\\java\\latest1.8/bin/java -Xmx2g -Xms256m -cp f:\jenkins\jenkins-slave\maven35-agent.jar;f:\jenkins\tools\maven\latest3\boot\plexus-classworlds-2.5.2.jar;f:\\jenkins\\tools\\maven\\latest3/conf/logging jenkins.maven3.agent.Maven35Main f:\\jenkins\\tools\\maven\\latest3 F:\jenkins\jenkins-slave\slave.jar f:\jenkins\jenkins-slave\maven35-interceptor.jar f:\jenkins\jenkins-slave\maven3-interceptor-commons.jar 65133
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/commons-jexl/ws/pom.xml> -Dmaven.repo.local=f:\jenkins\jenkins-slave\maven-repositories\0 -V clean install --batch-mode -Dgpg.skip -Prelease -Pjava-1.6
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
Maven home: F:\jenkins\tools\maven\latest3
Java version: 1.8.0_152, vendor: Oracle Corporation
Java home: f:\jenkins\tools\java\latest1.8\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2012 r2", version: "6.3", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JEXL 3.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jexl3 ---
[INFO] Deleting <https://builds.apache.org/job/commons-jexl/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jexl3 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-jexl3 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jexl3 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/commons-jexl/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:jjtree-javacc (jexl-jjtree) @ commons-jexl3 ---
Java Compiler Compiler Version 5.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/src\main\java\org\apache\commons\jexl3\parser\Parser.jjt> . . .
File "Node.java" does not exist.  Will create one.
File "SimpleNode.java" does not exist.  Will create one.
File "ASTJexlScript.java" does not exist.  Will create one.
File "ASTAnnotation.java" does not exist.  Will create one.
File "ASTAnnotatedStatement.java" does not exist.  Will create one.
File "ASTBlock.java" does not exist.  Will create one.
File "ASTAmbiguous.java" does not exist.  Will create one.
File "ASTIfStatement.java" does not exist.  Will create one.
File "ASTWhileStatement.java" does not exist.  Will create one.
File "ASTReturnStatement.java" does not exist.  Will create one.
File "ASTContinue.java" does not exist.  Will create one.
File "ASTBreak.java" does not exist.  Will create one.
File "ASTForeachStatement.java" does not exist.  Will create one.
File "ASTReference.java" does not exist.  Will create one.
File "ASTAssignment.java" does not exist.  Will create one.
File "ASTVar.java" does not exist.  Will create one.
File "ASTSetAddNode.java" does not exist.  Will create one.
File "ASTSetMultNode.java" does not exist.  Will create one.
File "ASTSetDivNode.java" does not exist.  Will create one.
File "ASTSetModNode.java" does not exist.  Will create one.
File "ASTSetAndNode.java" does not exist.  Will create one.
File "ASTSetOrNode.java" does not exist.  Will create one.
File "ASTSetXorNode.java" does not exist.  Will create one.
File "ASTSetSubNode.java" does not exist.  Will create one.
File "ASTTernaryNode.java" does not exist.  Will create one.
File "ASTNullpNode.java" does not exist.  Will create one.
File "ASTOrNode.java" does not exist.  Will create one.
File "ASTAndNode.java" does not exist.  Will create one.
File "ASTBitwiseOrNode.java" does not exist.  Will create one.
File "ASTBitwiseXorNode.java" does not exist.  Will create one.
File "ASTBitwiseAndNode.java" does not exist.  Will create one.
File "ASTEQNode.java" does not exist.  Will create one.
File "ASTNENode.java" does not exist.  Will create one.
File "ASTRangeNode.java" does not exist.  Will create one.
File "ASTLTNode.java" does not exist.  Will create one.
File "ASTGTNode.java" does not exist.  Will create one.
File "ASTLENode.java" does not exist.  Will create one.
File "ASTGENode.java" does not exist.  Will create one.
File "ASTERNode.java" does not exist.  Will create one.
File "ASTNRNode.java" does not exist.  Will create one.
File "ASTSWNode.java" does not exist.  Will create one.
File "ASTNSWNode.java" does not exist.  Will create one.
File "ASTEWNode.java" does not exist.  Will create one.
File "ASTNEWNode.java" does not exist.  Will create one.
File "ASTAddNode.java" does not exist.  Will create one.
File "ASTSubNode.java" does not exist.  Will create one.
File "ASTMulNode.java" does not exist.  Will create one.
File "ASTDivNode.java" does not exist.  Will create one.
File "ASTModNode.java" does not exist.  Will create one.
File "ASTUnaryMinusNode.java" does not exist.  Will create one.
File "ASTBitwiseComplNode.java" does not exist.  Will create one.
File "ASTNotNode.java" does not exist.  Will create one.
File "ASTEmptyFunction.java" does not exist.  Will create one.
File "ASTSizeFunction.java" does not exist.  Will create one.
File "ASTIdentifier.java" does not exist.  Will create one.
File "ASTNumberLiteral.java" does not exist.  Will create one.
File "ASTNullLiteral.java" does not exist.  Will create one.
File "ASTTrueNode.java" does not exist.  Will create one.
File "ASTFalseNode.java" does not exist.  Will create one.
File "ASTStringLiteral.java" does not exist.  Will create one.
File "ASTJxltLiteral.java" does not exist.  Will create one.
File "ASTExtendedLiteral.java" does not exist.  Will create one.
File "ASTArrayLiteral.java" does not exist.  Will create one.
File "ASTMapLiteral.java" does not exist.  Will create one.
File "ASTMapEntry.java" does not exist.  Will create one.
File "ASTSetLiteral.java" does not exist.  Will create one.
File "ASTEmptyMethod.java" does not exist.  Will create one.
File "ASTSizeMethod.java" does not exist.  Will create one.
File "ASTArguments.java" does not exist.  Will create one.
File "ASTFunctionNode.java" does not exist.  Will create one.
File "ASTConstructorNode.java" does not exist.  Will create one.
File "ASTJexlLambda.java" does not exist.  Will create one.
File "ASTIdentifierAccess.java" does not exist.  Will create one.
File "ASTArrayAccess.java" does not exist.  Will create one.
File "ASTMethodNode.java" does not exist.  Will create one.
File "ASTReferenceExpression.java" does not exist.  Will create one.
File "ParserTreeConstants.java" does not exist.  Will create one.
File "ParserVisitor.java" does not exist.  Will create one.
File "JJTParserState.java" does not exist.  Will create one.
Annotated grammar generated successfully in <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516532975278\node\Parser.jj>
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516532975278\node\Parser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jexl3 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jexl3 ---
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildNumber: 1821785 at timestamp: 1516532976951
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jexl3 ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-jexl3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 158 source files to <https://builds.apache.org/job/commons-jexl/ws/target\classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.641 s
[INFO] Finished at: 2018-01-21T11:09:38Z
[INFO] Final Memory: 27M/370M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project commons-jexl3: Compilation failure -> [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/MojoFailureException
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/pom.xml> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.pom
Sending e-mails to: notifications@commons.apache.org
channel stopped

Build failed in Jenkins: commons-jexl #75

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jexl/75/display/redirect?page=changes>

Changes:

[henrib] JEXL:
Protect against potential NPE

[henrib] JEXL:
Missing @Test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-3 (Windows) in workspace <https://builds.apache.org/job/commons-jexl/ws/>
Updating https://svn.apache.org/repos/asf/commons/proper/jexl/trunk at revision '2018-01-20T12:09:13.678 +0000'
U         src\test\java\org\apache\commons\jexl3\scripting\JexlScriptEngineTest.java
U         src\main\java\org\apache\commons\jexl3\JexlArithmetic.java
At revision 1821740

[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
JAVA_1_6_HOME=/home/jenkins/tools/java/latest1.6/

[EnvInject] - Variables injected successfully.
Parsing POMs
Established TCP socket on 63229
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[commons-jexl] $ f:\\jenkins\\tools\\java\\latest1.8/bin/java -Xmx2g -Xms256m -cp f:\jenkins\jenkins-slave\maven35-agent.jar;f:\jenkins\tools\maven\latest3\boot\plexus-classworlds-2.5.2.jar;f:\\jenkins\\tools\\maven\\latest3/conf/logging jenkins.maven3.agent.Maven35Main f:\\jenkins\\tools\\maven\\latest3 F:\jenkins\jenkins-slave\slave.jar f:\jenkins\jenkins-slave\maven35-interceptor.jar f:\jenkins\jenkins-slave\maven3-interceptor-commons.jar 63229
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/commons-jexl/ws/pom.xml> -Dmaven.repo.local=f:\jenkins\jenkins-slave\maven-repositories\0 -V clean install --batch-mode -Dgpg.skip -Prelease -Pjava-1.6
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
Maven home: F:\jenkins\tools\maven\latest3
Java version: 1.8.0_152, vendor: Oracle Corporation
Java home: f:\jenkins\tools\java\latest1.8\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2012 r2", version: "6.3", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JEXL 3.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jexl3 ---
[INFO] Deleting <https://builds.apache.org/job/commons-jexl/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jexl3 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-jexl3 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jexl3 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/commons-jexl/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:jjtree-javacc (jexl-jjtree) @ commons-jexl3 ---
Java Compiler Compiler Version 5.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/src\main\java\org\apache\commons\jexl3\parser\Parser.jjt> . . .
File "Node.java" does not exist.  Will create one.
File "SimpleNode.java" does not exist.  Will create one.
File "ASTJexlScript.java" does not exist.  Will create one.
File "ASTAnnotation.java" does not exist.  Will create one.
File "ASTAnnotatedStatement.java" does not exist.  Will create one.
File "ASTBlock.java" does not exist.  Will create one.
File "ASTAmbiguous.java" does not exist.  Will create one.
File "ASTIfStatement.java" does not exist.  Will create one.
File "ASTWhileStatement.java" does not exist.  Will create one.
File "ASTReturnStatement.java" does not exist.  Will create one.
File "ASTContinue.java" does not exist.  Will create one.
File "ASTBreak.java" does not exist.  Will create one.
File "ASTForeachStatement.java" does not exist.  Will create one.
File "ASTReference.java" does not exist.  Will create one.
File "ASTAssignment.java" does not exist.  Will create one.
File "ASTVar.java" does not exist.  Will create one.
File "ASTSetAddNode.java" does not exist.  Will create one.
File "ASTSetMultNode.java" does not exist.  Will create one.
File "ASTSetDivNode.java" does not exist.  Will create one.
File "ASTSetModNode.java" does not exist.  Will create one.
File "ASTSetAndNode.java" does not exist.  Will create one.
File "ASTSetOrNode.java" does not exist.  Will create one.
File "ASTSetXorNode.java" does not exist.  Will create one.
File "ASTSetSubNode.java" does not exist.  Will create one.
File "ASTTernaryNode.java" does not exist.  Will create one.
File "ASTNullpNode.java" does not exist.  Will create one.
File "ASTOrNode.java" does not exist.  Will create one.
File "ASTAndNode.java" does not exist.  Will create one.
File "ASTBitwiseOrNode.java" does not exist.  Will create one.
File "ASTBitwiseXorNode.java" does not exist.  Will create one.
File "ASTBitwiseAndNode.java" does not exist.  Will create one.
File "ASTEQNode.java" does not exist.  Will create one.
File "ASTNENode.java" does not exist.  Will create one.
File "ASTRangeNode.java" does not exist.  Will create one.
File "ASTLTNode.java" does not exist.  Will create one.
File "ASTGTNode.java" does not exist.  Will create one.
File "ASTLENode.java" does not exist.  Will create one.
File "ASTGENode.java" does not exist.  Will create one.
File "ASTERNode.java" does not exist.  Will create one.
File "ASTNRNode.java" does not exist.  Will create one.
File "ASTSWNode.java" does not exist.  Will create one.
File "ASTNSWNode.java" does not exist.  Will create one.
File "ASTEWNode.java" does not exist.  Will create one.
File "ASTNEWNode.java" does not exist.  Will create one.
File "ASTAddNode.java" does not exist.  Will create one.
File "ASTSubNode.java" does not exist.  Will create one.
File "ASTMulNode.java" does not exist.  Will create one.
File "ASTDivNode.java" does not exist.  Will create one.
File "ASTModNode.java" does not exist.  Will create one.
File "ASTUnaryMinusNode.java" does not exist.  Will create one.
File "ASTBitwiseComplNode.java" does not exist.  Will create one.
File "ASTNotNode.java" does not exist.  Will create one.
File "ASTEmptyFunction.java" does not exist.  Will create one.
File "ASTSizeFunction.java" does not exist.  Will create one.
File "ASTIdentifier.java" does not exist.  Will create one.
File "ASTNumberLiteral.java" does not exist.  Will create one.
File "ASTNullLiteral.java" does not exist.  Will create one.
File "ASTTrueNode.java" does not exist.  Will create one.
File "ASTFalseNode.java" does not exist.  Will create one.
File "ASTStringLiteral.java" does not exist.  Will create one.
File "ASTJxltLiteral.java" does not exist.  Will create one.
File "ASTExtendedLiteral.java" does not exist.  Will create one.
File "ASTArrayLiteral.java" does not exist.  Will create one.
File "ASTMapLiteral.java" does not exist.  Will create one.
File "ASTMapEntry.java" does not exist.  Will create one.
File "ASTSetLiteral.java" does not exist.  Will create one.
File "ASTEmptyMethod.java" does not exist.  Will create one.
File "ASTSizeMethod.java" does not exist.  Will create one.
File "ASTArguments.java" does not exist.  Will create one.
File "ASTFunctionNode.java" does not exist.  Will create one.
File "ASTConstructorNode.java" does not exist.  Will create one.
File "ASTJexlLambda.java" does not exist.  Will create one.
File "ASTIdentifierAccess.java" does not exist.  Will create one.
File "ASTArrayAccess.java" does not exist.  Will create one.
File "ASTMethodNode.java" does not exist.  Will create one.
File "ASTReferenceExpression.java" does not exist.  Will create one.
File "ParserTreeConstants.java" does not exist.  Will create one.
File "ParserVisitor.java" does not exist.  Will create one.
File "JJTParserState.java" does not exist.  Will create one.
Annotated grammar generated successfully in <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516450173699\node\Parser.jj>
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516450173699\node\Parser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jexl3 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jexl3 ---
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildNumber: 1821740 at timestamp: 1516450175361
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jexl3 ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-jexl3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 158 source files to <https://builds.apache.org/job/commons-jexl/ws/target\classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.134 s
[INFO] Finished at: 2018-01-20T12:09:41Z
[INFO] Final Memory: 27M/365M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project commons-jexl3: Compilation failure -> [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/MojoFailureException
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/pom.xml> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.pom
Sending e-mails to: notifications@commons.apache.org
channel stopped

Build failed in Jenkins: commons-jexl #74

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jexl/74/display/redirect?page=changes>

Changes:

[henrib] JEXL:
Removing references to  junit.framework, replaced by org.junit

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2012-3 (Windows) in workspace <https://builds.apache.org/job/commons-jexl/ws/>
Updating https://svn.apache.org/repos/asf/commons/proper/jexl/trunk at revision '2018-01-18T10:09:15.326 +0000'
U         src\main\java\org\apache\commons\jexl3\internal\introspection\MethodKey.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\Uberspect.java
U         src\main\java\org\apache\commons\jexl3\JexlFeatures.java
U         src\test\java\org\apache\commons\jexl3\internal\introspection\MethodKeyTest.java
U         src\test\java\org\apache\commons\jexl3\junit\Asserter.java
U         src\test\java\org\apache\commons\jexl3\junit\AsserterTest.java
U         src\test\java\org\apache\commons\jexl3\IssuesTest200.java
U         src\test\java\org\apache\commons\jexl3\examples\Output.java
U         src\test\java\org\apache\commons\jexl3\examples\MethodPropertyTest.java
U         src\test\java\org\apache\commons\jexl3\SideEffectTest.java
U         src\test\java\org\apache\commons\jexl3\scripting\JexlScriptEngineTest.java
At revision 1821471

[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
JAVA_1_6_HOME=/home/jenkins/tools/java/latest1.6/

[EnvInject] - Variables injected successfully.
Parsing POMs
Established TCP socket on 61823
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[commons-jexl] $ f:\\jenkins\\tools\\java\\latest1.8/bin/java -Xmx2g -Xms256m -cp f:\jenkins\jenkins-slave\maven35-agent.jar;f:\jenkins\tools\maven\latest3\boot\plexus-classworlds-2.5.2.jar;f:\\jenkins\\tools\\maven\\latest3/conf/logging jenkins.maven3.agent.Maven35Main f:\\jenkins\\tools\\maven\\latest3 F:\jenkins\jenkins-slave\slave.jar f:\jenkins\jenkins-slave\maven35-interceptor.jar f:\jenkins\jenkins-slave\maven3-interceptor-commons.jar 61823
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/commons-jexl/ws/pom.xml> -Dmaven.repo.local=f:\jenkins\jenkins-slave\maven-repositories\0 -V clean install --batch-mode -Dgpg.skip -Prelease -Pjava-1.6
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
Maven home: F:\jenkins\tools\maven\latest3
Java version: 1.8.0_152, vendor: Oracle Corporation
Java home: f:\jenkins\tools\java\latest1.8\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2012 r2", version: "6.3", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons JEXL 3.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jexl3 ---
[INFO] Deleting <https://builds.apache.org/job/commons-jexl/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-jexl3 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-jexl3 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-jexl3 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/commons-jexl/ws/target\apidocs\META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:jjtree-javacc (jexl-jjtree) @ commons-jexl3 ---
Java Compiler Compiler Version 5.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/src\main\java\org\apache\commons\jexl3\parser\Parser.jjt> . . .
File "Node.java" does not exist.  Will create one.
File "SimpleNode.java" does not exist.  Will create one.
File "ASTJexlScript.java" does not exist.  Will create one.
File "ASTAnnotation.java" does not exist.  Will create one.
File "ASTAnnotatedStatement.java" does not exist.  Will create one.
File "ASTBlock.java" does not exist.  Will create one.
File "ASTAmbiguous.java" does not exist.  Will create one.
File "ASTIfStatement.java" does not exist.  Will create one.
File "ASTWhileStatement.java" does not exist.  Will create one.
File "ASTReturnStatement.java" does not exist.  Will create one.
File "ASTContinue.java" does not exist.  Will create one.
File "ASTBreak.java" does not exist.  Will create one.
File "ASTForeachStatement.java" does not exist.  Will create one.
File "ASTReference.java" does not exist.  Will create one.
File "ASTAssignment.java" does not exist.  Will create one.
File "ASTVar.java" does not exist.  Will create one.
File "ASTSetAddNode.java" does not exist.  Will create one.
File "ASTSetMultNode.java" does not exist.  Will create one.
File "ASTSetDivNode.java" does not exist.  Will create one.
File "ASTSetModNode.java" does not exist.  Will create one.
File "ASTSetAndNode.java" does not exist.  Will create one.
File "ASTSetOrNode.java" does not exist.  Will create one.
File "ASTSetXorNode.java" does not exist.  Will create one.
File "ASTSetSubNode.java" does not exist.  Will create one.
File "ASTTernaryNode.java" does not exist.  Will create one.
File "ASTNullpNode.java" does not exist.  Will create one.
File "ASTOrNode.java" does not exist.  Will create one.
File "ASTAndNode.java" does not exist.  Will create one.
File "ASTBitwiseOrNode.java" does not exist.  Will create one.
File "ASTBitwiseXorNode.java" does not exist.  Will create one.
File "ASTBitwiseAndNode.java" does not exist.  Will create one.
File "ASTEQNode.java" does not exist.  Will create one.
File "ASTNENode.java" does not exist.  Will create one.
File "ASTRangeNode.java" does not exist.  Will create one.
File "ASTLTNode.java" does not exist.  Will create one.
File "ASTGTNode.java" does not exist.  Will create one.
File "ASTLENode.java" does not exist.  Will create one.
File "ASTGENode.java" does not exist.  Will create one.
File "ASTERNode.java" does not exist.  Will create one.
File "ASTNRNode.java" does not exist.  Will create one.
File "ASTSWNode.java" does not exist.  Will create one.
File "ASTNSWNode.java" does not exist.  Will create one.
File "ASTEWNode.java" does not exist.  Will create one.
File "ASTNEWNode.java" does not exist.  Will create one.
File "ASTAddNode.java" does not exist.  Will create one.
File "ASTSubNode.java" does not exist.  Will create one.
File "ASTMulNode.java" does not exist.  Will create one.
File "ASTDivNode.java" does not exist.  Will create one.
File "ASTModNode.java" does not exist.  Will create one.
File "ASTUnaryMinusNode.java" does not exist.  Will create one.
File "ASTBitwiseComplNode.java" does not exist.  Will create one.
File "ASTNotNode.java" does not exist.  Will create one.
File "ASTEmptyFunction.java" does not exist.  Will create one.
File "ASTSizeFunction.java" does not exist.  Will create one.
File "ASTIdentifier.java" does not exist.  Will create one.
File "ASTNumberLiteral.java" does not exist.  Will create one.
File "ASTNullLiteral.java" does not exist.  Will create one.
File "ASTTrueNode.java" does not exist.  Will create one.
File "ASTFalseNode.java" does not exist.  Will create one.
File "ASTStringLiteral.java" does not exist.  Will create one.
File "ASTJxltLiteral.java" does not exist.  Will create one.
File "ASTExtendedLiteral.java" does not exist.  Will create one.
File "ASTArrayLiteral.java" does not exist.  Will create one.
File "ASTMapLiteral.java" does not exist.  Will create one.
File "ASTMapEntry.java" does not exist.  Will create one.
File "ASTSetLiteral.java" does not exist.  Will create one.
File "ASTEmptyMethod.java" does not exist.  Will create one.
File "ASTSizeMethod.java" does not exist.  Will create one.
File "ASTArguments.java" does not exist.  Will create one.
File "ASTFunctionNode.java" does not exist.  Will create one.
File "ASTConstructorNode.java" does not exist.  Will create one.
File "ASTJexlLambda.java" does not exist.  Will create one.
File "ASTIdentifierAccess.java" does not exist.  Will create one.
File "ASTArrayAccess.java" does not exist.  Will create one.
File "ASTMethodNode.java" does not exist.  Will create one.
File "ASTReferenceExpression.java" does not exist.  Will create one.
File "ParserTreeConstants.java" does not exist.  Will create one.
File "ParserVisitor.java" does not exist.  Will create one.
File "JJTParserState.java" does not exist.  Will create one.
Annotated grammar generated successfully in <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516270197941\node\Parser.jj>
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/commons-jexl/ws/target\javacc-1516270197941\node\Parser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-jexl3 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-jexl3 ---
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildNumber: 1821471 at timestamp: 1516270200833
[INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
[INFO] Working directory: <https://builds.apache.org/job/commons-jexl/ws/>
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-jexl3 ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-jexl3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 158 source files to <https://builds.apache.org/job/commons-jexl/ws/target\classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.745 s
[INFO] Finished at: 2018-01-18T10:10:04Z
[INFO] Final Memory: 27M/373M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project commons-jexl3: Compilation failure -> [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/MojoFailureException
[JENKINS] Archiving <https://builds.apache.org/job/commons-jexl/ws/pom.xml> to org.apache.commons/commons-jexl3/3.2-SNAPSHOT/commons-jexl3-3.2-SNAPSHOT.pom
Sending e-mails to: notifications@commons.apache.org
channel stopped