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 2017/11/20 20:09:48 UTC

Build failed in Jenkins: commons-jexl #65

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

Changes:

[henrib] JEXL:
Made permissions an explicit instance in preparation for future / further sandboxing capabilities

------------------------------------------
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 '2017-11-20T20:09:09.743 +0000'
U         src\main\java\org\apache\commons\jexl3\internal\introspection\Introspector.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\ClassMap.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\Permissions.java
At revision 1815842

ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.2.5 doesnt exist


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

Build failed in Jenkins: commons-jexl #73

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

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

Changes:

[henrib] JEXL-246:
Javadoc

------------------------------------------
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-11T15:09:13.802 +0000'
U         src\main\java\org\apache\commons\jexl3\internal\introspection\MethodKey.java
At revision 1820889

[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 56900
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 56900
<===[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] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.pom (6.3 kB at 11 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom (19 kB at 602 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.jar (74 kB at 2.2 MB/s)
[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 ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.pom (1.4 kB at 71 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.pom (1.8 kB at 205 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 62 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.jar (14 kB at 177 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.jar (337 kB at 3.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.jar (5.0 kB at 40 kB/s)
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-1515683379039\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-1515683379039\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: 1820889 at timestamp: 1515683380871
[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: 13.171 s
[INFO] Finished at: 2018-01-11T15:09:43Z
[INFO] Final Memory: 30M/374M
[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 #71

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

Changes:

[henrib] JEXL-246:
Refined AmbiguousException with severity flag to consider null arguments as being often benign; when benign (aka not severe), AmbiguousException no longer trigger logging

------------------------------------------
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-11T14:09:14.797 +0000'
U         src\test\java\org\apache\commons\jexl3\IssuesTest200.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\MethodKey.java
U         src\main\java\org\apache\commons\jexl3\internal\introspection\Introspector.java
At revision 1820883

[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 54715
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 54715
<===[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-1515679784217\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-1515679784217\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: 1820883 at timestamp: 1515679785842
[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: 9.875 s
[INFO] Finished at: 2018-01-11T14:09:48Z
[INFO] Final Memory: 32M/389M
[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 #70

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/commons-jexl/70/display/redirect>

------------------------------------------
Started by user ggregory
[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-08T16:26:28.622 +0000'
At revision 1820580

No changes for https://svn.apache.org/repos/asf/commons/proper/jexl/trunk since the previous build
[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
Downloaded artifact http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom
Established TCP socket on 56373
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 56373
<===[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] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 38 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.pom (6.3 kB at 449 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/22/mojo-parent-22.pom (19 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/javacc-maven-plugin/2.6/javacc-maven-plugin-2.6.jar (74 kB at 3.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.16/animal-sniffer-maven-plugin-1.16.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.16/animal-sniffer-maven-plugin-1.16.pom (5.6 kB at 469 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.16/animal-sniffer-parent-1.16.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.16/animal-sniffer-parent-1.16.pom (5.6 kB at 556 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.16/animal-sniffer-maven-plugin-1.16.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.16/animal-sniffer-maven-plugin-1.16.jar (33 kB at 2.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom (9.9 kB at 762 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar (231 kB at 6.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-jexl3 ---
[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 ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.pom (1.4 kB at 95 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucla/cs/compilers/jtb/1.3.2/jtb-1.3.2.jar (337 kB at 4.5 MB/s)
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-1515428828759\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-1515428828759\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: 1820580 at timestamp: 1515428832023
[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.700 s
[INFO] Finished at: 2018-01-08T16:27:14Z
[INFO] Final Memory: 32M/477M
[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 #69

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

Changes:

[henrib] JEXL-246:
Better error handling or operator overload error, added specific test, changes & release notes updated

[henrib] JEXL:
Reducing FindBugs complaints

------------------------------------------
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-08T15:09:09.447 +0000'
U         RELEASE-NOTES.txt
U         src\main\java\org\apache\commons\jexl3\internal\SoftCache.java
U         src\main\java\org\apache\commons\jexl3\internal\Interpreter.java
U         src\main\java\org\apache\commons\jexl3\internal\Operators.java
U         src\main\java\org\apache\commons\jexl3\internal\Debugger.java
U         src\site\xdoc\changes.xml
U         src\test\java\org\apache\commons\jexl3\IssuesTest200.java
U         pom.xml
At revision 1820568

ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.2.5 doesnt exist


Build failed in Jenkins: commons-jexl #68

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

Changes:

[ggregory] Update commons-parent from 42 to 43.

------------------------------------------
[...truncated 1.44 KB...]
AU        src/test/java/org/apache/commons/jexl3/scripting/JexlScriptEngineOptionalTest.java
AU        src/test/java/org/apache/commons/jexl3/Foo.java
AU        src/test/java/org/apache/commons/jexl3/ScriptCallableTest.java
AU        src/test/java/org/apache/commons/jexl3/ArithmeticTest.java
AU        src/test/java/org/apache/commons/jexl3/SynchronizedArithmetic.java
AU        src/test/java/org/apache/commons/jexl3/MapLiteralTest.java
AU        src/test/java/org/apache/commons/jexl3/IssuesTest100.java
AU        src/test/java/org/apache/commons/jexl3/RangeTest.java
A         src/test/java/org/apache/commons/jexl3/internal
A         src/test/java/org/apache/commons/jexl3/internal/introspection
AU        src/test/java/org/apache/commons/jexl3/internal/introspection/DiscoveryTest.java
AU        src/test/java/org/apache/commons/jexl3/internal/introspection/MethodKeyTest.java
AU        src/test/java/org/apache/commons/jexl3/internal/Dumper.java
AU        src/test/java/org/apache/commons/jexl3/internal/RangeTest.java
AU        src/test/java/org/apache/commons/jexl3/internal/Util.java
AU        src/test/java/org/apache/commons/jexl3/ExceptionTest.java
AU        src/test/java/org/apache/commons/jexl3/ContextNamespaceTest.java
AU        src/test/java/org/apache/commons/jexl3/ParseFailuresTest.java
AU        src/test/java/org/apache/commons/jexl3/ArithmeticOperatorTest.java
AU        src/test/java/org/apache/commons/jexl3/PragmaTest.java
AU        src/test/java/org/apache/commons/jexl3/SetLiteralTest.java
AU        src/test/java/org/apache/commons/jexl3/WhileTest.java
A         src/test/java/org/apache/commons/jexl3/junit
AU        src/test/java/org/apache/commons/jexl3/junit/Asserter.java
AU        src/test/java/org/apache/commons/jexl3/junit/AsserterTest.java
AU        src/test/java/org/apache/commons/jexl3/junit/package.html
AU        src/test/java/org/apache/commons/jexl3/IssuesTest.java
A         src/test/java/org/apache/commons/jexl3/parser
AU        src/test/java/org/apache/commons/jexl3/parser/ParserTest.java
A         src/test/java/org/apache/commons/jexl3/introspection
AU        src/test/java/org/apache/commons/jexl3/introspection/SandboxTest.java
AU        src/test/java/org/apache/commons/jexl3/ReadonlyContext.java
AU        src/test/java/org/apache/commons/jexl3/BitwiseOperatorTest.java
AU        src/test/java/org/apache/commons/jexl3/AntishCallTest.java
AU        src/test/java/org/apache/commons/jexl3/SynchronizedContext.java
AU        src/test/java/org/apache/commons/jexl3/AssignTest.java
AU        src/test/java/org/apache/commons/jexl3/ClassCreatorTest.java
AU        src/test/java/org/apache/commons/jexl3/ClassCreator.java
AU        src/test/java/org/apache/commons/jexl3/VarTest.java
AU        src/test/java/org/apache/commons/jexl3/BlockTest.java
AU        src/test/java/org/apache/commons/jexl3/ArrayLiteralTest.java
AU        src/test/java/org/apache/commons/jexl3/IssuesTest200.java
A         src/test/java/org/apache/commons/jexl3/examples
AU        src/test/java/org/apache/commons/jexl3/examples/ArrayTest.java
AU        src/test/java/org/apache/commons/jexl3/examples/Output.java
AU        src/test/java/org/apache/commons/jexl3/examples/MethodPropertyTest.java
AU        src/test/java/org/apache/commons/jexl3/SynchronizedOverloadsTest.java
AU        src/test/java/org/apache/commons/jexl3/IfTest.java
AU        src/test/java/org/apache/commons/jexl3/JexlTestCase.java
AU        src/test/java/org/apache/commons/jexl3/ArrayAccessTest.java
AU        src/test/java/org/apache/commons/jexl3/SideEffectTest.java
AU        src/test/java/org/apache/commons/jexl3/JexlTest.java
AU        src/test/java/org/apache/commons/jexl3/Jexl.java
AU        src/test/java/org/apache/commons/jexl3/StrategyTest.java
AU        src/test/java/org/apache/commons/jexl3/CacheTest.java
AU        src/test/java/org/apache/commons/jexl3/ScriptTest.java
AU        src/test/java/org/apache/commons/jexl3/CaptureLog.java
AU        src/test/java/org/apache/commons/jexl3/PublicFieldsTest.java
AU        src/test/java/org/apache/commons/jexl3/PropertyAccessTest.java
AU        src/test/java/org/apache/commons/jexl3/ForEachTest.java
AU        src/test/java/org/apache/commons/jexl3/AnnotationTest.java
AU        src/test/java/org/apache/commons/jexl3/FeaturesTest.java
AU        src/test/java/org/apache/commons/jexl3/JexlEvalContext.java
AU        src/test/java/org/apache/commons/jexl3/MethodTest.java
AU        src/test/java/org/apache/commons/jexl3/LambdaTest.java
A         src/main
A         src/main/config
AU        src/main/config/checkstyle.xml
AU        src/main/config/header.txt
AU        src/main/config/checkstyle-suppressions.xml
AU        src/main/config/findbugs-exclude-filter.xml
A         src/main/resources
A         src/main/resources/META-INF
A         src/main/resources/META-INF/services
AU        src/main/resources/META-INF/services/javax.script.ScriptEngineFactory
A         src/main/java
A         src/main/java/org
A         src/main/java/org/apache
A         src/main/java/org/apache/commons
A         src/main/java/org/apache/commons/jexl3
AU        src/main/java/org/apache/commons/jexl3/JexlFeatures.java
AU        src/main/java/org/apache/commons/jexl3/JexlContext.java
AU        src/main/java/org/apache/commons/jexl3/JxltEngine.java
AU        src/main/java/org/apache/commons/jexl3/JexlBuilder.java
AU        src/main/java/org/apache/commons/jexl3/ObjectContext.java
AU        src/main/java/org/apache/commons/jexl3/JexlArithmetic.java
A         src/main/java/org/apache/commons/jexl3/parser
AU        src/main/java/org/apache/commons/jexl3/parser/ASTArrayLiteral.java
AU        src/main/java/org/apache/commons/jexl3/parser/NumberParser.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTJxltLiteral.java
AU        src/main/java/org/apache/commons/jexl3/parser/JexlNode.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTJexlLambda.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTIdentifierAccess.java
AU        src/main/java/org/apache/commons/jexl3/parser/ParserVisitor.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTNumberLiteral.java
AU        src/main/java/org/apache/commons/jexl3/parser/package.html
AU        src/main/java/org/apache/commons/jexl3/parser/JexlParser.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTSetLiteral.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTAnnotation.java
AU        src/main/java/org/apache/commons/jexl3/parser/StringParser.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTReferenceExpression.java
AU        src/main/java/org/apache/commons/jexl3/parser/ParseException.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTIdentifier.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTStringLiteral.java
AU        src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTJexlScript.java
AU        src/main/java/org/apache/commons/jexl3/parser/FeatureController.java
AU        src/main/java/org/apache/commons/jexl3/parser/TokenMgrError.java
AU        src/main/java/org/apache/commons/jexl3/parser/ASTVar.java
AU        src/main/java/org/apache/commons/jexl3/parser/JavaccError.java
AU        src/main/java/org/apache/commons/jexl3/parser/Parser.jjt
AU        src/main/java/org/apache/commons/jexl3/parser/ASTMapLiteral.java
A         src/main/java/org/apache/commons/jexl3/annotations
AU        src/main/java/org/apache/commons/jexl3/annotations/package.html
AU        src/main/java/org/apache/commons/jexl3/annotations/NoJexl.java
AU        src/main/java/org/apache/commons/jexl3/package.html
AU        src/main/java/org/apache/commons/jexl3/JexlInfo.java
AU        src/main/java/org/apache/commons/jexl3/JexlOperator.java
A         src/main/java/org/apache/commons/jexl3/introspection
AU        src/main/java/org/apache/commons/jexl3/introspection/package.html
AU        src/main/java/org/apache/commons/jexl3/introspection/JexlUberspect.java
AU        src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java
AU        src/main/java/org/apache/commons/jexl3/introspection/JexlMethod.java
AU        src/main/java/org/apache/commons/jexl3/introspection/JexlPropertySet.java
AU        src/main/java/org/apache/commons/jexl3/introspection/JexlPropertyGet.java
AU        src/main/java/org/apache/commons/jexl3/JexlException.java
A         src/main/java/org/apache/commons/jexl3/scripting
AU        src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngine.java
AU        src/main/java/org/apache/commons/jexl3/scripting/package.html
AU        src/main/java/org/apache/commons/jexl3/scripting/Main.java
AU        src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java
AU        src/main/java/org/apache/commons/jexl3/JexlExpression.java
AU        src/main/java/org/apache/commons/jexl3/MapContext.java
AU        src/main/java/org/apache/commons/jexl3/JexlScript.java
AU        src/main/java/org/apache/commons/jexl3/JexlEngine.java
A         src/main/java/org/apache/commons/jexl3/internal
AU        src/main/java/org/apache/commons/jexl3/internal/Debugger.java
AU        src/main/java/org/apache/commons/jexl3/internal/MapBuilder.java
AU        src/main/java/org/apache/commons/jexl3/internal/ScriptVisitor.java
AU        src/main/java/org/apache/commons/jexl3/internal/ArrayBuilder.java
AU        src/main/java/org/apache/commons/jexl3/internal/InterpreterBase.java
AU        src/main/java/org/apache/commons/jexl3/internal/SoftCache.java
AU        src/main/java/org/apache/commons/jexl3/internal/TemplateInterpreter.java
AU        src/main/java/org/apache/commons/jexl3/internal/Source.java
AU        src/main/java/org/apache/commons/jexl3/internal/TemplateScript.java
AU        src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java
AU        src/main/java/org/apache/commons/jexl3/internal/SetBuilder.java
AU        src/main/java/org/apache/commons/jexl3/internal/Interpreter.java
AU        src/main/java/org/apache/commons/jexl3/internal/Script.java
AU        src/main/java/org/apache/commons/jexl3/internal/Engine.java
AU        src/main/java/org/apache/commons/jexl3/internal/Scope.java
AU        src/main/java/org/apache/commons/jexl3/internal/IntegerRange.java
AU        src/main/java/org/apache/commons/jexl3/internal/Closure.java
AU        src/main/java/org/apache/commons/jexl3/internal/LongRange.java
AU        src/main/java/org/apache/commons/jexl3/internal/package.html
AU        src/main/java/org/apache/commons/jexl3/internal/Operators.java
A         src/main/java/org/apache/commons/jexl3/internal/introspection
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/MapSetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/SandboxUberspect.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/ArrayListWrapper.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/package.html
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/FieldSetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/PropertySetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/DuckSetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/IndexedType.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/AbstractExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/ConstructorMethod.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/ArrayIterator.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/MethodKey.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/ListGetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/Introspector.java
A         src/main/java/org/apache/commons/jexl3/internal/introspection/Uberspect.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/MapGetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/BooleanGetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/MethodExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/EnumerationIterator.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/FieldGetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/PropertyGetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/ClassMap.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/DuckGetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/introspection/ListSetExecutor.java
AU        src/main/java/org/apache/commons/jexl3/internal/TemplateDebugger.java
A         src/site
A         src/site/resources
AU        src/site/resources/download_jexl.cgi
A         src/site/resources/images
AU        src/site/resources/images/jexl-logo-white.xcf
AU        src/site/resources/images/jexl-logo-white.png
A         src/site/resources/profile.cobertura
A         src/site/xdoc
AU        src/site/xdoc/building.xml
AU        src/site/xdoc/mail-lists.xml
A         src/site/xdoc/reference
AU        src/site/xdoc/reference/index.xml
AU        src/site/xdoc/reference/examples.xml
AU        src/site/xdoc/reference/jsr223.xml
AU        src/site/xdoc/reference/syntax.xml
AU        src/site/xdoc/index.xml
AU        src/site/xdoc/changes.xml
AU        src/site/xdoc/issue-tracking.xml
AU        src/site/xdoc/download_jexl.xml
AU        src/site/site.xml
 U        .
At revision 1820528

[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
Downloaded artifact http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom
Modules changed, recalculating dependency graph
Established TCP socket on 46588
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[commons-jexl] $ /home/jenkins/tools/java/latest1.7/bin/java -Xmx2g -Xms256m -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/tools/maven/apache-maven-3.2.5/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.2.5/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/tools/maven/apache-maven-3.2.5 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 46588
Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at jenkins.maven3.agent.Maven32Main.main(Maven32Main.java:143)
	at jenkins.maven3.agent.Maven32Main.main(Maven32Main.java:74)
ERROR: Failed to parse POMs
java.io.EOFException: unexpected stream termination
	at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:408)
	at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:353)
	at hudson.slaves.Channels.forProcess(Channels.java:115)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:294)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:421)

Build failed in Jenkins: commons-jexl #67

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

Changes:

[henrib] JEXL-245:
Better handling of null properties during de-referencing

------------------------------------------
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/>
Checking out a fresh workspace because there's no workspace at F:\jenkins\jenkins-slave\workspace\commons-jexl
Cleaning local Directory .
Checking out https://svn.apache.org/repos/asf/commons/proper/jexl/trunk at revision '2017-12-04T12:09:16.454 +0000'
AU        pom.xml
AU        BUILDING.txt
A         README.md
AU        NOTICE.txt
AU        LICENSE.txt
AU        RELEASE-NOTES.txt
A         .travis.yml
A         CONTRIBUTING.md
A         src
A         src\assembly
AU        src\assembly\src.xml
AU        src\assembly\bin.xml
A         src\test
A         src\test\scripts
AU        src\test\scripts\test1.jexl
A         src\test\scripts\testA.jexl
A         src\test\scripts\testAdd.jexl
A         src\test\resources
A         src\test\java
A         src\test\java\org
A         src\test\java\org\apache
A         src\test\java\org\apache\commons
A         src\test\java\org\apache\commons\jexl3
AU        src\test\java\org\apache\commons\jexl3\CacheTest.java
AU        src\test\java\org\apache\commons\jexl3\ArithmeticOperatorTest.java
AU        src\test\java\org\apache\commons\jexl3\PragmaTest.java
AU        src\test\java\org\apache\commons\jexl3\ForEachTest.java
AU        src\test\java\org\apache\commons\jexl3\SetLiteralTest.java
A         src\test\java\org\apache\commons\jexl3\junit
AU        src\test\java\org\apache\commons\jexl3\junit\Asserter.java
AU        src\test\java\org\apache\commons\jexl3\junit\AsserterTest.java
AU        src\test\java\org\apache\commons\jexl3\junit\package.html
AU        src\test\java\org\apache\commons\jexl3\IssuesTest.java
AU        src\test\java\org\apache\commons\jexl3\JexlEvalContext.java
A         src\test\java\org\apache\commons\jexl3\introspection
AU        src\test\java\org\apache\commons\jexl3\introspection\SandboxTest.java
AU        src\test\java\org\apache\commons\jexl3\AntishCallTest.java
AU        src\test\java\org\apache\commons\jexl3\Foo.java
AU        src\test\java\org\apache\commons\jexl3\AssignTest.java
AU        src\test\java\org\apache\commons\jexl3\ClassCreatorTest.java
AU        src\test\java\org\apache\commons\jexl3\ClassCreator.java
AU        src\test\java\org\apache\commons\jexl3\ArrayLiteralTest.java
AU        src\test\java\org\apache\commons\jexl3\IssuesTest100.java
AU        src\test\java\org\apache\commons\jexl3\RangeTest.java
A         src\test\java\org\apache\commons\jexl3\internal
AU        src\test\java\org\apache\commons\jexl3\internal\Dumper.java
AU        src\test\java\org\apache\commons\jexl3\internal\RangeTest.java
AU        src\test\java\org\apache\commons\jexl3\internal\Util.java
A         src\test\java\org\apache\commons\jexl3\internal\introspection
AU        src\test\java\org\apache\commons\jexl3\internal\introspection\DiscoveryTest.java
AU        src\test\java\org\apache\commons\jexl3\internal\introspection\MethodKeyTest.java
AU        src\test\java\org\apache\commons\jexl3\IfTest.java
AU        src\test\java\org\apache\commons\jexl3\JexlTestCase.java
AU        src\test\java\org\apache\commons\jexl3\ExceptionTest.java
AU        src\test\java\org\apache\commons\jexl3\SideEffectTest.java
AU        src\test\java\org\apache\commons\jexl3\JexlTest.java
AU        src\test\java\org\apache\commons\jexl3\Jexl.java
AU        src\test\java\org\apache\commons\jexl3\StrategyTest.java
AU        src\test\java\org\apache\commons\jexl3\ScriptTest.java
AU        src\test\java\org\apache\commons\jexl3\ParseFailuresTest.java
AU        src\test\java\org\apache\commons\jexl3\CaptureLog.java
AU        src\test\java\org\apache\commons\jexl3\PublicFieldsTest.java
AU        src\test\java\org\apache\commons\jexl3\PropertyAccessTest.java
AU        src\test\java\org\apache\commons\jexl3\WhileTest.java
AU        src\test\java\org\apache\commons\jexl3\AnnotationTest.java
A         src\test\java\org\apache\commons\jexl3\parser
AU        src\test\java\org\apache\commons\jexl3\parser\ParserTest.java
AU        src\test\java\org\apache\commons\jexl3\FeaturesTest.java
AU        src\test\java\org\apache\commons\jexl3\MethodTest.java
AU        src\test\java\org\apache\commons\jexl3\LambdaTest.java
AU        src\test\java\org\apache\commons\jexl3\JXLTTest.java
AU        src\test\java\org\apache\commons\jexl3\ReadonlyContext.java
AU        src\test\java\org\apache\commons\jexl3\BitwiseOperatorTest.java
A         src\test\java\org\apache\commons\jexl3\scripting
AU        src\test\java\org\apache\commons\jexl3\scripting\JexlScriptEngineOptionalTest.java
AU        src\test\java\org\apache\commons\jexl3\scripting\JexlScriptEngineTest.java
AU        src\test\java\org\apache\commons\jexl3\SynchronizedContext.java
AU        src\test\java\org\apache\commons\jexl3\ScriptCallableTest.java
AU        src\test\java\org\apache\commons\jexl3\VarTest.java
AU        src\test\java\org\apache\commons\jexl3\ArithmeticTest.java
AU        src\test\java\org\apache\commons\jexl3\SynchronizedArithmetic.java
AU        src\test\java\org\apache\commons\jexl3\BlockTest.java
AU        src\test\java\org\apache\commons\jexl3\MapLiteralTest.java
AU        src\test\java\org\apache\commons\jexl3\IssuesTest200.java
AU        src\test\java\org\apache\commons\jexl3\SynchronizedOverloadsTest.java
A         src\test\java\org\apache\commons\jexl3\examples
AU        src\test\java\org\apache\commons\jexl3\examples\MethodPropertyTest.java
AU        src\test\java\org\apache\commons\jexl3\examples\ArrayTest.java
AU        src\test\java\org\apache\commons\jexl3\examples\Output.java
AU        src\test\java\org\apache\commons\jexl3\ArrayAccessTest.java
AU        src\test\java\org\apache\commons\jexl3\ContextNamespaceTest.java
A         src\main
A         src\main\resources
A         src\main\resources\META-INF
A         src\main\resources\META-INF\services
AU        src\main\resources\META-INF\services\javax.script.ScriptEngineFactory
A         src\main\java
A         src\main\java\org
A         src\main\java\org\apache
A         src\main\java\org\apache\commons
A         src\main\java\org\apache\commons\jexl3
AU        src\main\java\org\apache\commons\jexl3\JexlContext.java
AU        src\main\java\org\apache\commons\jexl3\JxltEngine.java
AU        src\main\java\org\apache\commons\jexl3\JexlBuilder.java
AU        src\main\java\org\apache\commons\jexl3\ObjectContext.java
A         src\main\java\org\apache\commons\jexl3\parser
AU        src\main\java\org\apache\commons\jexl3\parser\ASTReferenceExpression.java
AU        src\main\java\org\apache\commons\jexl3\parser\ParseException.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTIdentifier.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTStringLiteral.java
AU        src\main\java\org\apache\commons\jexl3\parser\SimpleNode.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTJexlScript.java
AU        src\main\java\org\apache\commons\jexl3\parser\FeatureController.java
AU        src\main\java\org\apache\commons\jexl3\parser\TokenMgrError.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTVar.java
AU        src\main\java\org\apache\commons\jexl3\parser\JavaccError.java
AU        src\main\java\org\apache\commons\jexl3\parser\Parser.jjt
AU        src\main\java\org\apache\commons\jexl3\parser\ASTMapLiteral.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTArrayLiteral.java
AU        src\main\java\org\apache\commons\jexl3\parser\NumberParser.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTJxltLiteral.java
AU        src\main\java\org\apache\commons\jexl3\parser\JexlNode.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTJexlLambda.java
AU        src\main\java\org\apache\commons\jexl3\parser\ParserVisitor.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTIdentifierAccess.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTNumberLiteral.java
AU        src\main\java\org\apache\commons\jexl3\parser\package.html
AU        src\main\java\org\apache\commons\jexl3\parser\JexlParser.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTSetLiteral.java
AU        src\main\java\org\apache\commons\jexl3\parser\ASTAnnotation.java
AU        src\main\java\org\apache\commons\jexl3\parser\StringParser.java
AU        src\main\java\org\apache\commons\jexl3\JexlArithmetic.java
A         src\main\java\org\apache\commons\jexl3\annotations
AU        src\main\java\org\apache\commons\jexl3\annotations\package.html
AU        src\main\java\org\apache\commons\jexl3\annotations\NoJexl.java
AU        src\main\java\org\apache\commons\jexl3\package.html
AU        src\main\java\org\apache\commons\jexl3\JexlInfo.java
AU        src\main\java\org\apache\commons\jexl3\JexlOperator.java
A         src\main\java\org\apache\commons\jexl3\introspection
AU        src\main\java\org\apache\commons\jexl3\introspection\package.html
AU        src\main\java\org\apache\commons\jexl3\introspection\JexlUberspect.java
AU        src\main\java\org\apache\commons\jexl3\introspection\JexlSandbox.java
AU        src\main\java\org\apache\commons\jexl3\introspection\JexlMethod.java
AU        src\main\java\org\apache\commons\jexl3\introspection\JexlPropertySet.java
AU        src\main\java\org\apache\commons\jexl3\introspection\JexlPropertyGet.java
AU        src\main\java\org\apache\commons\jexl3\JexlException.java
A         src\main\java\org\apache\commons\jexl3\scripting
AU        src\main\java\org\apache\commons\jexl3\scripting\Main.java
AU        src\main\java\org\apache\commons\jexl3\scripting\JexlScriptEngineFactory.java
AU        src\main\java\org\apache\commons\jexl3\scripting\JexlScriptEngine.java
AU        src\main\java\org\apache\commons\jexl3\scripting\package.html
AU        src\main\java\org\apache\commons\jexl3\JexlExpression.java
AU        src\main\java\org\apache\commons\jexl3\MapContext.java
AU        src\main\java\org\apache\commons\jexl3\JexlScript.java
AU        src\main\java\org\apache\commons\jexl3\JexlEngine.java
A         src\main\java\org\apache\commons\jexl3\internal
AU        src\main\java\org\apache\commons\jexl3\internal\ArrayBuilder.java
AU        src\main\java\org\apache\commons\jexl3\internal\InterpreterBase.java
AU        src\main\java\org\apache\commons\jexl3\internal\TemplateInterpreter.java
AU        src\main\java\org\apache\commons\jexl3\internal\SoftCache.java
AU        src\main\java\org\apache\commons\jexl3\internal\TemplateScript.java
AU        src\main\java\org\apache\commons\jexl3\internal\Source.java
AU        src\main\java\org\apache\commons\jexl3\internal\TemplateEngine.java
AU        src\main\java\org\apache\commons\jexl3\internal\SetBuilder.java
AU        src\main\java\org\apache\commons\jexl3\internal\Interpreter.java
AU        src\main\java\org\apache\commons\jexl3\internal\Script.java
AU        src\main\java\org\apache\commons\jexl3\internal\Engine.java
AU        src\main\java\org\apache\commons\jexl3\internal\Scope.java
AU        src\main\java\org\apache\commons\jexl3\internal\IntegerRange.java
AU        src\main\java\org\apache\commons\jexl3\internal\Closure.java
AU        src\main\java\org\apache\commons\jexl3\internal\LongRange.java
AU        src\main\java\org\apache\commons\jexl3\internal\package.html
AU        src\main\java\org\apache\commons\jexl3\internal\Operators.java
AU        src\main\java\org\apache\commons\jexl3\internal\TemplateDebugger.java
A         src\main\java\org\apache\commons\jexl3\internal\introspection
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\BooleanGetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\MethodExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\EnumerationIterator.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\FieldGetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\ClassMap.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\PropertyGetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\DuckGetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\ListSetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\MapSetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\ArrayListWrapper.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\Permissions.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\SandboxUberspect.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\package.html
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\FieldSetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\PropertySetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\DuckSetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\AbstractExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\IndexedType.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\ConstructorMethod.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\ArrayIterator.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\MethodKey.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\ListGetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\Introspector.java
A         src\main\java\org\apache\commons\jexl3\internal\introspection\Uberspect.java
AU        src\main\java\org\apache\commons\jexl3\internal\introspection\MapGetExecutor.java
AU        src\main\java\org\apache\commons\jexl3\internal\ScriptVisitor.java
AU        src\main\java\org\apache\commons\jexl3\internal\MapBuilder.java
AU        src\main\java\org\apache\commons\jexl3\internal\Debugger.java
AU        src\main\java\org\apache\commons\jexl3\JexlFeatures.java
A         src\main\config
AU        src\main\config\header.txt
AU        src\main\config\checkstyle-suppressions.xml
AU        src\main\config\findbugs-exclude-filter.xml
AU        src\main\config\checkstyle.xml
A         src\site
A         src\site\xdoc
AU        src\site\xdoc\building.xml
AU        src\site\xdoc\mail-lists.xml
A         src\site\xdoc\reference
AU        src\site\xdoc\reference\jsr223.xml
AU        src\site\xdoc\reference\syntax.xml
AU        src\site\xdoc\reference\index.xml
AU        src\site\xdoc\reference\examples.xml
AU        src\site\xdoc\index.xml
AU        src\site\xdoc\changes.xml
AU        src\site\xdoc\issue-tracking.xml
AU        src\site\xdoc\download_jexl.xml
AU        src\site\site.xml
A         src\site\resources
AU        src\site\resources\download_jexl.cgi
A         src\site\resources\images
AU        src\site\resources\images\jexl-logo-white.png
AU        src\site\resources\images\jexl-logo-white.xcf
A         src\site\resources\profile.cobertura
 U        .
At revision 1817084

ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.2.5 doesnt exist


Build failed in Jenkins: commons-jexl #66

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

Changes:

[henrib] JEXL-243:
Features, refined version. Allow fine grain on what is syntactically available for both scripts and expressions (and make expressions a subset of script features).

------------------------------------------
[...truncated 70.97 KB...]
[ERROR] <https://builds.apache.org/job/commons-jexl/ws/target/generated-sources/java/org/apache/commons/jexl3/parser/Parser.java>:2213: warning: no @throws for org.apache.commons.jexl3.parser.ParseException
[ERROR] final public void AdditiveExpression() throws ParseException {
[ERROR] ^
[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] 
[ERROR] Command line was: /usr/local/asfpackages/java/jdk1.8.0_131/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