You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/01 05:31:47 UTC

[JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_121) - Build # 758 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/758/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 68195 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: C:\Users\jenkins\AppData\Local\Temp\ecj1233919235
 [ecj-lint] Compiling 1044 source files to C:\Users\jenkins\AppData\Local\Temp\ecj1233919235
 [ecj-lint] invalid Class-Path header in manifest of jar file: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\lib\org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\lib\org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\client\solrj\embedded\EmbeddedSolrServer.java (at line 203)
 [ecj-lint] 	new JavaBinCodec(resolver) {
 [ecj-lint] 
 [ecj-lint]             @Override
 [ecj-lint]             public void writeSolrDocument(SolrDocument doc) {
 [ecj-lint]               callback.streamSolrDocument(doc);
 [ecj-lint]               //super.writeSolrDocument( doc, fields );
 [ecj-lint]             }
 [ecj-lint] 
 [ecj-lint]             @Override
 [ecj-lint]             public void writeSolrDocumentList(SolrDocumentList docs) throws IOException {
 [ecj-lint]               if (docs.size() > 0) {
 [ecj-lint]                 SolrDocumentList tmp = new SolrDocumentList();
 [ecj-lint]                 tmp.setMaxScore(docs.getMaxScore());
 [ecj-lint]                 tmp.setNumFound(docs.getNumFound());
 [ecj-lint]                 tmp.setStart(docs.getStart());
 [ecj-lint]                 docs = tmp;
 [ecj-lint]               }
 [ecj-lint]               callback.streamDocListInfo(docs.getNumFound(), docs.getStart(), docs.getMaxScore());
 [ecj-lint]               super.writeSolrDocumentList(docs);
 [ecj-lint]             }
 [ecj-lint] 
 [ecj-lint]           }.setWritableDocFields(resolver). marshal(rsp.getValues(), out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\client\solrj\embedded\EmbeddedSolrServer.java (at line 227)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\cloud\Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\cloud\Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\cloud\Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\cloud\rule\ReplicaAssigner.java (at line 212)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\cloud\rule\ReplicaAssigner.java (at line 212)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\cloud\rule\ReplicaAssigner.java (at line 212)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\core\CoreContainer.java (at line 917)
 [ecj-lint] 	core = new SolrCore(dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\core\HdfsDirectoryFactory.java (at line 233)
 [ecj-lint] 	dir = new BlockDirectory(path, hdfsDir, cache, null, blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java (at line 120)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\AnalysisRequestHandlerBase.java (at line 144)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\ClassifyStream.java (at line 88)
 [ecj-lint] 	SolrCore solrCore = (SolrCore) solrCoreObj;
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'solrCore' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\ReplicationHandler.java (at line 1236)
 [ecj-lint] 	DirectoryReader reader = s==null ? null : s.get().getIndexReader();
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java (at line 255)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\SQLHandler.java (at line 394)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\handler\component\ExpandComponent.java (at line 222)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(), field), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\highlight\DefaultSolrHighlighter.java (at line 554)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\request\SimpleFacets.java (at line 922)
 [ecj-lint] 	fastForRandomSet = new HashDocSet(sset.getDocs(), 0, sset.size());
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\response\BinaryResponseWriter.java (at line 51)
 [ecj-lint] 	new JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(response.getValues(), out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\response\BinaryResponseWriter.java (at line 163)
 [ecj-lint] 	new JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(), out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\response\BinaryResponseWriter.java (at line 166)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\response\SmileResponseWriter.java (at line 33)
 [ecj-lint] 	new SmileWriter(out, request, response).writeResponse();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\schema\OpenExchangeRatesOrgProvider.java (at line 146)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\CollapsingQParserPlugin.java (at line 1185)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\CursorMark.java (at line 188)
 [ecj-lint] 	pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
 [ecj-lint] 	                        ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\CursorMark.java (at line 265)
 [ecj-lint] 	new JavaBinCodec().marshal(marshalledValues, out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java (at line 145)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java (at line 154)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java (at line 163)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\function\OrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\search\function\ReverseOrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\servlet\SolrDispatchFilter.java (at line 263)
 [ecj-lint] 	throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred while loading solr.xml from zookeeper", e);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. ERROR in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\store\blockcache\Metrics.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] 35. ERROR in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\store\blockcache\Metrics.java (at line 21)
 [ecj-lint] 	import java.util.Map.Entry;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Map.Entry is never used
 [ecj-lint] ----------
 [ecj-lint] 36. ERROR in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\store\blockcache\Metrics.java (at line 22)
 [ecj-lint] 	import java.util.concurrent.ConcurrentHashMap;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.concurrent.ConcurrentHashMap is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\CdcrTransactionLog.java (at line 98)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\HdfsTransactionLog.java (at line 188)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\HdfsTransactionLog.java (at line 258)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 42. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 258)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 273)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java (at line 527)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 45. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\update\processor\UpdateRequestProcessor.java (at line 85)
 [ecj-lint] 	UpdateRequestProcessor p = this;
 [ecj-lint] 	                       ^
 [ecj-lint] Resource leak: 'p' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 46. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 47. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 48. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\java\org\apache\solr\util\SolrLogLayout.java (at line 149)
 [ecj-lint] 	SolrQueryRequest req = requestInfo == null ? null : requestInfo.getReq();
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 48 problems (3 errors, 45 warnings)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:101: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build.xml:689: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:2004: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:2043: Compile failed; see the compiler error output for details.

Total time: 93 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_121) - Build # 759 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/759/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.OverseerRolesTest.testOverseerRole

Error Message:
Timed out waiting for overseer state change

Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change
	at __randomizedtesting.SeedInfo.seed([1EAC1C4DCAAFB171:FF67E1D9F11C87A0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:62)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:140)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008\collection1    C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008\collection1
   C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-008

	at __randomizedtesting.SeedInfo.seed([1EAC1C4DCAAFB171]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12019 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\init-core-data-001
   [junit4]   2> 1237628 INFO  (SUITE-TestLazyCores-seed#[1EAC1C4DCAAFB171]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1237638 INFO  (SUITE-TestLazyCores-seed#[1EAC1C4DCAAFB171]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1237643 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1237793 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1237795 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1238134 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1238134 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1238142 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1238225 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1238225 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1238230 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1238239 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1238239 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1238244 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1238257 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection2
   [junit4]   2> 1238257 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection1
   [junit4]   2> 1238257 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection1\data\]
   [junit4]   2> 1238258 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection5
   [junit4]   2> 1238258 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection5\data\]
   [junit4]   2> 1238259 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection2\data\]
   [junit4]   2> 1238275 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1238277 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1238321 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1238581 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1238581 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1238581 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1238582 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d6b4ac[collection5] main]
   [junit4]   2> 1238587 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1238588 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1238588 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1238589 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1238589 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1238589 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10d331e[collection1] main]
   [junit4]   2> 1238589 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1238590 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1401fb8[collection2] main]
   [junit4]   2> 1238590 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection1\conf
   [junit4]   2> 1238591 INFO  (coreLoadExecutor-4464-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1238591 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection2\conf
   [junit4]   2> 1238592 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1238592 INFO  (coreLoadExecutor-4464-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1238593 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-001\collection5\conf
   [junit4]   2> 1238593 INFO  (coreLoadExecutor-4464-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1238598 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1238598 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1238599 INFO  (searcherExecutor-4467-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1d6b4ac[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1238600 INFO  (searcherExecutor-4466-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10d331e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1238600 INFO  (searcherExecutor-4465-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@1401fb8[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1238699 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1238800 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1238900 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239001 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239102 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239202 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239302 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239403 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239504 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239605 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239705 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239806 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1239906 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240007 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240109 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240209 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240309 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240433 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240533 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240640 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240741 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240841 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1240941 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241042 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241143 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241243 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241344 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241444 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241545 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241646 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241747 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241848 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1241951 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242054 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242154 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242254 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242355 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242455 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242557 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242658 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242758 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242859 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1242960 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243060 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243160 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243261 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243361 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243461 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243562 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243663 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243763 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243865 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1243967 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244067 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244167 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244270 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244375 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244483 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244585 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244686 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244786 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244891 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1244999 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245108 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245208 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245309 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245409 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245510 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245611 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245711 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245811 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1245912 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1246016 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1246117 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 1246130 INFO  (Thread-2700) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c6b33a
   [junit4]   2> 1246133 INFO  (Thread-2700) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1246218 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=11418745
   [junit4]   2> 1246229 INFO  (coreCloseExecutor-4478-thread-1) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@19733d8
   [junit4]   2> 1246229 INFO  (coreCloseExecutor-4478-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@12d0d89
   [junit4]   2> 1246232 INFO  (coreCloseExecutor-4478-thread-2) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1246234 INFO  (coreCloseExecutor-4478-thread-1) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1246234 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1246235 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 1246237 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1246556 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1246557 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1246855 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1246855 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1246864 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1246872 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1246876 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1246881 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1246895 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1246898 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1246898 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1246912 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection5
   [junit4]   2> 1246912 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection2
   [junit4]   2> 1246912 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection1
   [junit4]   2> 1246913 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection2\data\]
   [junit4]   2> 1246913 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection1\data\]
   [junit4]   2> 1246913 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection5\data\]
   [junit4]   2> 1246926 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1246927 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1246928 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1247207 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247207 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247208 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1247209 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@921af2[collection2] main]
   [junit4]   2> 1247210 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection2\conf
   [junit4]   2> 1247210 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1247211 INFO  (coreLoadExecutor-4485-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1247220 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247220 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247221 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1247222 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fa94[collection1] main]
   [junit4]   2> 1247223 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection1\conf
   [junit4]   2> 1247223 INFO  (coreLoadExecutor-4485-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1247225 INFO  (searcherExecutor-4487-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@921af2[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247225 INFO  (searcherExecutor-4488-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6fa94[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247236 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247236 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247237 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1247238 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cc1788[collection5] main]
   [junit4]   2> 1247239 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection5\conf
   [junit4]   2> 1247240 INFO  (coreLoadExecutor-4485-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1247240 INFO  (searcherExecutor-4486-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1cc1788[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247297 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1247309 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1247319 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1247335 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection3
   [junit4]   2> 1247335 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection3\data\]
   [junit4]   2> 1247348 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=10.7607421875, floorSegmentMB=1.798828125, forceMergeDeletesPctAllowed=9.808976162916869, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2372293152547786
   [junit4]   2> 1247598 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247599 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247599 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=688744363, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1247600 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@15b8bd0[collection3] main]
   [junit4]   2> 1247602 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection3\conf
   [junit4]   2> 1247602 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1247603 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1247607 INFO  (searcherExecutor-4498-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@15b8bd0[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247675 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1247706 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1247715 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1247731 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection4
   [junit4]   2> 1247732 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection4\data\]
   [junit4]   2> 1247743 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=50.2900390625, floorSegmentMB=1.9140625, forceMergeDeletesPctAllowed=26.783448160552723, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1248050 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248050 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248050 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7435459961836063]
   [junit4]   2> 1248051 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@12625f5[collection4] main]
   [junit4]   2> 1248052 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection4\conf
   [junit4]   2> 1248053 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1248054 INFO  (searcherExecutor-4502-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@12625f5[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248125 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1248137 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1248151 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1248168 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection6
   [junit4]   2> 1248168 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection6\data\]
   [junit4]   2> 1248180 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=15.50390625, floorSegmentMB=1.5888671875, forceMergeDeletesPctAllowed=19.353172284053215, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1248516 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1248516 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1248527 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=54.748046875, floorSegmentMB=1.79296875, forceMergeDeletesPctAllowed=7.997038824106209, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1248528 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1275901[collection6] main]
   [junit4]   2> 1248529 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection6\conf
   [junit4]   2> 1248530 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1248531 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1248607 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1248617 INFO  (searcherExecutor-4506-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@1275901[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1248659 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1248764 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1248808 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection7
   [junit4]   2> 1248809 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection7], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection7\data\]
   [junit4]   2> 1248829 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6224963627997229]
   [junit4]   2> 1249591 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1249591 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1249591 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1249592 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a496f5[collection7] main]
   [junit4]   2> 1249594 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection7\conf
   [junit4]   2> 1249594 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1249594 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 1249657 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1249670 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1249685 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1249701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection8
   [junit4]   2> 1249702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection8], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection8\data\]
   [junit4]   2> 1249715 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1608813643, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1249796 INFO  (searcherExecutor-4510-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection7] Registered new searcher Searcher@1a496f5[collection7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250029 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250029 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250030 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6073069082351876]
   [junit4]   2> 1250031 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@a99086[collection8] main]
   [junit4]   2> 1250032 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection8\conf
   [junit4]   2> 1250032 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250033 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection8
   [junit4]   2> 1250033 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Closing transient core [collection3]
   [junit4]   2> 1250089 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250100 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1250111 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250127 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection9
   [junit4]   2> 1250128 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection9], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection9\data\]
   [junit4]   2> 1250140 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=80.396484375, floorSegmentMB=1.8154296875, forceMergeDeletesPctAllowed=5.621541423202575, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1250151 INFO  (searcherExecutor-4514-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection8] Registered new searcher Searcher@a99086[collection8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250623 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250623 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250624 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=57.4716796875, floorSegmentMB=1.1552734375, forceMergeDeletesPctAllowed=20.65148813226547, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14379535577756564
   [junit4]   2> 1250624 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d4c554[collection9] main]
   [junit4]   2> 1250626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-002\collection9\conf
   [junit4]   2> 1250626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection9
   [junit4]   2> 1250627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 1250627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@128619c
   [junit4]   2> 1250628 INFO  (Thread-2701) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a38f5
   [junit4]   2> 1250745 INFO  (searcherExecutor-4518-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection9] Registered new searcher Searcher@1d4c554[collection9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250748 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1250748 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21205387
   [junit4]   2> 1250751 INFO  (Thread-2701) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1250766 INFO  (coreCloseExecutor-4522-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@106ffd0
   [junit4]   2> 1251019 INFO  (coreCloseExecutor-4522-thread-7-processing-x:collection3) [    x:collection9] o.a.s.c.SolrCore [collection9]  CLOSING SolrCore org.apache.solr.core.SolrCore@e75d40
   [junit4]   2> 1251028 INFO  (coreCloseExecutor-4522-thread-4-processing-x:collection3) [    x:collection6] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c81dd
   [junit4]   2> 1251046 INFO  (coreCloseExecutor-4522-thread-5-processing-x:collection3) [    x:collection7] o.a.s.c.SolrCore [collection7]  CLOSING SolrCore org.apache.solr.core.SolrCore@da34c6
   [junit4]   2> 1251046 INFO  (coreCloseExecutor-4522-thread-3-processing-x:collection3) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@18ec830
   [junit4]   2> 1251046 INFO  (coreCloseExecutor-4522-thread-2-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ae4e60
   [junit4]   2> 1251046 INFO  (coreCloseExecutor-4522-thread-6-processing-x:collection3) [    x:collection8] o.a.s.c.SolrCore [collection8]  CLOSING SolrCore org.apache.solr.core.SolrCore@86b1fc
   [junit4]   2> 1251051 INFO  (coreCloseExecutor-4522-thread-1-processing-x:collection3) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1251188 INFO  (coreCloseExecutor-4522-thread-5-processing-x:collection3) [    x:collection7] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
   [junit4]   2> 1251192 INFO  (coreCloseExecutor-4522-thread-7-processing-x:collection3) [    x:collection9] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
   [junit4]   2> 1251195 INFO  (coreCloseExecutor-4522-thread-6-processing-x:collection3) [    x:collection8] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
   [junit4]   2> 1251198 INFO  (coreCloseExecutor-4522-thread-2-processing-x:collection3) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1251201 INFO  (coreCloseExecutor-4522-thread-4-processing-x:collection3) [    x:collection6] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
   [junit4]   2> 1251204 INFO  (coreCloseExecutor-4522-thread-3-processing-x:collection3) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1251207 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1251207 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4] IGNOR/A 0.00s J0 | TestLazyCores.testNoCommit
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-10101))
   [junit4]   2> 1251305 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1251483 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1251488 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1252557 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1252575 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1252576 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1252582 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1252595 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1252598 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1252598 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1252622 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection2
   [junit4]   2> 1252622 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection1
   [junit4]   2> 1252624 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection1\data\]
   [junit4]   2> 1252624 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection2\data\]
   [junit4]   2> 1252718 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1252874 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1253294 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1253298 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253301 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection5
   [junit4]   2> 1253302 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection5], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection5\data\]
   [junit4]   2> 1253442 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1253543 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253543 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253544 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1253544 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fbd47[collection5] main]
   [junit4]   2> 1253546 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection5\conf
   [junit4]   2> 1253546 INFO  (coreLoadExecutor-4529-thread-3-processing-x:collection3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1253621 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253621 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253625 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1253633 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c73d0[collection2] main]
   [junit4]   2> 1253635 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection2\conf
   [junit4]   2> 1253635 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1253636 INFO  (coreLoadExecutor-4529-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1253726 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253726 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253727 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22142318404907604]
   [junit4]   2> 1253727 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c45e5b[collection1] main]
   [junit4]   2> 1253729 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection1\conf
   [junit4]   2> 1253729 INFO  (coreLoadExecutor-4529-thread-1-processing-x:collection3) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1253791 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1253802 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1253827 INFO  (searcherExecutor-4532-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1fbd47[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253827 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253841 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection4
   [junit4]   2> 1253842 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection4], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection4\data\]
   [junit4]   2> 1253867 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=69.2529296875, floorSegmentMB=2.119140625, forceMergeDeletesPctAllowed=8.60559091566154, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1254185 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254185 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254186 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=31.490234375, floorSegmentMB=1.404296875, forceMergeDeletesPctAllowed=20.061636042122753, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8764612816947641
   [junit4]   2> 1254186 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1448a6f[collection4] main]
   [junit4]   2> 1254188 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection4\conf
   [junit4]   2> 1254188 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1254228 INFO  (searcherExecutor-4530-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@4c73d0[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254239 INFO  (searcherExecutor-4531-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c45e5b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254290 INFO  (searcherExecutor-4543-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@1448a6f[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254459 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1254470 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1254480 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254494 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection6
   [junit4]   2> 1254495 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection6], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection6\data\]
   [junit4]   2> 1254506 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1254958 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254958 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254958 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=42.7451171875, floorSegmentMB=0.390625, forceMergeDeletesPctAllowed=9.125796000925178, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1254958 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@ca8331[collection6] main]
   [junit4]   2> 1254963 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1EAC1C4DCAAFB171-001\tempDir-003\collection6\conf
   [junit4]   2> 1254963 INFO  (TEST-TestLazyCores.testCreateSame-seed#[1EAC1C4DCAAFB171]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be r

[...truncated too long message...]

read.java:745)
   [junit4]   2> 2224903 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15a8a9b4e3d000c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2224903 INFO  (jetty-closer-3367-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2224903 INFO  (jetty-closer-3367-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c70b50{/solr,null,UNAVAILABLE}
   [junit4]   2> 2224904 WARN  (zkCallback-3384-thread-2-processing-n:127.0.0.1:62266_solr) [n:127.0.0.1:62266_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2226402 INFO  (jetty-closer-3367-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2226402 INFO  (jetty-closer-3367-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a25271{/solr,null,UNAVAILABLE}
   [junit4]   2> 2226403 WARN  (zkCallback-3388-thread-1-processing-n:127.0.0.1:62269_solr) [n:127.0.0.1:62269_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2226404 INFO  (jetty-closer-3367-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2226404 INFO  (jetty-closer-3367-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bb4dfa{/solr,null,UNAVAILABLE}
   [junit4]   2> 2226405 INFO  (SUITE-OverseerRolesTest-seed#[1EAC1C4DCAAFB171]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62259 62259
   [junit4]   2> 2226408 INFO  (Thread-3705) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62259 62259
   [junit4]   2> 2226409 WARN  (Thread-3705) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97542741579071498-127.0.0.1:62278_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/97542741579071500-127.0.0.1:62269_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/overseer/collection-queue-work
   [junit4]   2> 	16	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2226409 INFO  (SUITE-OverseerRolesTest-seed#[1EAC1C4DCAAFB171]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_1EAC1C4DCAAFB171-001
   [junit4]   2> Mar 01, 2017 4:02:18 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1577, maxMBSortInHeap=7.353546463806586, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ms-MY, timezone=Etc/GMT+6
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 (32-bit)/cpus=3,threads=1,free=153598168,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrVersionReplicationTest, LeaderInitiatedRecoveryOnShardRestartTest, ReplicaListTransformerTest, CircularListTest, TestCustomDocTransformer, TestFileDictionaryLookup, UtilsToolTest, TestSchemaManager, CacheHeaderTest, ManagedSchemaRoundRobinCloudTest, DebugComponentTest, MBeansHandlerTest, DeleteNodeTest, TestCustomSort, CdcrReplicationHandlerTest, TestLeaderInitiatedRecoveryThread, URLClassifyProcessorTest, TestCloudRecovery, TestLuceneMatchVersion, TestSolrConfigHandlerConcurrent, TestCloudDeleteByQuery, TestDynamicFieldCollectionResource, TestCorePropertiesReload, CollectionTooManyReplicasTest, TestPHPSerializedResponseWriter, TestWriterPerf, RAMDirectoryFactoryTest, TestHighFrequencyDictionaryFactory, TestSolrCLIRunExample, TestRandomFaceting, TestStressLiveNodes, UpdateParamsTest, HdfsCollectionsAPIDistributedZkTest, BigEndianAscendingWordSerializerTest, HdfsBasicDistributedZk2Test, TestRestoreCore, DeleteInactiveReplicaTest, TestShardHandlerFactory, TestFieldCacheVsDocValues, BJQParserTest, TestSolr4Spatial, PreAnalyzedFieldTest, TestConfigReload, CopyFieldTest, RankQueryTest, UUIDFieldTest, TestRawResponseWriter, TestNoOpRegenerator, UpdateRequestProcessorFactoryTest, TestMergePolicyConfig, TestHashQParserPlugin, ShardRoutingCustomTest, BasicZkTest, CoreAdminRequestStatusTest, EchoParamsTest, TestNRTOpen, DateMathParserTest, VersionInfoTest, ConfigSetsAPITest, LukeRequestHandlerTest, CSVRequestHandlerTest, DistanceUnitsTest, TestSearcherReuse, DistribJoinFromCollectionTest, TestSizeLimitedDistributedMap, TestMacros, AliasIntegrationTest, TestStandardQParsers, TestPerFieldSimilarityWithDefaultOverride, TestLMDirichletSimilarityFactory, SliceStateTest, DocValuesMissingTest, LeaderElectionIntegrationTest, TestManagedStopFilterFactory, ZkStateReaderTest, HighlighterConfigTest, TestCloudPivotFacet, TestSolrCoreParser, TestDFRSimilarityFactory, TestTrackingShardHandlerFactory, TestRangeQuery, CollectionReloadTest, OutOfBoxZkACLAndCredentialsProvidersTest, SolrGraphiteReporterTest, TestQuerySenderNoQuery, TestDistributedMissingSort, TestConfigSetProperties, TestConfigOverlay, TestReversedWildcardFilterFactory, TestLegacyFieldCache, JsonLoaderTest, TestJavabinTupleStreamParser, TestCopyFieldCollectionResource, CoreSorterTest, SolrIndexSplitterTest, TestRecoveryHdfs, TestSerializedLuceneMatchVersion, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFiltering, V2ApiIntegrationTest, TestQueryUtils, TestDocBasedVersionConstraints, TestInPlaceUpdatesStandalone, SolrMetricManagerTest, BinaryUpdateRequestHandlerTest, TestIntervalFaceting, TestLRUStatsCache, MinimalSchemaTest, TestRecovery, TestRealTimeGet, AddBlockUpdateTest, CdcrBootstrapTest, SecurityConfHandlerTest, TestComplexPhraseLeadingWildcard, SortByFunctionTest, TestTrie, AtomicUpdatesTest, TestFuzzyAnalyzedSuggestions, TestSubQueryTransformer, TestNumericTerms64, CoreAdminHandlerTest, TestEmbeddedSolrServerSchemaAPI, NoCacheHeaderTest, MissingSegmentRecoveryTest, SpellPossibilityIteratorTest, SolrMetricsIntegrationTest, BlockDirectoryTest, TestSolrCloudWithHadoopAuthPlugin, DistanceFunctionTest, TestSlowCompositeReaderWrapper, TestConfig, SolrCmdDistributorTest, TolerantUpdateProcessorTest, JvmMetricsTest, HdfsThreadLeakTest, ResourceLoaderTest, TestObjectReleaseTracker, CursorMarkTest, TestJsonFacets, TestReload, TestSearchPerf, TestCodecSupport, TestXmlQParserPlugin, TestRuleBasedAuthorizationPlugin, TestQueryWrapperFilter, TestJmxMonitoredMap, TestGeoJSONResponseWriter, IndexSchemaTest, HdfsRestartWhileUpdatingTest, AutoCommitTest, CdcrUpdateLogTest, TestPathTrie, TestSolrQueryParser, ForceLeaderTest, BlockJoinFacetRandomTest, AnalyticsMergeStrategyTest, SpellingQueryConverterTest, ShardSplitTest, CollectionsAPIDistributedZkTest, LeaderFailureAfterFreshStartTest, TestCloudSchemaless, LeaderElectionContextKeyTest, BasicAuthStandaloneTest, SharedFSAutoReplicaFailoverUtilsTest, CreateCollectionCleanupTest, SolrInfoMBeanTest, HdfsRecoverLeaseTest, TestFastWriter, TestDistributedGrouping, UnloadDistributedZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, BasicFunctionalityTest, TestBadConfig, TestIndexSearcher, CurrencyFieldOpenExchangeTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, DocValuesTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, DocValuesMultiTest, TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, FastVectorHighlighterTest, RegexBoostProcessorTest, SolrPluginUtilsTest, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, TestComponentsName, TestBinaryResponseWriter, TestLFUCache, TestSystemIdResolver, TestSuggestSpellingConverter, ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, TestRTGBase, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, BaseCdcrDistributedZkTest, CleanupOldIndexTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, LeaderFailoverAfterPartitionTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest]
   [junit4] Completed [496/697 (2!)] on J1 in 20.82s, 1 test, 1 failure <<< FAILURES!

[...truncated 55531 lines...]