Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5101/
Java: 32bit/jdk1.8.0_51 -client -XX:+UseParallelGC
All tests passed
Build Log:
[...truncated 5148 lines...]
[javac] Compiling 224 source files to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build\queryparser\classes\java
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\xml\builders\BoostingTermBuilder.java:5:
error: cannot find symbol
[javac] import org.apache.lucene.search.payloads.PayloadTermQuery;
[javac] ^
[javac] symbol: class PayloadTermQuery
[javac] location: package org.apache.lucene.search.payloads
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\xml\builders\BoostingTermBuilder.java:29:
error: reference not found
[javac] * Builder for {@link PayloadTermQuery}
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\classic\QueryParserTokenManager.java:493:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\classic\QueryParserTokenManager.java:687:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\classic\QueryParserTokenManager.java:860:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\flexible\standard\config\NumericConfig.java:32:
warning: [overrides] Class NumericConfig overrides equals, but neither it nor
any superclass overrides hashCode method
[javac] public class NumericConfig {
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\flexible\standard\parser\StandardSyntaxParserTokenManager.java:375:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\flexible\standard\parser\StandardSyntaxParserTokenManager.java:495:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\flexible\standard\parser\StandardSyntaxParserTokenManager.java:668:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\surround\parser\QueryParserTokenManager.java:348:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\surround\parser\QueryParserTokenManager.java:468:
warning: [cast] redundant cast to int
[javac] int hiByte = (int)(curChar >> 8);
[javac] ^
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\surround\query\RewriteQuery.java:64:
warning: [rawtypes] found raw type: RewriteQuery
[javac] RewriteQuery other = (RewriteQuery)obj;
[javac] ^
[javac] missing type arguments for generic class RewriteQuery<SQ>
[javac] where SQ is a type-variable:
[javac] SQ extends SrndQuery declared in class RewriteQuery
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\surround\query\OrQuery.java:43:
warning: [rawtypes] found raw type: Iterator
[javac] Iterator sqi = getSubQueriesIterator();
[javac] ^
[javac] missing type arguments for generic class Iterator<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in interface Iterator
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\surround\query\OrQuery.java:60:
warning: [rawtypes] found raw type: Iterator
[javac] Iterator sqi = getSubQueriesIterator();
[javac] ^
[javac] missing type arguments for generic class Iterator<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in interface Iterator
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\xml\QueryTemplateManager.java:179:
warning: [rawtypes] found raw type: Enumeration
[javac] Enumeration keysEnum = formProperties.keys();
[javac] ^
[javac] missing type arguments for generic class Enumeration<E>
[javac] where E is a type-variable:
[javac] E extends Object declared in interface Enumeration
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\xml\builders\BoostingTermBuilder.java:38:
error: cannot find symbol
[javac] PayloadTermQuery btq = new PayloadTermQuery(new Term(fieldName,
value), new AveragePayloadFunction());
[javac] ^
[javac] symbol: class PayloadTermQuery
[javac] location: class BoostingTermBuilder
[javac]
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\queryparser\src\java\org\apache\lucene\queryparser\xml\builders\BoostingTermBuilder.java:38:
error: cannot find symbol
[javac] PayloadTermQuery btq = new PayloadTermQuery(new Term(fieldName,
value), new AveragePayloadFunction());
[javac] ^
[javac] symbol: class PayloadTermQuery
[javac] location: class BoostingTermBuilder
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors
[...truncated 1 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:716: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:660: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:470:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:2159:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\module-build.xml:538:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\module-build.xml:117:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:506:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1941:
Compile failed; see the compiler error output for details.
Total time: 8 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]