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/08/28 20:38:40 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 20386 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20386/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 54158 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1413748498
 [ecj-lint] Compiling 1124 source files to /tmp/ecj1413748498
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 1002)
 [ecj-lint] 	core = new SolrCore(this, dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 234)
 [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] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 121)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 145)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1282)
 [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] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 517)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zk, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 743)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zkHost, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 578)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 21)
 [ecj-lint] 	import java.util.SortedMap;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.SortedMap is never used
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 24)
 [ecj-lint] 	import com.codahale.metrics.Counter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Counter is never used
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 25)
 [ecj-lint] 	import com.codahale.metrics.Gauge;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Gauge is never used
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 26)
 [ecj-lint] 	import com.codahale.metrics.Histogram;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Histogram is never used
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 27)
 [ecj-lint] 	import com.codahale.metrics.Meter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Meter is never used
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 29)
 [ecj-lint] 	import com.codahale.metrics.MetricRegistry;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.MetricRegistry is never used
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 32)
 [ecj-lint] 	import com.codahale.metrics.Timer;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Timer is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 925)
 [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] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1315)
 [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] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 291)
 [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] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 191)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 261)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 260)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 275)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 529)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37 problems (7 errors, 30 warnings)

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

Total time: 67 minutes 34 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-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+181) - Build # 20400 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20400/
Java: 32bit/jdk-9-ea+181 -server -XX:+UseConcMarkSweepGC --illegal-access=deny

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
8 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest:     1) Thread[id=3823, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@9/java.lang.Thread.run(Thread.java:844)    2) Thread[id=3825, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]-EventThread, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    3) Thread[id=4010, name=zkCallback-565-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    4) Thread[id=3824, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]-SendThread(127.0.0.1:46873), state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    5) Thread[id=4039, name=zkCallback-565-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    6) Thread[id=3826, name=zkCallback-565-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    7) Thread[id=4011, name=zkCallback-565-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    8) Thread[id=4132, name=zkCallback-565-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 8 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest: 
   1) Thread[id=3823, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=3825, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]-EventThread, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   3) Thread[id=4010, name=zkCallback-565-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   4) Thread[id=3824, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]-SendThread(127.0.0.1:46873), state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   5) Thread[id=4039, name=zkCallback-565-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   6) Thread[id=3826, name=zkCallback-565-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   7) Thread[id=4011, name=zkCallback-565-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   8) Thread[id=4132, name=zkCallback-565-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([76F7BBAF9E9AFB1F]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4010, name=zkCallback-565-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    2) Thread[id=3824, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]-SendThread(127.0.0.1:46873), state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    3) Thread[id=4039, name=zkCallback-565-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    4) Thread[id=3826, name=zkCallback-565-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    5) Thread[id=4011, name=zkCallback-565-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    6) Thread[id=4132, name=zkCallback-565-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4010, name=zkCallback-565-thread-2, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=3824, name=TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]-SendThread(127.0.0.1:46873), state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   3) Thread[id=4039, name=zkCallback-565-thread-4, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   4) Thread[id=3826, name=zkCallback-565-thread-1, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   5) Thread[id=4011, name=zkCallback-565-thread-3, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   6) Thread[id=4132, name=zkCallback-565-thread-5, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([76F7BBAF9E9AFB1F]:0)


FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:32981/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:32981/collection1
	at __randomizedtesting.SeedInfo.seed([76F7BBAF9E9AFB1F:FEA38475306696E7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1583)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:213)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
	... 52 more




Build Log:
[...truncated 1707 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20170831_213118_9997628086127483485245.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20170831_213118_99911417730489693978646.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20170831_213118_9999653653298010833849.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 282 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20170831_213855_28316789187353636883954.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20170831_213855_28215587636965148539251.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 20 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20170831_213855_282249841632298953839.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1041 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20170831_214110_59717611489562504245246.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20170831_214110_59712863350783725687953.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20170831_214110_5977982538304253489042.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20170831_214317_67417604158865399367013.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20170831_214317_6731844595106249620854.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20170831_214317_6731104445185674258673.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 247 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20170831_214340_72713692589898277364328.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20170831_214340_7205269889287373394334.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20170831_214340_72212742065916968074658.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20170831_214420_12611591155166024763877.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20170831_214420_12613062578970063480565.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20170831_214420_12613518765671538662049.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20170831_214425_30211883203236372214649.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20170831_214425_3024693861488562071032.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20170831_214425_3023682942236856028069.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20170831_214441_2663209061757183351729.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20170831_214441_2664439028916864310261.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20170831_214453_5465301689376161276403.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20170831_214453_5468165269066281810058.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20170831_214453_5469857401453290867564.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20170831_214456_3732992620831548866857.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20170831_214503_8596713258057996658420.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20170831_214503_85910625443570308678553.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 25 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20170831_214503_8592245905294413988600.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1237 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20170831_214515_40112550257496193015081.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20170831_214515_40117366930191446927452.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20170831_214515_40110570271483176728567.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20170831_214524_9936743177162214075528.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20170831_214524_99316469262977640875183.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20170831_214524_99311266960812450917098.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20170831_214538_45814427560207993732204.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20170831_214538_45813617631720249849302.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20170831_214538_4642263732322375296731.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20170831_214837_94010919703141318359323.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20170831_214837_94016584573928066844719.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20170831_214837_9409069404006733214015.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20170831_214841_1652384483592376589777.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20170831_214841_16515999123012829748134.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20170831_214841_16510281923328300119423.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 215 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20170831_214847_350412768651820977370.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20170831_214847_3503737562674428207519.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20170831_214847_3508811683896309747782.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20170831_214926_2245442966015414673048.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20170831_214926_2241488495043675721460.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20170831_214926_2248891804112487345128.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 243 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20170831_214938_15516148237461037490530.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20170831_214938_1559453364456013720974.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20170831_214938_15515191280655065579623.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20170831_215000_37917964400378478646490.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20170831_215000_3794236419398163988018.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20170831_215000_3793348493097067198719.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20170831_215024_36712506821882860765852.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20170831_215024_3678442928723401595401.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 180 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20170831_215036_2065430733904183295333.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20170831_215036_2068727716684963836929.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20170831_215036_2067241945173136031192.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 315 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20170831_215055_3851446696994528709034.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20170831_215055_38612592315870182429055.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20170831_215055_3859422677244359509715.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 224 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20170831_215103_25316713999636768806533.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20170831_215103_2534354130119231019986.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20170831_215103_25314288615811950173113.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20170831_215111_2844324529646432422237.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20170831_215111_2846035075327069708629.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20170831_215111_28415177019919130205120.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20170831_215124_94512147034955571242135.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20170831_215124_94512911187017965033976.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20170831_215124_9451961733522166413426.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 218 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20170831_215221_0493123435078095680314.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20170831_215221_06310292264963044085344.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20170831_215221_04912099288351126111502.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20170831_215234_97012224603160339840586.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20170831_215237_43416030954057704105931.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20170831_215237_43318304528069116719559.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20170831_215237_4339099059739902897911.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20170831_215437_20618274043230810598262.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20170831_215437_20611233632098022345529.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20170831_215437_20610284903954674898899.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1967 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/init-core-data-001
   [junit4]   2> 473834 WARN  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[76F7BBAF9E9AFB1F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 473834 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[76F7BBAF9E9AFB1F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 473835 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[76F7BBAF9E9AFB1F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 473835 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[76F7BBAF9E9AFB1F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 473835 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[76F7BBAF9E9AFB1F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 473838 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 473838 INFO  (Thread-719) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 473838 INFO  (Thread-719) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 473851 ERROR (Thread-719) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 473938 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.ZkTestServer start zk server on port:46873
   [junit4]   2> 473967 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 0x15e3a521d990000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 473987 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 473989 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 473990 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 473991 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 473991 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 473992 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 473993 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 473994 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 473995 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 473995 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 473996 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 473997 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 474116 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 474117 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d89201{/,null,AVAILABLE}
   [junit4]   2> 474118 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1cd4eb{HTTP/1.1,[http/1.1]}{127.0.0.1:35353}
   [junit4]   2> 474118 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.e.j.s.Server Started @475360ms
   [junit4]   2> 474118 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/tempDir-001/control/data, hostPort=35353, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 474119 ERROR (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 474119 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 474119 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 474119 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 474119 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-31T22:03:33.936230Z
   [junit4]   2> 474123 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 474123 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/control-001/solr.xml
   [junit4]   2> 474137 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@f73e81, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 474139 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46873/solr
   [junit4]   2> 474188 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 474189 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35353_
   [junit4]   2> 474189 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.Overseer Overseer (id=98580366207025156-127.0.0.1:35353_-n_0000000000) starting
   [junit4]   2> 474201 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35353_
   [junit4]   2> 474203 INFO  (zkCallback-558-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 474349 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f73e81
   [junit4]   2> 474358 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f73e81
   [junit4]   2> 474358 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f73e81
   [junit4]   2> 474359 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/control-001/cores
   [junit4]   2> 474373 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 474373 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[76F7BBAF9E9AFB1F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46873/solr ready
   [junit4]   2> 474375 INFO  (qtp30720922-3791) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35353_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 474377 INFO  (OverseerThreadFactory-1946-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 474480 INFO  (qtp30720922-3793) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 474480 INFO  (qtp30720922-3793) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 474583 INFO  (zkCallback-558-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 475492 INFO  (qtp30720922-3793) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 475503 INFO  (qtp30720922-3793) [    ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 475588 INFO  (qtp30720922-3793) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 475604 INFO  (qtp30720922-3793) [    ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 475605 INFO  (qtp30720922-3793) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f73e81
   [junit4]   2> 475605 INFO  (qtp30720922-3793) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 475605 INFO  (qtp30720922-3793) [    ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_76F7BBAF9E9AFB1F-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 475609 INFO  (qtp30720922-3793) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8789066729217245]
   [junit4]   2> 475632 WARN  (qtp30720922-3793) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 475672 INFO  (qtp30720922-3793) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 475672 INFO  (qtp30720922-3793) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 475673 INFO  (qtp30720922-3793) [    ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 475673 INFO  (qtp30720922-3793) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 475674 INFO  (qtp30720922-3793) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@191a7db
   [junit4]   2> 475675 INFO  (qtp30720922-3793) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10e3f6d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 475675 INFO  (qtp30720922-3793) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 475676 INFO  (qtp30720922-3793) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 475676 INFO  (qtp30720922-3793) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 475677 INFO  (searcherExecutor-1949-thread-1) [    ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@10e3f6d[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 475677 INFO  (qtp30720922-3793) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577285861238636544
   [junit4]   2> 475680 INFO  (qtp30720922-3793) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 475681 INFO  (qtp30720922-3793) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 475681 INFO  (qtp30720922-3793) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35353/control_collection_shard1_replica_n1/
   [junit4]   2> 475681 INFO  (qtp30720922-3793) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 475681 INFO  (qtp30720922-3793) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35353/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 475681 INFO  (qtp30720922-3793) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 475682 INFO  (qtp30720922-3793) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35353/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 475783 INFO  (zkCallback-558-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 475833 INFO  (qtp30720922-3793) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 475833 INFO  (qtp30720922-3793) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1353
   [junit4]   2> 475835 INFO  (qtp30720922-3791) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 475935 INFO  (zkCallback-558-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 476378 INFO  (OverseerCollectionConfigSetProcessor-98580366207025156-127.0.0.1:35353_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 476835 IN

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

n UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20170831_222455_4403835904077183474026.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 545 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20170831_222531_54515645557864066307653.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20170831_222531_54510054148432991048254.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20170831_222531_54510661689054297496982.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1239 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20170831_222547_1798214389324659811353.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20170831_222547_17910721733268227597522.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 642 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20170831_222553_0529930309876606659630.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20170831_222553_0526152336496241212642.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20170831_222553_05212781078332330755612.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 549 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20170831_222613_4579459460719536240205.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20170831_222613_4575808295806915842670.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20170831_222613_45711106359439320953832.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 555 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20170831_222622_88117968606435393319328.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20170831_222622_88112686472967720158945.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 641 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20170831_222628_70915740267377931216319.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20170831_222628_7094210251375436934406.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20170831_222628_70911360956596890880912.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 588 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20170831_222703_62616552233516104330625.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20170831_222703_6268147531689349989665.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 540 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20170831_222713_82116498998912636864175.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 30845 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 57 minutes 36 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20399 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20399/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

All tests passed

Build Log:
[...truncated 52589 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 60 minutes 10 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20398 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20398/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

All tests passed

Build Log:
[...truncated 52610 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 74 minutes 17 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-master-Linux (32bit/jdk1.8.0_144) - Build # 20397 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20397/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 55554 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 72 minutes 54 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20396 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20396/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny

All tests passed

Build Log:
[...truncated 52631 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 74 minutes 43 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20395 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20395/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

All tests passed

Build Log:
[...truncated 52611 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 63 minutes 7 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-master-Linux (32bit/jdk1.8.0_144) - Build # 20394 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20394/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 54192 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj926531139
 [ecj-lint] Compiling 1124 source files to /tmp/ecj926531139
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 1002)
 [ecj-lint] 	core = new SolrCore(this, dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 234)
 [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] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 121)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 145)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1282)
 [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] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 517)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zk, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 743)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zkHost, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 578)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 21)
 [ecj-lint] 	import java.util.SortedMap;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.SortedMap is never used
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 24)
 [ecj-lint] 	import com.codahale.metrics.Counter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Counter is never used
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 25)
 [ecj-lint] 	import com.codahale.metrics.Gauge;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Gauge is never used
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 26)
 [ecj-lint] 	import com.codahale.metrics.Histogram;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Histogram is never used
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 27)
 [ecj-lint] 	import com.codahale.metrics.Meter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Meter is never used
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 29)
 [ecj-lint] 	import com.codahale.metrics.MetricRegistry;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.MetricRegistry is never used
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 32)
 [ecj-lint] 	import com.codahale.metrics.Timer;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Timer is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 925)
 [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] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1315)
 [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] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 291)
 [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] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 191)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 261)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 260)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 275)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 529)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37 problems (7 errors, 30 warnings)

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

Total time: 78 minutes 51 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-master-Linux (64bit/jdk1.8.0_144) - Build # 20393 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20393/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 55822 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj612320150
 [ecj-lint] Compiling 1124 source files to /tmp/ecj612320150
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 1002)
 [ecj-lint] 	core = new SolrCore(this, dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 234)
 [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] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 121)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 145)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1282)
 [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] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 517)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zk, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 743)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zkHost, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 578)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 21)
 [ecj-lint] 	import java.util.SortedMap;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.SortedMap is never used
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 24)
 [ecj-lint] 	import com.codahale.metrics.Counter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Counter is never used
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 25)
 [ecj-lint] 	import com.codahale.metrics.Gauge;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Gauge is never used
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 26)
 [ecj-lint] 	import com.codahale.metrics.Histogram;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Histogram is never used
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 27)
 [ecj-lint] 	import com.codahale.metrics.Meter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Meter is never used
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 29)
 [ecj-lint] 	import com.codahale.metrics.MetricRegistry;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.MetricRegistry is never used
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 32)
 [ecj-lint] 	import com.codahale.metrics.Timer;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Timer is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 925)
 [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] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1315)
 [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] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 291)
 [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] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 191)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 261)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 260)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 275)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 529)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37 problems (7 errors, 30 warnings)

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

Total time: 67 minutes 40 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20392 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20392/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseParallelGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream

Error Message:
Error from server at http://127.0.0.1:45277/solr/workQueue_shard2_replica_n3: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason: <pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:45277/solr/workQueue_shard2_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([F895FE47629FC372:45828B5E5BB3FE2F]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:6891)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45277/solr/workQueue_shard2_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	... 1 more


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
Test requires that log-level is at-least INFO, but INFO is disabled

Stack Trace:
java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
	at __randomizedtesting.SeedInfo.seed([FA1647F5CC1F362:5045494837CD6027]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11746 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_FA1647F5CC1F362-001/init-core-data-001
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=FA1647F5CC1F362 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-HT -Dtests.timezone=Antarctica/Vostok -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA1647F5CC1F362:5045494837CD6027]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_FA1647F5CC1F362-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1439, maxMBSortInHeap=5.242529457855171, sim=RandomSimilarity(queryNorm=true): {}, locale=fr-HT, timezone=Antarctica/Vostok
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=204247872,total=488112128
   [junit4]   2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest, DistributedTermsComponentTest, BadComponentTest, TestFiltering, TestCloudSearcherWarming, DistributedSuggestComponentTest, TestPostingsSolrHighlighter, TolerantUpdateProcessorTest, LeaderElectionContextKeyTest, SolrCloudExampleTest, VersionInfoTest, TestEmbeddedSolrServerConstructors, TestRandomRequestDistribution, TestSolrCloudWithHadoopAuthPlugin, TestNumericTerms32, TestXIncludeConfig, TestCharFilters, DataDrivenBlockJoinTest, TestJsonFacetRefinement, SOLR749Test, TestCloudDeleteByQuery, TestDistribDocBasedVersion, TestSha256AuthenticationProvider, SampleTest, TestCloudManagedSchema, CoreMergeIndexesAdminHandlerTest, ShardRoutingCustomTest, ScriptEngineTest, TestTrieFacet, AddBlockUpdateTest, DistributedFacetPivotWhiteBoxTest, MoveReplicaTest, AssignBackwardCompatibilityTest, TestOrdValues, CollectionsAPIDistributedZkTest, HdfsLockFactoryTest, ZkCLITest, BaseCdcrDistributedZkTest, TestDistributedGrouping, OutOfBoxZkACLAndCredentialsProvidersTest, TestSearchPerf, TestNumericTokenStream, ConfigureRecoveryStrategyTest, SuggesterTSTTest, AnalyticsMergeStrategyTest, DirectSolrSpellCheckerTest, TestComplexPhraseLeadingWildcard, DistributedQueueTest, SolrSlf4jReporterTest]
   [junit4] Completed [188/732 (1!)] on J1 in 0.02s, 1 test, 1 failure <<< FAILURES!

[...truncated 2715 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/init-core-data-001
   [junit4]   2> 104875 WARN  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 104877 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 104877 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 104877 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 104877 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001
   [junit4]   2> 104878 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 104878 INFO  (Thread-266) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 104878 INFO  (Thread-266) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 104879 ERROR (Thread-266) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 104978 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39731
   [junit4]   2> 104983 INFO  (jetty-launcher-314-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 104983 INFO  (jetty-launcher-314-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 104983 INFO  (jetty-launcher-314-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 104984 INFO  (jetty-launcher-314-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 104984 INFO  (jetty-launcher-314-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28875e18{/solr,null,AVAILABLE}
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7918548f{/solr,null,AVAILABLE}
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7808cf3c{HTTP/1.1,[http/1.1]}{127.0.0.1:45785}
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-4) [    ] o.e.j.s.Server Started @107177ms
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a84a89a{/solr,null,AVAILABLE}
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45785}
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79d21f48{HTTP/1.1,[http/1.1]}{127.0.0.1:45277}
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-2) [    ] o.e.j.s.Server Started @107177ms
   [junit4]   2> 104985 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45277}
   [junit4]   2> 104986 ERROR (jetty-launcher-314-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T05:31:54.825181Z
   [junit4]   2> 104986 ERROR (jetty-launcher-314-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 104986 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T05:31:54.825383Z
   [junit4]   2> 104989 INFO  (jetty-launcher-314-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c695243{/solr,null,AVAILABLE}
   [junit4]   2> 104990 INFO  (jetty-launcher-314-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e03b334{HTTP/1.1,[http/1.1]}{127.0.0.1:36665}
   [junit4]   2> 104990 INFO  (jetty-launcher-314-thread-3) [    ] o.e.j.s.Server Started @107182ms
   [junit4]   2> 104990 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36665}
   [junit4]   2> 104990 INFO  (jetty-launcher-314-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c9541ef{HTTP/1.1,[http/1.1]}{127.0.0.1:34781}
   [junit4]   2> 104990 INFO  (jetty-launcher-314-thread-1) [    ] o.e.j.s.Server Started @107182ms
   [junit4]   2> 104990 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34781}
   [junit4]   2> 104991 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104991 ERROR (jetty-launcher-314-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104992 ERROR (jetty-launcher-314-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104992 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104992 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104992 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 104992 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T05:31:54.831516Z
   [junit4]   2> 104992 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104993 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104993 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 104993 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-30T05:31:54.832472Z
   [junit4]   2> 104998 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104999 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105026 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39731/solr
   [junit4]   2> 105026 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105041 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39731/solr
   [junit4]   2> 105069 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39731/solr
   [junit4]   2> 105077 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39731/solr
   [junit4]   2> 105141 WARN  (jetty-launcher-314-thread-4) [    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 105141 WARN  (jetty-launcher-314-thread-1) [    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 105146 WARN  (jetty-launcher-314-thread-3) [    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 105149 WARN  (jetty-launcher-314-thread-2) [    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 105151 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105154 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34781_solr
   [junit4]   2> 105155 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98570804574158858-127.0.0.1:34781_solr-n_0000000000) starting
   [junit4]   2> 105158 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105160 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45277_solr
   [junit4]   2> 105162 INFO  (zkCallback-334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105162 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105173 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105173 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105175 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45785_solr
   [junit4]   2> 105182 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 105185 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105185 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105186 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105189 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105189 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36665_solr
   [junit4]   2> 105189 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 105192 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105192 INFO  (zkCallback-334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105195 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34781_solr
   [junit4]   2> 105195 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105195 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105196 INFO  (zkCallback-334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 105196 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 105196 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 105196 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 105276 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36665.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105281 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34781.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105301 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34781.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105301 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34781.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105303 INFO  (jetty-launcher-314-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node1/.
   [junit4]   2> 105305 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45785.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105307 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36665.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105308 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36665.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105309 INFO  (jetty-launcher-314-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node3/.
   [junit4]   2> 105312 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45785.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105312 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45785.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105312 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45277.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105313 INFO  (jetty-launcher-314-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node4/.
   [junit4]   2> 105318 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45277.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105318 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45277.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 105319 INFO  (jetty-launcher-314-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/.
   [junit4]   2> 105458 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 105458 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39731/solr ready
   [junit4]   2> 105466 INFO  (qtp2093101337-1542) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 105468 INFO  (OverseerThreadFactory-683-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection collection1_collection
   [junit4]   2> 105577 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36665/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 105579 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45277/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 105786 INFO  (qtp1751733082-1513) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 105786 INFO  (qtp1751733082-1513) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 105787 INFO  (qtp387835937-1525) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 105788 INFO  (qtp387835937-1525) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 105892 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 105892 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 105892 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 105893 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 106801 INFO  (qtp387835937-1525) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 106802 INFO  (qtp1751733082-1513) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 106812 INFO  (qtp1751733082-1513) [    ] o.a.s.s.IndexSchema [collection1_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 106819 INFO  (qtp387835937-1525) [    ] o.a.s.s.IndexSchema [collection1_collection_shard2_replica_n2] Schema name=test
   [junit4]   2> 106873 WARN  (qtp387835937-1525) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 106873 WARN  (qtp387835937-1525) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 106873 INFO  (qtp387835937-1525) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 106873 INFO  (qtp387835937-1525) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_collection_shard2_replica_n2' using configuration from collection collection1_collection, trusted=true
   [junit4]   2> 106873 INFO  (qtp387835937-1525) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45277.solr.core.collection1_collection.shard2.replica_n2' (registry 'solr.core.collection1_collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 106874 INFO  (qtp387835937-1525) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 106874 INFO  (qtp387835937-1525) [    ] o.a.s.c.SolrCore [[collection1_collection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/collection1_collection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/./collection1_collection_shard2_replica_n2/data/]
   [junit4]   2> 106894 WARN  (qtp1751733082-1513) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 106894 WARN  (qtp1751733082-1513) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 106894 INFO  (qtp1751733082-1513) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 106894 INFO  (qtp1751733082-1513) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_collection_shard1_replica_n1' using configuration from collection collection1_collection, trusted=true
   [junit4]   2> 106895 INFO  (qtp1751733082-1513) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36665.solr.core.collection1_collection.shard1.replica_n1' (registry 'solr.core.collection1_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 106895 INFO  (qtp1751733082-1513) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 106895 INFO  (qtp1751733082-1513) [    ] o.a.s.c.SolrCore [[collection1_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node3/collection1_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node3/./collection1_collection_shard1_replica_n1/data/]
   [junit4]   2> 106926 INFO  (qtp387835937-1525) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 106926 INFO  (qtp387835937-1525) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 106927 INFO  (qtp387835937-1525) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 106927 INFO  (qtp387835937-1525) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 106929 INFO  (qtp387835937-1525) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@69861d23[collection1_collection_shard2_replica_n2] main]
   [junit4]   2> 106930 INFO  (qtp387835937-1525) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 106930 INFO  (qtp387835937-1525) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 106931 INFO  (qtp387835937-1525) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 106932 INFO  (searcherExecutor-692-thread-1) [    ] o.a.s.c.SolrCore [collection1_collection_shard2_replica_n2] Registered new searcher Searcher@69861d23[collection1_collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 106932 INFO  (qtp387835937-1525) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577132875339268096
   [junit4]   2> 106938 INFO  (qtp387835937-1525) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 106938 INFO  (qtp387835937-1525) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 106938 INFO  (qtp387835937-1525) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45277/solr/collection1_collection_shard2_replica_n2/
   [junit4]   2> 106938 INFO  (qtp387835937-1525) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 106938 INFO  (qtp387835937-1525) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:45277/solr/collection1_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 106938 INFO  (qtp387835937-1525) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 106940 INFO  (qtp387835937-1525) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45277/solr/collection1_collection_shard2_replica_n2/ shard2
   [junit4]   2> 106949 INFO  (qtp1751733082-1513) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 106949 INFO  (qtp1751733082-1513) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 106950 INFO  (qtp1751733082-1513) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 106950 INFO  (qtp1751733082-1513) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 106951 INFO  (qtp1751733082-1513) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e0665d1[collection1_collection_shard1_replica_n1] main]
   [junit4]   2> 106952 INFO  (qtp1751733082-1513) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 106952 INFO  (qtp1751733082-1513) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 106952 INFO  (qtp1751733082-1513) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 106953 INFO  (searcherExecutor-693-thread-1) [    ] o.a.s.c.SolrCore [collection1_collection_shard1_replica_n1] Registered new searcher Searcher@7e0665d1[collection1_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 106953 INFO  (qtp1751733082-1513) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577132875361288192
   [junit4]   2> 106957 INFO  (qtp1751733082-1513) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 106957 INFO  (qtp1751733082-1513) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 106957 INFO  (qtp1751733082-1513) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36665/solr/collection1_collection_shard1_replica_n1/
   [junit4]   2> 106957 INFO  (qtp1751733082-1513) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 106957 INFO  (qtp1751733082-1513) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:36665/solr/collection1_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 106957 INFO  (qtp1751733082-1513) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 106959 INFO  (qtp1751733082-1513) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36665/solr/collection1_collection_shard1_replica_n1/ shard1
   [junit4]   2> 107061 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107061 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107061 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107061 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107091 INFO  (qtp387835937-1525) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 107092 INFO  (qtp387835937-1525) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1305
   [junit4]   2> 107110 INFO  (qtp1751733082-1513) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 107113 INFO  (qtp1751733082-1513) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1326
   [junit4]   2> 107122 INFO  (qtp2093101337-1542) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 107214 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107214 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107214 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107214 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 107471 INFO  (OverseerCollectionConfigSetProcessor-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 108123 INFO  (qtp2093101337-1542) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2657
   [junit4]   2> 108124 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1_collection failOnTimeout:true timeout (sec):90
   [junit4]   2> 108124 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1_collection
   [junit4]   2> 108125 INFO  (qtp2093101337-1534) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 108229 INFO  (qtp2093101337-1534) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 108243 INFO  (TEST-StreamExpressionTest.testExecutorStream-seed#[F895FE47629FC372]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExecutorStream
   [junit4]   2> 108258 INFO  (qtp1751733082-1518) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_collection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:45277/solr/collection1_collection_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1577132876725485568)} 0 4
   [junit4]   2> 108266 INFO  (qtp387835937-1525) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577132876738068480,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 108266 INFO  (qtp387835937-1525) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 108266 INFO  (qtp1751733082-1506) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577132876738068480,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 108266 INFO  (qtp1751733082-1506) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 108267 INFO  (qtp1751733082-1506) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 108267 INFO  (qtp1751733082-1506) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_collection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45277/solr/collection1_collection_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 108268 INFO  (qtp387835937-1525) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 108268 INFO  (qtp387835937-1525) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_collection_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45277/solr/collection1_collection_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 108269 INFO  (qtp387835937-1532) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_collection_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1_collection:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1577132876717096960),commit=} 0 23
   [junit4]   2> 108270 INFO  (qtp2093101337-1543) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=workQueue&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 108271 INFO  (OverseerThreadFactory-683-thread-3) [    ] o.a.s.c.CreateCollectionCmd Create collection workQueue
   [junit4]   2> 108272 INFO  (OverseerCollectionConfigSetProcessor-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 108477 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"workQueue",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"workQueue_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36665/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 108484 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"workQueue",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"workQueue_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45277/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 108681 INFO  (qtp1751733082-1515) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=workQueue_shard1_replica_n1&action=CREATE&numShards=2&collection=workQueue&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 108681 INFO  (qtp387835937-1528) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=workQueue_shard2_replica_n3&action=CREATE&numShards=2&collection=workQueue&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 108785 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 108785 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 108785 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 108785 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109688 INFO  (qtp387835937-1528) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 109688 INFO  (qtp1751733082-1515) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 109704 INFO  (qtp1751733082-1515) [    ] o.a.s.s.IndexSchema [workQueue_shard1_replica_n1] Schema name=test
   [junit4]   2> 109704 INFO  (qtp387835937-1528) [    ] o.a.s.s.IndexSchema [workQueue_shard2_replica_n3] Schema name=test
   [junit4]   2> 109769 WARN  (qtp387835937-1528) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 109769 WARN  (qtp387835937-1528) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 109769 INFO  (qtp387835937-1528) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 109769 INFO  (qtp387835937-1528) [    ] o.a.s.c.CoreContainer Creating SolrCore 'workQueue_shard2_replica_n3' using configuration from collection workQueue, trusted=true
   [junit4]   2> 109770 INFO  (qtp387835937-1528) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45277.solr.core.workQueue.shard2.replica_n3' (registry 'solr.core.workQueue.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 109770 INFO  (qtp387835937-1528) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 109770 INFO  (qtp387835937-1528) [    ] o.a.s.c.SolrCore [[workQueue_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/workQueue_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/./workQueue_shard2_replica_n3/data/]
   [junit4]   2> 109778 WARN  (qtp1751733082-1515) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 109779 WARN  (qtp1751733082-1515) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 109779 INFO  (qtp1751733082-1515) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 109779 INFO  (qtp1751733082-1515) [    ] o.a.s.c.CoreContainer Creating SolrCore 'workQueue_shard1_replica_n1' using configuration from collection workQueue, trusted=true
   [junit4]   2> 109779 INFO  (qtp1751733082-1515) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36665.solr.core.workQueue.shard1.replica_n1' (registry 'solr.core.workQueue.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 109779 INFO  (qtp1751733082-1515) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 109779 INFO  (qtp1751733082-1515) [    ] o.a.s.c.SolrCore [[workQueue_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node3/workQueue_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node3/./workQueue_shard1_replica_n1/data/]
   [junit4]   2> 109799 INFO  (qtp387835937-1528) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 109799 INFO  (qtp387835937-1528) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 109800 INFO  (qtp387835937-1528) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 109800 INFO  (qtp387835937-1528) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 109801 INFO  (qtp387835937-1528) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e21f908[workQueue_shard2_replica_n3] main]
   [junit4]   2> 109801 INFO  (qtp387835937-1528) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 109802 INFO  (qtp387835937-1528) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 109802 INFO  (qtp387835937-1528) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 109802 INFO  (searcherExecutor-702-thread-1) [    ] o.a.s.c.SolrCore [workQueue_shard2_replica_n3] Registered new searcher Searcher@1e21f908[workQueue_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 109802 INFO  (qtp387835937-1528) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577132878348681216
   [junit4]   2> 109806 INFO  (qtp387835937-1528) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 109806 INFO  (qtp387835937-1528) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 109806 INFO  (qtp387835937-1528) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45277/solr/workQueue_shard2_replica_n3/
   [junit4]   2> 109806 INFO  (qtp387835937-1528) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 109806 INFO  (qtp387835937-1528) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:45277/solr/workQueue_shard2_replica_n3/ has no replicas
   [junit4]   2> 109806 INFO  (qtp387835937-1528) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 109811 INFO  (qtp387835937-1528) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45277/solr/workQueue_shard2_replica_n3/ shard2
   [junit4]   2> 109825 INFO  (qtp1751733082-1515) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 109825 INFO  (qtp1751733082-1515) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 109826 INFO  (qtp1751733082-1515) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 109826 INFO  (qtp1751733082-1515) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 109828 INFO  (qtp1751733082-1515) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f754586[workQueue_shard1_replica_n1] main]
   [junit4]   2> 109828 INFO  (qtp1751733082-1515) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 109828 INFO  (qtp1751733082-1515) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 109829 INFO  (qtp1751733082-1515) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 109829 INFO  (qtp1751733082-1515) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577132878376992768
   [junit4]   2> 109830 INFO  (searcherExecutor-703-thread-1) [    ] o.a.s.c.SolrCore [workQueue_shard1_replica_n1] Registered new searcher Searcher@2f754586[workQueue_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 109833 INFO  (qtp1751733082-1515) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 109833 INFO  (qtp1751733082-1515) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 109833 INFO  (qtp1751733082-1515) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36665/solr/workQueue_shard1_replica_n1/
   [junit4]   2> 109833 INFO  (qtp1751733082-1515) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 109833 INFO  (qtp1751733082-1515) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:36665/solr/workQueue_shard1_replica_n1/ has no replicas
   [junit4]   2> 109833 INFO  (qtp1751733082-1515) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 109836 INFO  (qtp1751733082-1515) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36665/solr/workQueue_shard1_replica_n1/ shard1
   [junit4]   2> 109937 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109937 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109937 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109937 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109961 INFO  (qtp387835937-1528) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 109962 INFO  (qtp387835937-1528) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=workQueue_shard2_replica_n3&action=CREATE&numShards=2&collection=workQueue&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1281
   [junit4]   2> 109986 INFO  (qtp1751733082-1515) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 109987 INFO  (qtp1751733082-1515) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=workQueue_shard1_replica_n1&action=CREATE&numShards=2&collection=workQueue&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1306
   [junit4]   2> 109989 INFO  (qtp2093101337-1543) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 110088 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 110088 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 110088 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 110088 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/workQueue/state.json] for collection [workQueue] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 110273 INFO  (OverseerCollectionConfigSetProcessor-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 110990 INFO  (qtp2093101337-1543) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=workQueue&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2720
   [junit4]   2> 110990 INFO  (TEST-StreamExpressionTest.testExecutorStream-seed#[F895FE47629FC372]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: workQueue failOnTimeout:true timeout (sec):90
   [junit4]   2> 110990 INFO  (TEST-StreamExpressionTest.testExecutorStream-seed#[F895FE47629FC372]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: workQueue
   [junit4]   2> 110991 INFO  (qtp2093101337-1519) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=mainCorpus&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 110992 INFO  (OverseerThreadFactory-683-thread-4) [    ] o.a.s.c.CreateCollectionCmd Create collection mainCorpus
   [junit4]   2> 111196 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"mainCorpus",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"mainCorpus_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45785/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 111198 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"mainCorpus",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"mainCorpus_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45277/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 111399 INFO  (qtp387835937-1514) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=mainCorpus_shard2_replica_n2&action=CREATE&numShards=2&collection=mainCorpus&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 111400 INFO  (qtp601944425-1530) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=mainCorpus_shard1_replica_n1&action=CREATE&numShards=2&collection=mainCorpus&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 111401 INFO  (qtp601944425-1530) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 111504 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111504 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111504 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111504 INFO  (zkCallback-336-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112413 INFO  (qtp387835937-1514) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 112413 INFO  (qtp601944425-1530) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 112419 INFO  (qtp601944425-1530) [    ] o.a.s.s.IndexSchema [mainCorpus_shard1_replica_n1] Schema name=test
   [junit4]   2> 112419 INFO  (qtp387835937-1514) [    ] o.a.s.s.IndexSchema [mainCorpus_shard2_replica_n2] Schema name=test
   [junit4]   2> 112465 WARN  (qtp387835937-1514) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 112465 WARN  (qtp387835937-1514) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 112466 INFO  (qtp387835937-1514) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 112466 INFO  (qtp387835937-1514) [    ] o.a.s.c.CoreContainer Creating SolrCore 'mainCorpus_shard2_replica_n2' using configuration from collection mainCorpus, trusted=true
   [junit4]   2> 112466 INFO  (qtp387835937-1514) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45277.solr.core.mainCorpus.shard2.replica_n2' (registry 'solr.core.mainCorpus.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 112466 INFO  (qtp387835937-1514) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 112466 INFO  (qtp387835937-1514) [    ] o.a.s.c.SolrCore [[mainCorpus_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/mainCorpus_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node2/./mainCorpus_shard2_replica_n2/data/]
   [junit4]   2> 112469 WARN  (qtp601944425-1530) [    ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 112469 WARN  (qtp601944425-1530) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 112470 INFO  (qtp601944425-1530) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 112470 INFO  (qtp601944425-1530) [    ] o.a.s.c.CoreContainer Creating SolrCore 'mainCorpus_shard1_replica_n1' using configuration from collection mainCorpus, trusted=true
   [junit4]   2> 112470 INFO  (qtp601944425-1530) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45785.solr.core.mainCorpus.shard1.replica_n1' (registry 'solr.core.mainCorpus.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2660bab1
   [junit4]   2> 112470 INFO  (qtp601944425-1530) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 112470 INFO  (qtp601944425-1530) [    ] o.a.s.c.SolrCore [[mainCorpus_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node4/mainCorpus_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001/tempDir-001/node4/./mainCorpus_shard1_replica_n1/data/]
   [junit4]   2> 112523 INFO  (qtp387835937-1514) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 112523 INFO  (qtp387835937-1514) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 112524 INFO  (qtp387835937-1514) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 112524 INFO  (qtp387835937-1514) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 112525 INFO  (qtp387835937-1514) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@432ef688[mainCorpus_shard2_replica_n2] main]
   [junit4]   2> 112526 INFO  (qtp387835937-1514) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 112526 INFO  (qtp387835937-1514) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 112527 INFO  (qtp387835937-1514) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 112527 INFO  (qtp387835937-1514) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577132881206050816
   [junit4]   2> 112527 INFO  (searcherExecutor-712-thread-1) [    ] o.a.s.c.SolrCore [mainCorpus_shard2_replica_n2] Registered new searcher Searcher@432ef688[mainCorpus_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 112528 INFO  (qtp601944425-1530) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 112528 INFO  (qtp601944425-1530) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 112529 INFO  (qtp601944425-1530) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 112529 INFO  (qtp601944425-1530) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 112530 INFO  (qtp601944425-1530) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9a5ff4f[mainCorpus_shard1_replica_n1] main]
   [junit4]   2> 112531 INFO  (qtp601944425-1530) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 112531 INFO  (qtp601944425-1530) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 112531 INFO  (qtp601944425-1530) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 112532 INFO  (qtp601944425-1530) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577132881211293696
   [junit4]   2> 112532 INFO  (searcherExecutor-713-thread-1) [    ] o.a.s.c.SolrCore [mainCorpus_shard1_replica_n1] Registered new searcher Searcher@9a5ff4f[mainCorpus_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 112548 INFO  (qtp387835937-1514) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 112548 INFO  (qtp387835937-1514) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 112548 INFO  (qtp387835937-1514) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45277/solr/mainCorpus_shard2_replica_n2/
   [junit4]   2> 112548 INFO  (qtp387835937-1514) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 112548 INFO  (qtp387835937-1514) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:45277/solr/mainCorpus_shard2_replica_n2/ has no replicas
   [junit4]   2> 112548 INFO  (qtp387835937-1514) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 112552 INFO  (qtp601944425-1530) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 112552 INFO  (qtp601944425-1530) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 112552 INFO  (qtp601944425-1530) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45785/solr/mainCorpus_shard1_replica_n1/
   [junit4]   2> 112552 INFO  (qtp601944425-1530) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 112552 INFO  (qtp601944425-1530) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:45785/solr/mainCorpus_shard1_replica_n1/ has no replicas
   [junit4]   2> 112552 INFO  (qtp601944425-1530) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 112553 INFO  (qtp387835937-1514) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45277/solr/mainCorpus_shard2_replica_n2/ shard2
   [junit4]   2> 112555 INFO  (qtp601944425-1530) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45785/solr/mainCorpus_shard1_replica_n1/ shard1
   [junit4]   2> 112656 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112656 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112656 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112656 INFO  (zkCallback-336-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112703 INFO  (qtp387835937-1514) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 112705 INFO  (qtp387835937-1514) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=mainCorpus_shard2_replica_n2&action=CREATE&numShards=2&collection=mainCorpus&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1305
   [junit4]   2> 112705 INFO  (qtp601944425-1530) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 112706 INFO  (qtp601944425-1530) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=mainCorpus_shard1_replica_n1&action=CREATE&numShards=2&collection=mainCorpus&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1305
   [junit4]   2> 112709 INFO  (qtp2093101337-1519) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 112810 INFO  (zkCallback-336-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112810 INFO  (zkCallback-335-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112810 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112810 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/mainCorpus/state.json] for collection [mainCorpus] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 112993 INFO  (OverseerCollectionConfigSetProcessor-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 113709 INFO  (qtp2093101337-1519) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=mainCorpus&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2718
   [junit4]   2> 113710 INFO  (TEST-StreamExpressionTest.testExecutorStream-seed#[F895FE47629FC372]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: mainCorpus failOnTimeout:true timeout (sec):90
   [junit4]   2> 113710 INFO  (TEST-StreamExpressionTest.testExecutorStream-seed#[F895FE47629FC372]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: mainCorpus
   [junit4]   2> 113710 INFO  (qtp2093101337-1542) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=destination&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 113712 INFO  (OverseerThreadFactory-683-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection destination
   [junit4]   2> 113915 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"destination",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"destination_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36665/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 113917 INFO  (OverseerStateUpdate-98570804574158858-127.0.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"destination",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"destination_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45785/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 114118 INFO  (qtp601944425-1533) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=destination_shard2_replica_n2&action=CREATE&numShards=2&collection=destination&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 114119 INFO  (qtp1751733082-1507) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=destination_shard1_replica_n1&action=CREATE&numShards=2&collection=destination&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 114222 INFO  (zkCallback-336-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/destination/state.json] for collection [destination] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 114222 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/destination/state.json] for collection [destination] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 114222 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/destination/state.json] for collection [destination] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 114222 INFO  (zkCallback-336-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/destination/state.json] for collection [destination] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 115126 INFO  (qtp1751733082-1507) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 115126 I

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

.0.1:34781_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34781_solr
   [junit4]   2> 174673 INFO  (coreCloseExecutor-824-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.workQueue.shard1.leader, tag=121837454
   [junit4]   2> 174674 INFO  (coreCloseExecutor-824-thread-2) [    ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 174674 INFO  (coreCloseExecutor-824-thread-2) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5bb161e9 commitCommandVersion:0
   [junit4]   2> 174674 INFO  (coreCloseExecutor-824-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.destination.shard1.replica_n1, tag=768673453
   [junit4]   2> 174674 INFO  (coreCloseExecutor-824-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a9dbb68: rootName = solr_36665, domain = solr.core.destination.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.destination.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5f97371f
   [junit4]   2> 174674 INFO  (zkCallback-334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 174674 INFO  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 174674 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 174677 INFO  (zkCallback-334-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 174677 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 174680 INFO  (zkCallback-333-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 174680 INFO  (zkCallback-333-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36665_solr
   [junit4]   2> 174682 INFO  (coreCloseExecutor-824-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard1.leader, tag=658841724
   [junit4]   2> 174684 INFO  (coreCloseExecutor-824-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.destination.shard1.leader, tag=768673453
   [junit4]   2> 176174 WARN  (zkCallback-336-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 176174 INFO  (jetty-closer-315-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7918548f{/solr,null,UNAVAILABLE}
   [junit4]   2> 176176 WARN  (zkCallback-335-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 176177 INFO  (jetty-closer-315-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a84a89a{/solr,null,UNAVAILABLE}
   [junit4]   2> 176180 WARN  (zkCallback-334-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 176180 INFO  (jetty-closer-315-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c695243{/solr,null,UNAVAILABLE}
   [junit4]   2> 176191 WARN  (zkCallback-333-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 176192 INFO  (jetty-closer-315-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28875e18{/solr,null,UNAVAILABLE}
   [junit4]   2> 176192 ERROR (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 176192 INFO  (SUITE-StreamExpressionTest-seed#[F895FE47629FC372]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39731 39731
   [junit4]   2> 189012 INFO  (Thread-266) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39731 39731
   [junit4]   2> 189012 WARN  (Thread-266) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/aliases.json
   [junit4]   2> 	72	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/clusterstate.json
   [junit4]   2> 	22	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	20	/solr/collections/destination/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	18	/solr/collections/workQueue/state.json
   [junit4]   2> 	18	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	10	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98570804574158859-127.0.0.1:45277_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/98570804574158858-127.0.0.1:34781_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	72	/solr/live_nodes
   [junit4]   2> 	72	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_F895FE47629FC372-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {expr_s=Lucene50(blocksize=128), join2_s=FST50, multiDefault=FST50, subject=FST50, a1_s=BlockTreeOrds(blocksize=128), a2_s=Lucene50(blocksize=128), level1_s=Lucene50(blocksize=128), test_t=PostingsFormat(name=Memory), body_t=PostingsFormat(name=Memory), ident_s=BlockTreeOrds(blocksize=128), s_multi=Lucene50(blocksize=128), col_s=BlockTreeOrds(blocksize=128), level2_s=BlockTreeOrds(blocksize=128), a_ss=FST50, a_s=Lucene50(blocksize=128), a_t=FST50, side_s=PostingsFormat(name=Memory), id=PostingsFormat(name=Memory), text=Lucene50(blocksize=128)}, docValues:{expr_s=DocValuesFormat(name=Lucene70), join2_s=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Direct), a2_s=DocValuesFormat(name=Lucene70), join1_i=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Memory), test_i=DocValuesFormat(name=Asserting), join3_i=DocValuesFormat(name=Memory), field_i=DocValuesFormat(name=Asserting), level1_s=DocValuesFormat(name=Lucene70), s_multi=DocValuesFormat(name=Lucene70), col_s=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Direct), a_ss=DocValuesFormat(name=Asserting), a_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Asserting), i_multi=DocValuesFormat(name=Memory), b_ls=DocValuesFormat(name=Direct), test_dt=DocValuesFormat(name=Lucene70), ident_s=DocValuesFormat(name=Direct), order_i=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), side_s=DocValuesFormat(name=Memory), miles_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=678, maxMBSortInHeap=6.52185504998643, sim=RandomSimilarity(queryNorm=false): {}, locale=en, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=150671920,total=436731904
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionToExpessionTest, LengthEvaluatorTest, TestEmbeddedSolrServer, TestRetryUtil, UniformDistributionEvaluatorTest, FieldAnalysisResponseTest, CumulativeProbabilityEvaluatorTest, CorrelationEvaluatorTest, ConcurrentUpdateSolrClientTest, CloudSolrClientMultiConstructorTest, CeilingEvaluatorTest, BasicHttpSolrClientTest, EqualToEvaluatorTest, LargeVolumeBinaryJettyTest, TestXMLEscaping, TestDelegationTokenResponse, TestSpellCheckResponse, SolrExampleStreamingTest, TermsResponseTest, GraphTest, SolrZkClientTest, CollectionAdminRequestRequiredParamsTest, SolrPingTest, SolrExampleStreamingBinaryTest, SolrExampleXMLTest, SolrExampleEmbeddedTest, TestBatchUpdate, JettyWebappTest, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, TestSolrProperties, SolrParamTest, MergeIndexesEmbeddedTest, TestCoreAdmin, TestNamedListCodec, TestDocumentObjectBinder, ContentStreamTest, TestFastInputStream, SolrDocumentTest, TestUpdateRequestCodec, NamedListTest, AnlysisResponseBaseTest, SolrSchemalessExampleTest, TestSolrJErrorHandling, GraphExpressionTest, StreamExpressionTest]
   [junit4] Completed [145/145 (1!)] on J0 in 84.15s, 95 tests, 1 error, 9 skipped <<< FAILURES!

[...truncated 38123 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 66 minutes 30 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-master-Linux (64bit/jdk1.8.0_144) - Build # 20391 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20391/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 55853 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1735594157
 [ecj-lint] Compiling 1124 source files to /tmp/ecj1735594157
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 1002)
 [ecj-lint] 	core = new SolrCore(this, dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 234)
 [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] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 121)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 145)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1282)
 [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] 6. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 517)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zk, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 743)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zkHost, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 578)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 21)
 [ecj-lint] 	import java.util.SortedMap;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.SortedMap is never used
 [ecj-lint] ----------
 [ecj-lint] 10. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 24)
 [ecj-lint] 	import com.codahale.metrics.Counter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Counter is never used
 [ecj-lint] ----------
 [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 25)
 [ecj-lint] 	import com.codahale.metrics.Gauge;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Gauge is never used
 [ecj-lint] ----------
 [ecj-lint] 12. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 26)
 [ecj-lint] 	import com.codahale.metrics.Histogram;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Histogram is never used
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 27)
 [ecj-lint] 	import com.codahale.metrics.Meter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Meter is never used
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 29)
 [ecj-lint] 	import com.codahale.metrics.MetricRegistry;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.MetricRegistry is never used
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 32)
 [ecj-lint] 	import com.codahale.metrics.Timer;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Timer is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 925)
 [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] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1315)
 [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] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 291)
 [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] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 191)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 261)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 260)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 275)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 529)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37 problems (7 errors, 30 warnings)

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

Total time: 80 minutes 29 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-master-Linux (32bit/jdk1.8.0_144) - Build # 20390 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20390/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) Thread[id=5929, name=jetty-launcher-641-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=5929, name=jetty-launcher-641-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([5BEC2612CB98E7E0]:0)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream

Error Message:
--> https://127.0.0.1:32983/solr/collection1: An exception has occurred on the server, refer to server log for details.

Stack Trace:
java.io.IOException: --> https://127.0.0.1:32983/solr/collection1: An exception has occurred on the server, refer to server log for details.
	at __randomizedtesting.SeedInfo.seed([CB099D65A0C00A4C:3A6D450DF4AAC552]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:222)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream(StreamExpressionTest.java:4366)
	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:748)
Caused by: java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.util.Map
	at org.apache.solr.client.solrj.io.stream.JavabinTupleStreamParser.next(JavabinTupleStreamParser.java:182)
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:191)
	... 40 more


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
Test requires that log-level is at-least INFO, but INFO is disabled

Stack Trace:
java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
	at __randomizedtesting.SeedInfo.seed([5BEC2612CB98E7E0:4080B25A09474A5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
	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:748)




Build Log:
[...truncated 11853 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
   [junit4]   2> 623565 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_5BEC2612CB98E7E0-001/init-core-data-001
   [junit4]   2> 623566 WARN  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 623566 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 623567 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 623581 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_5BEC2612CB98E7E0-001/tempDir-001
   [junit4]   2> 623581 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 623581 INFO  (Thread-2529) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 623581 INFO  (Thread-2529) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 623583 ERROR (Thread-2529) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 623681 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36211
   [junit4]   2> 623688 INFO  (jetty-launcher-641-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 623688 INFO  (jetty-launcher-641-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 623694 INFO  (jetty-launcher-641-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119155{/solr,null,AVAILABLE}
   [junit4]   2> 623695 INFO  (jetty-launcher-641-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@94bb51{/solr,null,AVAILABLE}
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15b6f6e{HTTP/1.1,[http/1.1]}{127.0.0.1:42403}
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.e.j.s.Server Started @625131ms
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42403}
   [junit4]   2> 623696 ERROR (jetty-launcher-641-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 623696 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T18:01:21.589Z
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67f5f4{HTTP/1.1,[http/1.1]}{127.0.0.1:36971}
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.e.j.s.Server Started @625131ms
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36971}
   [junit4]   2> 623697 ERROR (jetty-launcher-641-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 623697 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T18:01:21.590Z
   [junit4]   2> 623698 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 623698 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 623704 INFO  (jetty-launcher-641-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36211/solr
   [junit4]   2> 623704 INFO  (jetty-launcher-641-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36211/solr
   [junit4]   2> 623706 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 0x15e2f27a7430004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 623733 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 623733 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42403_solr
   [junit4]   2> 623734 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.Overseer Overseer (id=98568089205145606-127.0.0.1:42403_solr-n_0000000000) starting
   [junit4]   2> 623740 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 623740 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36971_solr
   [junit4]   2> 623744 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:36971_solr) [n:127.0.0.1:36971_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 623745 INFO  (OverseerStateUpdate-98568089205145606-127.0.0.1:42403_solr-n_0000000000) [n:127.0.0.1:42403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 623745 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42403_solr
   [junit4]   2> 623746 INFO  (zkCallback-652-thread-1-processing-n:127.0.0.1:36971_solr) [n:127.0.0.1:36971_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 623746 INFO  (zkCallback-653-thread-1-processing-n:127.0.0.1:42403_solr) [n:127.0.0.1:42403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 623768 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 623773 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 623831 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 623847 INFO  (jetty-launcher-641-thread-2-EventThread) [n:127.0.0.1:36971_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 623849 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 623849 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.s.HadoopAuthPlugin Params: {proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1, proxyuser.bogusGroup.groups=__some_bogus_group, proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1, proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*, proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*, proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt, proxyuser.bogusGroup.hosts=*, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true, proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1, proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
   [junit4]   2> 623850 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 623851 INFO  (jetty-launcher-641-thread-1-EventThread) [n:127.0.0.1:42403_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 623932 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 623938 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 623977 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42403.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf939
   [junit4]   2> 623977 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36971.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf939
   [junit4]   2> 623985 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42403.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf939
   [junit4]   2> 623985 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42403.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf939
   [junit4]   2> 623985 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36971.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf939
   [junit4]   2> 623985 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36971.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@adf939
   [junit4]   2> 623986 INFO  (jetty-launcher-641-thread-1) [n:127.0.0.1:42403_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_5BEC2612CB98E7E0-001/tempDir-001/node1/.
   [junit4]   2> 623986 INFO  (jetty-launcher-641-thread-2) [n:127.0.0.1:36971_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_5BEC2612CB98E7E0-001/tempDir-001/node2/.
   [junit4]   2> 624016 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 624016 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36211/solr ready
   [junit4] IGNOR/A 0.00s J0 | TestImpersonationWithHadoopAuth.testForwarding
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
   [junit4]   2> 624033 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
   [junit4]   2> 639082 WARN  (jetty-launcher-641-thread-2-SendThread(127.0.0.1:36211)) [n:127.0.0.1:36971_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15095ms for sessionid 0x15e2f27a7430005
   [junit4]   2> 639082 WARN  (jetty-launcher-641-thread-1-SendThread(127.0.0.1:36211)) [n:127.0.0.1:42403_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15131ms for sessionid 0x15e2f27a7430008
   [junit4]   2> 639082 WARN  (jetty-launcher-641-thread-2-SendThread(127.0.0.1:36211)) [n:127.0.0.1:36971_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15131ms for sessionid 0x15e2f27a7430007
   [junit4]   2> 639087 WARN  (jetty-launcher-641-thread-1-SendThread(127.0.0.1:36211)) [n:127.0.0.1:42403_solr    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 15097ms for sessionid 0x15e2f27a7430006
   [junit4]   2> 639087 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 0x15e2f27a7430008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 639087 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 0x15e2f27a7430007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 639087 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 0x15e2f27a7430005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 639088 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 0x15e2f27a7430006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 639097 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=simple-dt&e=1504065681936&s=NHkzXkX67YeqoO1MiCl/Wd0F1Gw="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:21 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:21 GMT
   [junit4]   2> 639098 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
   [junit4]   2> 639110 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
   [junit4]   2> 639118 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=simple-dt&e=1504065697009&s=2mEXppBmUjjTb3LjOoyq5lumFfU="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639118 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
   [junit4]   2> 639130 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
   [junit4]   2> 639137 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=simple-dt&e=1504065697027&s=cUutSRTvwObi32RodB5YyMwf45s="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639137 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
   [junit4]   2> 639153 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
   [junit4]   2> 639161 WARN  (qtp31846692-5888) [    ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: ‘bar’: no such user
   [junit4]   2> id: ‘bar’: no such user
   [junit4]   2> 
   [junit4]   2> 639162 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bogusGroup&p=bogusGroup&t=simple-dt&e=1504065697047&s=E63MAifOw6CAwndW6SQL4sJinPI="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639163 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
   [junit4]   2> 639174 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
   [junit4]   2> 639177 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=simple-dt&e=1504065697068&s=+S3DveQ7deQX8IURqqp1ti1slu8="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639177 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
   [junit4]   2> 639183 WARN  (zkCallback-652-thread-1-processing-n:127.0.0.1:36971_solr) [n:127.0.0.1:36971_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1946a48 name: ZooKeeperConnection Watcher:127.0.0.1:36211/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 639184 WARN  (zkCallback-652-thread-1-processing-n:127.0.0.1:36971_solr) [n:127.0.0.1:36971_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 639184 WARN  (zkCallback-659-thread-3) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1408e6a name: ZooKeeperConnection Watcher:127.0.0.1:36211/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 639184 WARN  (zkCallback-659-thread-3) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 639191 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
   [junit4]   2> 639193 WARN  (zkCallback-653-thread-3-processing-n:127.0.0.1:42403_solr) [n:127.0.0.1:42403_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6554fa name: ZooKeeperConnection Watcher:127.0.0.1:36211/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 639193 WARN  (zkCallback-653-thread-3-processing-n:127.0.0.1:42403_solr) [n:127.0.0.1:42403_solr    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 639193 INFO  (qtp31846692-5897) [    ] o.a.s.s.SolrDispatchFilter Error authenticating
   [junit4]   2> java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 639194 WARN  (qtp31846692-5897) [    ] o.e.j.s.ServletHandler /solr/admin/collections
   [junit4]   2> org.apache.solr.common.SolrException: Error during request authentication, 
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:457)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.IllegalArgumentException: userName is NULL, empty or contains a '&'
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:195)
   [junit4]   2> 	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
   [junit4]   2> 	at org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
   [junit4]   2> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:518)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
   [junit4]   2> 	at org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:451)
   [junit4]   2> 	... 26 more
   [junit4]   2> 639198 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
   [junit4]   2> 639212 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
   [junit4]   2> 639216 INFO  (qtp31846692-5895) [n:127.0.0.1:42403_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 639216 INFO  (qtp31846692-5895) [n:127.0.0.1:42403_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 639216 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=simple-dt&e=1504065697106&s=F5gpK0xl8hzUNcNPUp6De/EjWzk="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639217 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
   [junit4]   2> 639230 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
   [junit4]   2> 639237 INFO  (qtp31846692-5895) [n:127.0.0.1:42403_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 639237 INFO  (qtp31846692-5895) [n:127.0.0.1:42403_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 639237 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=simple-dt&e=1504065697125&s=Xy2Mt/8+c4RO+vbD+fj88+/eD8Q="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639238 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
   [junit4]   2> 639251 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
   [junit4]   2> 639254 INFO  (qtp31846692-5895) [n:127.0.0.1:42403_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 639254 INFO  (qtp31846692-5895) [n:127.0.0.1:42403_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 639254 WARN  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[5BEC2612CB98E7E0]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=simple-dt&e=1504065697146&s=1KRmXXvKX/+UDFT5V+wiksGzox8="; Domain=127.0.0.1; Expires=Rab, 30-Agu-2017 04:01:37 GMT; HttpOnly". Invalid 'expires' attribute: Rab, 30-Agu-2017 04:01:37 GMT
   [junit4]   2> 639254 INFO  (TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
   [junit4]   2> 639524 INFO  (jetty-closer-642-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@67f5f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 639524 INFO  (jetty-closer-642-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@15b6f6e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 639525 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25054169
   [junit4]   2> 639525 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31250960
   [junit4]   2> 639525 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 639525 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 639525 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f9c963: rootName = solr_36971, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@19717bc
   [junit4]   2> 639525 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a543c7: rootName = solr_42403, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@273045
   [junit4]   2> 639531 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 639531 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@149257: rootName = solr_42403, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@13f06dd
   [junit4]   2> 639531 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 639531 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15527c3: rootName = solr_36971, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@13f06dd
   [junit4]   2> 639542 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 639542 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@626ba8: rootName = solr_42403, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e30f5f
   [junit4]   2> 639544 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 639544 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@39847f: rootName = solr_36971, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e30f5f
   [junit4]   2> 640432 INFO  (jetty-launcher-641-thread-2-EventThread) [n:127.0.0.1:36971_solr    ] o.a.c.f.s.ConnectionStateManager State change: SUSPENDED
   [junit4]   2> 640589 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 640589 INFO  (jetty-closer-642-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 640589 WARN  (zkCallback-652-thread-4-processing-n:127.0.0.1:36971_solr) [n:127.0.0.1:36971_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 640589 ERROR (Thread[Thread-2546,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:36971_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 640593 INFO  (jetty-closer-642-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@94bb51{/solr,null,UNAVAILABLE}
   [junit4]   2> 640715 INFO  (zkCallback-653-thread-2-processing-n:127.0.0.1:42403_solr) [n:127.0.0.1:42403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 640716 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 640716 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 640716 INFO  (jetty-closer-642-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98568089205145606-127.0.0.1:42403_solr-n_0000000000) closing
   [junit4]   2> 640716 INFO  (OverseerStateUpdate-98568089205145606-127.0.0.1:42403_solr-n_0000000000) [n:127.0.0.1:42403_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42403_solr
   [junit4]   2> 640716 WARN  (zkCallback-653-thread-2-processing-n:127.0.0.1:42403_solr) [n:127.0.0.1:42403_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 640716 ERROR (Thread[Thread-2548,5,TGRP-TestImpersonationWithHadoopAuth]) [n:127.0.0.1:42403_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 641143 INFO  (jetty-closer-642-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@119155{/solr,null,UNAVAILABLE}
   [junit4]   2> 641143 ERROR (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 641144 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36211 36211
   [junit4]   2> 646547 INFO  (Thread-2529) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36211 36211
   [junit4]   2> 646547 WARN  (Thread-2529) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 646547 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Aug 29, 2017 6:01:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Aug 29, 2017 6:02:04 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=5929, name=jetty-launcher-641-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Aug 29, 2017 6:02:04 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5929, name=jetty-launcher-641-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 666632 ERROR (jetty-launcher-641-thread-2-EventThread) [n:127.0.0.1:36971_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Aug 29, 2017 6:02:04 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=494, maxMBSortInHeap=7.518237157449121, sim=RandomSimilarity(queryNorm=false): {}, locale=id-ID, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=198737144,total=292454400
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedResourceStorage, TestHdfsUpdateLog, SharedFSAutoReplicaFailoverTest, HdfsNNFailoverTest, SparseHLLTest, BinaryUpdateRequestHandlerTest, NodeMutatorTest, TestRangeQuery, IndexBasedSpellCheckerTest, PKIAuthenticationIntegrationTest, DistributedQueryComponentOptimizationTest, UtilsToolTest, ExternalFileFieldSortTest, ZkNodePropsTest, TestCSVLoader, DocValuesNotIndexedTest, TestLockTree, DistributedDebugComponentTest, CursorMarkTest, HttpSolrCallGetCoreTest, UpdateParamsTest, DeleteNodeTest, TestCloudJSONFacetJoinDomain, SpellingQueryConverterTest, SolrCoreTest, UUIDFieldTest, BlockCacheTest, HttpPartitionTest, TestWordDelimiterFilterFactory, FieldAnalysisRequestHandlerTest, TestFaceting, PreAnalyzedUpdateProcessorTest, MoveReplicaHDFSUlogDirTest, TestHighlightDedupGrouping, TestBadConfig, DebugComponentTest, UpdateLogTest, TestRealTimeGet, BJQParserTest, HdfsChaosMonkeyNothingIsSafeTest, TestSizeLimitedDistributedMap, DocExpirationUpdateProcessorFactoryTest, CdcrVersionReplicationTest, MigrateRouteKeyTest, SolrPluginUtilsTest, RAMDirectoryFactoryTest, TestRTimerTree, WordBreakSolrSpellCheckerTest, BasicZkTest, CursorPagingTest, SolrIndexSplitterTest, TestCrossCoreJoin, DefaultValueUpdateProcessorTest, RankQueryTest, OutputWriterTest, TestDistributedStatsComponentCardinality, AsyncCallRequestStatusResponseTest, RecoveryAfterSoftCommitTest, TestFastOutputStream, CollectionReloadTest, TestLazyCores, TestOmitPositions, TestWriterPerf, TestCollectionAPIs, TestBinaryField, TestConfigSetImmutable, TestLegacyFieldCache, PreAnalyzedFieldManagedSchemaCloudTest, LeaderElectionIntegrationTest, TestRestoreCore, TestRandomFaceting, TestSolrQueryResponse, TestFieldCacheSortRandom, OverseerCollectionConfigSetProcessorTest, TestMinMaxOnMultiValuedField, TestMergePolicyConfig, ChangedSchemaMergeTest, TestManagedSynonymGraphFilterFactory, QueryResultKeyTest, ConfigSetsAPITest, SolrIndexConfigTest, TestQuerySenderNoQuery, TestConfigSetsAPIExclusivity, DirectoryFactoryTest, UninvertDocValuesMergePolicyTest, TestPhraseSuggestions, TestBinaryResponseWriter, TestXmlQParserPlugin, TestStressLucene, TestUninvertingReader, TestIBSimilarityFactory, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=5BEC2612CB98E7E0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=id-ID -Dtests.timezone=America/Argentina/Ushuaia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=5929, name=jetty-launcher-641-thread-2-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5BEC2612CB98E7E0]:0)
   [junit4] Completed [234/732 (1!)] on J0 in 43.09s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 1273 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> 2175394 INFO  (SUITE-SolrSlf4jReporterTest-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_5BEC2612CB98E7E0-001/init-core-data-001
   [junit4]   2> 2175394 WARN  (SUITE-SolrSlf4jReporterTest-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=42 numCloses=42
   [junit4]   2> 2175394 INFO  (SUITE-SolrSlf4jReporterTest-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2175395 INFO  (SUITE-SolrSlf4jReporterTest-seed#[5BEC2612CB98E7E0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2175397 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 2175397 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[5BEC2612CB98E7E0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=5BEC2612CB98E7E0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-JO -Dtests.timezone=America/Marigot -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5BEC2612CB98E7E0:4080B25A09474A5]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_5BEC2612CB98E7E0-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-JO, timezone=America/Marigot
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=110668568,total=357023744
   [junit4]   2> NOTE: All tests run in this JVM: [TestTrieFacet, TestFieldCacheVsDocValues, TestManagedStopFilterFactory, HdfsBasicDistributedZk2Test, TestPayloadScoreQParserPlugin, OverseerModifyCollectionTest, TestRandomRequestDistribution, ClassificationUpdateProcessorTest, TestRestManager, BlobRepositoryCloudTest, TestSolrCloudWithHadoopAuthPlugin, TestCustomStream, ResourceLoaderTest, TestDistributedGrouping, DistributedIntervalFacetingTest, TestTlogReplica, TestAuthorizationFramework, LukeRequestHandlerTest, TestPerFieldSimilarity, SolrGraphiteReporterTest, TestLRUCache, TestSolrCLIRunExample, TestMiniSolrCloudClusterSSL, TestJsonFacetRefinement, DistributedExpandComponentTest, CSVRequestHandlerTest, JSONWriterTest, DocValuesMultiTest, SystemInfoHandlerTest, PropertiesRequestHandlerTest, ForceLeaderTest, TestHashPartitioner, TestMaxScoreQueryParser, ImplicitSnitchTest, ConvertedLegacyTest, ResponseHeaderTest, TestInPlaceUpdatesDistrib, DistribCursorPagingTest, TestDocBasedVersionConstraints, ConnectionManagerTest, TestFuzzyAnalyzedSuggestions, TestStressCloudBlindAtomicUpdates, ExitableDirectoryReaderTest, TestMaxTokenLenTokenizer, TestAtomicUpdateErrorCases, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSQLHandler, TestHalfAndHalfDocValues, DistanceFunctionTest, CollectionsAPISolrJTest, ZkControllerTest, BlockJoinFacetDistribTest, TestMultiValuedNumericRangeQuery, RestartWhileUpdatingTest, MoreLikeThisHandlerTest, CoreAdminHandlerTest, SliceStateTest, LeaderElectionContextKeyTest, TestUpdate, TestConfigsApi, HdfsRecoverLeaseTest, BasicFunctionalityTest, OpenCloseCoreStressTest, TestBackupRepositoryFactory, MetricsConfigTest, TolerantUpdateProcessorTest, AddBlockUpdateTest, SortSpecParsingTest, FileBasedSpellCheckerTest, TestElisionMultitermQuery, TestSmileRequest, OverseerTaskQueueTest, SchemaVersionSpecificBehaviorTest, BaseCdcrDistributedZkTest, DOMUtilTest, TestCloudDeleteByQuery, LoggingHandlerTest, RemoteQueryErrorTest, DataDrivenBlockJoinTest, TestDFISimilarityFactory, TestSegmentSorting, BadCopyFieldTest, DirectSolrSpellCheckerTest, SpellCheckComponentTest, IndexSchemaRuntimeFieldTest, TestNumericTokenStream, SuggesterTSTTest, DocValuesTest, TestNoOpRegenerator, TestCollectionsAPIViaSolrCloudCluster, TestEmbeddedSolrServerConstructors, AnalyticsMergeStrategyTest, SolrMetricReporterTest, TestSolrCloudWithDelegationTokens, ShardRoutingTest, TestSystemIdResolver, TestSolrConfigHandlerConcurrent, AtomicUpdatesTest, PrimUtilsTest, TestFieldSortValues, QueryParsingTest, MoveReplicaTest, TestSolrIndexConfig, TestFieldCacheReopen, VersionInfoTest, TlogReplayBufferedWhileIndexingTest, TestSolrConfigHandler, ReplicaListTransformerTest, TestCoreDiscovery, TestDynamicFieldCollectionResource, SoftAutoCommitTest, SampleTest, EnumFieldTest, TestHdfsCloudBackupRestore, TestCharFilters, GraphQueryTest, TestUnifiedSolrHighlighter, ConfigureRecoveryStrategyTest, TestPartialUpdateDeduplication, TestTrackingShardHandlerFactory, UnloadDistributedZkTest, RecoveryZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, TestCoreContainer, TestSolr4Spatial, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFiltering, TestRemoteStreaming, CacheHeaderTest, TestQueryTypes, TestValueSourceCache, TestIndexingPerformance, IndexSchemaTest, ReturnFieldsTest, MBeansHandlerTest, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, NumericFieldsTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, TestSolrJ, TestUtils, TestDocumentBuilder, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ConnectionReuseTest, AssignBackwardCompatibilityTest, ConcurrentDeleteAndCreateCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DeleteStatusTest, DistributedQueueTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, PeerSyncReplicationTest, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestLeaderElectionZkExpiry, TestPullReplicaErrorHandling, TestReplicaProperties, TestRequestForwarding, TestStressInPlaceUpdates, HdfsSyncSliceTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, StressHdfsTest, CachingDirectoryFactoryTest, TestSolrCloudSnapshots, TestReplicationHandlerBackup, TestReqParamsAPI, V2ApiIntegrationTest, V2StandaloneTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, StatsReloadRaceTest, DistributedSuggestComponentTest, SuggestComponentTest, SolrSlf4jReporterTest]
   [junit4] Completed [616/732 (2!)] on J1 in 0.01s, 1 test, 1 failure <<< FAILURES!

[...truncated 1314 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_CB099D65A0C00A4C-001/init-core-data-001
   [junit4]   2> 22911 WARN  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 22912 INFO  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 22913 INFO  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 22914 INFO  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 22916 INFO  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_CB099D65A0C00A4C-001/tempDir-001
   [junit4]   2> 22923 INFO  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 22924 INFO  (Thread-73) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 22924 INFO  (Thread-73) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 23021 ERROR (Thread-73) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 23024 INFO  (SUITE-StreamExpressionTest-seed#[CB099D65A0C00A4C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44291
   [junit4]   2> 23111 INFO  (jetty-launcher-15-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 23111 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 23112 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 23112 INFO  (jetty-launcher-15-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 23118 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10e01be{/solr,null,AVAILABLE}
   [junit4]   2> 23119 INFO  (jetty-launcher-15-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aa539{/solr,null,AVAILABLE}
   [junit4]   2> 23119 INFO  (jetty-launcher-15-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a53b3f{/solr,null,AVAILABLE}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1326ea7{/solr,null,AVAILABLE}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6caa1b{SSL,[ssl, http/1.1]}{127.0.0.1:32983}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@458216{SSL,[ssl, http/1.1]}{127.0.0.1:38159}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-3) [    ] o.e.j.s.Server Started @25195ms
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.Server Started @25195ms
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32983}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38159}
   [junit4]   2> 23120 ERROR (jetty-launcher-15-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 23120 ERROR (jetty-launcher-15-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18d90a4{SSL,[ssl, http/1.1]}{127.0.0.1:46091}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.Server Started @25196ms
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@167ce12{SSL,[ssl, http/1.1]}{127.0.0.1:33959}
   [junit4]   2> 23120 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46091}
   [junit4]   2> 23121 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-4) [    ] o.e.j.s.Server Started @25198ms
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T18:30:32.653Z
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33959}
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T18:30:32.653Z
   [junit4]   2> 23123 ERROR (jetty-launcher-15-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 23123 ERROR (jetty-launcher-15-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 23124 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 23123 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 23124 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T18:30:32.654Z
   [junit4]   2> 23124 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 23124 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T18:30:32.654Z
   [junit4]   2> 23127 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 23132 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 23133 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 23233 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 23240 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44291/solr
   [junit4]   2> 23247 INFO  (jetty-launcher-15-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44291/solr
   [junit4]   2> 23251 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44291/solr
   [junit4]   2> 23253 INFO  (jetty-launcher-15-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44291/solr
   [junit4]   2> 23282 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 0x15e2f425f370008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 23283 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 0x15e2f425f370005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 23283 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 0x15e2f425f370006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 23336 WARN  (jetty-launcher-15-thread-2) [n:127.0.0.1:46091_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 23336 WARN  (jetty-launcher-15-thread-4) [n:127.0.0.1:33959_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 23336 WARN  (jetty-launcher-15-thread-1) [n:127.0.0.1:38159_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 23340 WARN  (jetty-launcher-15-thread-3) [n:127.0.0.1:32983_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 23353 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:38159_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 23353 INFO  (jetty-launcher-15-thread-3) [n:127.0.0.1:32983_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 23354 INFO  (jetty-launcher-15-thread-4) [n:127.0.0.1:33959_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 23354 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:46091_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 23355 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:38159_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38159_solr
   [junit4]   2> 23356 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:38159_solr    ] o.a.s.c.Overseer Overseer (id=98568203960516618-127.0.0.1:38159_solr-n_0000000000) starting
   [junit4]   2> 23356 INFO  (jetty-launcher-15-thread-4) [n:127.0.0.1:33959_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33959_solr
   [junit4]   2> 23358 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:46091_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46091_solr
   [junit4]   2> 23359 INFO  (jetty-launcher-15-thread-3) [n:127.0.0.1:32983_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32983_solr
   [junit4]   2> 23361 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:38159_solr) [n:127.0.0.1:38159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 23362 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:46091_solr) [n:127.0.0.1:46091_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 23366 INFO  (zkCallback-37-thread-1-processing-n:127.0.0.1:33959_solr) [n:127.0.0.1:33959_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 23366 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:32983_solr) [n:127.0.0.1:32983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 23371 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:46091_solr) [n:127.0.0.1:46091_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 23371 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:38159_solr) [n:127.0.0.1:38159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 23371 INFO  (zkCallback-37-thread-1-processing-n:127.0.0.1:33959_solr) [n:127.0.0.1:33959_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 23372 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:32983_solr) [n:127.0.0.1:32983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 23451 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:38159_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38159_solr
   [junit4]   2> 23452 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:46091_solr) [n:127.0.0.1:46091_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 23452 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:32983_solr) [n:127.0.0.1:32983_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 23452 INFO  (zkCallback-37-thread-1-processing-n:127.0.0.1:33959_solr) [n:127.0.0.1:33959_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 23452 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:38159_solr) [n:127.0.0.1:38159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 23675 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:46091_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46091.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a5e71b
   [junit4]   2> 23685 INFO  (jetty-launcher-15-thread-3) [n:127.0.0.1:32983_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32983.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a5e71b
   [junit4]   2> 23718 INFO  (jetty-launcher-15-thread-4) [n:127.0.0.1:33959_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33959.solr.node' (re

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

;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Histogram is never used
 [ecj-lint] ----------
 [ecj-lint] 13. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 27)
 [ecj-lint] 	import com.codahale.metrics.Meter;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Meter is never used
 [ecj-lint] ----------
 [ecj-lint] 14. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 29)
 [ecj-lint] 	import com.codahale.metrics.MetricRegistry;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.MetricRegistry is never used
 [ecj-lint] ----------
 [ecj-lint] 15. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java (at line 32)
 [ecj-lint] 	import com.codahale.metrics.Timer;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import com.codahale.metrics.Timer is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 925)
 [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] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1315)
 [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] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 79)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 291)
 [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] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 191)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 261)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 228)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 260)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 275)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 529)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 35. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 36. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/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] 37 problems (7 errors, 30 warnings)

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

Total time: 66 minutes 24 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-master-Linux (64bit/jdk1.8.0_144) - Build # 20389 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20389/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplica.testKillLeader

Error Message:
Replica state not updated in cluster state null Live Nodes: [127.0.0.1:39521_solr, 127.0.0.1:36087_solr] Last available state: DocCollection(pull_replica_test_kill_leader//collections/pull_replica_test_kill_leader/state.json/6)={   "pullReplicas":"1",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"pull_replica_test_kill_leader_shard1_replica_n1",           "base_url":"http://127.0.0.1:36087/solr",           "node_name":"127.0.0.1:36087_solr",           "state":"down",           "type":"NRT",           "leader":"true"},         "core_node4":{           "core":"pull_replica_test_kill_leader_shard1_replica_p2",           "base_url":"http://127.0.0.1:39521/solr",           "node_name":"127.0.0.1:39521_solr",           "state":"active",           "type":"PULL"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"100",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Replica state not updated in cluster state
null
Live Nodes: [127.0.0.1:39521_solr, 127.0.0.1:36087_solr]
Last available state: DocCollection(pull_replica_test_kill_leader//collections/pull_replica_test_kill_leader/state.json/6)={
  "pullReplicas":"1",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"pull_replica_test_kill_leader_shard1_replica_n1",
          "base_url":"http://127.0.0.1:36087/solr",
          "node_name":"127.0.0.1:36087_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"pull_replica_test_kill_leader_shard1_replica_p2",
          "base_url":"http://127.0.0.1:39521/solr",
          "node_name":"127.0.0.1:39521_solr",
          "state":"active",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([C8C5857AB1308B14:81D371CED38B1F42]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:401)
	at org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:290)
	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:748)




Build Log:
[...truncated 12115 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/init-core-data-001
   [junit4]   2> 724534 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 724535 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 724535 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 724535 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001
   [junit4]   2> 724535 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 724536 INFO  (Thread-1468) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 724536 INFO  (Thread-1468) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 724540 ERROR (Thread-1468) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 724636 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45113
   [junit4]   2> 724640 INFO  (jetty-launcher-1125-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 724640 INFO  (jetty-launcher-1125-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 724648 INFO  (jetty-launcher-1125-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64753eb3{/solr,null,AVAILABLE}
   [junit4]   2> 724648 INFO  (jetty-launcher-1125-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cf91b19{/solr,null,AVAILABLE}
   [junit4]   2> 724651 INFO  (jetty-launcher-1125-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3358cac6{HTTP/1.1,[http/1.1]}{127.0.0.1:36087}
   [junit4]   2> 724651 INFO  (jetty-launcher-1125-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14effb45{HTTP/1.1,[http/1.1]}{127.0.0.1:39521}
   [junit4]   2> 724651 INFO  (jetty-launcher-1125-thread-2) [    ] o.e.j.s.Server Started @726169ms
   [junit4]   2> 724651 INFO  (jetty-launcher-1125-thread-1) [    ] o.e.j.s.Server Started @726169ms
   [junit4]   2> 724651 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36087}
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39521}
   [junit4]   2> 724652 ERROR (jetty-launcher-1125-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 724652 ERROR (jetty-launcher-1125-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T12:02:59.399Z
   [junit4]   2> 724652 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-29T12:02:59.399Z
   [junit4]   2> 724656 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 724656 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 724661 INFO  (jetty-launcher-1125-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45113/solr
   [junit4]   2> 724661 INFO  (jetty-launcher-1125-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45113/solr
   [junit4]   2> 724693 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 724693 INFO  (jetty-launcher-1125-thread-2) [n:127.0.0.1:36087_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 724693 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39521_solr
   [junit4]   2> 724694 INFO  (jetty-launcher-1125-thread-2) [n:127.0.0.1:36087_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36087_solr
   [junit4]   2> 724694 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.c.Overseer Overseer (id=98566680037556230-127.0.0.1:39521_solr-n_0000000000) starting
   [junit4]   2> 724695 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 724697 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 724702 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39521_solr
   [junit4]   2> 724702 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 724702 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 724734 INFO  (jetty-launcher-1125-thread-2) [n:127.0.0.1:36087_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36087.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 724738 INFO  (jetty-launcher-1125-thread-2) [n:127.0.0.1:36087_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36087.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 724739 INFO  (jetty-launcher-1125-thread-2) [n:127.0.0.1:36087_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36087.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 724739 INFO  (jetty-launcher-1125-thread-2) [n:127.0.0.1:36087_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node2/.
   [junit4]   2> 724767 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39521.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 724775 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39521.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 724775 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39521.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 724776 INFO  (jetty-launcher-1125-thread-1) [n:127.0.0.1:39521_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node1/.
   [junit4]   2> 724806 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 724806 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45113/solr ready
   [junit4]   2> 724807 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 724808 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 724809 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 724824 INFO  (TEST-TestPullReplica.testAddRemovePullReplica-seed#[C8C5857AB1308B14]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddRemovePullReplica
   [junit4]   2> 724825 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_add_remove_pull_replica&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 724826 INFO  (OverseerThreadFactory-2784-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_add_remove_pull_replica
   [junit4]   2> 724929 INFO  (OverseerStateUpdate-98566680037556230-127.0.0.1:39521_solr-n_0000000000) [n:127.0.0.1:39521_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_add_remove_pull_replica_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36087/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 724930 INFO  (OverseerStateUpdate-98566680037556230-127.0.0.1:39521_solr-n_0000000000) [n:127.0.0.1:39521_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"pull_replica_test_add_remove_pull_replica_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39521/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 725132 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard2_replica_n2&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 725132 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard1_replica_n1&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 725132 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 725132 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 725241 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 725241 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 725241 INFO  (zkCallback-1136-thread-2-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 725241 INFO  (zkCallback-1137-thread-2-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726146 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 726147 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 726153 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 726154 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 726156 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 726156 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_add_remove_pull_replica_shard2_replica_n2' using configuration from collection pull_replica_test_add_remove_pull_replica, trusted=true
   [junit4]   2> 726157 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 726157 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_add_remove_pull_replica_shard1_replica_n1' using configuration from collection pull_replica_test_add_remove_pull_replica, trusted=true
   [junit4]   2> 726157 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39521.solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_n2' (registry 'solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 726157 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 726157 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36087.solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_n1' (registry 'solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 726157 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SolrCore [[pull_replica_test_add_remove_pull_replica_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node1/pull_replica_test_add_remove_pull_replica_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node1/./pull_replica_test_add_remove_pull_replica_shard2_replica_n2/data/]
   [junit4]   2> 726157 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 726157 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore [[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node2/pull_replica_test_add_remove_pull_replica_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node2/./pull_replica_test_add_remove_pull_replica_shard1_replica_n1/data/]
   [junit4]   2> 726206 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 726206 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 726206 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 726206 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 726206 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 726207 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 726207 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 726207 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 726208 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f275878[pull_replica_test_add_remove_pull_replica_shard2_replica_n2] main]
   [junit4]   2> 726208 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@385841f7[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 726208 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 726208 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 726208 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 726208 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 726209 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 726209 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 726209 INFO  (searcherExecutor-2789-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node4) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard2_replica_n2] Registered new searcher Searcher@7f275878[pull_replica_test_add_remove_pull_replica_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 726209 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577066882354118656
   [junit4]   2> 726209 INFO  (searcherExecutor-2790-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node3) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard1_replica_n1] Registered new searcher Searcher@385841f7[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 726209 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1577066882354118656
   [junit4]   2> 726212 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 726212 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 726212 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 726212 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 726212 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/
   [junit4]   2> 726212 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/
   [junit4]   2> 726212 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 726212 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 726212 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/ has no replicas
   [junit4]   2> 726212 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/ has no replicas
   [junit4]   2> 726212 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 726213 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 726215 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/ shard1
   [junit4]   2> 726217 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/ shard2
   [junit4]   2> 726317 INFO  (zkCallback-1137-thread-2-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726317 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726318 INFO  (zkCallback-1136-thread-2-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726317 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726365 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 726366 INFO  (qtp147320480-6395) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard1_replica_n1&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1233
   [junit4]   2> 726367 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 726367 INFO  (qtp1427900447-6385) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard2_replica_n2&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1235
   [junit4]   2> 726369 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 726469 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726470 INFO  (zkCallback-1137-thread-2-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726470 INFO  (zkCallback-1136-thread-2-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726469 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 726827 INFO  (OverseerCollectionConfigSetProcessor-98566680037556230-127.0.0.1:39521_solr-n_0000000000) [n:127.0.0.1:39521_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 727369 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_add_remove_pull_replica&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2544
   [junit4]   2> 727371 INFO  (qtp1427900447-6387) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&type=PULL and sendToOCPQueue=true
   [junit4]   2> 727377 INFO  (OverseerThreadFactory-2784-thread-2-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:39521_solr for creating new replica
   [junit4]   2> 727378 INFO  (OverseerStateUpdate-98566680037556230-127.0.0.1:39521_solr-n_0000000000) [n:127.0.0.1:39521_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_add_remove_pull_replica_shard1_replica_p5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39521/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39521_solr",
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 727480 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727480 INFO  (zkCallback-1136-thread-2-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727480 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727480 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727480 INFO  (zkCallback-1137-thread-2-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727579 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard1_replica_p5&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 727591 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 727598 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard1_replica_p5] Schema name=minimal
   [junit4]   2> 727601 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 727601 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_add_remove_pull_replica_shard1_replica_p5' using configuration from collection pull_replica_test_add_remove_pull_replica, trusted=true
   [junit4]   2> 727602 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39521.solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_p5' (registry 'solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_p5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 727602 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 727602 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.SolrCore [[pull_replica_test_add_remove_pull_replica_shard1_replica_p5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node1/pull_replica_test_add_remove_pull_replica_shard1_replica_p5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node1/./pull_replica_test_add_remove_pull_replica_shard1_replica_p5/data/]
   [junit4]   2> 727655 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 727655 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 727656 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.s.SolrIndexSearcher Opening [Searcher@9819c57[pull_replica_test_add_remove_pull_replica_shard1_replica_p5] main]
   [junit4]   2> 727657 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 727657 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 727658 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 727658 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard1_replica_p5 starting background replication from leader
   [junit4]   2> 727658 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 727658 INFO  (searcherExecutor-2799-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard1_replica_p5] Registered new searcher Searcher@9819c57[pull_replica_test_add_remove_pull_replica_shard1_replica_p5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 727659 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 727659 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.ZkController Core needs to recover:pull_replica_test_add_remove_pull_replica_shard1_replica_p5
   [junit4]   2> 727659 INFO  (updateExecutor-1131-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 727659 INFO  (qtp1427900447-6396) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard1_replica_p5&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=79
   [junit4]   2> 727659 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 727659 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Publishing state of core [pull_replica_test_add_remove_pull_replica_shard1_replica_p5] as recovering, leader is [http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/] and I am [http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_p5/]
   [junit4]   2> 727660 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 727660 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Stopping background replicate from leader process
   [junit4]   2> 727660 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard1_replica_p5 stopping background replication from leader
   [junit4]   2> 727661 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/].
   [junit4]   2> 727661 INFO  (qtp1427900447-6387) [n:127.0.0.1:39521_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&type=PULL} status=0 QTime=289
   [junit4]   2> 727662 INFO  (qtp147320480-6399) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577066883877699584,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 727662 INFO  (qtp1427900447-6390) [n:127.0.0.1:39521_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&type=PULL and sendToOCPQueue=true
   [junit4]   2> 727663 INFO  (qtp147320480-6399) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 727664 INFO  (qtp147320480-6399) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 727664 INFO  (qtp147320480-6399) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_add_remove_pull_replica_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 727665 INFO  (qtp147320480-6388) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 727665 INFO  (OverseerThreadFactory-2784-thread-3-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36087_solr for creating new replica
   [junit4]   2> 727665 INFO  (OverseerCollectionConfigSetProcessor-98566680037556230-127.0.0.1:39521_solr-n_0000000000) [n:127.0.0.1:39521_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Restaring background replicate from leader process
   [junit4]   2> 727665 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard1_replica_p5 starting background replication from leader
   [junit4]   2> 727666 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 727666 INFO  (OverseerStateUpdate-98566680037556230-127.0.0.1:39521_solr-n_0000000000) [n:127.0.0.1:39521_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"pull_replica_test_add_remove_pull_replica_shard2_replica_p7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36087/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36087_solr",
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 727666 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 727666 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 727666 INFO  (indexFetcher-2806-thread-1) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/
   [junit4]   2> 727666 INFO  (qtp147320480-6399) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 727667 INFO  (indexFetcher-2806-thread-1) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 727667 INFO  (indexFetcher-2806-thread-1) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 727667 INFO  (indexFetcher-2806-thread-1) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 727667 INFO  (recoveryExecutor-1132-thread-1-processing-n:127.0.0.1:39521_solr x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5 s:shard1 c:pull_replica_test_add_remove_pull_replica r:core_node6) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 727667 INFO  (indexFetcher-2806-thread-1) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node6 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p5] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 727768 INFO  (zkCallback-1137-thread-2-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727768 INFO  (zkCallback-1143-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727768 INFO  (zkCallback-1136-thread-2-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727768 INFO  (zkCallback-1137-thread-1-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727768 INFO  (zkCallback-1136-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for collection [pull_replica_test_add_remove_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 727867 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard2_replica_p7&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 727874 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 727894 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard2_replica_p7] Schema name=minimal
   [junit4]   2> 727895 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 727895 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_add_remove_pull_replica_shard2_replica_p7' using configuration from collection pull_replica_test_add_remove_pull_replica, trusted=true
   [junit4]   2> 727896 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36087.solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_p7' (registry 'solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_p7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@132a7d1e
   [junit4]   2> 727896 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 727896 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.SolrCore [[pull_replica_test_add_remove_pull_replica_shard2_replica_p7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node2/pull_replica_test_add_remove_pull_replica_shard2_replica_p7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001/tempDir-001/node2/./pull_replica_test_add_remove_pull_replica_shard2_replica_p7/data/]
   [junit4]   2> 727924 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 727924 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 727926 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a1e8fd3[pull_replica_test_add_remove_pull_replica_shard2_replica_p7] main]
   [junit4]   2> 727927 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 727927 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 727927 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 727928 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard2_replica_p7 starting background replication from leader
   [junit4]   2> 727928 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 727928 INFO  (searcherExecutor-2807-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard2_replica_p7] Registered new searcher Searcher@5a1e8fd3[pull_replica_test_add_remove_pull_replica_shard2_replica_p7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 727929 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 727929 INFO  (indexFetcher-2812-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/
   [junit4]   2> 727929 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.ZkController Core needs to recover:pull_replica_test_add_remove_pull_replica_shard2_replica_p7
   [junit4]   2> 727929 INFO  (updateExecutor-1130-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 727930 INFO  (qtp1427900447-6387) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard2_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 727930 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 727930 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Publishing state of core [pull_replica_test_add_remove_pull_replica_shard2_replica_p7] as recovering, leader is [http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/] and I am [http://127.0.0.1:36087/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_p7/]
   [junit4]   2> 727930 INFO  (indexFetcher-2812-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 727930 INFO  (indexFetcher-2812-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 727930 INFO  (qtp147320480-6397) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard2_replica_p7&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=PULL} status=0 QTime=63
   [junit4]   2> 727930 INFO  (indexFetcher-2812-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 727930 INFO  (indexFetcher-2812-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 727930 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 727930 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Stopping background replicate from leader process
   [junit4]   2> 727930 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard2_replica_p7 stopping background replication from leader
   [junit4]   2> 727931 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/].
   [junit4]   2> 727931 INFO  (qtp1427900447-6390) [n:127.0.0.1:39521_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&type=PULL} status=0 QTime=269
   [junit4]   2> 727932 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1577066884160815104,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 727933 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 727934 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 727934 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_add_remove_pull_replica_shard2_replica_n2]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 727935 INFO  (qtp1427900447-6390) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard2_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Restaring background replicate from leader process
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard2_replica_p7 starting background replication from leader
   [junit4]   2> 727935 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 727936 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 727936 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 727936 INFO  (indexFetcher-2814-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:39521/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/
   [junit4]   2> 727936 INFO  (qtp1427900447-6398) [n:127.0.0.1:39521_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n2] o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard2_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 727936 INFO  (indexFetcher-2814-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 727936 INFO  (indexFetcher-2814-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 727936 INFO  (indexFetcher-2814-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 727936 INFO  (indexFetcher-2814-thread-1) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node8 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 727936 INFO  (recoveryExecutor-1133-thread-1-processing-n:127.0.0.1:36087_solr x:pull_replica_test_add_remove_pull_replica_shard2_replica_p7 s:shard2 c:pull_replica_test_add_remove_pull_replica r:core_node8) [n:127.0.0.1:36087_solr c:pull_replica_test_add_remove_pull_replica s:shard2 

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

Container Shutting down CoreContainer instance=1233025497
   [junit4]   2> 872994 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@771f2bf3: rootName = solr_39521, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3b59c8b7
   [junit4]   2> 872994 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 872994 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2ef25554: rootName = solr_36087, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@18108bbd
   [junit4]   2> 872997 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 872997 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54d1fcd2: rootName = solr_39521, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@445e259a
   [junit4]   2> 872998 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 872998 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e52c2ed: rootName = solr_36087, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@445e259a
   [junit4]   2> 873000 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 873000 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5fcd67e8: rootName = solr_39521, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7c314ff4
   [junit4]   2> 873000 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 873002 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 873002 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60c9232c: rootName = solr_36087, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7c314ff4
   [junit4]   2> 873002 INFO  (jetty-closer-1126-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98566680037556235-127.0.0.1:39521_solr-n_0000000002) closing
   [junit4]   2> 873002 INFO  (OverseerStateUpdate-98566680037556235-127.0.0.1:39521_solr-n_0000000002) [n:127.0.0.1:39521_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39521_solr
   [junit4]   2> 873003 INFO  (jetty-closer-1126-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 873003 WARN  (zkCallback-1148-thread-5-processing-n:127.0.0.1:39521_solr) [n:127.0.0.1:39521_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 873004 INFO  (zkCallback-1154-thread-2-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 873004 INFO  (zkCallback-1154-thread-1-processing-n:127.0.0.1:36087_solr) [n:127.0.0.1:36087_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36087_solr
   [junit4]   2> 873004 INFO  (jetty-closer-1126-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a1ebfef{/solr,null,UNAVAILABLE}
   [junit4]   2> 874505 INFO  (jetty-closer-1126-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@860b052{/solr,null,UNAVAILABLE}
   [junit4]   2> 874505 ERROR (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 874506 INFO  (SUITE-TestPullReplica-seed#[C8C5857AB1308B14]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45113 45113
   [junit4]   2> 879489 INFO  (Thread-1468) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45113 45113
   [junit4]   2> 879490 WARN  (Thread-1468) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/configs/conf
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/pull_replica_test_create_delete/state.json
   [junit4]   2> 	21	/solr/collections/pull_replica_test_kill_pull_replica/state.json
   [junit4]   2> 	20	/solr/collections/pull_replica_test_kill_leader/state.json
   [junit4]   2> 	20	/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
   [junit4]   2> 	19	/solr/collections/pull_replica_test_add_remove_pull_replica/state.json
   [junit4]   2> 	18	/solr/collections/pull_replica_test_real_time_get/state.json
   [junit4]   2> 	13	/solr/collections/pull_replica_test_add_docs/state.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_C8C5857AB1308B14-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=cs-CZ, timezone=Asia/Chongqing
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=76792424,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, DisMaxRequestHandlerTest, TolerantUpdateProcessorTest, DistribCursorPagingTest, OpenCloseCoreStressTest, TestNumericTokenStream, ResponseHeaderTest, SpellCheckComponentTest, ConnectionManagerTest, TestRawResponseWriter, TestSolrCloudWithHadoopAuthPlugin, TestBlobHandler, ConnectionReuseTest, TestCustomDocTransformer, SuggesterTSTTest, CurrencyFieldTypeTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestInfoStreamLogging, DistributedExpandComponentTest, TestReplicationHandlerBackup, TestAnalyzeInfixSuggestions, QueryParsingTest, OverseerTaskQueueTest, LargeFieldTest, TestOrdValues, RestartWhileUpdatingTest, TestPartialUpdateDeduplication, DistributedFacetPivotWhiteBoxTest, TestEmbeddedSolrServerConstructors, BasicFunctionalityTest, TlogReplayBufferedWhileIndexingTest, TestLegacyFieldReuse, ZkFailoverTest, TestSchemaNameResource, TestStressCloudBlindAtomicUpdates, AnalysisAfterCoreReloadTest, HdfsBasicDistributedZk2Test, TestLeaderInitiatedRecoveryThread, SortSpecParsingTest, V2StandaloneTest, ClusterStateUpdateTest, JSONWriterTest, TestValueSourceCache, AtomicUpdatesTest, OverseerModifyCollectionTest, TestSolrConfigHandlerConcurrent, TestDocBasedVersionConstraints, DistanceFunctionTest, TestXIncludeConfig, LeaderInitiatedRecoveryOnCommitTest, TestReloadAndDeleteDocs, TestCloudDeleteByQuery, TestPerFieldSimilarity, TestManagedSchemaThreadSafety, TestSolrIndexConfig, SystemInfoHandlerTest, TestNoOpRegenerator, ConfigureRecoveryStrategyTest, JsonLoaderTest, CollectionStateFormat2Test, PropertiesRequestHandlerTest, ExitableDirectoryReaderTest, MissingSegmentRecoveryTest, TestStressVersions, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, DistributedTermsComponentTest, LukeRequestHandlerTest, TestCloudManagedSchema, TestAuthorizationFramework, HdfsLockFactoryTest, TestTlogReplica, CacheHeaderTest, TestFieldCacheReopen, TestConfigsApi, TestSearchPerf, TestHalfAndHalfDocValues, TestConfigSetsAPIZkFailure, TestMaxScoreQueryParser, TermVectorComponentTest, DeleteReplicaTest, TestSolrJ, ShardRoutingCustomTest, FileUtilsTest, VersionInfoTest, GraphQueryTest, TestMaxTokenLenTokenizer, TestUnifiedSolrHighlighter, IndexSchemaRuntimeFieldTest, TestCharFilters, DeleteInactiveReplicaTest, TestSmileRequest, CleanupOldIndexTest, DocValuesTest, TestComplexPhraseLeadingWildcard, WrapperMergePolicyFactoryTest, TestPullReplica]
   [junit4] Completed [293/732 (1!)] on J1 in 154.97s, 10 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 9702 lines...]
-validate-source-patterns:
[source-patterns] tabs instead spaces: lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoStandardPath.java

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:130: Found 1 violations in source files (tabs instead spaces).

Total time: 75 minutes 53 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20388 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20388/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
 null Live Nodes: [127.0.0.1:41399_solr] Last available state: DocCollection(testRepFactor1LeaderStartup//collections/testRepFactor1LeaderStartup/state.json/4)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node2":{           "core":"testRepFactor1LeaderStartup_shard1_replica_n1",           "base_url":"https://127.0.0.1:41399/solr",           "node_name":"127.0.0.1:41399_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: 
null
Live Nodes: [127.0.0.1:41399_solr]
Last available state: DocCollection(testRepFactor1LeaderStartup//collections/testRepFactor1LeaderStartup/state.json/4)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "core":"testRepFactor1LeaderStartup_shard1_replica_n1",
          "base_url":"https://127.0.0.1:41399/solr",
          "node_name":"127.0.0.1:41399_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([DD3DBC8C30DD6666:A15F154213D2F88]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup(TestCloudSearcherWarming.java:126)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess

Error Message:
0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 0
	at __randomizedtesting.SeedInfo.seed([DD3DBC8C30DD6666:96CDFC3E1635105]:0)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.elementAt(CopyOnWriteArrayList.java:384)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:397)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getJettySolrRunner(MiniSolrCloudCluster.java:367)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:141)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12861 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudSearcherWarming
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/init-core-data-001
   [junit4]   2> 1734533 WARN  (SUITE-TestCloudSearcherWarming-seed#[DD3DBC8C30DD6666]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1734536 ERROR (Thread-4777) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1734640 ERROR (jetty-launcher-2391-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1734755 ERROR (OverseerThreadFactory-6357-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: testRepFactor1LeaderStartup operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : testRepFactor1LeaderStartup
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:795)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:227)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1734759 ERROR (OverseerThreadFactory-6357-thread-2) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: testPeersyncFailureReplicationSuccess operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : testPeersyncFailureReplicationSuccess
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:795)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:227)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1736111 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1736112 WARN  (qtp405576534-15834) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> java.lang.RuntimeException
   [junit4]   2> 	at org.apache.solr.cloud.TestCloudSearcherWarming$SleepingSolrEventListener.init(TestCloudSearcherWarming.java:306)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInitInstance(SolrCore.java:826)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.verifyClass(SolrConfigHandler.java:562)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.updateNamedPlugin(SolrConfigHandler.java:533)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:482)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:346)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:159)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:137)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2483)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:720)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:526)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> {event=newSearcher}
   [junit4]   2> java.lang.RuntimeException
   [junit4]   2> 	at org.apache.solr.cloud.TestCloudSearcherWarming$SleepingSolrEventListener.init(TestCloudSearcherWarming.java:306)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInitInstance(SolrCore.java:826)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.verifyClass(SolrConfigHandler.java:562)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.updateNamedPlugin(SolrConfigHandler.java:533)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:482)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:346)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:159)
   [junit4]   2> 	at org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:137)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2483)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:720)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:526)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> {event=firstSearcher}
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> 1737560 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1737561 WARN  (Thread-4787) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/../../../../dist
   [junit4]   2> java.lang.RuntimeException
   [junit4]   2> 	at org.apache.solr.cloud.TestCloudSearcherWarming$SleepingSolrEventListener.init(TestCloudSearcherWarming.java:306)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInitInstance(SolrCore.java:826)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initListeners(SolrCore.java:573)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:636)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1235)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$20(SolrCore.java:2949)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2434)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> {event=newSearcher}
   [junit4]   2> java.lang.RuntimeException
   [junit4]   2> 	at org.apache.solr.cloud.TestCloudSearcherWarming$SleepingSolrEventListener.init(TestCloudSearcherWarming.java:306)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.createInitInstance(SolrCore.java:826)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initListeners(SolrCore.java:569)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:926)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:636)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1235)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$20(SolrCore.java:2949)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2434)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> {event=firstSearcher}
   [junit4]   2> 1738391 WARN  (zkCallback-2398-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSearcherWarming -Dtests.method=testRepFactor1LeaderStartup -Dtests.seed=DD3DBC8C30DD6666 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=agq -Dtests.timezone=Pacific/Johnston -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 93.7s J2 | TestCloudSearcherWarming.testRepFactor1LeaderStartup <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > null
   [junit4]    > Live Nodes: [127.0.0.1:41399_solr]
   [junit4]    > Last available state: DocCollection(testRepFactor1LeaderStartup//collections/testRepFactor1LeaderStartup/state.json/4)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{"core_node2":{
   [junit4]    >           "core":"testRepFactor1LeaderStartup_shard1_replica_n1",
   [junit4]    >           "base_url":"https://127.0.0.1:41399/solr",
   [junit4]    >           "node_name":"127.0.0.1:41399_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"1",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DD3DBC8C30DD6666:A15F154213D2F88]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup(TestCloudSearcherWarming.java:126)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSearcherWarming -Dtests.method=testPeersyncFailureReplicationSuccess -Dtests.seed=DD3DBC8C30DD6666 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=agq -Dtests.timezone=Pacific/Johnston -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DD3DBC8C30DD6666:96CDFC3E1635105]:0)
   [junit4]    > 	at java.base/java.util.concurrent.CopyOnWriteArrayList.elementAt(CopyOnWriteArrayList.java:384)
   [junit4]    > 	at java.base/java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:397)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.getJettySolrRunner(MiniSolrCloudCluster.java:367)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:141)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1828395 ERROR (SUITE-TestCloudSearcherWarming-seed#[DD3DBC8C30DD6666]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1833450 WARN  (Thread-4777) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/testRepFactor1LeaderStartup/managed-schema
   [junit4]   2> 	2	/solr/configs/testRepFactor1LeaderStartup
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/testRepFactor1LeaderStartup/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudSearcherWarming_DD3DBC8C30DD6666-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1953, maxMBSortInHeap=5.267252446673096, sim=RandomSimilarity(queryNorm=true): {}, locale=agq, timezone=Pacific/Johnston
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=304022120,total=473956352
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, TestExactStatsCache, AssignTest, BadIndexSchemaTest, TestBlendedInfixSuggestions, OverseerTest, CoreSorterTest, TestManagedResource, UniqFieldsUpdateProcessorFactoryTest, HdfsThreadLeakTest, TestJavabinTupleStreamParser, SuggesterTest, TestLocalFSCloudBackupRestore, SpatialRPTFieldTypeTest, TestApiFramework, NotRequiredUniqueKeyTest, OverseerRolesTest, TestCloudInspectUtil, TestManagedSchema, ResponseLogComponentTest, TestHttpShardHandlerFactory, BlockJoinFacetRandomTest, TestOverriddenPrefixQueryForCustomFieldType, TestInPlaceUpdatesStandalone, ActionThrottleTest, TestConfigSetsAPI, TestShardHandlerFactory, FastVectorHighlighterTest, SuggestComponentTest, SignatureUpdateProcessorFactoryTest, TestSolrCloudWithKerberosAlt, TimeZoneUtilsTest, TestFieldTypeCollectionResource, DeleteLastCustomShardedReplicaTest, TestCloudSchemaless, TestObjectReleaseTracker, TestLFUCache, TestSuggestSpellingConverter, TestPullReplicaErrorHandling, TestDynamicLoading, RequestLoggingTest, TestReqParamsAPI, LeaderFailoverAfterPartitionTest, DocumentBuilderTest, TestReRankQParserPlugin, CheckHdfsIndexTest, TestRequestStatusCollectionAPI, TestDownShardTolerantSearch, TestShortCircuitedRequests, QueryEqualityTest, PingRequestHandlerTest, ShardSplitTest, TestExceedMaxTermLength, JavabinLoaderTest, TestMacroExpander, SolrInfoBeanTest, BasicAuthStandaloneTest, ClassificationUpdateProcessorFactoryTest, SimplePostToolTest, TestSlowCompositeReaderWrapper, TestQueryWrapperFilter, TestSolrDeletionPolicy2, AnalysisErrorHandlingTest, TestIndexSearcher, TestRecovery, TestInitParams, TestSolrCoreProperties, TestNumericTerms64, MultiTermTest, CdcrBootstrapTest, TestHighFrequencyDictionaryFactory, PathHierarchyTokenizerFactoryTest, UUIDUpdateProcessorFallbackTest, TestDynamicFieldResource, CoreAdminCreateDiscoverTest, DistributedQueryComponentCustomSortTest, MergeStrategyTest, TestClusterProperties, TestSystemCollAutoCreate, TestFieldCacheSort, TestSubQueryTransformer, TestGroupingSearch, ShufflingReplicaListTransformerTest, TestCoreAdminApis, TestStandardQParsers, TestSolr4Spatial2, LeaderInitiatedRecoveryOnShardRestartTest, PrimitiveFieldTypeTest, TemplateUpdateProcessorTest, SortByFunctionTest, TestSearcherReuse, TestReversedWildcardFilterFactory, ExplicitHLLTest, TestOnReconnectListenerSupport, TestSolrXml, TestScoreJoinQPScore, SolrCoreCheckLockOnStartupTest, TestComplexPhraseQParserPlugin, TestSerializedLuceneMatchVersion, DistributedVersionInfoTest, DeleteShardTest, RegexBoostProcessorTest, TestSQLHandlerNonCloud, SolrMetricsIntegrationTest, TestQuerySenderListener, TestSchemaResource, AutoScalingHandlerTest, TestFilteredDocIdSet, TestRawTransformer, TermVectorComponentDistributedTest, TestCodecSupport, ManagedSchemaRoundRobinCloudTest, TestLeaderElectionWithEmptyReplica, TestLegacyNumericUtils, AnalyticsQueryTest, HealthCheckHandlerTest, HdfsRecoveryZkTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TestJoin, SimpleFacetsTest, StatsComponentTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, TestWriterPerf, TestValueSourceCache, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest, TestCollationField, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionsAPISolrJTest, ForceLeaderTest, MigrateRouteKeyTest, MultiThreadedOCPTest, SSLMigrationTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, TestCloudPivotFacet, TestCloudSearcherWarming]
   [junit4] Completed [547/732 (1!)] on J2 in 98.93s, 2 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 8903 lines...]
-validate-source-patterns:
[source-patterns] tabs instead spaces: lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoStandardPath.java

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:130: Found 1 violations in source files (tabs instead spaces).

Total time: 65 minutes 51 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-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+181) - Build # 20387 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20387/
Java: 64bit/jdk-9-ea+181 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC --illegal-access=deny

1 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
Test requires that log-level is at-least INFO, but INFO is disabled

Stack Trace:
java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
	at __randomizedtesting.SeedInfo.seed([A08EF24BBF3EE7A1:FF6ADF7CD43274E4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1521 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20170829_013122_1302248404405955752051.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20170829_013122_1523236836268801948260.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 196 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20170829_013122_1388773264922135333976.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 269 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20170829_014123_8937789594204836011526.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 18 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20170829_014123_89312331933228758958488.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20170829_014123_8935623993416240618922.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1041 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20170829_014246_96813807514478539010550.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20170829_014246_9772003827194497153241.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20170829_014246_96813736019862496966795.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20170829_014457_03015682398408455614375.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20170829_014457_0306647694575175619444.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20170829_014457_03411428658938083318739.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20170829_014509_70417721245810577055308.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20170829_014509_70410747601026637460240.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20170829_014509_70417970785514285829008.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20170829_014537_53714885280628190579316.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20170829_014537_53717309529331187410661.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20170829_014537_53612291798229865052892.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20170829_014541_52115073401763538589714.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20170829_014541_52715826219041092471910.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20170829_014541_5221526441131595267077.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20170829_014552_0019350558185640922665.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20170829_014552_00118240352752013865820.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20170829_014600_02113291940391622379874.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20170829_014600_0216971563084497798332.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20170829_014600_0212976927500218884844.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20170829_014602_6121727012342049416673.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20170829_014609_02115148558285183491433.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20170829_014609_02117440110574201731781.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 25 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20170829_014609_03311130131167629390551.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1237 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20170829_014620_81114643745088236097594.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20170829_014620_8111421465965625558169.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20170829_014620_8111619479826691986391.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20170829_014630_09215701461009001956049.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20170829_014630_0925428231087287359537.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20170829_014630_0929649114428433611784.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 244 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20170829_014643_53812556843780259324962.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20170829_014643_53812278406127094324133.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20170829_014643_5389318239904431871236.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20170829_014906_79211002210528926655234.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20170829_014906_7921142925141748096541.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20170829_014906_79213833498474376628935.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20170829_014909_7314217052538254330936.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20170829_014909_73114437586742964864665.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20170829_014909_7327945410594756778126.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 206 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20170829_014914_9069905704868150675180.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20170829_014914_9066631680313249553485.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20170829_014914_9068500613471955688286.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20170829_015006_36110667359205360646632.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20170829_015006_3608096368082938828064.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20170829_015006_3603445662082522440950.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20170829_015019_1913304499121796137832.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20170829_015019_1915255967988458924844.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20170829_015019_19117314849003075810978.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20170829_015041_1377429178091375886212.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20170829_015041_13711241122507061747084.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20170829_015041_1378612226777397442208.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20170829_015103_7739099076839041435100.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20170829_015103_7732095000886424838068.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 178 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20170829_015115_2496991982886007244872.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20170829_015115_2486765620839098497562.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20170829_015115_24817371454966355964255.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 312 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20170829_015132_9243600104932345301814.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20170829_015132_92517873541358349920583.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20170829_015132_9234157378806757046498.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 227 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20170829_015141_2895375092492514529424.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20170829_015141_2907960546736656048047.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20170829_015141_2902387759136473523379.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 215 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20170829_015155_0875229056813087383769.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20170829_015155_0875570136451902961086.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20170829_015155_08716736679065185672841.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 208 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20170829_015209_6298246140691424254244.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20170829_015209_62913492422507672722116.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20170829_015209_62316354637362958060028.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 218 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20170829_015257_5671991197222760469979.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20170829_015257_56713445760868573723045.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20170829_015257_56716905919600612081420.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20170829_015312_6992618450599515599871.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20170829_015314_67915408920632507056352.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20170829_015314_67410259156188656142363.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20170829_015314_6745508683095427303402.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20170829_015407_42912020376913963344140.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20170829_015407_42914143371109530499446.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20170829_015407_4294402365743459230090.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 2219 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_A08EF24BBF3EE7A1-001/init-core-data-001
   [junit4]   2> 856733 WARN  (SUITE-SolrSlf4jReporterTest-seed#[A08EF24BBF3EE7A1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 856733 INFO  (SUITE-SolrSlf4jReporterTest-seed#[A08EF24BBF3EE7A1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 856734 INFO  (SUITE-SolrSlf4jReporterTest-seed#[A08EF24BBF3EE7A1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 856735 INFO  (SUITE-SolrSlf4jReporterTest-seed#[A08EF24BBF3EE7A1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 856735 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[A08EF24BBF3EE7A1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 856736 INFO  (TEST-SolrSlf4jReporterTest.testReporter-seed#[A08EF24BBF3EE7A1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter -Dtests.seed=A08EF24BBF3EE7A1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fo -Dtests.timezone=America/Anchorage -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Test requires that log-level is at-least INFO, but INFO is disabled
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A08EF24BBF3EE7A1:FF6ADF7CD43274E4]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_A08EF24BBF3EE7A1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1856, maxMBSortInHeap=7.585626661247895, sim=RandomSimilarity(queryNorm=true): {}, locale=fo, timezone=America/Anchorage
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=312068216,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, TestSystemIdResolver, TestDFISimilarityFactory, TestStreamBody, CSVRequestHandlerTest, StatsReloadRaceTest, TestSQLHandler, CollectionStateFormat2Test, SolrCloudExampleTest, ConnectionManagerTest, TestCustomStream, TestNumericTerms32, TestSolrConfigHandlerConcurrent, MissingSegmentRecoveryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, MoveReplicaTest, TestPayloadScoreQParserPlugin, LeaderInitiatedRecoveryOnCommitTest, ScriptEngineTest, StatelessScriptUpdateProcessorFactoryTest, TestUnifiedSolrHighlighter, SpatialFilterTest, TestMaxScoreQueryParser, TolerantUpdateProcessorTest, TestSubQueryTransformerDistrib, ConvertedLegacyTest, JsonLoaderTest, TestCoreDiscovery, TestSolrConfigHandler, TestFreeTextSuggestions, CdcrReplicationHandlerTest, TestRestManager, TestCollectionsAPIViaSolrCloudCluster, TestStressCloudBlindAtomicUpdates, ResponseHeaderTest, TestSha256AuthenticationProvider, TestTrieFacet, HighlighterTest, DirectSolrConnectionTest, TermVectorComponentTest, ResourceLoaderTest, BlockJoinFacetDistribTest, TestMiniSolrCloudClusterSSL, TlogReplayBufferedWhileIndexingTest, LoggingHandlerTest, BitVectorTest, DistributedIntervalFacetingTest, DOMUtilTest, TestNoOpRegenerator, TestPullReplica, TestChildDocTransformer, HLLSerializationTest, SaslZkACLProviderTest, ZkFailoverTest, TestMultiValuedNumericRangeQuery, BasicAuthIntegrationTest, SortSpecParsingTest, TestSegmentSorting, GraphQueryTest, TestSmileRequest, DistributedSuggestComponentTest, HdfsUnloadDistributedZkTest, TestEmbeddedSolrServerConstructors, DistributedMLTComponentTest, SolrGraphiteReporterTest, TestSweetSpotSimilarityFactory, CacheHeaderTest, TestFieldSortValues, LeaderElectionContextKeyTest, TestStressRecovery, TestTlogReplica, ClassificationUpdateProcessorTest, WrapperMergePolicyFactoryTest, CoreAdminHandlerTest, TestRTGBase, TestManagedSchemaThreadSafety, TestFiltering, DistanceFunctionTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, TestDynamicFieldCollectionResource, MoreLikeThisHandlerTest, SolrSlf4jReporterTest]
   [junit4] Completed [229/732 (1!)] on J1 in 0.02s, 1 test, 1 failure <<< FAILURES!

[...truncated 1703 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20170829_015509_4056779022681031962117.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20170829_015509_40513531644650224149764.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20170829_015509_4052173133839258959490.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 880 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J1-20170829_023255_5191410329410445334089.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J2-20170829_023255_51914132147466642201278.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20170829_023255_5192903344643905479924.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1354 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J0-20170829_023604_82311042673373182081596.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J1-20170829_023604_8235654908659197460945.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J2-20170829_023604_82417473956227688509838.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 593 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J2-20170829_023612_2757641651004091808704.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20170829_023612_27517194321339482891052.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20170829_023612_2754407728999553478714.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20170829_023643_44016750746140139874306.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20170829_023643_4401715142116728603626.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20170829_023643_4403935194593083183309.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1239 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20170829_023659_5469119410581046250289.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20170829_023659_54616769599182083015011.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 642 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20170829_023705_5311925751473045787686.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20170829_023705_5316602441160081877020.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20170829_023705_5315354867725751175084.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 549 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20170829_023726_63612150143128420655173.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20170829_023726_6361291208782998454797.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20170829_023726_63617138132493603256993.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 555 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20170829_023736_0842994306352494479016.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20170829_023736_08410034563708820267540.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 638 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20170829_023742_09017427013136442706467.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20170829_023742_09015976671190564430473.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20170829_023742_0909462339411829810224.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 588 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20170829_023806_9601085191145029183620.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20170829_023806_960739284946877788687.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 540 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20170829_023815_6245453303864646439269.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 30839 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:690: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:678: Source checkout is modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 68 minutes 31 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