You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/08/12 02:46:29 UTC

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 144 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/144/

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 152 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/152/

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom

Error Message:
Captured an uncaught exception in thread: Thread[id=6286, name=Thread-5402, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6286, name=Thread-5402, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
	at java.util.HashMap.resize(HashMap.java:703)
	at java.util.HashMap.putVal(HashMap.java:662)
	at java.util.HashMap.put(HashMap.java:611)
	at java.util.HashSet.add(HashSet.java:219)
	at org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:705)
	at org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:694)
	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:720)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4530)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4520)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4507)
	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:481)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:480)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:291)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:266)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:256)
	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:130)
	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterThreadsToSegments

Error Message:
The test or suite printed 18948 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 18948 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
	at org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:47098/vz/do

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:47098/vz/do
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:476)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
	... 47 more




Build Log:
[...truncated 1564 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5402,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at java.util.HashMap.resize(HashMap.java:703)
   [junit4]   2> 	at java.util.HashMap.putVal(HashMap.java:662)
   [junit4]   2> 	at java.util.HashMap.put(HashMap.java:611)
   [junit4]   2> 	at java.util.HashSet.add(HashSet.java:219)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:705)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:694)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:720)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4530)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4520)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4507)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:481)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:480)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:291)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:266)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:256)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:130)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5407,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5405,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5398,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5400,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5401,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5404,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5406,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5399,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> VIII 26, 2016 5:09:58 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-5403,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2> 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterThreadsToSegments -Dtests.method=testSegmentCountOnFlushRandom -Dtests.seed=4D518306A172A8C3 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=bg -Dtests.timezone=America/Havana -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    811s J2 | TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6286, name=Thread-5402, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at java.util.HashMap.resize(HashMap.java:703)
   [junit4]    > 	at java.util.HashMap.putVal(HashMap.java:662)
   [junit4]    > 	at java.util.HashMap.put(HashMap.java:611)
   [junit4]    > 	at java.util.HashSet.add(HashSet.java:219)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:705)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:694)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:720)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4530)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4520)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4507)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:481)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:480)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:291)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:266)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:256)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:130)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6291, name=Thread-5407, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6282, name=Thread-5398, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6289, name=Thread-5405, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6284, name=Thread-5400, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6285, name=Thread-5401, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6288, name=Thread-5404, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6290, name=Thread-5406, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6283, name=Thread-5399, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)Throwable #10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6287, name=Thread-5403, state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:218)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    > 	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:215)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {field=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, maxPointsInLeafNode=406, maxMBSortInHeap=6.318708467130095, sim=RandomSimilarity(queryNorm=true,coord=crazy): {field=DFR I(ne)B3(800.0)}, locale=bg, timezone=America/Havana
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=298445376,total=392167424
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocIdSetBuilder, TestMergePolicyWrapper, TestConcurrentMergeScheduler, TestBufferedIndexInput, TestLRUQueryCache, TestConjunctions, TestParallelReaderEmptyIndex, TestCodecHoldsOpenFiles, Test2BPostings, TestSynonymQuery, TestLogMergePolicy, TestIntroSelector, TestFilterDirectory, TestMultiTermsEnum, TestUnicodeUtil, TestRecyclingByteBlockAllocator, TestSimpleFSLockFactory, TestTerm, TestNRTThreads, TestSpanFirstQuery, TestIOUtils, TestSubScorerFreqs, TestBagOfPostings, TestDemo, TestMaxTermFrequency, TestBoostQuery, TestDocumentsWriterStallControl, TestDocValuesRewriteMethod, TestSpanTermQuery, TestIndexWriterDeleteByQuery, TestIndexWriterMerging, TestIndexFileDeleter, TestNRTCachingDirectory, TestNorms, TestBooleanOr, TestDirectoryReader, TestField, TestMultiValuedNumericRangeQuery, TestCompiledAutomaton, TestBlendedTermQuery, TestToken, TestCharFilter, TestIndexWriterOnDiskFull, TestLucene53NormsFormat, TestCollectionUtil, TestIndexWriterNRTIsCurrent, Test4GBStoredFields, TestSumDocFreq, TestSegmentTermEnum, TestUpgradeIndexMergePolicy, TestCustomSearcherSort, TestIndexWriterForceMerge, TestSimilarity, TestBooleanMinShouldMatch, TestUniqueTermCount, TestTransactionRollback, TestMergedIterator, TestPriorityQueue, TestSimpleExplanationsOfNonMatches, TestTieredMergePolicy, TestBlockPostingsFormat, TestOmitPositions, TestSpanNearQuery, TestWildcard, TestNativeFSLockFactory, TestIntsRef, TestPhrasePrefixQuery, TestAllFilesCheckIndexHeader, TestExceedMaxTermLength, TestBinaryDocValuesUpdates, TestGeoUtils, TestRoaringDocIdSet, TestTimeLimitingCollector, TestIndexWriterFromReader, TestIndexWriterMaxDocs, TestIndexWriterOutOfFileDescriptors, TestIndexWriterThreadsToSegments]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterThreadsToSegments -Dtests.seed=4D518306A172A8C3 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=bg -Dtests.timezone=America/Havana -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestIndexWriterThreadsToSegments (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite printed 18948 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D518306A172A8C3]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [392/438 (1!)] on J2 in 814.64s, 4 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 175 lines...]
   [junit4] JVM J2: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/temp/junit4-J2-20160826_200535_068.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid12851.hprof ...
   [junit4] Heap dump file created [538440805 bytes in 1.291 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 10522 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/init-core-data-001
   [junit4]   2> 3457641 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B03E328F88C8BA7C]-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> 3457642 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B03E328F88C8BA7C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /vz/do
   [junit4]   2> 3457646 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3457663 INFO  (Thread-13876) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3457663 INFO  (Thread-13876) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3457755 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.ZkTestServer start zk server on port:49065
   [junit4]   2> 3457755 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3457791 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3457806 INFO  (zkCallback-28649-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ceb61fc name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3457806 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3457806 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3457806 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 3457808 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3457827 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3457839 INFO  (zkCallback-28650-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@205b2717 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3457839 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3457839 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3457839 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 3457841 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 3457842 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 3457842 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 3457843 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3457844 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3457845 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3457845 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 3457847 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3457847 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3457848 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3457848 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3457849 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3457849 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3457850 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3457850 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 3457851 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3457851 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3458099 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3458099 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3458101 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3458101 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3458102 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3458102 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3458103 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3458103 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3458105 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3458109 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3458109 INFO  (zkCallback-28652-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f3f2f45 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3458109 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3458110 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3458207 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1
   [junit4]   2> 3458219 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3458379 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2894c086{/vz/do,null,AVAILABLE}
   [junit4]   2> 3458382 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.e.j.s.ServerConnector Started ServerConnector@15249aca{SSL,[ssl, http/1.1]}{127.0.0.1:40777}
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.e.j.s.Server Started @3463536ms
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/tempDir-001/control/data, hostContext=/vz/do, hostPort=40777, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores}
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001'
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3458383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3458403 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3458423 INFO  (zkCallback-28653-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48259fca name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3458423 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3458423 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3458425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3458425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/solr.xml
   [junit4]   2> 3458429 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores
   [junit4]   2> 3458429 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.CoreContainer New CoreContainer 1120201197
   [junit4]   2> 3458430 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001]
   [junit4]   2> 3458430 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/lib
   [junit4]   2> 3458430 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 3458438 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3458457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3458457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3458457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49065/solr
   [junit4]   2> 3458457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3458457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3458467 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3458475 INFO  (zkCallback-28656-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5014ce23 name:ZooKeeperConnection Watcher:127.0.0.1:49065 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3458475 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3458475 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3458476 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$10/908231235@4ad0acd8
   [junit4]   2> 3458487 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3458499 INFO  (zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@eb5208 name:ZooKeeperConnection Watcher:127.0.0.1:49065/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3458499 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3458500 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3458501 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3458504 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3458505 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3458506 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3458507 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3458508 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3458509 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3458510 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3458510 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3458511 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 3458511 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3458513 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3458513 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3458514 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3458515 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000
   [junit4]   2> 3458515 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40777_vz%2Fdo
   [junit4]   2> 3458515 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3458516 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.Overseer Overseer (id=96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) starting
   [junit4]   2> 3458517 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3458520 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3458527 INFO  (OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3458543 INFO  (OverseerCollectionConfigSetProcessor-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3458553 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40777_vz%2Fdo
   [junit4]   2> 3458553 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40777_vz%2Fdo
   [junit4]   2> 3458553 INFO  (OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3458554 INFO  (zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3458554 INFO  (zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3458563 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3458563 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3458567 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores
   [junit4]   2> 3458568 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 3458568 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1
   [junit4]   2> 3458568 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 3458576 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3458576 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 3458577 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 3458578 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 3458591 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
   [junit4]   2> 3458591 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B03E328F88C8BA7C]) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3458600 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3458600 INFO  (OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40777/vz/do",
   [junit4]   2>   "node_name":"127.0.0.1:40777_vz%2Fdo",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3458600 INFO  (OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40777/vz/do",
   [junit4]   2>   "node_name":"127.0.0.1:40777_vz%2Fdo",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3458600 INFO  (OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 3458601 INFO  (OverseerStateUpdate-96485878210953221-127.0.0.1:40777_vz%2Fdo-n_0000000000) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 3458602 INFO  (zkCallback-28657-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3459600 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3459600 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 3459601 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3459601 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 3459601 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3459601 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1'
   [junit4]   2> 3459601 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3459601 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3459603 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3459607 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3459610 WARN  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 3459611 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 3459632 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3459637 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3459791 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3459797 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 3459798 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3459805 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3459807 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3459812 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3459813 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3459815 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
   [junit4]   2> 3459815 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3459815 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3459815 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/]
   [junit4]   2> 3459815 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52b8556
   [junit4]   2> 3459816 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 3459816 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 3459816 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data
   [junit4]   2> 3459817 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/index/
   [junit4]   2> 3459817 WARN  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3459817 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/index
   [junit4]   2> 3459817 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 3459818 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@49829916 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14e74513; maxCacheMB=0.8798828125 maxMergeSizeMB=0.501953125)),segFN=segments_1,generation=1}
   [junit4]   2> 3459818 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3459818 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/
   [junit4]   2> 3459818 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B03E328F88C8BA7C-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3459821 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3459822 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3459822 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3459822 WARN  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 3459824 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3459825 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3459826 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3459827 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3459830 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 3459830 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3459830 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3459830 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3459831 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3459831 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3459831 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=19.931640625, floorSegmentMB=1.1201171875, forceMergeDeletesPctAllowed=17.854909578744753, segmentsPerTier=20.0, maxCFSSegmentSizeMB=1.2578125, noCFSRatio=0.7596771103004843
   [junit4]   2> 3459832 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@49829916 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14e74513; maxCacheMB=0.8798828125 maxMergeSizeMB=0.501953125)),segFN=segments_1,generation=1}
   [junit4]   2> 3459832 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3459832 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ea1b587[collection1] main]
   [junit4]   2> 3459832 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 3459833 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3459833 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3459833 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3459833 INFO  (coreLoadExecutor-11231-thread-1-processing-n:127.0.0.1:40777_vz%2Fdo) [n:127.0.0.1:40777_vz%2Fdo c:contro

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

checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160826_233000_233.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160826_233000_233.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 509 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 151 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/151/

4 tests failed.
FAILED:  org.apache.lucene.search.TestBooleanRewrites.testRandom

Error Message:
expected:<2.8641128540039062> but was:<5.7282257080078125>

Stack Trace:
java.lang.AssertionError: expected:<2.8641128540039062> but was:<5.7282257080078125>
	at __randomizedtesting.SeedInfo.seed([161B6BF8D4089BA8:64574EF765682DDB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:443)
	at org.junit.Assert.assertEquals(Assert.java:512)
	at org.apache.lucene.search.TestBooleanRewrites.assertEquals(TestBooleanRewrites.java:375)
	at org.apache.lucene.search.TestBooleanRewrites.testRandom(TestBooleanRewrites.java:319)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestBooleanRewrites

Error Message:
4 threads leaked from SUITE scope at org.apache.lucene.search.TestBooleanRewrites:     1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.lucene.search.TestBooleanRewrites: 
   1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([161B6BF8D4089BA8]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestBooleanRewrites

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([161B6BF8D4089BA8]:0)


FAILED:  org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart

Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1

Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete @source_collection:shard1
	at __randomizedtesting.SeedInfo.seed([8C19E5A2694F97EE:D0040223A76F23D8]:0)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
	at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:264)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1582 lines...]
   [junit4] Suite: org.apache.lucene.search.TestBooleanRewrites
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBooleanRewrites -Dtests.method=testRandom -Dtests.seed=161B6BF8D4089BA8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=it-CH -Dtests.timezone=US/Aleutian -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.26s J1 | TestBooleanRewrites.testRandom <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2.8641128540039062> but was:<5.7282257080078125>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([161B6BF8D4089BA8:64574EF765682DDB]:0)
   [junit4]    > 	at org.apache.lucene.search.TestBooleanRewrites.assertEquals(TestBooleanRewrites.java:375)
   [junit4]    > 	at org.apache.lucene.search.TestBooleanRewrites.testRandom(TestBooleanRewrites.java:319)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Aug 25, 2016 5:57:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> Aug 25, 2016 5:57:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 4 threads leaked from SUITE scope at org.apache.lucene.search.TestBooleanRewrites: 
   [junit4]   2>    1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Aug 25, 2016 5:57:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2> Aug 25, 2016 5:57:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {field=PostingsFormat(name=LuceneFixedGap), body=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=1688, maxMBSortInHeap=7.1527810666535085, sim=RandomSimilarity(queryNorm=false,coord=crazy): {field=DFR I(ne)B1, body=DFR I(ne)BZ(0.3)}, locale=it-CH, timezone=US/Aleutian
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=5,free=141747912,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestRadixSelector, TestPackedTokenAttributeImpl, TestPostingsOffsets, TestDeterminizeLexicon, TestSnapshotDeletionPolicy, TestScoreCachingWrappingScorer, TestMixedDocValuesUpdates, TestConstantScoreQuery, TestStringHelper, TestLSBRadixSorter, TestBlockPostingsFormat3, TestSearchWithThreads, TestMathUtil, TestIndexWriterConfig, TestMinShouldMatch2, TestScorerPerf, TestBooleanQuery, TestMultiDocValues, TestFixedLengthBytesRefArray, TestBooleanQueryVisitSubscorers, Test2BSortedDocValuesOrds, TestDuelingCodecs, TestIndexWriterOutOfFileDescriptors, TestStressAdvance, TestThreadedForceMerge, TestAllFilesHaveCodecHeader, TestAllFilesHaveChecksumFooter, TestPagedBytes, TestLucene50FieldInfoFormat, TestIndexWriterCommit, TestMaxPosition, TestDirectPacked, TestStopFilter, TestDeterminism, TestSortRescorer, TestSortRandom, TestPackedInts, TestParallelTermEnum, TestApproximationSearchEquivalence, TestHighCompressionMode, TestWeakIdentityMap, TestEarlyTermination, TestMultiset, TestCharArraySet, TestIndexWriterExceptions, TestTermdocPerf, TestSloppyMath, TestIndexCommit, TestFilterSpans, TestLucene50TermVectorsFormat, TestAttributeSource, TestNumericUtils, TestTopDocsCollector, TestMultiTermConstantScore, TestSortedSetSortField, TestControlledRealTimeReopenThread, TestCharsRefBuilder, TestFuzzyQuery, TestUsageTrackingFilterCachingPolicy, TestPositiveScoresOnlyCollector, TestIntArrayDocIdSet, TestFixedBitSet, TestByteBlockPool, TestNumericDocValuesUpdates, TestSleepingLockWrapper, TestPrefixRandom, TestGrowableByteArrayDataOutput, Test2BNumericDocValues, TestTermVectors, TestByteSlices, TestSetOnce, TestQueryRescorer, TestFlushByRamOrCountsPolicy, TestBooleanOr, TestBasics, TestSloppyPhraseQuery, TestIndexWriterDelete, TestBoolean2, TestPersistentSnapshotDeletionPolicy, TestTimeLimitingCollector, TestConcurrentMergeScheduler, TestNeverDelete, TestTopDocsMerge, TestStressIndexing, TestMinimize, TestIndexWriterUnicode, TestTieredMergePolicy, TestArrayUtil, TestTermsEnum, TestOmitNorms, TestComplexExplanations, TestRegexpRandom2, TestNRTCachingDirectory, TestSegmentReader, TestFieldCacheRewriteMethod, TestTransactions, TestPerFieldPostingsFormat2, TestSort, TestFieldsReader, TestSimpleSearchEquivalence, TestDocValuesIndexing, TestSimilarityBase, TestHugeRamFile, TestIndexWriterOnDiskFull, TestSpans, TestUTF32ToUTF8, TestMergeSchedulerExternal, TestTermVectorsWriter, TestCodecs, TestParallelLeafReader, TestForceMergeForever, TestOmitTf, TestNearSpansOrdered, TestSameScoresWithThreads, TestMultiFields, TestTermRangeQuery, TestDocumentsWriterDeleteQueue, TestDocumentWriter, TestCrashCausesCorruptIndex, TestSpanSearchEquivalence, TestSameTokenSamePosition, TestDocCount, TestBinaryDocument, TestTotalHitCountCollector, TestRecyclingByteBlockAllocator, TestRamUsageEstimator, TestSpanFirstQuery, TestIsCurrent, TestNoMergePolicy, TestNoMergeScheduler, TestNamedSPILoader, TestIndexWriterLockRelease, TestDemo, TestAssertions, TestTwoPhaseCommitTool, TestVersion, Test4GBStoredFields, TestReaderClosed, MultiCollectorTest, TestDocBoost, TestNGramPhraseQuery, TestIntsRef, Test2BPositions, TestTerm, Test2BPostingsBytes, Test2BTerms, TestNewestSegment, Test2BBinaryDocValues, TestCharArrayMap, TestWordlistLoader, TestLucene53NormsFormat, TestLucene54DocValuesFormat, TestExitableDirectoryReader, TestFieldReuse, TestFilterDirectoryReader, TestIndexSorting, TestInfoStream, TestLogMergePolicy, TestMergePolicyWrapper, TestMultiTermsEnum, TestNRTReaderCleanup, TestPointValues, TestReadOnlyIndex, TestReaderWrapperDVTypeCheck, TestSegmentInfos, TestSortedSetDocValues, TestStressDeletes, TestTragicIndexWriterDeadlock, TestTryDelete, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, TestBooleanCoord, TestBooleanRewrites]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBooleanRewrites -Dtests.seed=161B6BF8D4089BA8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=it-CH -Dtests.timezone=US/Aleutian -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestBooleanRewrites (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.lucene.search.TestBooleanRewrites: 
   [junit4]    >    1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([161B6BF8D4089BA8]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7963, name=LuceneTestCase-1817-thread-1, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=7966, name=LuceneTestCase-1817-thread-4, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=7965, name=LuceneTestCase-1817-thread-3, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=7964, name=LuceneTestCase-1817-thread-2, state=WAITING, group=TGRP-TestBooleanRewrites]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([161B6BF8D4089BA8]:0)
   [junit4] Completed [402/438 (1!)] on J1 in 23.55s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 10105 lines...]
   [junit4] JVM J2: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160825_204248_097.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid22878.hprof ...
   [junit4] Heap dump file created [680655070 bytes in 6.922 secs]
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160825_204248_097.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] <<< JVM J2: EOF ----

[...truncated 138 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrReplicationDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/init-core-data-001
   [junit4]   2> 473252 INFO  (SUITE-CdcrReplicationDistributedZkTest-seed#[8C19E5A2694F97EE]-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> 473253 INFO  (SUITE-CdcrReplicationDistributedZkTest-seed#[8C19E5A2694F97EE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_m/z
   [junit4]   2> 473259 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 473259 INFO  (Thread-5481) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 473259 INFO  (Thread-5481) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 473359 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.ZkTestServer start zk server on port:41942
   [junit4]   2> 473359 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 473360 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 473367 INFO  (zkCallback-408-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4984a038 name:ZooKeeperConnection Watcher:127.0.0.1:41942 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473367 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 473367 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 473367 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 473370 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 473380 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 473384 INFO  (zkCallback-409-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@662b2fea name:ZooKeeperConnection Watcher:127.0.0.1:41942/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473384 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 473384 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 473384 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 473389 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 473391 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 473392 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 473396 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 473396 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 473399 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 473399 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 473408 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 473408 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 473412 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 473412 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 473414 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 473414 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 473416 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 473416 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 473420 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 473420 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 473421 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 473421 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 473423 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 473423 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 473425 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 473426 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 473427 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 473427 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 473430 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 473442 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 473442 INFO  (zkCallback-411-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fd323d3 name:ZooKeeperConnection Watcher:127.0.0.1:41942/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473442 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 473443 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 473445 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBatchBoundaries
   [junit4]   2> 473558 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1
   [junit4]   2> 473563 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 473564 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c7ea1b7{/_m/z,null,AVAILABLE}
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1859b3e7{SSL,[ssl, http/1.1]}{127.0.0.1:60784}
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.e.j.s.Server Started @477981ms
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/_m/z, hostPort=60784, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores}
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001'
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 473567 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 473568 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 473580 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 473582 INFO  (zkCallback-412-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18b1c03f name:ZooKeeperConnection Watcher:127.0.0.1:41942/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473582 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 473583 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 473584 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 473584 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/solr.xml
   [junit4]   2> 473589 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores
   [junit4]   2> 473589 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.CoreContainer New CoreContainer 1026633105
   [junit4]   2> 473589 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001]
   [junit4]   2> 473589 WARN  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/lib
   [junit4]   2> 473589 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 473590 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 473591 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 473591 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 473591 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41942/solr
   [junit4]   2> 473591 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 473591 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 473593 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 473593 INFO  (zkCallback-415-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ea458c8 name:ZooKeeperConnection Watcher:127.0.0.1:41942 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473594 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 473594 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 473595 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$101/1294586143@74af7048
   [junit4]   2> 473596 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 473601 INFO  (zkCallback-416-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5233f5d5 name:ZooKeeperConnection Watcher:127.0.0.1:41942/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 473601 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 473604 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 473608 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 473611 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 473614 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 473616 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 473617 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 473618 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 473619 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 473620 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 473621 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 473622 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 473623 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 473625 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 473626 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 473627 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 473627 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000
   [junit4]   2> 473628 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60784__m%2Fz
   [junit4]   2> 473628 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 473629 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.Overseer Overseer (id=96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) starting
   [junit4]   2> 473630 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 473639 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 473639 INFO  (OverseerStateUpdate-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 473640 INFO  (OverseerCollectionConfigSetProcessor-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 473642 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60784__m%2Fz
   [junit4]   2> 473642 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60784__m%2Fz
   [junit4]   2> 473642 INFO  (OverseerStateUpdate-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 473644 INFO  (zkCallback-416-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 473645 INFO  (zkCallback-416-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 473653 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 473653 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 473654 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores
   [junit4]   2> 473655 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=tmp_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 473655 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1
   [junit4]   2> 473655 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 473655 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 473655 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 473656 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController Collection tmp_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 473658 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [tmp_collection]
   [junit4]   2> 473664 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
   [junit4]   2> 473664 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[8C19E5A2694F97EE]) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 473668 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 473668 INFO  (OverseerStateUpdate-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:60784/_m/z",
   [junit4]   2>   "node_name":"127.0.0.1:60784__m%2Fz",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 473669 INFO  (OverseerStateUpdate-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:60784/_m/z",
   [junit4]   2>   "node_name":"127.0.0.1:60784__m%2Fz",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"tmp_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 473669 INFO  (OverseerStateUpdate-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.o.ClusterStateMutator building a new cName: tmp_collection
   [junit4]   2> 473669 INFO  (OverseerStateUpdate-96479362798911493-127.0.0.1:60784__m%2Fz-n_0000000000) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 473670 INFO  (zkCallback-416-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 474668 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 474668 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:tmp_collection
   [junit4]   2> 474669 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController Creating collection in ZooKeeper:tmp_collection
   [junit4]   2> 474669 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController Looking for collection configName
   [junit4]   2> 474669 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ZkController Only one config set found in zk - using it:conf1
   [junit4]   2> 474670 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/tmp_collection
   [junit4]   2> 474671 INFO  (zkCallback-416-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 474671 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/tmp_collection]
   [junit4]   2> 474672 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/tmp_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 474672 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1'
   [junit4]   2> 474672 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 474672 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 474673 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 474678 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 474681 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 474689 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 474706 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 474801 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 474802 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 474802 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 474805 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 474824 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
   [junit4]   2> 474824 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection tmp_collection
   [junit4]   2> 474825 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 474825 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/]
   [junit4]   2> 474825 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e6d638d
   [junit4]   2> 474825 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 474825 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 474826 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data
   [junit4]   2> 474826 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/index/
   [junit4]   2> 474826 WARN  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 474826 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/index
   [junit4]   2> 474826 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1875422798, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 474827 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@47dd1c8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65793907),segFN=segments_1,generation=1}
   [junit4]   2> 474827 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 474827 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/
   [junit4]   2> 474828 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_8C19E5A2694F97EE-001/jetty-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 474831 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "cdcr-processor-chain"
   [junit4]   2> 474845 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 474847 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 474848 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 474849 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 474849 INFO  (coreLoadExecutor-1160-thread-1-processing-n:127.0.0.1:60784__m%2Fz) [n:127.0.0.1:60784__m%2Fz c:tmp_collection s:sh

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

heckout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160825_204248_097.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160825_204248_097.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 342 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 150 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/150/

5 tests failed.
FAILED:  org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete

Error Message:
Timeout while trying to assert number of documents @ target_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ target_collection
	at __randomizedtesting.SeedInfo.seed([E660C87F2EF41976:917AB1DB86ED185A]:0)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
	at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete(CdcrReplicationDistributedZkTest.java:532)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: expected:<59> but was:<26>
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
	... 42 more


FAILED:  org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget

Error Message:
Timeout while trying to assert number of documents @ target_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ target_collection
	at __randomizedtesting.SeedInfo.seed([E660C87F2EF41976:46025AE5FEADDC33]:0)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
	at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget(CdcrReplicationDistributedZkTest.java:595)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: expected:<50> but was:<20>
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
	... 42 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49391
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:515)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
	... 47 more


FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
expected:<true> but was:<false>

Stack Trace:
java.lang.AssertionError: expected:<true> but was:<false>
	at __randomizedtesting.SeedInfo.seed([E660C87F2EF41976:6E34F7A58008748E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, RawDirectoryWrapper, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, RawDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([E660C87F2EF41976]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
	at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11261 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/init-core-data-001
   [junit4]   2> 298289 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-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> 298289 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 298363 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 298428 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 298430 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 298467 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_53375_hdfs____.25yjxf/webapp
   [junit4]   2> 299046 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:53375
   [junit4]   2> 299159 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 299161 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 299174 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_54282_datanode____.ozb5rg/webapp
   [junit4]   2> 299855 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54282
   [junit4]   2> 300193 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 300194 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 300214 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_49509_datanode____i50tds/webapp
   [junit4]   2> 300311 INFO  (IPC Server handler 2 on 47216) [    ] BlockStateChange BLOCK* processReport: from storage DS-fd8ae2c9-afc5-456f-aaf8-697d56b68393 node DatanodeRegistration(127.0.0.1:38510, datanodeUuid=2dfe0a8d-2a40-4a41-b842-3cda78ecfb2c, infoPort=57591, infoSecurePort=0, ipcPort=48155, storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 300311 INFO  (IPC Server handler 2 on 47216) [    ] BlockStateChange BLOCK* processReport: from storage DS-8958fb29-fd32-48aa-a444-fbbff85f9b40 node DatanodeRegistration(127.0.0.1:38510, datanodeUuid=2dfe0a8d-2a40-4a41-b842-3cda78ecfb2c, infoPort=57591, infoSecurePort=0, ipcPort=48155, storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 300849 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49509
   [junit4]   2> 301174 INFO  (IPC Server handler 2 on 47216) [    ] BlockStateChange BLOCK* processReport: from storage DS-bb7202a5-c9f4-44f3-8cc1-9aec0ab8ea37 node DatanodeRegistration(127.0.0.1:50793, datanodeUuid=314b108c-53e8-4097-bc61-ab1789990565, infoPort=45569, infoSecurePort=0, ipcPort=38769, storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 301174 INFO  (IPC Server handler 2 on 47216) [    ] BlockStateChange BLOCK* processReport: from storage DS-22693f7b-d39d-4849-b5d0-25593960f80a node DatanodeRegistration(127.0.0.1:50793, datanodeUuid=314b108c-53e8-4097-bc61-ab1789990565, infoPort=45569, infoSecurePort=0, ipcPort=38769, storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 301259 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 301259 INFO  (Thread-2965) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 301259 INFO  (Thread-2965) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 301359 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.ZkTestServer start zk server on port:55856
   [junit4]   2> 301359 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 301364 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301366 INFO  (zkCallback-99-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c7591d7 name:ZooKeeperConnection Watcher:127.0.0.1:55856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301367 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301367 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 301367 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 301371 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 301393 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301411 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b957ca8 name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301411 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301412 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 301412 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 301418 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 301419 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 301421 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 301427 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 301427 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 301431 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 301432 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 301433 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 301433 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 301435 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 301435 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 301437 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 301437 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 301438 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 301438 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 301441 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 301441 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 301443 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 301443 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 301446 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 301446 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 301448 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 301449 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 301451 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 301451 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 301454 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 301454 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301455 INFO  (zkCallback-101-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32c7af37 name:ZooKeeperConnection Watcher:127.0.0.1:55856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301456 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301456 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 301456 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 301458 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 301464 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301464 INFO  (zkCallback-102-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d448770 name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301464 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301464 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 301465 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 301465 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 301467 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 301467 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 301470 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 301470 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 301474 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 301474 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 301475 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 301475 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 301477 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 301477 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 301478 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 301478 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 301480 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 301480 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 301482 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 301482 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 301483 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 301483 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 301485 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 301485 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 301487 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 301487 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 301597 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1
   [junit4]   2> 301598 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 301610 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12dfcd20{/,null,AVAILABLE}
   [junit4]   2> 301611 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.e.j.s.ServerConnector Started ServerConnector@57dcc9e8{HTTP/1.1,[http/1.1]}{127.0.0.1:34898}
   [junit4]   2> 301611 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.e.j.s.Server Started @306984ms
   [junit4]   2> 301611 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:47216/hdfs__localhost_47216__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001_tempDir-002_control_data, hostContext=/, hostPort=34898, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores}
   [junit4]   2> 301612 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 301612 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001'
   [junit4]   2> 301612 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 301612 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 301612 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 301613 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301615 INFO  (zkCallback-103-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6df29fb7 name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301615 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301615 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 301616 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 301617 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/solr.xml
   [junit4]   2> 301622 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores
   [junit4]   2> 301622 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.CoreContainer New CoreContainer 432156468
   [junit4]   2> 301623 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001]
   [junit4]   2> 301623 WARN  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/lib
   [junit4]   2> 301623 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 301625 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 301626 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 301626 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 301626 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55856/solr
   [junit4]   2> 301626 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 301626 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 301627 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301628 INFO  (zkCallback-106-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76adba70 name:ZooKeeperConnection Watcher:127.0.0.1:55856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301629 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301629 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 301631 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$75/1949783475@276ea92c
   [junit4]   2> 301631 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301634 INFO  (zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26ac1d54 name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 301634 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301635 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 301640 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 301644 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 301647 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 301650 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 301651 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 301653 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 301654 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 301655 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 301660 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 301661 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 301662 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 301672 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 301680 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 301682 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 301687 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96466136237932550-127.0.0.1:34898_-n_0000000000
   [junit4]   2> 301687 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34898_
   [junit4]   2> 301687 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 301689 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.Overseer Overseer (id=96466136237932550-127.0.0.1:34898_-n_0000000000) starting
   [junit4]   2> 301692 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 301698 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 301699 INFO  (OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 301700 INFO  (OverseerCollectionConfigSetProcessor-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 301708 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34898_
   [junit4]   2> 301708 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34898_
   [junit4]   2> 301709 INFO  (OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 301712 INFO  (zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 301714 INFO  (zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 301742 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 301742 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 301743 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores
   [junit4]   2> 301744 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 301744 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1
   [junit4]   2> 301744 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 301762 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 301762 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 301768 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2
   [junit4]   2> 301768 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [n:127.0.0.1:34898_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 301769 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 301770 INFO  (OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34898",
   [junit4]   2>   "node_name":"127.0.0.1:34898_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 301770 INFO  (OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34898",
   [junit4]   2>   "node_name":"127.0.0.1:34898_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 301771 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 301771 INFO  (OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 301771 INFO  (OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000) [n:127.0.0.1:34898_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 301775 INFO  (zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 301795 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 301795 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 301795 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 301795 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 301795 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 301796 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 301796 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1'
   [junit4]   2> 301796 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 301797 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 301801 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 301813 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 301827 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 301838 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 301844 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 301959 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 301994 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 301995 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 302025 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 302037 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 302039 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 302049 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 302050 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:47216/solr_hdfs_home
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1], dataDir=[hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77c08d1d
   [junit4]   2> 302051 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 302074 WARN  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 307089 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 307089 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 307092 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 307130 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 307130 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 307153 WARN  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'hdfs:/localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 307153 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 307196 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 307196 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.244140625, floorSegmentMB=1.46875, forceMergeDeletesPctAllowed=9.225452352648366, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8213181681940966
   [junit4]   2> 307299 INFO  (IPC Server handler 0 on 47216) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38510 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-22693f7b-d39d-4849-b5d0-25593960f80a:NORMAL:127.0.0.1:50793|RBW], ReplicaUC[[DISK]DS-fd8ae2c9-afc5-456f-aaf8-697d56b68393:NORMAL:127.0.0.1:38510|RBW]]} size 0
   [junit4]   2> 307300 INFO  (IPC Server handler 1 on 47216) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50793 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fd8ae2c9-afc5-456f-aaf8-697d56b68393:NORMAL:127.0.0.1:38510|RBW], ReplicaUC[[DISK]DS-bb7202a5-c9f4-44f3-8cc1-9aec0ab8ea37:NORMAL:127.0.0.1:50793|FINALIZED]]} size 0
   [junit4]   2> 307308 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@4373d51a; maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 307308 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 307322 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 307323 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 307324 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 307325 WARN  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 307327 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 307328 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 307329 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 307330 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 307339 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 307339 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 307340 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 307340 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 307340 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 307354 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 307355 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 307356 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29901178619370383]
   [junit4]   2> 307380 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@4373d51a; maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 307380 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 307380 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66993e5e[collection1] main]
   [junit4]   2> 307381 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 307382 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 307383 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 307384 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 307385 INFO  (searcherExecutor-173-thread-1-processing-n:127.0.0.1:34898_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66993e5e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 307386 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 307386 INFO  (coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:co

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

checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160823_124157_754.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160823_124157_754.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 333 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 149 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/149/

4 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([16ED12443AA28913]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexSorting

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([16ED12443AA28913]:0)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sun Aug 21 16:30:33 ART 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sun Aug 21 16:30:33 ART 2016
	at __randomizedtesting.SeedInfo.seed([93D8230424961CC6:487323C221BE7575]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1510)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:860)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:53138/c8n_1x3_lf_shard1_replica2]

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:53138/c8n_1x3_lf_shard1_replica2]
	at __randomizedtesting.SeedInfo.seed([93D8230424961CC6:1B8C1CDE8A6A713E]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:592)
	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:578)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:174)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:53138/c8n_1x3_lf_shard1_replica2]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:53138/c8n_1x3_lf_shard1_replica2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
	... 6 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
	... 10 more




Build Log:
[...truncated 1822 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> thg 8 21, 2016 8:17:13 CH com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> ==== jstack at approximately timeout time ====
   [junit4]   2> "TEST-TestIndexSorting.testRandom3-seed#[16ED12443AA28913]" ID=13651 RUNNABLE
   [junit4]   2> 	at sun.nio.ch.NativeThread.current(Native Method)
   [junit4]   2> 	at sun.nio.ch.NativeThreadSet.add(NativeThreadSet.java:46)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:284)
   [junit4]   2> 	- locked java.lang.Object@51f4252c
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:50)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterSeekableByteChannel.position(FilterSeekableByteChannel.java:74)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterSeekableByteChannel.position(FilterSeekableByteChannel.java:74)
   [junit4]   2> 	at org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.readInternal(SimpleFSDirectory.java:171)
   [junit4]   2> 	- locked org.apache.lucene.mockfile.HandleTrackingFS$5@3907c646
   [junit4]   2> 	at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:342)
   [junit4]   2> 	at org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.java:140)
   [junit4]   2> 	at org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.java:116)
   [junit4]   2> 	at org.apache.lucene.store.MockIndexInputWrapper.readBytes(MockIndexInputWrapper.java:146)
   [junit4]   2> 	at org.apache.lucene.store.BufferedChecksumIndexInput.readBytes(BufferedChecksumIndexInput.java:49)
   [junit4]   2> 	at org.apache.lucene.store.DataInput.readBytes(DataInput.java:87)
   [junit4]   2> 	at org.apache.lucene.store.DataInput.skipBytes(DataInput.java:350)
   [junit4]   2> 	at org.apache.lucene.store.ChecksumIndexInput.seek(ChecksumIndexInput.java:52)
   [junit4]   2> 	at org.apache.lucene.codecs.CodecUtil.checksumEntireFile(CodecUtil.java:519)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.checkIntegrity(CompressingStoredFieldsReader.java:669)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.checkIntegrity(AssertingStoredFieldsFormat.java:97)
   [junit4]   2> 	at org.apache.lucene.index.CodecReader.checkIntegrity(CodecReader.java:388)
   [junit4]   2> 	at org.apache.lucene.index.FilterLeafReader.checkIntegrity(FilterLeafReader.java:484)
   [junit4]   2> 	at org.apache.lucene.index.SlowCodecReaderWrapper.wrap(SlowCodecReaderWrapper.java:53)
   [junit4]   2> 	at org.apache.lucene.index.MockRandomMergePolicy$MockRandomOneMerge.wrapForMerge(MockRandomMergePolicy.java:168)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4299)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3889)
   [junit4]   2> 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2> 	- locked org.apache.lucene.index.SerialMergeScheduler@79ca7968
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4953)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4991)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4982)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1565)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1307)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:1264)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> "SUITE-TestIndexSorting-seed#[16ED12443AA28913]" ID=13650 RUNNABLE
   [junit4]   2> 	at sun.management.ThreadImpl.dumpThreads0(Native Method)
   [junit4]   2> 	at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:673)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:64)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:414)
   [junit4]   2> 	- locked java.lang.Object@60eff7e6
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:681)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:591)
   [junit4]   2> 
   [junit4]   2> "JUnit4-serializer-daemon" ID=9 TIMED_WAITING
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:47)
   [junit4]   2> 
   [junit4]   2> "Signal Dispatcher" ID=4 RUNNABLE
   [junit4]   2> 
   [junit4]   2> "Finalizer" ID=3 WAITING on java.lang.ref.ReferenceQueue$Lock@41f64a34
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	- waiting on java.lang.ref.ReferenceQueue$Lock@41f64a34
   [junit4]   2> 	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
   [junit4]   2> 	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
   [junit4]   2> 	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
   [junit4]   2> 
   [junit4]   2> "Reference Handler" ID=2 WAITING on java.lang.ref.Reference$Lock@31dbda63
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	- waiting on java.lang.ref.Reference$Lock@31dbda63
   [junit4]   2> 	at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
   [junit4]   2> 	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
   [junit4]   2> 
   [junit4]   2> "main" ID=1 WAITING on com.carrotsearch.randomizedtesting.RandomizedRunner$2@10c92f17
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	- waiting on com.carrotsearch.randomizedtesting.RandomizedRunner$2@10c92f17
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:601)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:450)
   [junit4]   2> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243)
   [junit4]   2> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354)
   [junit4]   2> 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10)
   [junit4]   2> 
   [junit4]   2> ^^==============================================
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting -Dtests.method=testRandom3 -Dtests.seed=16ED12443AA28913 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=vi -Dtests.timezone=Europe/Kirov -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7198s J0 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([16ED12443AA28913]:0)
   [junit4]   2> thg 8 21, 2016 8:17:13 CH com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> thg 8 21, 2016 8:17:34 CH com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexSorting: 
   [junit4]   2>    1) Thread[id=13651, name=TEST-TestIndexSorting.testRandom3-seed#[16ED12443AA28913], state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2>         at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
   [junit4]   2>         at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:60)
   [junit4]   2>         at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
   [junit4]   2>         at sun.nio.ch.IOUtil.write(IOUtil.java:65)
   [junit4]   2>         at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:211)
   [junit4]   2>         at java.nio.channels.Channels.writeFullyImpl(Channels.java:78)
   [junit4]   2>         at java.nio.channels.Channels.writeFully(Channels.java:101)
   [junit4]   2>         at java.nio.channels.Channels.access$000(Channels.java:61)
   [junit4]   2>         at java.nio.channels.Channels$1.write(Channels.java:174)
   [junit4]   2>         at org.apache.lucene.mockfile.FilterOutputStream2.write(FilterOutputStream2.java:62)
   [junit4]   2>         at org.apache.lucene.mockfile.FilterOutputStream2.write(FilterOutputStream2.java:62)
   [junit4]   2>         at org.apache.lucene.store.FSDirectory$FSIndexOutput$1.write(FSDirectory.java:419)
   [junit4]   2>         at java.util.zip.CheckedOutputStream.write(CheckedOutputStream.java:73)
   [junit4]   2>         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4]   2>         at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
   [junit4]   2>         at org.apache.lucene.store.OutputStreamIndexOutput.writeBytes(OutputStreamIndexOutput.java:53)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.RateLimitedIndexOutput.writeByte(RateLimitedIndexOutput.java:66)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:73)
   [junit4]   2>         at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues(DirectDocValuesConsumer.java:133)
   [junit4]   2>         at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericField(DirectDocValuesConsumer.java:71)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addNumericField(PerFieldDocValuesFormat.java:109)
   [junit4]   2>         at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:279)
   [junit4]   2>         at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:165)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4312)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3889)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2052)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4953)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4991)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:4982)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1565)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1307)
   [junit4]   2>         at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:1264)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> thg 8 21, 2016 8:17:34 CH com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13651, name=TEST-TestIndexSorting.testRandom3-seed#[16ED12443AA28913], state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexSorting_16ED12443AA28913-001
   [junit4]   2> Aug 21, 2016 5:17:34 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {docs=PostingsFormat(name=Asserting), norms=PostingsFormat(name=Asserting), positions=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Asserting), term_vectors=PostingsFormat(name=Memory doPackFST= false)}, docValues:{sorted=DocValuesFormat(name=Lucene54), double=DocValuesFormat(name=Lucene54), bytes=DocValuesFormat(name=Direct), foo=DocValuesFormat(name=Asserting), binary=DocValuesFormat(name=Lucene54), numeric=DocValuesFormat(name=Lucene54), sorted_set=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct), float=DocValuesFormat(name=Memory), sorted_numeric=DocValuesFormat(name=Direct), long=DocValuesFormat(name=Memory), int=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=19, maxMBSortInHeap=7.38264135358228, sim=ClassicSimilarity, locale=vi, timezone=Europe/Kirov
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=126206432,total=290979840
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultiPhraseQuery, TestCharTermAttributeImpl, FuzzyTermOnShortTermsTest, TestStressIndexing, TestDateSort, TestSpanNotQuery, TestDirectMonotonic, TestMultiPhraseEnum, TestDocValuesIndexing, TestCrash, TestSimpleAttributeImpl, TestRollback, TestFixedBitDocIdSet, TestNeverDelete, TestDocValues, TestParallelCompositeReader, TestNRTReaderCleanup, TestSortedSetSelector, TestBooleanScorer, TestNumericTokenStream, TestUTF32ToUTF8, TestEarlyTerminatingSortingCollector, TestManyFields, TestBytesRefArray, TestIndexReaderClose, TestDateTools, TestReusableStringReader, TestArrayUtil, TestReaderClosed, TestCloseableThreadLocal, TestMatchAllDocsQuery, TestNumericRangeQuery64, TestPrefixCodedTerms, TestNotDocIdSet, TestNearSpansOrdered, TestCustomNorms, Test2BTerms, TestSimpleExplanationsWithFillerDocs, TestSpansEnum, TestPointValues, TestRAMDirectory, Test2BSortedDocValuesFixedSorted, TestSimpleExplanations, TestDirectory, TestDemoParallelLeafReader, Test2BPostingsBytes, TestOmitNorms, TestExitableDirectoryReader, TestLucene50StoredFieldsFormatHighCompression, TestHugeRamFile, TestSparseFixedBitSet, TestSimilarity2, TestRecyclingIntBlockAllocator, TestCodecUtil, TestAutomatonQuery, Test2BPagedBytes, Test2BPositions, TestMergeRateLimiter, TestCharArrayMap, TestLegacyNumericUtils, TestMultiLevelSkipList, TestBooleanCoord, TestNRTReaderWithThreads, TestStressNRT, TestIntroSorter, TestSpanExplanationsOfNonMatches, TestInPlaceMergeSorter, TestRateLimiter, TestMixedCodecs, TestTopFieldCollector, TestSegmentInfos, TestTermQuery, TestCachingTokenFilter, TestIndexWriter, TestBytesStore, TestIndexWriterWithThreads, TestAddIndexes, TestShardSearching, TestIndexWriterExceptions, TestSearcherManager, TestDeletionPolicy, TestBooleanOr, TestBasics, TestSloppyPhraseQuery, TestIndexWriterDelete, TestIndexWriterMergePolicy, TestDuelingCodecs, TestPersistentSnapshotDeletionPolicy, TestStressAdvance, TestNorms, TestStandardAnalyzer, TestIndexWriterCommit, TestDirectoryReaderReopen, TestSearchWithThreads, TestSearchAfter, TestTopDocsMerge, TestMinimize, TestIndexWriterUnicode, TestIndexWriterForceMerge, TestPerFieldPostingsFormat, TestLevenshteinAutomata, TestByteSlices, TestTermsEnum, TestDirectoryReader, TestPhraseQuery, TestBagOfPositions, TestFixedBitSet, TestComplexExplanations, TestRegexpRandom2, TestFieldCacheRewriteMethod, TestTransactions, TestMultiThreadTermVectors, TestSegmentTermDocs, TestPerFieldPostingsFormat2, TestSort, TestToken, TestFieldsReader, TestSimpleSearchEquivalence, TestCustomSearcherSort, TestTermsEnum2, TestDeterminizeLexicon, TestSpans, TestTransactionRollback, TestFlex, TestSpanExplanations, TestLazyProxSkipping, TestDeterminism, TestDocsAndPositions, TestCodecs, TestOmitPositions, TestBytesRefHash, TestThreadedForceMerge, TestIndexInput, TestSloppyPhraseQuery2, TestDisjunctionMaxQuery, TestForceMergeForever, TestSameScoresWithThreads, TestTermRangeQuery, TestDocumentWriter, TestCrashCausesCorruptIndex, TestScorerPerf, TestMultiTermConstantScore, TestLiveFieldValues, TestForTooMuchCloning, TestSpanSearchEquivalence, TestBlockPostingsFormat2, TestForUtil, TestLucene50CompoundFormat, TestLucene53NormsFormat, TestLucene60PointsFormat, TestFieldType, TestGeoUtils, TestPolygon, TestAllFilesCheckIndexHeader, TestAllFilesDetectTruncation, TestBinaryDocValuesUpdates, TestExceedMaxTermLength, TestFieldReuse, TestFilterDirectoryReader, TestIndexSorting]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting -Dtests.seed=16ED12443AA28913 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=vi -Dtests.timezone=Europe/Kirov -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestIndexSorting (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([16ED12443AA28913]:0)
   [junit4] Completed [438/438 (1!)] on J0 in 7220.17s, 9 tests, 2 errors <<< FAILURES!

[...truncated 9963 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/init-core-data-001
   [junit4]   2> 1254828 INFO  (SUITE-TestReplicationHandler-seed#[93D8230424961CC6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1254830 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication
   [junit4]   2> 1254830 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1
   [junit4]   2> 1254832 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1254836 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12c9841d{/solr,null,AVAILABLE}
   [junit4]   2> 1254837 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@69d51f41{HTTP/1.1,[http/1.1]}{127.0.0.1:41674}
   [junit4]   2> 1254837 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.Server Started @1256989ms
   [junit4]   2> 1254838 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=41674}
   [junit4]   2> 1254838 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 1254838 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001'
   [junit4]   2> 1254838 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1254838 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1254838 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/solr.xml
   [junit4]   2> 1254842 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/.
   [junit4]   2> 1254842 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer New CoreContainer 1169595640
   [junit4]   2> 1254842 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001]
   [junit4]   2> 1254842 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/lib
   [junit4]   2> 1254842 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1254843 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1254843 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1254843 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1254843 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1254843 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1254844 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/.
   [junit4]   2> 1254844 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1254844 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1
   [junit4]   2> 1254844 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1254845 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1'
   [junit4]   2> 1254845 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1254845 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1254847 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0
   [junit4]   2> 1254847 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1254848 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1254850 WARN  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1254851 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1254857 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1254859 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1254861 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1254861 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1'
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data
   [junit4]   2> 1254862 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1254862 WARN  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1254863 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1254863 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=78.283203125, floorSegmentMB=0.771484375, forceMergeDeletesPctAllowed=4.934398973656988, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1254863 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@567d1b00 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@729913a2),segFN=segments_1,generation=1}
   [junit4]   2> 1254863 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1254864 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1254865 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1254866 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254866 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254867 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254867 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1254868 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1254868 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=2.1171875, floorSegmentMB=2.09765625, forceMergeDeletesPctAllowed=6.248824101596892, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7415452143706421
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@567d1b00 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@729913a2),segFN=segments_1,generation=1}
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@903d06b[collection1] main]
   [junit4]   2> 1254869 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1/conf
   [junit4]   2> 1254870 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1254870 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-001/collection1/conf
   [junit4]   2> 1254870 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1254870 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1254870 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1254870 INFO  (searcherExecutor-7523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@903d06b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254870 INFO  (coreLoadExecutor-7522-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1255348 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1
   [junit4]   2> 1255349 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1255351 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5caa310f{/solr,null,AVAILABLE}
   [junit4]   2> 1255351 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@33024805{HTTP/1.1,[http/1.1]}{127.0.0.1:37124}
   [junit4]   2> 1255351 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.Server Started @1257503ms
   [junit4]   2> 1255351 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=37124}
   [junit4]   2> 1255352 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 1255352 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002'
   [junit4]   2> 1255352 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1255352 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1255352 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/solr.xml
   [junit4]   2> 1255355 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/.
   [junit4]   2> 1255355 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer New CoreContainer 595233300
   [junit4]   2> 1255355 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002]
   [junit4]   2> 1255355 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/lib
   [junit4]   2> 1255356 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1255356 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1255357 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1255357 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1255357 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1255357 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1255359 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/.
   [junit4]   2> 1255359 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1255359 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1
   [junit4]   2> 1255359 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1255359 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1'
   [junit4]   2> 1255360 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1255360 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1255363 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1255363 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0
   [junit4]   2> 1255363 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1255365 WARN  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1255366 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1255377 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1255379 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1255381 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1255381 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1'
   [junit4]   2> 1255381 INFO  (coreLoadExecutor-7532-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1
   [junit4]   2> 1255381 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 1255382 WARN  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1255382 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1255383 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=78.283203125, floorSegmentMB=0.771484375, forceMergeDeletesPctAllowed=4.934398973656988, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1255383 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27a113ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72cd39aa),segFN=segments_1,generation=1}
   [junit4]   2> 1255383 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1255384 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/
   [junit4]   2> 1255385 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1255386 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1255387 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1255387 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1255387 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1255388 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=2.1171875, floorSegmentMB=2.09765625, forceMergeDeletesPctAllowed=6.248824101596892, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7415452143706421
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27a113ea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72cd39aa),segFN=segments_1,generation=1}
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@76f1b58e[collection1] main]
   [junit4]   2> 1255389 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1/conf
   [junit4]   2> 1255390 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1/conf}
   [junit4]   2> 1255390 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1/conf
   [junit4]   2> 1255390 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1255391 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1255391 INFO  (searcherExecutor-7533-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76f1b58e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1255392 INFO  (coreLoadExecutor-7532-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1255394 INFO  (qtp1808280492-113947) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1255865 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@33024805{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1255865 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=595233300
   [junit4]   2> 1255866 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@784dc8d0
   [junit4]   2> 1255866 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1255866 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1255866 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1255866 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/snapshot_metadata [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1255867 INFO  (coreCloseExecutor-7538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 1255868 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5caa310f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1255869 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42d548f3{/solr,null,AVAILABLE}
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.ServerConnector Started ServerConnector@8825b62{HTTP/1.1,[http/1.1]}{127.0.0.1:37264}
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.e.j.s.Server Started @1258023ms
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=37264}
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002'
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1255871 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/solr.xml
   [junit4]   2> 1255875 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/.
   [junit4]   2> 1255875 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer New CoreContainer 1188246860
   [junit4]   2> 1255875 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002]
   [junit4]   2> 1255875 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/lib
   [junit4]   2> 1255875 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1255876 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1255876 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1255876 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1255876 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1255876 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1255877 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/.
   [junit4]   2> 1255877 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1255877 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/./collection1
   [junit4]   2> 1255877 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[93D8230424961CC6]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1255877 INFO  (coreLoadExecutor-7545-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_93D8230424961CC6-001/solr-instance-002/collection1'
   [juni

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

heckout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160821_190713_353.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160821_190713_353.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 347 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 148 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/148/

5 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=3624, name=collection5, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3624, name=collection5, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34216: collection already exists: awholynewstresscollection_collection5_1
	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:592)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1291)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1599)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1620)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:987)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest

Error Message:
ObjectTracker found 24 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 24 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory, MDCAwareThreadPoolExecutor, NRTCachingDirectory, NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest

Error Message:
6 threads leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest:     1) Thread[id=6088, name=searcherExecutor-1828-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=6089, name=searcherExecutor-1827-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=5692, name=searcherExecutor-1819-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=5826, name=searcherExecutor-1826-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    5) Thread[id=5772, name=searcherExecutor-1814-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    6) Thread[id=6130, name=searcherExecutor-1829-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 6 threads leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest: 
   1) Thread[id=6088, name=searcherExecutor-1828-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=6089, name=searcherExecutor-1827-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=5692, name=searcherExecutor-1819-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=5826, name=searcherExecutor-1826-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=5772, name=searcherExecutor-1814-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   6) Thread[id=6130, name=searcherExecutor-1829-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=6088, name=searcherExecutor-1828-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=6089, name=searcherExecutor-1827-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=5692, name=searcherExecutor-1819-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=5826, name=searcherExecutor-1826-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    5) Thread[id=5772, name=searcherExecutor-1814-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    6) Thread[id=6130, name=searcherExecutor-1829-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6088, name=searcherExecutor-1828-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=6089, name=searcherExecutor-1827-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=5692, name=searcherExecutor-1819-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=5826, name=searcherExecutor-1826-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=5772, name=searcherExecutor-1814-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   6) Thread[id=6130, name=searcherExecutor-1829-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7]:0)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1471698427956,generation=2,filelist=[_be.cfe, _be.cfs, _be.si, _bf.fdt, _bf.fdx, _bf.fnm, _bf.nvd, _bf.nvm, _bf.si, _bf_Asserting_0.doc, _bf_Asserting_0.tim, _bf_Asserting_0.tip, _bg.cfe, _bg.cfs, _bg.si, _bh.cfe, _bh.cfs, _bh.si, _bi.cfe, _bi.cfs, _bi.si, segments_2]}]> but was:<[{indexVersion=1471698427956,generation=2,filelist=[_be.cfe, _be.cfs, _be.si, _bf.fdt, _bf.fdx, _bf.fnm, _bf.nvd, _bf.nvm, _bf.si, _bf_Asserting_0.doc, _bf_Asserting_0.tim, _bf_Asserting_0.tip, _bg.cfe, _bg.cfs, _bg.si, _bh.cfe, _bh.cfs, _bh.si, _bi.cfe, _bi.cfs, _bi.si, segments_2]}, {indexVersion=1471698427956,generation=3,filelist=[_bj.fdt, _bj.fdx, _bj.fnm, _bj.nvd, _bj.nvm, _bj.si, _bj_Asserting_0.doc, _bj_Asserting_0.tim, _bj_Asserting_0.tip, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1471698427956,generation=2,filelist=[_be.cfe, _be.cfs, _be.si, _bf.fdt, _bf.fdx, _bf.fnm, _bf.nvd, _bf.nvm, _bf.si, _bf_Asserting_0.doc, _bf_Asserting_0.tim, _bf_Asserting_0.tip, _bg.cfe, _bg.cfs, _bg.si, _bh.cfe, _bh.cfs, _bh.si, _bi.cfe, _bi.cfs, _bi.si, segments_2]}]> but was:<[{indexVersion=1471698427956,generation=2,filelist=[_be.cfe, _be.cfs, _be.si, _bf.fdt, _bf.fdx, _bf.fnm, _bf.nvd, _bf.nvm, _bf.si, _bf_Asserting_0.doc, _bf_Asserting_0.tim, _bf_Asserting_0.tip, _bg.cfe, _bg.cfs, _bg.si, _bh.cfe, _bh.cfs, _bh.si, _bi.cfe, _bi.cfs, _bi.si, segments_2]}, {indexVersion=1471698427956,generation=3,filelist=[_bj.fdt, _bj.fdx, _bj.fnm, _bj.nvd, _bj.nvm, _bj.si, _bj_Asserting_0.doc, _bj_Asserting_0.tim, _bj_Asserting_0.tip, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7:73C611E14B521ED4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1229)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11301 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/init-core-data-001
   [junit4]   2> 187916 INFO  (SUITE-TestReplicationHandler-seed#[56110AD13B1A10D7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 187918 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication
   [junit4]   2> 187918 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1
   [junit4]   2> 187922 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 187927 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c3ce060{/solr,null,AVAILABLE}
   [junit4]   2> 187929 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.ServerConnector Started ServerConnector@147e4b5e{HTTP/1.1,[http/1.1]}{127.0.0.1:48220}
   [junit4]   2> 187929 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.Server Started @189909ms
   [junit4]   2> 187929 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=48220}
   [junit4]   2> 187929 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 187929 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001'
   [junit4]   2> 187929 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 187930 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 187930 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/solr.xml
   [junit4]   2> 187934 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/.
   [junit4]   2> 187934 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer New CoreContainer 742240190
   [junit4]   2> 187934 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001]
   [junit4]   2> 187934 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/lib
   [junit4]   2> 187934 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 187938 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 187938 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 187938 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 187938 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 187938 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 187939 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/.
   [junit4]   2> 187940 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 187940 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1
   [junit4]   2> 187940 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 187940 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1'
   [junit4]   2> 187941 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0
   [junit4]   2> 187941 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 187941 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 187941 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 187946 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 187949 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 187955 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 187957 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 187959 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 187959 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1'
   [junit4]   2> 187959 INFO  (coreLoadExecutor-294-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1
   [junit4]   2> 187959 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 187960 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 187960 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 187960 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 187960 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 187960 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data
   [junit4]   2> 187961 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 187961 WARN  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 187962 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 187962 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 187970 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/index-SimpleFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e5ea5e6),segFN=segments_1,generation=1}
   [junit4]   2> 187970 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 187971 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/./collection1/data/
   [junit4]   2> 187972 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 187973 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 187974 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 187975 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 187975 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 187976 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 187976 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 187977 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 187977 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 187977 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 187977 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=63.33984375, floorSegmentMB=1.2265625, forceMergeDeletesPctAllowed=10.525963619837727, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24914922081350588
   [junit4]   2> 187980 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/index-SimpleFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e5ea5e6),segFN=segments_1,generation=1}
   [junit4]   2> 187980 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 187980 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@750af0a7[collection1] main]
   [junit4]   2> 187981 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1/conf
   [junit4]   2> 187981 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1/conf}
   [junit4]   2> 187981 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-001/collection1/conf
   [junit4]   2> 187981 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 187981 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 187981 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 187981 INFO  (searcherExecutor-295-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@750af0a7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 187986 INFO  (coreLoadExecutor-294-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 188443 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1
   [junit4]   2> 188445 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 188447 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74cd820{/solr,null,AVAILABLE}
   [junit4]   2> 188447 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.ServerConnector Started ServerConnector@258a8fdc{HTTP/1.1,[http/1.1]}{127.0.0.1:56642}
   [junit4]   2> 188447 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.Server Started @190428ms
   [junit4]   2> 188447 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=56642}
   [junit4]   2> 188448 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 188448 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002'
   [junit4]   2> 188448 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188448 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 188448 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/solr.xml
   [junit4]   2> 188452 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/.
   [junit4]   2> 188452 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer New CoreContainer 1377465426
   [junit4]   2> 188452 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002]
   [junit4]   2> 188452 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/lib
   [junit4]   2> 188453 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 188453 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 188454 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 188454 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 188454 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 188454 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 188454 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/.
   [junit4]   2> 188455 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 188455 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1
   [junit4]   2> 188455 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 188455 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1'
   [junit4]   2> 188455 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0
   [junit4]   2> 188456 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 188456 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188456 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 188462 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 188465 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 188470 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 188472 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 188474 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 188475 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1'
   [junit4]   2> 188475 INFO  (coreLoadExecutor-304-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1
   [junit4]   2> 188475 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 188475 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 188475 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 188475 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 188476 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 188476 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data
   [junit4]   2> 188476 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 188476 WARN  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 188477 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 188477 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 188479 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/index-SimpleFSDirectory-002 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e5ea5e6),segFN=segments_1,generation=1}
   [junit4]   2> 188480 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 188481 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/
   [junit4]   2> 188482 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 188483 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188483 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188484 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188484 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 188486 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 188486 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 188486 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 188486 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 188486 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 188486 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=63.33984375, floorSegmentMB=1.2265625, forceMergeDeletesPctAllowed=10.525963619837727, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24914922081350588
   [junit4]   2> 188488 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/index-SimpleFSDirectory-002 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e5ea5e6),segFN=segments_1,generation=1}
   [junit4]   2> 188488 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 188489 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3067f356[collection1] main]
   [junit4]   2> 188489 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/conf
   [junit4]   2> 188489 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/conf}
   [junit4]   2> 188489 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/conf
   [junit4]   2> 188489 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 188491 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 188492 INFO  (searcherExecutor-305-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3067f356[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 188492 INFO  (coreLoadExecutor-304-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 188493 INFO  (qtp1140717274-3633) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 188958 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@258a8fdc{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 188958 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1377465426
   [junit4]   2> 188959 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1436c56d
   [junit4]   2> 188959 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 188960 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 188960 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 188960 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 188964 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 188964 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/snapshot_metadata [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 188965 INFO  (coreCloseExecutor-310-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data
   [junit4]   2> 188966 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74cd820{/solr,null,UNAVAILABLE}
   [junit4]   2> 188967 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 188969 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74e6dcc0{/solr,null,AVAILABLE}
   [junit4]   2> 188970 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5ef61dde{HTTP/1.1,[http/1.1]}{127.0.0.1:49713}
   [junit4]   2> 188970 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.e.j.s.Server Started @190950ms
   [junit4]   2> 188970 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=49713}
   [junit4]   2> 188971 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 188971 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002'
   [junit4]   2> 188971 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188971 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 188971 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/solr.xml
   [junit4]   2> 188974 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/.
   [junit4]   2> 188975 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer New CoreContainer 2110690744
   [junit4]   2> 188975 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002]
   [junit4]   2> 188975 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/lib
   [junit4]   2> 188978 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 188979 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 188982 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 188982 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 188982 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 188982 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 188982 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/.
   [junit4]   2> 188983 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 188983 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1
   [junit4]   2> 188983 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 188983 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1'
   [junit4]   2> 188984 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0
   [junit4]   2> 188990 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[56110AD13B1A10D7]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 188990 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 188990 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 188995 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 188997 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 189003 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 189005 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 189007 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 189008 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1'
   [junit4]   2> 189008 INFO  (coreLoadExecutor-317-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1
   [junit4]   2> 189008 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 189010 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 189011 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 189011 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/data/snapshot_metadata
   [junit4]   2> 189011 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 189011 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/data
   [junit4]   2> 189012 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 189012 WARN  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 189012 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/data/index
   [junit4]   2> 189012 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=641507414, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 189017 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3338d998; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 189017 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 189019 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 189020 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 189021 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 189021 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 189022 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 189022 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_56110AD13B1A10D7-001/solr-instance-002/./collection1/data/
   [junit4]   2> 189023 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 189023 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 189023 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 189026 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 189026 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 189026 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2970545295244579]
   [junit4]   2> 189027 INFO  (coreLoadExecutor-317-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/tes

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

lockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=5826, name=searcherExecutor-1826-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    5) Thread[id=5772, name=searcherExecutor-1814-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    6) Thread[id=6130, name=searcherExecutor-1829-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=6088, name=searcherExecutor-1828-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=6089, name=searcherExecutor-1827-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=5692, name=searcherExecutor-1819-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=5826, name=searcherExecutor-1826-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    5) Thread[id=5772, name=searcherExecutor-1814-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    6) Thread[id=6130, name=searcherExecutor-1829-thread-1, state=WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([56110AD13B1A10D7]:0)
   [junit4] Completed [118/629 (2!)] on J1 in 911.57s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 61690 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:643: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:630: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties

Total time: 250 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 147 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/147/

All tests passed

Build Log:
[...truncated 10391 lines...]
    [javac] Compiling 955 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/classes/java
    [javac] /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/TransactionLog.java:174: error: variable o might not have been initialized
    [javac]           return;
    [javac]           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:484: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:385: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:501: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1955: Compile failed; see the compiler error output for details.

Total time: 182 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 146 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/146/

All tests passed

Build Log:
[...truncated 12080 lines...]
   [junit4] JVM J2: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160818_020537_694.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid24246.hprof ...
   [junit4] Heap dump file created [738883850 bytes in 6.005 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 650 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160818_020537_689.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid24244.hprof ...
   [junit4] Heap dump file created [475188142 bytes in 1.448 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160818_020537_689.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "solr-idle-connections-evictor"
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] <<< JVM J1: EOF ----

[...truncated 380 lines...]
   [junit4] ERROR: JVM J1 ended with an exception, command line: /usr/local/asfpackages/java/jdk1.8.0_102/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=755A834FDB208D12 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.luceneMatchVersion=6.2.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/tools/junit4/logging.properties -Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/tools/junit4/solr-tests.policy -Dtests.LUCENE_VERSION=6.2.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1 -Djunit4.childvm.id=1 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dfile.encoding=UTF-8 -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/test-framework/lib/junit4-ant-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-solrj/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/common/lucene-analyzers-common-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/codecs/lucene-codecs-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/backward-codecs/lucene-backward-codecs-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/highlighter/lucene-highlighter-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/memory/lucene-memory-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/misc/lucene-misc-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/spatial-extras/lucene-spatial-extras-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/expressions/lucene-expressions-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/suggest/lucene-suggest-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/grouping/lucene-grouping-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queries/lucene-queries-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/lucene-queryparser-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/join/lucene-join-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/sandbox/lucene-sandbox-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/classification/lucene-classification-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/asm-5.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/asm-commons-5.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/caffeine-1.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-cli-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-codec-1.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-configuration-1.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-exec-1.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-fileupload-1.3.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-io-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-lang-2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/curator-client-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/curator-framework-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/curator-recipes-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/dom4j-1.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/guava-14.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-annotations-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-auth-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-common-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-hdfs-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hppc-0.7.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/jackson-core-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/joda-time-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/log4j-1.2.17.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/org.restlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/protobuf-java-2.5.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/slf4j-log4j12-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/spatial4j-0.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/t-digest-3.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/commons-io-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/guava-14.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/httpclient-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/httpcore-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/httpmime-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jackson-core-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/noggit-0.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/slf4j-api-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/stax2-api-3.1.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/zookeeper-3.4.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/javax.servlet-api-3.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-continuation-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-deploy-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-http-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-io-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-jmx-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-rewrite-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-security-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-server-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-servlet-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-servlets-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-util-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-webapp-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-xml-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/test-framework/lib/randomizedtesting-runner-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/antlr-2.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-api-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-avl-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160818_020537_689.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160818_020537_689.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)
   [junit4] ERROR: JVM J2 ended with an exception, command line: /usr/local/asfpackages/java/jdk1.8.0_102/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=755A834FDB208D12 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.luceneMatchVersion=6.2.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/tools/junit4/logging.properties -Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/tools/junit4/solr-tests.policy -Dtests.LUCENE_VERSION=6.2.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2 -Djunit4.childvm.id=2 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dfile.encoding=UTF-8 -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/test-framework/lib/junit4-ant-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-solrj/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/common/lucene-analyzers-common-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/codecs/lucene-codecs-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/backward-codecs/lucene-backward-codecs-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/highlighter/lucene-highlighter-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/memory/lucene-memory-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/misc/lucene-misc-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/spatial-extras/lucene-spatial-extras-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/expressions/lucene-expressions-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/suggest/lucene-suggest-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/grouping/lucene-grouping-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queries/lucene-queries-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/lucene-queryparser-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/join/lucene-join-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/sandbox/lucene-sandbox-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/classification/lucene-classification-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/asm-5.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/asm-commons-5.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/caffeine-1.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-cli-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-codec-1.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-configuration-1.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-exec-1.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-fileupload-1.3.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-io-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/commons-lang-2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/curator-client-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/curator-framework-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/curator-recipes-2.8.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/dom4j-1.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/guava-14.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-annotations-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-auth-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-common-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hadoop-hdfs-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/hppc-0.7.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/jackson-core-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/joda-time-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/log4j-1.2.17.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/org.restlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/protobuf-java-2.5.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/slf4j-log4j12-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/spatial4j-0.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/lib/t-digest-3.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/commons-io-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/guava-14.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/httpclient-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/httpcore-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/httpmime-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jackson-core-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/noggit-0.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/slf4j-api-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/stax2-api-3.1.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/solrj/lib/zookeeper-3.4.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/javax.servlet-api-3.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-continuation-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-deploy-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-http-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-io-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-jmx-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-rewrite-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-security-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-server-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-servlet-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-servlets-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-util-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-webapp-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/server/lib/jetty-xml-9.3.8.v20160314.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/test-framework/lib/randomizedtesting-runner-2.3.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/antlr-2.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-api-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-avl-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-core-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160818_020537_694.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160818_020537_694.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 11. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20160818_020537_694.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1481)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 290 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




Re: [JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 145 - Still Failing

Posted by Erick Erickson <er...@gmail.com>.
Looks like a JIRA to me ;)

On Tue, Aug 16, 2016 at 1:26 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Hi,
>
> this failed run also made the checkout dirty:
>
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:643: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:630: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
> * solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties
>
> So it looks that some test does not correctly clone the test-files to a working directory. I thought all tests were changed to do this, but this one seems to still be broken!
>
> Please keep in mind that this run worked without a SecurityManager (because we use an external data source for linedocs), so maybe the write was not successfully rejected. It looks like the test swallowed the exception.
>
> Should I open issue?
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>> -----Original Message-----
>> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
>> Sent: Tuesday, August 16, 2016 9:53 AM
>> To: dev@lucene.apache.org
>> Subject: [JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 145 - Still Failing
>>
>> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/145/
>>
>> 3 tests failed.
>> FAILED:
>> org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterR
>> estart
>>
>> Error Message:
>> Timeout waiting for CDCR replication to complete @source_collection:shard1
>>
>> Stack Trace:
>> java.lang.RuntimeException: Timeout waiting for CDCR replication to
>> complete @source_collection:shard1
>>       at
>> __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:B1D76CE94AC2AC
>> D3]:0)
>>       at
>> org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComp
>> lete(BaseCdcrDistributedZkTest.java:794)
>>       at
>> org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterR
>> estart(CdcrReplicationDistributedZkTest.java:264)
>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>       at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>> va:62)
>>       at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> orImpl.java:43)
>>       at java.lang.reflect.Method.invoke(Method.java:498)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1764)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:871)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> mizedRunner.java:907)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> omizedRunner.java:921)
>>       at
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFi
>> xedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
>>       at
>> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
>> atement.evaluate(BaseDistributedSearchTestCase.java:967)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>       at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:49)
>>       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>       at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr
>> eadAndTestName.java:48)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:809)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:460)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:880)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:781)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:816)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:827)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
>> ssName.java:41)
>>       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
>> rtionsRequired.java:53)
>>       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
>> estSuites.java:54)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>       at java.lang.Thread.run(Thread.java:745)
>>
>>
>> FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir
>>
>> Error Message:
>> Exception during query
>>
>> Stack Trace:
>> java.lang.RuntimeException: Exception during query
>>       at
>> __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:49030501A7B884D
>> ]:0)
>>       at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
>>       at
>> org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitra
>> ryIndexDir.java:107)
>>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>       at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>> va:62)
>>       at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> orImpl.java:43)
>>       at java.lang.reflect.Method.invoke(Method.java:498)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1764)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:871)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> mizedRunner.java:907)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> omizedRunner.java:921)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>       at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:49)
>>       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>       at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr
>> eadAndTestName.java:48)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:809)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:460)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:880)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:781)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:816)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:827)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
>> ssName.java:41)
>>       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
>> rtionsRequired.java:53)
>>       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
>> estSuites.java:54)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>       at java.lang.Thread.run(Thread.java:745)
>> Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> xpath=*[count(//doc)=1]
>>       xml response was: <?xml version="1.0" encoding="UTF-8"?>
>> <response>
>> <lst name="responseHeader"><int name="status">0</int><int
>> name="QTime">9</int></lst><result name="response" numFound="0"
>> start="0"></result>
>> </response>
>>
>>       request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>>       at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
>>       ... 41 more
>>
>>
>> FAILED:
>> junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler
>>
>> Error Message:
>> ObjectTracker found 4 object(s) that were not released!!!
>> [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory,
>> NRTCachingDirectory]
>>
>> Stack Trace:
>> java.lang.AssertionError: ObjectTracker found 4 object(s) that were not
>> released!!! [NRTCachingDirectory, NRTCachingDirectory,
>> NRTCachingDirectory, NRTCachingDirectory]
>>       at __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5]:0)
>>       at org.junit.Assert.fail(Assert.java:93)
>>       at org.junit.Assert.assertTrue(Assert.java:43)
>>       at org.junit.Assert.assertNull(Assert.java:551)
>>       at
>> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
>>       at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
>>       at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> orImpl.java:43)
>>       at java.lang.reflect.Method.invoke(Method.java:498)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1764)
>>       at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:834)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>       at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
>> ssName.java:41)
>>       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>       at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
>> rtionsRequired.java:53)
>>       at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>       at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
>> estSuites.java:54)
>>       at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>       at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>       at java.lang.Thread.run(Thread.java:745)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 11135 lines...]
>>    [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
>>    [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001
>>    [junit4]   2> 22127 INFO  (SUITE-TestArbitraryIndexDir-
>> seed#[EDCA8B6884E218E5]-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> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> testLoadNewIndexDir
>>    [junit4]   2> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
>>    [junit4]   2> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
>> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/collection1'
>>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
>> configured for solr (NoInitialContextEx)
>>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
>> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
>> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> classloader
>>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
>> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to
>> classloader
>>    [junit4]   2> 22152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig current version of
>> requestparams : -1
>>    [junit4]   2> 22160 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Using Lucene
>> MatchVersion: 6.2.0
>>    [junit4]   2> 22180 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig:
>> solrconfig.xml
>>    [junit4]   2> 22191 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema [null] Schema
>> name=test
>>    [junit4]   2> 22296 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema default search field in
>> schema is text
>>    [junit4]   2> 22297 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema unique key field: id
>>    [junit4]   2> 22297 WARN  (TEST-
>> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ]
>> o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
>> copyFields (2)
>>    [junit4]   2> 22319 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
>> exchange rates from file currency.xml
>>    [junit4]   2> 22321 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
>> exchange rates from file currency.xml
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
>> configured for solr (NoInitialContextEx)
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
>> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
>> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr'
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
>> configured for solr (NoInitialContextEx)
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
>> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer New CoreContainer
>> 286352551
>>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Loading cores into
>> CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr]
>>    [junit4]   2> 22323 WARN  (TEST-
>> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ]
>> o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/core/src/test-files/solr/lib
>>    [junit4]   2> 22324 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.h.c.HttpShardHandlerFactory created
>> with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost :
>> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
>> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
>> false,useRetries : false,connectionsEvictorSleepDelay :
>> 5000,maxConnectionIdleTime : 40000,
>>    [junit4]   2> 22324 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.UpdateShardHandler Creating
>> UpdateShardHandler HTTP client with params:
>> socketTimeout=30000&connTimeout=30000&retry=true
>>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher SLF4J impl is
>> org.slf4j.impl.Log4jLoggerFactory
>>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher Registering Log Listener
>> [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Security conf doesn't
>> exist. Skipping setup for authorization module.
>>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer No authentication
>> plugin used.
>>    [junit4]   2> 22326 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreDescriptor Created
>> CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
>> schema=schema12.xml, loadOnStartup=true,
>> configSetProperties=configsetprops.json, collection=collection1,
>> dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001, shard=shard1}
>>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1'
>>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader using system property solr.solr.home:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr
>>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/collection1/lib/classes/' to classloader
>>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/collection1/lib/README' to classloader
>>    [junit4]   2> 22349 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrConfig current version of requestparams : -1
>>    [junit4]   2> 22357 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
>>    [junit4]   2> 22379 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>>    [junit4]   2> 22393 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.s.IndexSchema [collection1] Schema name=test
>>    [junit4]   2> 22510 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.s.IndexSchema default search field in schema is text
>>    [junit4]   2> 22511 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.s.IndexSchema unique key field: id
>>    [junit4]   2> 22511 WARN  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
>> copyFields (2)
>>    [junit4]   2> 22553 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> currency.xml
>>    [junit4]   2> 22555 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
>> currency.xml
>>    [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
>> default properties: Can't find resource 'configsetprops.json' in classpath or
>> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1'
>>    [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    ]
>> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
>> instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1
>>    [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
>>    [junit4]   2> 22558 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
>> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1],
>> dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/]
>>    [junit4]   2> 22559 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr
>> information with JMX.
>>    [junit4]   2> 22562 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/snapshot_metadata
>>    [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata
>> file...
>>    [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001
>>    [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrCore New index directory detected: old=null
>> new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index/
>>    [junit4]   2> 22563 WARN  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index' doesn't exist. Creating new index...
>>    [junit4]   2> 22564 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>>    [junit4]   2> 22564 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
>> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
>> maxMergeAtOnce=8, maxMergeAtOnceExplicit=3,
>> maxMergedSegmentMB=39.8056640625, floorSegmentMB=1.48828125,
>> forceMergeDeletesPctAllowed=23.112295353481933, segmentsPerTier=26.0,
>> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>>    [junit4]   2> 22575 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
>>    [junit4]   2>
>>       commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
>> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
>> maxCacheMB=0.052734375
>> maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
>>    [junit4]   2> 22575 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>>    [junit4]   2> 22579 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
>> to cleanup for core collection1 in /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/
>>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "dedupe"
>>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "dedupe"
>>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "dedupe-allfields"
>>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "dedupe-allfields"
>>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "stored_sig"
>>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "stored_sig"
>>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "uniq-fields"
>>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "uniq-fields"
>>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>    [junit4]   2> 22582 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "distrib-dup-test-chain-implicit"
>>    [junit4]   2> 22582 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrCore no updateRequestProcessorChain defined as default,
>> creating implicit default
>>    [junit4]   2> 22583 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22583 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22584 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22585 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22592 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
>>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.RequestHandlers Registered paths:
>> /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admi
>> n/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/propertie
>> s,/update/json,mltrh,/admin/threads,/search-facet-
>> def,/update/csv,/sql,/graph,/search-facet-
>> invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/repli
>> cation,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/log
>> ging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/ter
>> ms,spellCheckCompRH_Direct,/debug/dump
>>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrCore Using default statsCache cache:
>> org.apache.solr.search.stats.LocalStatsCache
>>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>>    [junit4]   2> 22594 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
>> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
>> minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648,
>> maxMergeSizeForForcedMerge=9223372036854775807,
>> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
>> maxCFSSegmentSizeMB=8.796093022207999E12,
>> noCFSRatio=0.19800664624367326]
>>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
>>    [junit4]   2>
>>       commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
>> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
>> maxCacheMB=0.052734375
>> maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
>>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.s.SolrIndexSearcher Opening [Searcher@5b487e30[collection1] main]
>>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.r.RestManager Initializing RestManager with initArgs:
>> {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorag
>> eIO}
>>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
>> InMemoryStorage
>>    [junit4]   2> 22599 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.r.RestManager Initializing 0 registered ManagedResources
>>    [junit4]   2> 22599 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>>    [junit4]   2> 22609 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.s.DirectSolrSpellChecker init:
>> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLen
>> gth=3}
>>    [junit4]   2> 22650 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>>    [junit4]   2> 22651 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: default
>>    [junit4]   2> 22651 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
>> o.a.s.c.CoreContainer registering core: collection1
>>    [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: direct
>>    [junit4]   2> 22652 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
>>    [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: wordbreak
>>    [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: multipleFields
>>    [junit4]   2> 22653 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: jarowinkler
>>    [junit4]   2> 22654 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: external
>>    [junit4]   2> 22655 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: freq
>>    [junit4]   2> 22655 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: fqcn
>>    [junit4]   2> 22660 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> [collection1]  webapp=null path=null params={}{add=[1]} 0 7
>>    [junit4]   2> 22664 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: perDict
>>    [junit4]   2> 22664 INFO  (searcherExecutor-34-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
>> searcher Searcher@5b487e30[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>    [junit4]   2> 22732 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.DirectUpdateHandler2 start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDelet
>> es=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 22746 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrDeletionPolicy
>> SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>>       commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
>> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
>> maxCacheMB=0.052734375
>> maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
>>    [junit4]   2>
>>       commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
>> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
>> maxCacheMB=0.052734375
>> maxMergeSizeMB=0.1474609375)),segFN=segments_2,generation=2}
>>    [junit4]   2> 22746 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
>> generation = 2
>>    [junit4]   2> 22747 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrCore New index directory
>> detected: old=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index/ new=/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp
>>    [junit4]   2> 22751 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrIndexSearcher Opening
>> [Searcher@74581559[collection1] main]
>>    [junit4]   2> 22752 INFO  (searcherExecutor-34-thread-1) [    ]
>> o.a.s.c.SolrCore [collection1] Registered new searcher
>> Searcher@74581559[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.
>> 2.0):c1)))}
>>    [junit4]   2> 22752 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.DirectUpdateHandler2
>> end_commit_flush
>>    [junit4]   2> 22752 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
>> [collection1]  webapp=null path=null params={}{commit=} 0 20
>>    [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
>> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/collection1'
>>    [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
>> configured for solr (NoInitialContextEx)
>>    [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
>> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>>    [junit4]   2> 22754 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
>> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to
>> classloader
>>    [junit4]   2> 22754 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
>> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to
>> classloader
>>    [junit4]   2> 22776 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig current version of
>> requestparams : -1
>>    [junit4]   2> 22784 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Using Lucene
>> MatchVersion: 6.2.0
>>    [junit4]   2> 22804 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig:
>> solrconfig.xml
>>    [junit4]   2> 22814 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema [collection1] Schema
>> name=test
>>    [junit4]   2> 22892 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema default search field in
>> schema is text
>>    [junit4]   2> 22893 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema unique key field: id
>>    [junit4]   2> 22894 WARN  (TEST-
>> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ]
>> o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
>> copyFields (2)
>>    [junit4]   2> 22901 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
>> exchange rates from file currency.xml
>>    [junit4]   2> 22903 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
>> exchange rates from file currency.xml
>>    [junit4]   2> 22905 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.ConfigSetProperties Did not find
>> ConfigSet properties, assuming default properties: Can't find resource
>> 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/collection1'
>>    [junit4]   2> 22905 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Reloading SolrCore
>> 'collection1' using configuration from instancedir /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
>> files/solr/collection1
>>    [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ]
>> Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1],
>> dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/]
>>    [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.JmxMonitoredMap No
>> JMX servers found, not exposing Solr information with JMX.
>>    [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata
>> file...
>>    [junit4]   2> 22907 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore New index
>> directory detected: old=null new=/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp
>>    [junit4]   2> 22907 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
>> to cleanup for core collection1 in /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/
>>    [junit4]   2> 22908 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 1 old index
>> directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/
>>    [junit4]   2> 22908 WARN  (OldIndexDirectoryCleanupThreadForCore-
>> collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete
>> directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index as it is still being referenced in the cache!
>>    [junit4]   2> 22908 WARN  (OldIndexDirectoryCleanupThreadForCore-
>> collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index
>> directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index failed.
>>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "dedupe"
>>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "dedupe"
>>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "dedupe-allfields"
>>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "dedupe-allfields"
>>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "stored_sig"
>>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "stored_sig"
>>    [junit4]   2> 22911 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "uniq-fields"
>>    [junit4]   2> 22911 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "uniq-fields"
>>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain creating
>> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.u.p.UpdateRequestProcessorChain inserting
>> DistributedUpdateProcessorFactory into updateRequestProcessorChain
>> "distrib-dup-test-chain-implicit"
>>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore no
>> updateRequestProcessorChain defined as default, creating implicit default
>>    [junit4]   2> 22914 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22914 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22915 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22916 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 22918 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.PluginBag
>> requestHandler : 'lazy' created with startup=lazy
>>    [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.RequestHandlers
>> Registered paths:
>> /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admi
>> n/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/propertie
>> s,/update/json,mltrh,/admin/threads,/search-facet-
>> def,/update/csv,/sql,/graph,/search-facet-
>> invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/repli
>> cation,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/log
>> ging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/ter
>> ms,spellCheckCompRH_Direct,/debug/dump
>>    [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore Using default
>> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>>    [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.CommitTracker Hard
>> AutoCommit: disabled
>>    [junit4]   2> 22921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.CommitTracker Soft
>> AutoCommit: disabled
>>    [junit4]   2> 22923 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.SolrIndexSearcher
>> Opening [Searcher@76adf9c8[collection1] main]
>>    [junit4]   2> 22923 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.RestManager Initializing
>> RestManager with initArgs:
>> {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorag
>> eIO}
>>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1]
>> o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
>> InMemoryStorage
>>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.RestManager Initializing
>> 0 registered ManagedResources
>>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.c.SpellCheckComponent
>> Initializing spell checkers
>>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker
>> init:
>> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLen
>> gth=3}
>>    [junit4]   2> 22928 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.ReplicationHandler
>> Commits will be reserved for  10000
>>    [junit4]   2> 22929 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DefaultSolrCoreState
>> Closing old IndexWriter... core=collection1
>>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: default
>>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: direct
>>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: wordbreak
>>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: multipleFields
>>    [junit4]   2> 22931 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.CachingDirectoryFactory
>> return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp
>>    [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: jarowinkler
>>    [junit4]   2> 22932 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.RandomMergePolicy
>> RandomMergePolicy wrapping class
>> org.apache.lucene.index.MockRandomMergePolicy:
>> org.apache.lucene.index.MockRandomMergePolicy@5dd0fb5c
>>    [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: external
>>    [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: freq
>>    [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrDeletionPolicy
>> SolrDeletionPolicy.onInit: commits: num=1
>>    [junit4]   2>
>>       commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/j
>> enkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2957c37b),
>> segFN=segments_1,generation=1}
>>    [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrDeletionPolicy
>> newest commit generation = 1
>>    [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DefaultSolrCoreState
>> New IndexWriter is ready to be used.
>>    [junit4]   2> 22934 WARN  (TEST-
>> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [
>> x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING:
>> Overlapping onDeckSearchers=2
>>    [junit4]   2> 22935 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: fqcn
>>    [junit4]   2> 22936 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
>> index for spellchecker: perDict
>>    [junit4]   2> 22936 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
>> searcher Searcher@76adf9c8[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.
>> 2.0):c1)))}
>>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.SolrIndexSearcher
>> Opening [Searcher@71f87724[collection1] main]
>>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.CoreContainer replacing
>> core: collection1
>>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1]
>> CLOSING SolrCore org.apache.solr.core.SolrCore@217577ca
>>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DirectUpdateHandler2
>> closing DirectUpdateHandler2{commits=1,autocommits=0,soft
>> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,a
>> dds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumula
>> tive_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>    [junit4]   2> 22938 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1]
>> Closing main searcher on request.
>>    [junit4]   2> 22944 INFO  (searcherExecutor-38-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
>> searcher Searcher@71f87724[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.
>> 2.0):c1)))}
>>    [junit4]   2> 22948 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.S.Request [collection1]
>> webapp=null path=null
>> params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0
>> status=0 QTime=9
>>    [junit4]   2> 22949 ERROR (TEST-
>> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [
>> x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
>>    [junit4]   2>      xml response was: <?xml version="1.0" encoding="UTF-8"?>
>>    [junit4]   2> <response>
>>    [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int
>> name="QTime">9</int></lst><result name="response" numFound="0"
>> start="0"></result>
>>    [junit4]   2> </response>
>>    [junit4]   2>
>>    [junit4]   2>      request
>> was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>>    [junit4]   2> 22949 ERROR (TEST-
>> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [
>> x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
>> q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeExcep
>> tion: REQUEST FAILED: xpath=*[count(//doc)=1]
>>    [junit4]   2>      xml response was: <?xml version="1.0" encoding="UTF-8"?>
>>    [junit4]   2> <response>
>>    [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int
>> name="QTime">9</int></lst><result name="response" numFound="0"
>> start="0"></result>
>>    [junit4]   2> </response>
>>    [junit4]   2>
>>    [junit4]   2>      request
>> was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>>    [junit4]   2>      at
>> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
>>    [junit4]   2>      at
>> org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitra
>> ryIndexDir.java:107)
>>    [junit4]   2>      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>>    [junit4]   2>      at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
>> va:62)
>>    [junit4]   2>      at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
>> orImpl.java:43)
>>    [junit4]   2>      at java.lang.reflect.Method.invoke(Method.java:498)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1764)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:871)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
>> mizedRunner.java:907)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
>> omizedRunner.java:921)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:49)
>>    [junit4]   2>      at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr
>> eadAndTestName.java:48)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:809)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:460)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:880)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:781)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:816)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:827)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
>> valuate(SystemPropertiesRestoreRule.java:57)
>>    [junit4]   2>      at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
>> terRule.java:45)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
>> ssName.java:41)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
>> rtionsRequired.java:53)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
>> java:47)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
>> gnoreAfterMaxFailures.java:64)
>>    [junit4]   2>      at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
>> estSuites.java:54)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
>> mentAdapter.java:36)
>>    [junit4]   2>      at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
>> un(ThreadLeakControl.java:367)
>>    [junit4]   2>      at java.lang.Thread.run(Thread.java:745)
>>    [junit4]   2>
>>    [junit4]   2> 22950 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
>> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending
>> testLoadNewIndexDir
>>    [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant
>> get-jenkins-line-docs' in the lucene directory.
>>    [junit4]   2> NOTE: reproduce with: ant test  -
>> Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -
>> Dtests.seed=EDCA8B6884E218E5 -Dtests.multiplier=2 -Dtests.nightly=true -
>> Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/test-
>> data/enwiki.random.lines.txt -Dtests.locale=en-US -
>> Dtests.timezone=America/Resolute -Dtests.asserts=true -
>> Dtests.file.encoding=UTF-8
>>    [junit4] ERROR   0.83s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
>>    [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during
>> query
>>    [junit4]    >      at
>> __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:49030501A7B884D
>> ]:0)
>>    [junit4]    >      at
>> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
>>    [junit4]    >      at
>> org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitra
>> ryIndexDir.java:107)
>>    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
>>    [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> xpath=*[count(//doc)=1]
>>    [junit4]    >      xml response was: <?xml version="1.0" encoding="UTF-8"?>
>>    [junit4]    > <response>
>>    [junit4]    > <lst name="responseHeader"><int name="status">0</int><int
>> name="QTime">9</int></lst><result name="response" numFound="0"
>> start="0"></result>
>>    [junit4]    > </response>
>>    [junit4]    >      request
>> was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>>    [junit4]    >      at
>> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
>>    [junit4]    >      ... 41 more
>>    [junit4]   2> 22954 INFO  (SUITE-TestArbitraryIndexDir-
>> seed#[EDCA8B6884E218E5]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4
>> ###deleteCore
>>    [junit4]   2> 22954 INFO  (SUITE-TestArbitraryIndexDir-
>> seed#[EDCA8B6884E218E5]-worker) [    x:collection1] o.a.s.c.CoreContainer
>> Shutting down CoreContainer instance=286352551
>>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING
>> SolrCore org.apache.solr.core.SolrCore@367fa169
>>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing
>> DirectUpdateHandler2{commits=0,autocommits=0,soft
>> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,a
>> dds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumula
>> tive_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
>>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref
>> count has reached 0 - closing IndexWriter
>>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing
>> IndexWriter with IndexWriterCloser
>>    [junit4]   2> 22960 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main
>> searcher on request.
>>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> MockFSDirectoryFactory - 4 directories currently being tracked
>>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
>> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp
>> [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp;done=false>>]
>>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory, CoreContainer#isShutdown=true
>>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index_temp
>>    [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
>> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>> [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index;done=false>>]
>>    [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory, CoreContainer#isShutdown=true
>>    [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/index
>>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
>> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/snapshot_metadata
>> [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/snapshot_metadata;done=false>>]
>>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory, CoreContainer#isShutdown=true
>>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001/snapshot_metadata
>>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
>> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001;done=false>>]
>>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory, CoreContainer#isShutdown=true
>>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
>> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
>> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
>> 001/init-core-data-001
>>    [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001
>>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62):
>> {name=FST50, id=FST50}, docValues:{}, maxPointsInLeafNode=1057,
>> maxMBSortInHeap=6.283943130221446,
>> sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=en-US,
>> timezone=America/Resolute
>>    [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
>> 1.8.0_102 (64-bit)/cpus=4,threads=1,free=180730616,total=304611328
>>    [junit4]   2> NOTE: All tests run in this JVM: [BufferStoreTest,
>> CursorPagingTest, RequestLoggingTest, TestArbitraryIndexDir]
>>    [junit4] Completed [7/629 (1!)] on J0 in 0.88s, 1 test, 1 error <<< FAILURES!
>>
>> [...truncated 354 lines...]
>>    [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
>>    [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/init-core-data-001
>>    [junit4]   2> 322476 INFO  (SUITE-TestReplicationHandler-
>> seed#[EDCA8B6884E218E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl
>> (false) and clientAuth (false) via:
>> @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
>>    [junit4]   2> 322477 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
>> doTestReplicateAfterCoreReload
>>    [junit4]   2> 322478 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties
>> file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1
>>    [junit4]   2> 322480 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>>    [junit4]   2> 322492 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.h.ContextHandler Started
>> o.e.j.s.ServletContextHandler@10c5dba1{/solr,null,AVAILABLE}
>>    [junit4]   2> 322495 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.ServerConnector Started
>> ServerConnector@63e82015{HTTP/1.1,[http/1.1]}{127.0.0.1:๔๐๓๓๒}
>>    [junit4]   2> 322495 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.Server Started @๓๒๔๙๑๐ms
>>    [junit4]   2> 322495 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
>> {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=40332}
>>    [junit4]   2> 322495 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter
>> SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
>>    [junit4]   2> 322502 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
>> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001'
>>    [junit4]   2> 322502 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
>> configured for solr (NoInitialContextEx)
>>    [junit4]   2> 322502 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader solr home
>> defaulted to 'solr/' (could not find system property or JNDI)
>>    [junit4]   2> 322503 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrXmlConfig Loading container
>> configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/solr.xml
>>    [junit4]   2> 322510 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Config-
>> defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/.
>>    [junit4]   2> 322511 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer New CoreContainer
>> 330895800
>>    [junit4]   2> 322511 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Loading cores into
>> CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001]
>>    [junit4]   2> 322511 WARN  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Couldn't add files
>> from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/lib
>>    [junit4]   2> 322511 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.h.c.HttpShardHandlerFactory created
>> with socketTimeout : 90000,urlScheme : ,connTimeout :
>> 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize :
>> 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -
>> 1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay :
>> 5000,maxConnectionIdleTime : 40000,
>>    [junit4]   2> 322512 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.UpdateShardHandler Creating
>> UpdateShardHandler HTTP client with params:
>> socketTimeout=340000&connTimeout=45000&retry=true
>>    [junit4]   2> 322514 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher SLF4J impl is
>> org.slf4j.impl.Log4jLoggerFactory
>>    [junit4]   2> 322514 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher Registering Log Listener
>> [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>    [junit4]   2> 322514 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Security conf doesn't
>> exist. Skipping setup for authorization module.
>>    [junit4]   2> 322514 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer No authentication
>> plugin used.
>>    [junit4]   2> 322515 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Looking for
>> core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-
>> Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/.
>>    [junit4]   2> 322515 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreDescriptor Created
>> CoreDescriptor: {name=collection1, config=solrconfig.xml,
>> loadOnStartup=true, schema=schema.xml,
>> configSetProperties=configsetprops.json, transient=false, dataDir=data/}
>>    [junit4]   2> 322515 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Found core
>> collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1
>>    [junit4]   2> 322516 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core
>> definitions
>>    [junit4]   2> 322516 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter
>> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-core/test/J0
>>    [junit4]   2> 322517 INFO  (TEST-
>> TestReplicationHandler.doTestReplicateAfterCoreReload-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter
>> SolrDispatchFilter.init() done
>>    [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
>> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1'
>>    [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>>    [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
>> system property or JNDI)
>>    [junit4]   2> 322523 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.SolrConfig current version of requestparams : -1
>>    [junit4]   2> 322526 WARN  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
>> <mergePolicyFactory> instead.
>>    [junit4]   2> 322526 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
>>    [junit4]   2> 322533 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>>    [junit4]   2> 322536 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.s.IndexSchema [collection1] Schema name=test
>>    [junit4]   2> 322539 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.s.IndexSchema unique key field: id
>>    [junit4]   2> 322539 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
>> default properties: Can't find resource 'configsetprops.json' in classpath or
>> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1'
>>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    ]
>> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
>> instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1
>>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
>> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data/]
>>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
>> collection1
>>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data/snapshot_metadata
>>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from
>> snapshot metadata file...
>>    [junit4]   2> 322541 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data
>>    [junit4]   2> 322541 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
>> new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data/index/
>>    [junit4]   2> 322541 WARN  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
>> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new
>> index...
>>    [junit4]   2> 322542 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data/index
>>    [junit4]   2> 322542 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>> class org.apache.lucene.index.LogByteSizeMergePolicy:
>> [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27,
>> maxMergeSize=2147483648,
>> maxMergeSizeForForcedMerge=9223372036854775807,
>> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
>> maxCFSSegmentSizeMB=8.796093022207999E12,
>> noCFSRatio=0.8486568341347084]
>>    [junit4]   2> 322545 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
>> commits: num=1
>>    [junit4]   2>
>>       commit{dir=MockDirectoryWrapper(RAMDirectory@148187d9
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fa9400c),s
>> egFN=segments_1,generation=1}
>>    [junit4]   2> 322545 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>>    [junit4]   2> 322547 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
>> default, creating implicit default
>>    [junit4]   2> 322548 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 322548 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 322549 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 322549 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 322550 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
>> startup=lazy
>>    [junit4]   2> 322551 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.RequestHandlers Registered paths:
>> /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,
>> /admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/a
>> dmin/segments,/admin/system,/replication,defaults,/config,/stream,/schem
>> a,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
>>    [junit4]   2> 322551 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
>> org.apache.solr.search.stats.LocalStatsCache
>>    [junit4]   2> 322551 INFO  (OldIndexDirectoryCleanupThreadForCore-
>> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
>> to cleanup for core collection1 in /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/./collection1/data/
>>    [junit4]   2> 322553 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
>> class org.apache.lucene.index.LogByteSizeMergePolicy:
>> [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7,
>> maxMergeSize=2147483648,
>> maxMergeSizeForForcedMerge=9223372036854775807,
>> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
>> maxCFSSegmentSizeMB=8.796093022207999E12,
>> noCFSRatio=0.6891780809741005]
>>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
>> num=1
>>    [junit4]   2>
>>       commit{dir=MockDirectoryWrapper(RAMDirectory@148187d9
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fa9400c),s
>> egFN=segments_1,generation=1}
>>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.s.SolrIndexSearcher Opening
>> [Searcher@6231e8bc[collection1] main]
>>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized
>> to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1/conf
>>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
>> {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-
>> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
>> -001/solr-instance-001/collection1/conf}
>>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
>> x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json
>> using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/solr/build/solr-core/test/J0/temp/
>>
>> [...truncated too long message...]
>>
>> 3396 ERROR (TEST-
>> CdcrReplicationDistributedZkTest.testBatchAddsWithDelete-
>> seed#[EDCA8B6884E218E5]-EventThread) [n:127.0.0.1:58497_    ]
>> o.a.z.ClientCnxn Error while calling watcher
>>    [junit4]   2> java.util.concurrent.RejectedExecutionException: Task
>> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$
>> Lambda$31/1702259632@fb4e5b7 rejected from
>> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@
>> 63f2ab25[Terminated, pool size = 0, active threads = 0, queued tasks = 0,
>> completed tasks = 76]
>>    [junit4]   2>      at
>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Thre
>> adPoolExecutor.java:2047)
>>    [junit4]   2>      at
>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823
>> )
>>    [junit4]   2>      at
>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1
>> 369)
>>    [junit4]   2>      at
>> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.e
>> xecute(ExecutorUtil.java:214)
>>    [junit4]   2>      at
>> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService
>> .java:112)
>>    [junit4]   2>      at
>> org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
>>    [junit4]   2>      at
>> org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.jav
>> a:522)
>>    [junit4]   2>      at
>> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
>>    [junit4]   2> 4563396 INFO  (TEST-
>> CdcrReplicationDistributedZkTest.testBatchAddsWithDelete-
>> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.ZkTestServer connecting to
>> 127.0.0.1:59829 59829
>>    [junit4]   2> 4563397 INFO  (Thread-55326) [    ] o.a.s.c.ZkTestServer
>> connecting to 127.0.0.1:59829 59829
>>    [junit4]   2> 4563400 WARN  (Thread-55326) [    ] o.a.s.c.ZkTestServer Watch
>> limit violations:
>>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>>    [junit4]   2>
>>    [junit4]   2>      28      /solr/aliases.json
>>    [junit4]   2>      16      /solr/configs/conf1
>>    [junit4]   2>      8       /solr/collections/tmp_collection/state.json
>>    [junit4]   2>      8       /solr/security.json
>>    [junit4]   2>      3
>>       /solr/collections/target_collection/leaders/shard2/leader
>>    [junit4]   2>      3
>>       /solr/collections/target_collection/leaders/shard1/leader
>>    [junit4]   2>      2
>>       /solr/collections/source_collection/leaders/shard1/leader
>>    [junit4]   2>      2
>>       /solr/collections/source_collection/leaders/shard2/leader
>>    [junit4]   2>      2
>>       /solr/collections/tmp_collection/leaders/shard2/leader
>>    [junit4]   2>      2
>>       /solr/collections/tmp_collection/leaders/shard1/leader
>>    [junit4]   2>
>>    [junit4]   2> Maximum concurrent data watches above limit:
>>    [junit4]   2>
>>    [junit4]   2>      28      /solr/clusterprops.json
>>    [junit4]   2>      28      /solr/clusterstate.json
>>    [junit4]   2>      8       /solr/collections/tmp_collection/cdcr/state/process
>>    [junit4]   2>      8       /solr/collections/tmp_collection/cdcr/state/buffer
>>    [junit4]   2>      6       /solr/collections/target_collection/cdcr/state/buffer
>>    [junit4]   2>      6       /solr/collections/target_collection/cdcr/state/process
>>    [junit4]   2>      5
>>       /solr/collections/source_collection/cdcr/state/process
>>    [junit4]   2>      4       /solr/collections/source_collection/state.json
>>    [junit4]   2>      4       /solr/collections/source_collection/cdcr/state/buffer
>>    [junit4]   2>      4       /solr/collections/target_collection/state.json
>>    [junit4]   2>
>>    [junit4]   2> Maximum concurrent children watches above limit:
>>    [junit4]   2>
>>    [junit4]   2>      79      /solr/overseer/queue
>>    [junit4]   2>      42      /solr/overseer/collection-queue-work
>>    [junit4]   2>      28      /solr/live_nodes
>>    [junit4]   2>      28      /solr/collections
>>    [junit4]   2>      19      /solr/overseer/queue-work
>>    [junit4]   2>
>>    [junit4]   2> 4563401 INFO  (SUITE-CdcrReplicationDistributedZkTest-
>> seed#[EDCA8B6884E218E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>>    [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-
>> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
>> core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_EDCA8B6884
>> E218E5-001
>>    [junit4]   2> Aug 16, 2016 7:33:39 AM
>> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>>    [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked
>> thread(s).
>>    [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity,
>> locale=be, timezone=Asia/Amman
>>    [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
>> 1.8.0_102 (64-bit)/cpus=4,threads=1,free=123997104,total=503316480
>>    [junit4]   2> NOTE: All tests run in this JVM: [SolrCmdDistributorTest,
>> ConvertedLegacyTest, TestReplicationHandlerBackup, TestCodecSupport,
>> TestDocBasedVersionConstraints, TestBM25SimilarityFactory,
>> CloudExitableDirectoryReaderTest, DirectoryFactoryTest,
>> TestXmlQParserPlugin, ZkControllerTest, TestHashPartitioner,
>> TestSubQueryTransformer, TestUseDocValuesAsStored2,
>> CollectionsAPIDistributedZkTest, SolrPluginUtilsTest, TestNumericTerms64,
>> TestSolr4Spatial2, TestExpandComponent, TestShardHandlerFactory,
>> TestSimpleTrackingShardHandler, LoggingHandlerTest,
>> FastVectorHighlighterTest, LeaderFailoverAfterPartitionTest,
>> ClassificationUpdateProcessorFactoryTest, TestHashQParserPlugin,
>> MoreLikeThisHandlerTest, OverriddenZkACLAndCredentialsProvidersTest,
>> TestMissingGroups, TestLFUCache, OpenExchangeRatesOrgProviderTest,
>> TestPartialUpdateDeduplication, SolrInfoMBeanTest, TestQueryTypes,
>> TermVectorComponentTest, TestMiniSolrCloudClusterSSL,
>> ShardRoutingCustomTest, TestClassicSimilarityFactory, BlockCacheTest,
>> HdfsBasicDistributedZkTest, SpellingQueryConverterTest,
>> TestCursorMarkWithoutUniqueKey, SolrCLIZkUtilsTest, QueryResultKeyTest,
>> NotRequiredUniqueKeyTest, TestLeaderInitiatedRecoveryThread,
>> TestOrdValues, FullHLLTest, CreateCollectionCleanupTest,
>> TestDynamicLoading, SharedFSAutoReplicaFailoverTest, SimplePostToolTest,
>> TestBulkSchemaConcurrent, SmileWriterTest, TestFieldCacheWithThreads,
>> TestFieldCollectionResource, TestEmbeddedSolrServerConstructors,
>> TestQuerySenderNoQuery, DirectSolrSpellCheckerTest,
>> HdfsCollectionsAPIDistributedZkTest, JavabinLoaderTest,
>> SuggestComponentContextFilterQueryTest, TestAuthenticationFramework,
>> CoreAdminCreateDiscoverTest, NumericFieldsTest,
>> ChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource,
>> SSLMigrationTest, TestExclusionRuleCollectionAccess,
>> TestLMJelinekMercerSimilarityFactory, CdcrVersionReplicationTest, TestTrie,
>> TestDistributedGrouping, TestSolrCloudWithKerberosAlt, SparseHLLTest,
>> DistribDocExpirationUpdateProcessorTest, TestCloudSchemaless,
>> TestReRankQParserPlugin, MBeansHandlerTest,
>> DeleteLastCustomShardedReplicaTest, AnalysisErrorHandlingTest,
>> TestRuleBasedAuthorizationPlugin, TestInitParams, TestStressUserVersions,
>> TestMiniSolrCloudCluster, TimeZoneUtilsTest, DocumentBuilderTest,
>> TestJsonRequest, TestManagedSchemaAPI, TestSolrQueryResponse,
>> DistributedTermsComponentTest, TestDFRSimilarityFactory,
>> TestBulkSchemaAPI, HighlighterTest, TestRandomRequestDistribution,
>> BasicFunctionalityTest, DistributedDebugComponentTest,
>> DistributedFacetPivotLongTailTest, TestSQLHandler,
>> TestCollapseQParserPlugin, ZkSolrClientTest, TestFiltering,
>> TestTolerantUpdateProcessorCloud, UniqFieldsUpdateProcessorFactoryTest,
>> BooleanFieldTest, BasicDistributedZk2Test, OpenCloseCoreStressTest,
>> ShardRoutingTest, ClusterStateUpdateTest, ZkCLITest, TestRecovery,
>> DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder,
>> TestReload, TestCoreContainer, StatsComponentTest, PeerSyncTest,
>> TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig,
>> TestIndexSearcher, CurrencyFieldOpenExchangeTest,
>> CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery,
>> SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest,
>> CoreAdminHandlerTest, SpatialFilterTest, WordBreakSolrSpellCheckerTest,
>> SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
>> TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases,
>> TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest,
>> DefaultValueUpdateProcessorTest, SortByFunctionTest,
>> TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest,
>> TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest,
>> TestSurroundQueryParser, DisMaxRequestHandlerTest,
>> TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest,
>> TestOmitPositions, TestValueSourceCache, TestIndexingPerformance,
>> IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest,
>> TestCSVResponseWriter, BinaryUpdateRequestHandlerTest,
>> CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter,
>> HighlighterConfigTest, SOLR749Test, TestQuerySenderListener,
>> AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest,
>> BadComponentTest, TestStressRecovery, TestSystemIdResolver,
>> PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest,
>> TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest,
>> SystemInfoHandlerTest, FileUtilsTest, CircularListTest,
>> DistributedMLTComponentTest, DistributedIntervalFacetingTest,
>> SolrTestCaseJ4Test, TestDistributedMissingSort,
>> TestHighlightDedupGrouping, ConnectionReuseTest, ActionThrottleTest,
>> AliasIntegrationTest, BaseCdcrDistributedZkTest,
>> CdcrReplicationDistributedZkTest]
>>    [junit4] Completed [554/629 (3!)] on J1 in 1844.51s, 11 tests, 1 error <<<
>> FAILURES!
>>
>> [...truncated 60316 lines...]
>> BUILD FAILED
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/build.xml:771: The following error occurred while executing
>> this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/build.xml:643: The following error occurred while executing
>> this line:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
>> 6.x/checkout/build.xml:630: Source checkout is dirty (unversioned/missing
>> files) after running tests!!! Offending files:
>> * solr/contrib/dataimporthandler-extras/src/test-
>> files/dihextras/solr/collection1/conf/dataimport.properties
>>
>> Total time: 272 minutes 44 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: [JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 145 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

this failed run also made the checkout dirty:

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:643: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:630: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties

So it looks that some test does not correctly clone the test-files to a working directory. I thought all tests were changed to do this, but this one seems to still be broken!

Please keep in mind that this run worked without a SecurityManager (because we use an external data source for linedocs), so maybe the write was not successfully rejected. It looks like the test swallowed the exception.

Should I open issue?

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> Sent: Tuesday, August 16, 2016 9:53 AM
> To: dev@lucene.apache.org
> Subject: [JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 145 - Still Failing
> 
> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/145/
> 
> 3 tests failed.
> FAILED:
> org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterR
> estart
> 
> Error Message:
> Timeout waiting for CDCR replication to complete @source_collection:shard1
> 
> Stack Trace:
> java.lang.RuntimeException: Timeout waiting for CDCR replication to
> complete @source_collection:shard1
> 	at
> __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:B1D76CE94AC2AC
> D3]:0)
> 	at
> org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComp
> lete(BaseCdcrDistributedZkTest.java:794)
> 	at
> org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterR
> estart(CdcrReplicationDistributedZkTest.java:264)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
> va:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFi
> xedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> atement.evaluate(BaseDistributedSearchTestCase.java:967)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr
> eadAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
> ssName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
> rtionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
> estSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir
> 
> Error Message:
> Exception during query
> 
> Stack Trace:
> java.lang.RuntimeException: Exception during query
> 	at
> __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:49030501A7B884D
> ]:0)
> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
> 	at
> org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitra
> ryIndexDir.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
> va:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr
> eadAndTestName.java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
> ssName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
> rtionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
> estSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.RuntimeException: REQUEST FAILED:
> xpath=*[count(//doc)=1]
> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">9</int></lst><result name="response" numFound="0"
> start="0"></result>
> </response>
> 
> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
> 	... 41 more
> 
> 
> FAILED:
> junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler
> 
> Error Message:
> ObjectTracker found 4 object(s) that were not released!!!
> [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory,
> NRTCachingDirectory]
> 
> Stack Trace:
> java.lang.AssertionError: ObjectTracker found 4 object(s) that were not
> released!!! [NRTCachingDirectory, NRTCachingDirectory,
> NRTCachingDirectory, NRTCachingDirectory]
> 	at __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertNull(Assert.java:551)
> 	at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
> 	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:834)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
> ssName.java:41)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
> rtionsRequired.java:53)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
> estSuites.java:54)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> 
> 
> Build Log:
> [...truncated 11135 lines...]
>    [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
>    [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001
>    [junit4]   2> 22127 INFO  (SUITE-TestArbitraryIndexDir-
> seed#[EDCA8B6884E218E5]-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> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> testLoadNewIndexDir
>    [junit4]   2> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
>    [junit4]   2> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/collection1'
>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to
> classloader
>    [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to
> classloader
>    [junit4]   2> 22152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig current version of
> requestparams : -1
>    [junit4]   2> 22160 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Using Lucene
> MatchVersion: 6.2.0
>    [junit4]   2> 22180 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 22191 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema [null] Schema
> name=test
>    [junit4]   2> 22296 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema default search field in
> schema is text
>    [junit4]   2> 22297 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 22297 WARN  (TEST-
> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
> copyFields (2)
>    [junit4]   2> 22319 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 22321 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr'
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer New CoreContainer
> 286352551
>    [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Loading cores into
> CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr]
>    [junit4]   2> 22323 WARN  (TEST-
> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/core/src/test-files/solr/lib
>    [junit4]   2> 22324 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.h.c.HttpShardHandlerFactory created
> with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost :
> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
> false,useRetries : false,connectionsEvictorSleepDelay :
> 5000,maxConnectionIdleTime : 40000,
>    [junit4]   2> 22324 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.UpdateShardHandler Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=30000&connTimeout=30000&retry=true
>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher Registering Log Listener
> [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 22326 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreDescriptor Created
> CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
> schema=schema12.xml, loadOnStartup=true,
> configSetProperties=configsetprops.json, collection=collection1,
> dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001, shard=shard1}
>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1'
>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrResourceLoader using system property solr.solr.home:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr
>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 22349 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 22357 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
>    [junit4]   2> 22379 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 22393 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 22510 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 22511 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 22511 WARN  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
> copyFields (2)
>    [junit4]   2> 22553 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> currency.xml
>    [junit4]   2> 22555 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> currency.xml
>    [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> default properties: Can't find resource 'configsetprops.json' in classpath or
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1'
>    [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    ]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
> instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1
>    [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
>    [junit4]   2> 22558 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1],
> dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/]
>    [junit4]   2> 22559 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr
> information with JMX.
>    [junit4]   2> 22562 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/snapshot_metadata
>    [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata
> file...
>    [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001
>    [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrCore New index directory detected: old=null
> new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index/
>    [junit4]   2> 22563 WARN  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index' doesn't exist. Creating new index...
>    [junit4]   2> 22564 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
>    [junit4]   2> 22564 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=8, maxMergeAtOnceExplicit=3,
> maxMergedSegmentMB=39.8056640625, floorSegmentMB=1.48828125,
> forceMergeDeletesPctAllowed=23.112295353481933, segmentsPerTier=26.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>    [junit4]   2> 22575 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
> maxCacheMB=0.052734375
> maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
>    [junit4]   2> 22575 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 22579 INFO  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
> to cleanup for core collection1 in /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/
>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "dedupe"
>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "dedupe-allfields"
>    [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "dedupe-allfields"
>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "stored_sig"
>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "uniq-fields"
>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "uniq-fields"
>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 22582 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "distrib-dup-test-chain-implicit"
>    [junit4]   2> 22582 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrCore no updateRequestProcessorChain defined as default,
> creating implicit default
>    [junit4]   2> 22583 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22583 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22584 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22585 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22592 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admi
> n/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/propertie
> s,/update/json,mltrh,/admin/threads,/search-facet-
> def,/update/csv,/sql,/graph,/search-facet-
> invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/repli
> cation,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/log
> ging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/ter
> ms,spellCheckCompRH_Direct,/debug/dump
>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrCore Using default statsCache cache:
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 22594 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.19800664624367326]
>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
> maxCacheMB=0.052734375
> maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@5b487e30[collection1] main]
>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.r.RestManager Initializing RestManager with initArgs:
> {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorag
> eIO}
>    [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
> InMemoryStorage
>    [junit4]   2> 22599 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.r.RestManager Initializing 0 registered ManagedResources
>    [junit4]   2> 22599 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>    [junit4]   2> 22609 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.s.DirectSolrSpellChecker init:
> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLen
> gth=3}
>    [junit4]   2> 22650 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>    [junit4]   2> 22651 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: default
>    [junit4]   2> 22651 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1]
> o.a.s.c.CoreContainer registering core: collection1
>    [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: direct
>    [junit4]   2> 22652 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
>    [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: wordbreak
>    [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: multipleFields
>    [junit4]   2> 22653 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: jarowinkler
>    [junit4]   2> 22654 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: external
>    [junit4]   2> 22655 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: freq
>    [junit4]   2> 22655 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: fqcn
>    [junit4]   2> 22660 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{add=[1]} 0 7
>    [junit4]   2> 22664 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: perDict
>    [junit4]   2> 22664 INFO  (searcherExecutor-34-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
> searcher Searcher@5b487e30[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 22732 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.DirectUpdateHandler2 start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDelet
> es=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 22746 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
> maxCacheMB=0.052734375
> maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
>    [junit4]   2>
> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDire
> ctory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b;
> maxCacheMB=0.052734375
> maxMergeSizeMB=0.1474609375)),segFN=segments_2,generation=2}
>    [junit4]   2> 22746 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrDeletionPolicy newest commit
> generation = 2
>    [junit4]   2> 22747 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrCore New index directory
> detected: old=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index/ new=/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp
>    [junit4]   2> 22751 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@74581559[collection1] main]
>    [junit4]   2> 22752 INFO  (searcherExecutor-34-thread-1) [    ]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@74581559[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.
> 2.0):c1)))}
>    [junit4]   2> 22752 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.DirectUpdateHandler2
> end_commit_flush
>    [junit4]   2> 22752 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=null params={}{commit=} 0 20
>    [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/collection1'
>    [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system
> property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/core/src/test-files/solr
>    [junit4]   2> 22754 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to
> classloader
>    [junit4]   2> 22754 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding
> 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to
> classloader
>    [junit4]   2> 22776 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig current version of
> requestparams : -1
>    [junit4]   2> 22784 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Using Lucene
> MatchVersion: 6.2.0
>    [junit4]   2> 22804 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 22814 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema [collection1] Schema
> name=test
>    [junit4]   2> 22892 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema default search field in
> schema is text
>    [junit4]   2> 22893 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 22894 WARN  (TEST-
> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
> copyFields (2)
>    [junit4]   2> 22901 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 22903 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 22905 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.ConfigSetProperties Did not find
> ConfigSet properties, assuming default properties: Can't find resource
> 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/collection1'
>    [junit4]   2> 22905 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Reloading SolrCore
> 'collection1' using configuration from instancedir /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-
> files/solr/collection1
>    [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ]
> Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1],
> dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/]
>    [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.JmxMonitoredMap No
> JMX servers found, not exposing Solr information with JMX.
>    [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata
> file...
>    [junit4]   2> 22907 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore New index
> directory detected: old=null new=/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp
>    [junit4]   2> 22907 INFO  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
> to cleanup for core collection1 in /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/
>    [junit4]   2> 22908 INFO  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 1 old index
> directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/
>    [junit4]   2> 22908 WARN  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete
> directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index as it is still being referenced in the cache!
>    [junit4]   2> 22908 WARN  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index
> directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index failed.
>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "dedupe"
>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "dedupe-allfields"
>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "dedupe-allfields"
>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "stored_sig"
>    [junit4]   2> 22911 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "uniq-fields"
>    [junit4]   2> 22911 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "uniq-fields"
>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.u.p.UpdateRequestProcessorChain inserting
> DistributedUpdateProcessorFactory into updateRequestProcessorChain
> "distrib-dup-test-chain-implicit"
>    [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 22914 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22914 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22915 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22916 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 22918 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.PluginBag
> requestHandler : 'lazy' created with startup=lazy
>    [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.RequestHandlers
> Registered paths:
> /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admi
> n/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/propertie
> s,/update/json,mltrh,/admin/threads,/search-facet-
> def,/update/csv,/sql,/graph,/search-facet-
> invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/repli
> cation,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/log
> ging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/ter
> ms,spellCheckCompRH_Direct,/debug/dump
>    [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.CommitTracker Hard
> AutoCommit: disabled
>    [junit4]   2> 22921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.CommitTracker Soft
> AutoCommit: disabled
>    [junit4]   2> 22923 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.SolrIndexSearcher
> Opening [Searcher@76adf9c8[collection1] main]
>    [junit4]   2> 22923 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.RestManager Initializing
> RestManager with initArgs:
> {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorag
> eIO}
>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1]
> o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
> InMemoryStorage
>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.RestManager Initializing
> 0 registered ManagedResources
>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.c.SpellCheckComponent
> Initializing spell checkers
>    [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker
> init:
> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLen
> gth=3}
>    [junit4]   2> 22928 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.ReplicationHandler
> Commits will be reserved for  10000
>    [junit4]   2> 22929 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DefaultSolrCoreState
> Closing old IndexWriter... core=collection1
>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: default
>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: direct
>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: wordbreak
>    [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: multipleFields
>    [junit4]   2> 22931 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.CachingDirectoryFactory
> return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp
>    [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: jarowinkler
>    [junit4]   2> 22932 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.RandomMergePolicy
> RandomMergePolicy wrapping class
> org.apache.lucene.index.MockRandomMergePolicy:
> org.apache.lucene.index.MockRandomMergePolicy@5dd0fb5c
>    [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: external
>    [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: freq
>    [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrDeletionPolicy
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/j
> enkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2957c37b),
> segFN=segments_1,generation=1}
>    [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrDeletionPolicy
> newest commit generation = 1
>    [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DefaultSolrCoreState
> New IndexWriter is ready to be used.
>    [junit4]   2> 22934 WARN  (TEST-
> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [
> x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING:
> Overlapping onDeckSearchers=2
>    [junit4]   2> 22935 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: fqcn
>    [junit4]   2> 22936 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell
> index for spellchecker: perDict
>    [junit4]   2> 22936 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
> searcher Searcher@76adf9c8[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.
> 2.0):c1)))}
>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.SolrIndexSearcher
> Opening [Searcher@71f87724[collection1] main]
>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.CoreContainer replacing
> core: collection1
>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1]
> CLOSING SolrCore org.apache.solr.core.SolrCore@217577ca
>    [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DirectUpdateHandler2
> closing DirectUpdateHandler2{commits=1,autocommits=0,soft
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,a
> dds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumula
> tive_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 22938 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1]
> Closing main searcher on request.
>    [junit4]   2> 22944 INFO  (searcherExecutor-38-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new
> searcher Searcher@71f87724[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.
> 2.0):c1)))}
>    [junit4]   2> 22948 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.S.Request [collection1]
> webapp=null path=null
> params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0
> status=0 QTime=9
>    [junit4]   2> 22949 ERROR (TEST-
> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [
> x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
>    [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
>    [junit4]   2> <response>
>    [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">9</int></lst><result name="response" numFound="0"
> start="0"></result>
>    [junit4]   2> </response>
>    [junit4]   2>
>    [junit4]   2> 	request
> was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>    [junit4]   2> 22949 ERROR (TEST-
> TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [
> x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
> q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeExcep
> tion: REQUEST FAILED: xpath=*[count(//doc)=1]
>    [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
>    [junit4]   2> <response>
>    [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">9</int></lst><result name="response" numFound="0"
> start="0"></result>
>    [junit4]   2> </response>
>    [junit4]   2>
>    [junit4]   2> 	request
> was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>    [junit4]   2> 	at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
>    [junit4]   2> 	at
> org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitra
> ryIndexDir.java:107)
>    [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>    [junit4]   2> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
> va:62)
>    [junit4]   2> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:43)
>    [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1764)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:871)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando
> mizedRunner.java:907)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand
> omizedRunner.java:921)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:49)
>    [junit4]   2> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr
> eadAndTestName.java:48)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:809)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:460)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:880)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:781)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:816)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:827)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e
> valuate(SystemPropertiesRestoreRule.java:57)
>    [junit4]   2> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf
> terRule.java:45)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla
> ssName.java:41)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse
> rtionsRequired.java:53)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.
> java:47)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI
> gnoreAfterMaxFailures.java:64)
>    [junit4]   2> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT
> estSuites.java:54)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State
> mentAdapter.java:36)
>    [junit4]   2> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r
> un(ThreadLeakControl.java:367)
>    [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2>
>    [junit4]   2> 22950 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-
> seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending
> testLoadNewIndexDir
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant
> get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -
> Dtests.seed=EDCA8B6884E218E5 -Dtests.multiplier=2 -Dtests.nightly=true -
> Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/test-
> data/enwiki.random.lines.txt -Dtests.locale=en-US -
> Dtests.timezone=America/Resolute -Dtests.asserts=true -
> Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.83s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
>    [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during
> query
>    [junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:49030501A7B884D
> ]:0)
>    [junit4]    > 	at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
>    [junit4]    > 	at
> org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitra
> ryIndexDir.java:107)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> xpath=*[count(//doc)=1]
>    [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
>    [junit4]    > <response>
>    [junit4]    > <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">9</int></lst><result name="response" numFound="0"
> start="0"></result>
>    [junit4]    > </response>
>    [junit4]    > 	request
> was:q=id:2&qt=standard&start=0&rows=20&version=2.2
>    [junit4]    > 	at
> org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
>    [junit4]    > 	... 41 more
>    [junit4]   2> 22954 INFO  (SUITE-TestArbitraryIndexDir-
> seed#[EDCA8B6884E218E5]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4
> ###deleteCore
>    [junit4]   2> 22954 INFO  (SUITE-TestArbitraryIndexDir-
> seed#[EDCA8B6884E218E5]-worker) [    x:collection1] o.a.s.c.CoreContainer
> Shutting down CoreContainer instance=286352551
>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@367fa169
>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing
> DirectUpdateHandler2{commits=0,autocommits=0,soft
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,a
> dds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumula
> tive_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref
> count has reached 0 - closing IndexWriter
>    [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing
> IndexWriter with IndexWriterCloser
>    [junit4]   2> 22960 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main
> searcher on request.
>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> MockFSDirectoryFactory - 4 directories currently being tracked
>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp
> [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp;done=false>>]
>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory, CoreContainer#isShutdown=true
>    [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index_temp
>    [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
> [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index;done=false>>]
>    [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory, CoreContainer#isShutdown=true
>    [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/index
>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/snapshot_metadata
> [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/snapshot_metadata;done=false>>]
>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory, CoreContainer#isShutdown=true
>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001/snapshot_metadata
>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to
> close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001;done=false>>]
>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory, CoreContainer#isShutdown=true
>    [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-
> x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing
> directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-
> 001/init-core-data-001
>    [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62):
> {name=FST50, id=FST50}, docValues:{}, maxPointsInLeafNode=1057,
> maxMBSortInHeap=6.283943130221446,
> sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=en-US,
> timezone=America/Resolute
>    [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
> 1.8.0_102 (64-bit)/cpus=4,threads=1,free=180730616,total=304611328
>    [junit4]   2> NOTE: All tests run in this JVM: [BufferStoreTest,
> CursorPagingTest, RequestLoggingTest, TestArbitraryIndexDir]
>    [junit4] Completed [7/629 (1!)] on J0 in 0.88s, 1 test, 1 error <<< FAILURES!
> 
> [...truncated 354 lines...]
>    [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
>    [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/init-core-data-001
>    [junit4]   2> 322476 INFO  (SUITE-TestReplicationHandler-
> seed#[EDCA8B6884E218E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl
> (false) and clientAuth (false) via:
> @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
>    [junit4]   2> 322477 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting
> doTestReplicateAfterCoreReload
>    [junit4]   2> 322478 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties
> file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1
>    [junit4]   2> 322480 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>    [junit4]   2> 322492 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@10c5dba1{/solr,null,AVAILABLE}
>    [junit4]   2> 322495 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.ServerConnector Started
> ServerConnector@63e82015{HTTP/1.1,[http/1.1]}{127.0.0.1:๔๐๓๓๒}
>    [junit4]   2> 322495 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.Server Started @๓๒๔๙๑๐ms
>    [junit4]   2> 322495 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=40332}
>    [junit4]   2> 322495 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
>    [junit4]   2> 322502 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory: '/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001'
>    [junit4]   2> 322502 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not
> configured for solr (NoInitialContextEx)
>    [junit4]   2> 322502 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader solr home
> defaulted to 'solr/' (could not find system property or JNDI)
>    [junit4]   2> 322503 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/solr.xml
>    [junit4]   2> 322510 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Config-
> defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/.
>    [junit4]   2> 322511 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer New CoreContainer
> 330895800
>    [junit4]   2> 322511 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Loading cores into
> CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001]
>    [junit4]   2> 322511 WARN  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Couldn't add files
> from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/lib
>    [junit4]   2> 322511 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.h.c.HttpShardHandlerFactory created
> with socketTimeout : 90000,urlScheme : ,connTimeout :
> 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize :
> 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -
> 1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay :
> 5000,maxConnectionIdleTime : 40000,
>    [junit4]   2> 322512 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.UpdateShardHandler Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 322514 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 322514 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher Registering Log Listener
> [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 322514 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Security conf doesn't
> exist. Skipping setup for authorization module.
>    [junit4]   2> 322514 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 322515 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Looking for
> core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-
> Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/.
>    [junit4]   2> 322515 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreDescriptor Created
> CoreDescriptor: {name=collection1, config=solrconfig.xml,
> loadOnStartup=true, schema=schema.xml,
> configSetProperties=configsetprops.json, transient=false, dataDir=data/}
>    [junit4]   2> 322515 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Found core
> collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1
>    [junit4]   2> 322516 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core
> definitions
>    [junit4]   2> 322516 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter
> user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-core/test/J0
>    [junit4]   2> 322517 INFO  (TEST-
> TestReplicationHandler.doTestReplicateAfterCoreReload-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1'
>    [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 322523 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 322526 WARN  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
> <mergePolicyFactory> instead.
>    [junit4]   2> 322526 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
>    [junit4]   2> 322533 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 322536 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 322539 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 322539 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> default properties: Can't find resource 'configsetprops.json' in classpath or
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1'
>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    ]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
> instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1
>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data/]
>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data/snapshot_metadata
>    [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from
> snapshot metadata file...
>    [junit4]   2> 322541 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data
>    [junit4]   2> 322541 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data/index/
>    [junit4]   2> 322541 WARN  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new
> index...
>    [junit4]   2> 322542 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data/index
>    [junit4]   2> 322542 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
> class org.apache.lucene.index.LogByteSizeMergePolicy:
> [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27,
> maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.8486568341347084]
>    [junit4]   2> 322545 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2>
> 	commit{dir=MockDirectoryWrapper(RAMDirectory@148187d9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fa9400c),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 322545 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 322547 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
> default, creating implicit default
>    [junit4]   2> 322548 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 322548 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 322549 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 322549 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 322550 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
> startup=lazy
>    [junit4]   2> 322551 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,
> /admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/a
> dmin/segments,/admin/system,/replication,defaults,/config,/stream,/schem
> a,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
>    [junit4]   2> 322551 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 322551 INFO  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories
> to cleanup for core collection1 in /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/./collection1/data/
>    [junit4]   2> 322553 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping
> class org.apache.lucene.index.LogByteSizeMergePolicy:
> [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7,
> maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.6891780809741005]
>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
> num=1
>    [junit4]   2>
> 	commit{dir=MockDirectoryWrapper(RAMDirectory@148187d9
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fa9400c),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.s.SolrIndexSearcher Opening
> [Searcher@6231e8bc[collection1] main]
>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized
> to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1/conf
>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
> {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-
> core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5
> -001/solr-instance-001/collection1/conf}
>    [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json
> using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/solr/build/solr-core/test/J0/temp/
> 
> [...truncated too long message...]
> 
> 3396 ERROR (TEST-
> CdcrReplicationDistributedZkTest.testBatchAddsWithDelete-
> seed#[EDCA8B6884E218E5]-EventThread) [n:127.0.0.1:58497_    ]
> o.a.z.ClientCnxn Error while calling watcher
>    [junit4]   2> java.util.concurrent.RejectedExecutionException: Task
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$
> Lambda$31/1702259632@fb4e5b7 rejected from
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@
> 63f2ab25[Terminated, pool size = 0, active threads = 0, queued tasks = 0,
> completed tasks = 76]
>    [junit4]   2> 	at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Thre
> adPoolExecutor.java:2047)
>    [junit4]   2> 	at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823
> )
>    [junit4]   2> 	at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1
> 369)
>    [junit4]   2> 	at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.e
> xecute(ExecutorUtil.java:214)
>    [junit4]   2> 	at
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService
> .java:112)
>    [junit4]   2> 	at
> org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
>    [junit4]   2> 	at
> org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.jav
> a:522)
>    [junit4]   2> 	at
> org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
>    [junit4]   2> 4563396 INFO  (TEST-
> CdcrReplicationDistributedZkTest.testBatchAddsWithDelete-
> seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.ZkTestServer connecting to
> 127.0.0.1:59829 59829
>    [junit4]   2> 4563397 INFO  (Thread-55326) [    ] o.a.s.c.ZkTestServer
> connecting to 127.0.0.1:59829 59829
>    [junit4]   2> 4563400 WARN  (Thread-55326) [    ] o.a.s.c.ZkTestServer Watch
> limit violations:
>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2> 	28	/solr/aliases.json
>    [junit4]   2> 	16	/solr/configs/conf1
>    [junit4]   2> 	8	/solr/collections/tmp_collection/state.json
>    [junit4]   2> 	8	/solr/security.json
>    [junit4]   2> 	3
> 	/solr/collections/target_collection/leaders/shard2/leader
>    [junit4]   2> 	3
> 	/solr/collections/target_collection/leaders/shard1/leader
>    [junit4]   2> 	2
> 	/solr/collections/source_collection/leaders/shard1/leader
>    [junit4]   2> 	2
> 	/solr/collections/source_collection/leaders/shard2/leader
>    [junit4]   2> 	2
> 	/solr/collections/tmp_collection/leaders/shard2/leader
>    [junit4]   2> 	2
> 	/solr/collections/tmp_collection/leaders/shard1/leader
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent data watches above limit:
>    [junit4]   2>
>    [junit4]   2> 	28	/solr/clusterprops.json
>    [junit4]   2> 	28	/solr/clusterstate.json
>    [junit4]   2> 	8	/solr/collections/tmp_collection/cdcr/state/process
>    [junit4]   2> 	8	/solr/collections/tmp_collection/cdcr/state/buffer
>    [junit4]   2> 	6	/solr/collections/target_collection/cdcr/state/buffer
>    [junit4]   2> 	6	/solr/collections/target_collection/cdcr/state/process
>    [junit4]   2> 	5
> 	/solr/collections/source_collection/cdcr/state/process
>    [junit4]   2> 	4	/solr/collections/source_collection/state.json
>    [junit4]   2> 	4	/solr/collections/source_collection/cdcr/state/buffer
>    [junit4]   2> 	4	/solr/collections/target_collection/state.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2> 	79	/solr/overseer/queue
>    [junit4]   2> 	42	/solr/overseer/collection-queue-work
>    [junit4]   2> 	28	/solr/live_nodes
>    [junit4]   2> 	28	/solr/collections
>    [junit4]   2> 	19	/solr/overseer/queue-work
>    [junit4]   2>
>    [junit4]   2> 4563401 INFO  (SUITE-CdcrReplicationDistributedZkTest-
> seed#[EDCA8B6884E218E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-
> slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-
> core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_EDCA8B6884
> E218E5-001
>    [junit4]   2> Aug 16, 2016 7:33:39 AM
> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked
> thread(s).
>    [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity,
> locale=be, timezone=Asia/Amman
>    [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
> 1.8.0_102 (64-bit)/cpus=4,threads=1,free=123997104,total=503316480
>    [junit4]   2> NOTE: All tests run in this JVM: [SolrCmdDistributorTest,
> ConvertedLegacyTest, TestReplicationHandlerBackup, TestCodecSupport,
> TestDocBasedVersionConstraints, TestBM25SimilarityFactory,
> CloudExitableDirectoryReaderTest, DirectoryFactoryTest,
> TestXmlQParserPlugin, ZkControllerTest, TestHashPartitioner,
> TestSubQueryTransformer, TestUseDocValuesAsStored2,
> CollectionsAPIDistributedZkTest, SolrPluginUtilsTest, TestNumericTerms64,
> TestSolr4Spatial2, TestExpandComponent, TestShardHandlerFactory,
> TestSimpleTrackingShardHandler, LoggingHandlerTest,
> FastVectorHighlighterTest, LeaderFailoverAfterPartitionTest,
> ClassificationUpdateProcessorFactoryTest, TestHashQParserPlugin,
> MoreLikeThisHandlerTest, OverriddenZkACLAndCredentialsProvidersTest,
> TestMissingGroups, TestLFUCache, OpenExchangeRatesOrgProviderTest,
> TestPartialUpdateDeduplication, SolrInfoMBeanTest, TestQueryTypes,
> TermVectorComponentTest, TestMiniSolrCloudClusterSSL,
> ShardRoutingCustomTest, TestClassicSimilarityFactory, BlockCacheTest,
> HdfsBasicDistributedZkTest, SpellingQueryConverterTest,
> TestCursorMarkWithoutUniqueKey, SolrCLIZkUtilsTest, QueryResultKeyTest,
> NotRequiredUniqueKeyTest, TestLeaderInitiatedRecoveryThread,
> TestOrdValues, FullHLLTest, CreateCollectionCleanupTest,
> TestDynamicLoading, SharedFSAutoReplicaFailoverTest, SimplePostToolTest,
> TestBulkSchemaConcurrent, SmileWriterTest, TestFieldCacheWithThreads,
> TestFieldCollectionResource, TestEmbeddedSolrServerConstructors,
> TestQuerySenderNoQuery, DirectSolrSpellCheckerTest,
> HdfsCollectionsAPIDistributedZkTest, JavabinLoaderTest,
> SuggestComponentContextFilterQueryTest, TestAuthenticationFramework,
> CoreAdminCreateDiscoverTest, NumericFieldsTest,
> ChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource,
> SSLMigrationTest, TestExclusionRuleCollectionAccess,
> TestLMJelinekMercerSimilarityFactory, CdcrVersionReplicationTest, TestTrie,
> TestDistributedGrouping, TestSolrCloudWithKerberosAlt, SparseHLLTest,
> DistribDocExpirationUpdateProcessorTest, TestCloudSchemaless,
> TestReRankQParserPlugin, MBeansHandlerTest,
> DeleteLastCustomShardedReplicaTest, AnalysisErrorHandlingTest,
> TestRuleBasedAuthorizationPlugin, TestInitParams, TestStressUserVersions,
> TestMiniSolrCloudCluster, TimeZoneUtilsTest, DocumentBuilderTest,
> TestJsonRequest, TestManagedSchemaAPI, TestSolrQueryResponse,
> DistributedTermsComponentTest, TestDFRSimilarityFactory,
> TestBulkSchemaAPI, HighlighterTest, TestRandomRequestDistribution,
> BasicFunctionalityTest, DistributedDebugComponentTest,
> DistributedFacetPivotLongTailTest, TestSQLHandler,
> TestCollapseQParserPlugin, ZkSolrClientTest, TestFiltering,
> TestTolerantUpdateProcessorCloud, UniqFieldsUpdateProcessorFactoryTest,
> BooleanFieldTest, BasicDistributedZk2Test, OpenCloseCoreStressTest,
> ShardRoutingTest, ClusterStateUpdateTest, ZkCLITest, TestRecovery,
> DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder,
> TestReload, TestCoreContainer, StatsComponentTest, PeerSyncTest,
> TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig,
> TestIndexSearcher, CurrencyFieldOpenExchangeTest,
> CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery,
> SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest,
> CoreAdminHandlerTest, SpatialFilterTest, WordBreakSolrSpellCheckerTest,
> SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
> TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases,
> TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest,
> DefaultValueUpdateProcessorTest, SortByFunctionTest,
> TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest,
> TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest,
> TestSurroundQueryParser, DisMaxRequestHandlerTest,
> TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest,
> TestOmitPositions, TestValueSourceCache, TestIndexingPerformance,
> IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest,
> TestCSVResponseWriter, BinaryUpdateRequestHandlerTest,
> CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter,
> HighlighterConfigTest, SOLR749Test, TestQuerySenderListener,
> AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest,
> BadComponentTest, TestStressRecovery, TestSystemIdResolver,
> PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest,
> TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest,
> SystemInfoHandlerTest, FileUtilsTest, CircularListTest,
> DistributedMLTComponentTest, DistributedIntervalFacetingTest,
> SolrTestCaseJ4Test, TestDistributedMissingSort,
> TestHighlightDedupGrouping, ConnectionReuseTest, ActionThrottleTest,
> AliasIntegrationTest, BaseCdcrDistributedZkTest,
> CdcrReplicationDistributedZkTest]
>    [junit4] Completed [554/629 (3!)] on J1 in 1844.51s, 11 tests, 1 error <<<
> FAILURES!
> 
> [...truncated 60316 lines...]
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/build.xml:771: The following error occurred while executing
> this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/build.xml:643: The following error occurred while executing
> this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-
> 6.x/checkout/build.xml:630: Source checkout is dirty (unversioned/missing
> files) after running tests!!! Offending files:
> * solr/contrib/dataimporthandler-extras/src/test-
> files/dihextras/solr/collection1/conf/dataimport.properties
> 
> Total time: 272 minutes 44 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 145 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/145/

3 tests failed.
FAILED:  org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart

Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1

Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete @source_collection:shard1
	at __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:B1D76CE94AC2ACD3]:0)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
	at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:264)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:49030501A7B884D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">9</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
	... 41 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11135 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001
   [junit4]   2> 22127 INFO  (SUITE-TestArbitraryIndexDir-seed#[EDCA8B6884E218E5]-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> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 22129 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr
   [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 22130 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 22152 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 22160 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 22180 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22191 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 22296 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 22297 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 22297 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 22319 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22321 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr'
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer New CoreContainer 286352551
   [junit4]   2> 22323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr]
   [junit4]   2> 22323 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/lib
   [junit4]   2> 22324 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 22324 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 22325 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 22326 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001, shard=shard1}
   [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr
   [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 22327 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 22349 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 22357 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 22379 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22393 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 22510 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 22511 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 22511 WARN  (coreLoadExecutor-33-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 22553 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22555 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 22557 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 22558 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/]
   [junit4]   2> 22559 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 22562 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001
   [junit4]   2> 22563 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index/
   [junit4]   2> 22563 WARN  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 22564 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index
   [junit4]   2> 22564 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=8, maxMergeAtOnceExplicit=3, maxMergedSegmentMB=39.8056640625, floorSegmentMB=1.48828125, forceMergeDeletesPctAllowed=23.112295353481933, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 22575 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b; maxCacheMB=0.052734375 maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
   [junit4]   2> 22575 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 22579 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/
   [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 22580 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 22581 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 22582 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 22582 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 22583 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22583 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22584 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22585 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22592 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 22593 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 22594 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19800664624367326]
   [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b; maxCacheMB=0.052734375 maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
   [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b487e30[collection1] main]
   [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 22598 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 22599 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 22599 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 22609 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 22650 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 22651 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 22651 INFO  (coreLoadExecutor-33-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 22652 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 22652 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 22653 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 22654 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 22655 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 22655 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 22660 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 7
   [junit4]   2> 22664 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 22664 INFO  (searcherExecutor-34-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5b487e30[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22732 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22746 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b; maxCacheMB=0.052734375 maxMergeSizeMB=0.1474609375)),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53bd163b; maxCacheMB=0.052734375 maxMergeSizeMB=0.1474609375)),segFN=segments_2,generation=2}
   [junit4]   2> 22746 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 22747 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrCore New index directory detected: old=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index/ new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp
   [junit4]   2> 22751 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@74581559[collection1] main]
   [junit4]   2> 22752 INFO  (searcherExecutor-34-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74581559[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 22752 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22752 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 22753 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr
   [junit4]   2> 22754 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 22754 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 22776 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 22784 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 22804 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22814 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 22892 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 22893 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 22894 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 22901 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22903 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22905 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 22905 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/]
   [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 22906 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 22907 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp
   [junit4]   2> 22907 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/
   [junit4]   2> 22908 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/
   [junit4]   2> 22908 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index as it is still being referenced in the cache!
   [junit4]   2> 22908 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index failed.
   [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 22910 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 22911 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 22911 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 22912 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 22914 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22914 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22915 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22916 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 22918 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 22919 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 22921 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 22923 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@76adf9c8[collection1] main]
   [junit4]   2> 22923 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 22924 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 22928 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 22929 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 22930 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 22931 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp
   [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 22932 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5dd0fb5c
   [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 22932 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2957c37b),segFN=segments_1,generation=1}
   [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 22934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 22934 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 22935 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 22936 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 22936 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@76adf9c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71f87724[collection1] main]
   [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@217577ca
   [junit4]   2> 22937 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 22938 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 22944 INFO  (searcherExecutor-38-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@71f87724[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 22948 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=9
   [junit4]   2> 22949 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">9</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 22949 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">9</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
   [junit4]   2> 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 22950 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[EDCA8B6884E218E5]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -Dtests.seed=EDCA8B6884E218E5 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=en-US -Dtests.timezone=America/Resolute -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.83s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EDCA8B6884E218E5:49030501A7B884D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
   [junit4]    > 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">9</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
   [junit4]    > 	... 41 more
   [junit4]   2> 22954 INFO  (SUITE-TestArbitraryIndexDir-seed#[EDCA8B6884E218E5]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 22954 INFO  (SUITE-TestArbitraryIndexDir-seed#[EDCA8B6884E218E5]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=286352551
   [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@367fa169
   [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 22958 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 22960 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 4 directories currently being tracked
   [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 22961 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index_temp
   [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 22980 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/index
   [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/snapshot_metadata [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/snapshot_metadata;done=false>>]
   [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001;done=false>>]
   [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 22985 INFO  (coreCloseExecutor-42-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_EDCA8B6884E218E5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {name=FST50, id=FST50}, docValues:{}, maxPointsInLeafNode=1057, maxMBSortInHeap=6.283943130221446, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=en-US, timezone=America/Resolute
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=180730616,total=304611328
   [junit4]   2> NOTE: All tests run in this JVM: [BufferStoreTest, CursorPagingTest, RequestLoggingTest, TestArbitraryIndexDir]
   [junit4] Completed [7/629 (1!)] on J0 in 0.88s, 1 test, 1 error <<< FAILURES!

[...truncated 354 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/init-core-data-001
   [junit4]   2> 322476 INFO  (SUITE-TestReplicationHandler-seed#[EDCA8B6884E218E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 322477 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
   [junit4]   2> 322478 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1
   [junit4]   2> 322480 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 322492 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10c5dba1{/solr,null,AVAILABLE}
   [junit4]   2> 322495 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.ServerConnector Started ServerConnector@63e82015{HTTP/1.1,[http/1.1]}{127.0.0.1:๔๐๓๓๒}
   [junit4]   2> 322495 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.e.j.s.Server Started @๓๒๔๙๑๐ms
   [junit4]   2> 322495 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=40332}
   [junit4]   2> 322495 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 322502 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001'
   [junit4]   2> 322502 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 322502 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 322503 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/solr.xml
   [junit4]   2> 322510 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/.
   [junit4]   2> 322511 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer New CoreContainer 330895800
   [junit4]   2> 322511 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001]
   [junit4]   2> 322511 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/lib
   [junit4]   2> 322511 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 322512 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 322514 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 322514 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 322514 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 322514 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 322515 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/.
   [junit4]   2> 322515 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 322515 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1
   [junit4]   2> 322516 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 322516 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0
   [junit4]   2> 322517 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[EDCA8B6884E218E5]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1'
   [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 322518 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 322523 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 322526 WARN  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 322526 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 322533 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 322536 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 322539 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 322539 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1'
   [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1
   [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 322540 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 322541 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data
   [junit4]   2> 322541 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 322541 WARN  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 322542 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 322542 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8486568341347084]
   [junit4]   2> 322545 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@148187d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fa9400c),segFN=segments_1,generation=1}
   [junit4]   2> 322545 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 322547 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 322548 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 322548 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 322549 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 322549 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 322550 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 322551 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 322551 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 322551 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/./collection1/data/
   [junit4]   2> 322553 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=7, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6891780809741005]
   [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@148187d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6fa9400c),segFN=segments_1,generation=1}
   [junit4]   2> 322555 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6231e8bc[collection1] main]
   [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1/conf
   [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_EDCA8B6884E218E5-001/solr-instance-001/collection1/conf}
   [junit4]   2> 322556 INFO  (coreLoadExecutor-1057-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/

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

3396 ERROR (TEST-CdcrReplicationDistributedZkTest.testBatchAddsWithDelete-seed#[EDCA8B6884E218E5]-EventThread) [n:127.0.0.1:58497_    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$31/1702259632@fb4e5b7 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@63f2ab25[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 76]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 4563396 INFO  (TEST-CdcrReplicationDistributedZkTest.testBatchAddsWithDelete-seed#[EDCA8B6884E218E5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59829 59829
   [junit4]   2> 4563397 INFO  (Thread-55326) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59829 59829
   [junit4]   2> 4563400 WARN  (Thread-55326) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/aliases.json
   [junit4]   2> 	16	/solr/configs/conf1
   [junit4]   2> 	8	/solr/collections/tmp_collection/state.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	3	/solr/collections/target_collection/leaders/shard2/leader
   [junit4]   2> 	3	/solr/collections/target_collection/leaders/shard1/leader
   [junit4]   2> 	2	/solr/collections/source_collection/leaders/shard1/leader
   [junit4]   2> 	2	/solr/collections/source_collection/leaders/shard2/leader
   [junit4]   2> 	2	/solr/collections/tmp_collection/leaders/shard2/leader
   [junit4]   2> 	2	/solr/collections/tmp_collection/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/clusterprops.json
   [junit4]   2> 	28	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 	8	/solr/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 	6	/solr/collections/target_collection/cdcr/state/buffer
   [junit4]   2> 	6	/solr/collections/target_collection/cdcr/state/process
   [junit4]   2> 	5	/solr/collections/source_collection/cdcr/state/process
   [junit4]   2> 	4	/solr/collections/source_collection/state.json
   [junit4]   2> 	4	/solr/collections/source_collection/cdcr/state/buffer
   [junit4]   2> 	4	/solr/collections/target_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	79	/solr/overseer/queue
   [junit4]   2> 	42	/solr/overseer/collection-queue-work
   [junit4]   2> 	28	/solr/live_nodes
   [junit4]   2> 	28	/solr/collections
   [junit4]   2> 	19	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 4563401 INFO  (SUITE-CdcrReplicationDistributedZkTest-seed#[EDCA8B6884E218E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_EDCA8B6884E218E5-001
   [junit4]   2> Aug 16, 2016 7:33:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, locale=be, timezone=Asia/Amman
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=123997104,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCmdDistributorTest, ConvertedLegacyTest, TestReplicationHandlerBackup, TestCodecSupport, TestDocBasedVersionConstraints, TestBM25SimilarityFactory, CloudExitableDirectoryReaderTest, DirectoryFactoryTest, TestXmlQParserPlugin, ZkControllerTest, TestHashPartitioner, TestSubQueryTransformer, TestUseDocValuesAsStored2, CollectionsAPIDistributedZkTest, SolrPluginUtilsTest, TestNumericTerms64, TestSolr4Spatial2, TestExpandComponent, TestShardHandlerFactory, TestSimpleTrackingShardHandler, LoggingHandlerTest, FastVectorHighlighterTest, LeaderFailoverAfterPartitionTest, ClassificationUpdateProcessorFactoryTest, TestHashQParserPlugin, MoreLikeThisHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestMissingGroups, TestLFUCache, OpenExchangeRatesOrgProviderTest, TestPartialUpdateDeduplication, SolrInfoMBeanTest, TestQueryTypes, TermVectorComponentTest, TestMiniSolrCloudClusterSSL, ShardRoutingCustomTest, TestClassicSimilarityFactory, BlockCacheTest, HdfsBasicDistributedZkTest, SpellingQueryConverterTest, TestCursorMarkWithoutUniqueKey, SolrCLIZkUtilsTest, QueryResultKeyTest, NotRequiredUniqueKeyTest, TestLeaderInitiatedRecoveryThread, TestOrdValues, FullHLLTest, CreateCollectionCleanupTest, TestDynamicLoading, SharedFSAutoReplicaFailoverTest, SimplePostToolTest, TestBulkSchemaConcurrent, SmileWriterTest, TestFieldCacheWithThreads, TestFieldCollectionResource, TestEmbeddedSolrServerConstructors, TestQuerySenderNoQuery, DirectSolrSpellCheckerTest, HdfsCollectionsAPIDistributedZkTest, JavabinLoaderTest, SuggestComponentContextFilterQueryTest, TestAuthenticationFramework, CoreAdminCreateDiscoverTest, NumericFieldsTest, ChaosMonkeySafeLeaderTest, TestSchemaSimilarityResource, SSLMigrationTest, TestExclusionRuleCollectionAccess, TestLMJelinekMercerSimilarityFactory, CdcrVersionReplicationTest, TestTrie, TestDistributedGrouping, TestSolrCloudWithKerberosAlt, SparseHLLTest, DistribDocExpirationUpdateProcessorTest, TestCloudSchemaless, TestReRankQParserPlugin, MBeansHandlerTest, DeleteLastCustomShardedReplicaTest, AnalysisErrorHandlingTest, TestRuleBasedAuthorizationPlugin, TestInitParams, TestStressUserVersions, TestMiniSolrCloudCluster, TimeZoneUtilsTest, DocumentBuilderTest, TestJsonRequest, TestManagedSchemaAPI, TestSolrQueryResponse, DistributedTermsComponentTest, TestDFRSimilarityFactory, TestBulkSchemaAPI, HighlighterTest, TestRandomRequestDistribution, BasicFunctionalityTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, TestSQLHandler, TestCollapseQParserPlugin, ZkSolrClientTest, TestFiltering, TestTolerantUpdateProcessorCloud, UniqFieldsUpdateProcessorFactoryTest, BooleanFieldTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, ShardRoutingTest, ClusterStateUpdateTest, ZkCLITest, TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder, TestReload, TestCoreContainer, StatsComponentTest, PeerSyncTest, TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SpatialFilterTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestOmitPositions, TestValueSourceCache, TestIndexingPerformance, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest]
   [junit4] Completed [554/629 (3!)] on J1 in 1844.51s, 11 tests, 1 error <<< FAILURES!

[...truncated 60316 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:643: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:630: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties

Total time: 272 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any