You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/06/30 18:08:47 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.6) - Build # 27187 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27187/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 63559 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1659509742
 [ecj-lint] Compiling 1016 source files to /tmp/ecj1659509742
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 56)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 154)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 74)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 88)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 20)
 [ecj-lint] 	import java.util.Map;
 [ecj-lint] 	       ^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Map is never used
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 23)
 [ecj-lint] 	import org.apache.solr.client.solrj.SolrClient;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.SolrClient is never used
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 25)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.InputStreamResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.InputStreamResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 26)
 [ecj-lint] 	import org.apache.solr.client.solrj.impl.NoOpResponseParser;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.impl.NoOpResponseParser is never used
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 27)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.DirectJsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 28)
 [ecj-lint] 	import org.apache.solr.client.solrj.request.json.JsonQueryRequest;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.request.json.JsonQueryRequest is never used
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 29)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.QueryResponse;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.QueryResponse is never used
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 30)
 [ecj-lint] 	import org.apache.solr.client.solrj.response.SolrResponseBase;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.client.solrj.response.SolrResponseBase is never used
 [ecj-lint] ----------
 [ecj-lint] 17. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetsWithNestedObjects.java (at line 33)
 [ecj-lint] 	import org.apache.solr.common.util.NamedList;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.util.NamedList is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20 problems (9 errors, 11 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:635: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:639: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2048: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2081: Compile failed; see the compiler error output for details.

Total time: 37 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2