Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3611/

All tests passed

Build Log:
[...truncated 64487 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1535368801
 [ecj-lint] Compiling 733 source files to /tmp/ecj1535368801
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java
 (at line 22)
 [ecj-lint]     import java.util.Arrays;
 [ecj-lint]            ^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Arrays is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/Variable.java
 (at line 24)
 [ecj-lint]     import java.util.Arrays;
 [ecj-lint]            ^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Arrays is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/ConcatEvaluator.java
 (at line 46)
 [ecj-lint]     public Object doWork(Object values[]) throws IOException {
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Varargs methods should only override or be overridden by other 
varargs methods unlike ConcatEvaluator.doWork(Object[]) and 
ManyValueWorker.doWork(Object...)
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/DateEvaluator.java
 (at line 44)
 [ecj-lint]     public Object doWork(Object values[]) throws IOException {
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Varargs methods should only override or be overridden by other 
varargs methods unlike DateEvaluator.doWork(Object[]) and 
ManyValueWorker.doWork(Object...)
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/EmpiricalDistributionEvaluator.java
 (at line 41)
 [ecj-lint]     public Object doWork(Object[] values) throws IOException {
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Varargs methods should only override or be overridden by other 
varargs methods unlike EmpiricalDistributionEvaluator.doWork(Object[]) and 
ManyValueWorker.doWork(Object...)
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MatchesEvaluator.java
 (at line 39)
 [ecj-lint]     public Object doWork(Object[] values) throws IOException {
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Varargs methods should only override or be overridden by other 
varargs methods unlike MatchesEvaluator.doWork(Object[]) and 
ManyValueWorker.doWork(Object...)
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MatchesEvaluator.java
 (at line 39)
 [ecj-lint]     public Object doWork(Object[] values) throws IOException {
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Varargs methods should only override or be overridden by other 
varargs methods unlike MatchesEvaluator.doWork(Object[]) and 
RecursiveBooleanEvaluator.doWork(Object...)
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PivotEvaluator.java
 (at line 45)
 [ecj-lint]     public Object doWork(Object[] values) throws IOException {
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Varargs methods should only override or be overridden by other 
varargs methods unlike PivotEvaluator.doWork(Object[]) and 
ManyValueWorker.doWork(Object...)
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/MergeStream.java
 (at line 197)
 [ecj-lint]     minimumStream = stream;
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'stream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/client/solrj/request/MultiContentWriterRequest.java
 (at line 63)
 [ecj-lint]     new JavaBinCodec().marshal((IteratorWriter) iw -> {
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/common/cloud/ZkNodeProps.java
 (at line 98)
 [ecj-lint]     props = (Map<String, Object>) new 
JavaBinCodec().unmarshal(bytes);
 [ecj-lint]                                   ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java
 (at line 71)
 [ecj-lint]     import static java.util.Arrays.asList;
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Arrays.asList is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/src/java/org/apache/solr/common/util/Utils.java
 (at line 203)
 [ecj-lint]     new SolrJSONWriter(writer)
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13 problems (3 errors, 10 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:645:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/solrj/build.xml:67:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2048:
 Compile failed; see the compiler error output for details.

Total time: 104 minutes 15 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]

Reply via email to