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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to