Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2617/

4 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestNodeLostTrigger.testTrigger

Error Message:
[127.0.0.1:10004_solr] doesn't contain 127.0.0.1:10006_solr

Stack Trace:
java.lang.AssertionError: [127.0.0.1:10004_solr] doesn't contain 
127.0.0.1:10006_solr
        at 
__randomizedtesting.SeedInfo.seed([52A8A369CE76B9F4:316395EB57B9CAD9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestNodeLostTrigger.testTrigger(TestNodeLostTrigger.java:121)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([52A8A369CE76B9F4:8D25C1D6F01FEC96]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more


FAILED:  org.apache.solr.handler.export.TestExportWriter.testMultipleSorts

Error Message:
Position:0 has different id value expected:<4[90]> but was:<4[75]>

Stack Trace:
org.junit.ComparisonFailure: Position:0 has different id value expected:<4[90]> 
but was:<4[75]>
        at 
__randomizedtesting.SeedInfo.seed([52A8A369CE76B9F4:7B9A6B80E763A4D2]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at 
org.apache.solr.handler.export.TestExportWriter.validateSort(TestExportWriter.java:644)
        at 
org.apache.solr.handler.export.TestExportWriter.testMultipleSorts(TestExportWriter.java:603)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.TestDistributedGrouping.test

Error Message:
.grouped[a_i1].doclist.maxScore:1.0!=null

Stack Trace:
junit.framework.AssertionFailedError: .grouped[a_i1].doclist.maxScore:1.0!=null
        at 
__randomizedtesting.SeedInfo.seed([52A8A369CE76B9F4:DAFC9CB3608AD40C]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:928)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:955)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:613)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:589)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:568)
        at 
org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:176)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1034)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12217 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedGrouping
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/init-core-data-001
   [junit4]   2> 68474 WARN  
(SUITE-TestDistributedGrouping-seed#[52A8A369CE76B9F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 68474 INFO  
(SUITE-TestDistributedGrouping-seed#[52A8A369CE76B9F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 68476 INFO  
(SUITE-TestDistributedGrouping-seed#[52A8A369CE76B9F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 68477 INFO  
(SUITE-TestDistributedGrouping-seed#[52A8A369CE76B9F4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 68619 INFO  
(SUITE-TestDistributedGrouping-seed#[52A8A369CE76B9F4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_z/
   [junit4]   2> 70825 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/control/cores/collection1
   [junit4]   2> 74125 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 74368 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 74369 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 74405 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 74550 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@301a9d65{/_z,null,AVAILABLE}
   [junit4]   2> 74680 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@23cd6514{HTTP/1.1,[http/1.1]}{127.0.0.1:40567}
   [junit4]   2> 74680 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.Server Started @75065ms
   [junit4]   2> 74714 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_z, hostPort=40567, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/control/cores}
   [junit4]   2> 74860 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider 
chain: env;sysprop
   [junit4]   2> 74880 ERROR 
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 74880 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 74881 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 74882 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 74896 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 74897 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-23T17:17:43.936Z
   [junit4]   2> 74898 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 74918 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/control/solr.xml
   [junit4]   2> 74993 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 74993 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 75046 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 76977 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 76978 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 77290 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 77291 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 77291 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 77308 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/control/cores
   [junit4]   2> 77309 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 77382 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 77974 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 78568 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 78633 WARN  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 78666 WARN  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 78787 WARN  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 78862 WARN  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 79266 WARN  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 80701 WARN  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 80848 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 81294 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 81310 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 81310 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 81310 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 81438 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=41.640625, 
floorSegmentMB=2.1611328125, forceMergeDeletesPctAllowed=1.917157910559797, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=23.381038247259745
   [junit4]   2> 82810 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 82810 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 82813 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 82813 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 82945 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=71.1533203125, 
floorSegmentMB=0.3740234375, forceMergeDeletesPctAllowed=19.733004785510108, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4999775078025511, deletesPctAllowed=21.263161181105172
   [junit4]   2> 82946 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a7f95d8[collection1] main]
   [junit4]   2> 82947 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 83236 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 83620 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 83620 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 83621 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 83621 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 83621 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 83622 INFO  (coreLoadExecutor-25-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1606802496721780736
   [junit4]   2> 83655 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 83676 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 83677 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 83677 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 83678 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 83692 INFO  
(searcherExecutor-26-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a7f95d8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 85918 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 85920 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 85962 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 85963 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 85963 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 85963 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2dce30a{/_z,null,AVAILABLE}
   [junit4]   2> 85964 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2c3f8339{HTTP/1.1,[http/1.1]}{127.0.0.1:43152}
   [junit4]   2> 85964 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.e.j.s.Server Started @86349ms
   [junit4]   2> 85964 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_z, hostPort=43152, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/shard0/cores}
   [junit4]   2> 85965 ERROR 
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 85978 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 85978 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 85979 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 85979 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 85979 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-23T17:17:55.018Z
   [junit4]   2> 85979 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 86017 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 86017 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 86052 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 90184 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 90184 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 90602 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 90870 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 90871 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 90964 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/shard0/cores
   [junit4]   2> 90964 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 91042 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 91805 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 92298 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 94104 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 94359 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 94360 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@14fe6cf2
   [junit4]   2> 94360 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 94360 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.TestDistributedGrouping_52A8A369CE76B9F4-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 94397 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=41.640625, 
floorSegmentMB=2.1611328125, forceMergeDeletesPctAllowed=1.917157910559797, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=23.381038247259745
   [junit4]   2> 95507 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 95507 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 95521 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 95521 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 95523 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=71.1533203125, 
floorSegmentMB=0.3740234375, forceMergeDeletesPctAllowed=19.733004785510108, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4999775078025511, deletesPctAllowed=21.263161181105172
   [junit4]   2> 95524 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2fa41433[collection1] main]
   [junit4]   2> 95713 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 95998 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 96548 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 96602 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 96603 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 96603 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 96603 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 96604 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 96605 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 96618 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 96618 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 96619 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 96621 INFO  
(searcherExecutor-40-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2fa41433[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96657 INFO  (coreLoadExecutor-39-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1606802510388920320
   [junit4]   2> 96714 INFO  
(TEST-TestDistributedGrouping.test-seed#[52A8A369CE76B9F4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 100492 INFO  (qtp70300893-32) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1606802513744363520)} 0 871
   [junit4]   2> 100842 INFO  (qtp1078065276-53) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1606802514776162304)} 0 2
   [junit4]   2> 100893 INFO  (qtp70300893-29) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606802514830688256,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 100912 INFO  (qtp70300893-29) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 100929 INFO  (qtp70300893-29) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 100930 INFO  (qtp70300893-29) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 51
   [junit4]   2> 101002 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1606802514946031616,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 101002 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 101040 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 101040 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 38
   [junit4]   2> 101551 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&distrib=false&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true}
 hits=0 status=0 QTime=474
   [junit4]   2> 102146 INFO  (qtp1078065276-48) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[ff01::083]:33332/_z|http://127.0.0.1:43152/_z/collection1&rows=100&version=2&q=*:*&NOW=1532366290643&isShard=true&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=95
   [junit4]   2> 102261 INFO  (qtp1078065276-52) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&shards=[ff01::083]:33332/_z|http://127.0.0.1:43152/_z/collection1&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true}
 status=0 QTime=656
   [junit4]   2> 102419 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&distrib=false&hl=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&hl.fl=a_t&rows=100&wt=javabin&version=2&group.field=a_i1&group=true}
 hits=0 status=0 QTime=155
   [junit4]   2> 102729 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=text&group.distributed.first=true&distrib=false&hl=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[ff01::114]:33332/_z|[ff01::083]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::213]:33332/_z&rows=100&version=2&q=*:*&NOW=1532366291461&isShard=true&hl.fl=a_t&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=1
   [junit4]   2> 102745 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&shards=[ff01::114]:33332/_z|[ff01::083]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::213]:33332/_z&hl=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&hl.fl=a_t&rows=100&wt=javabin&version=2&group.field=a_i1&group=true}
 status=0 QTime=323
   [junit4]   2> 102963 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&facet.field=a_t&distrib=false&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&facet=true&wt=javabin&version=2&group.field=a_i1&group=true}
 hits=0 status=0 QTime=199
   [junit4]   2> 103055 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={facet.field=a_t&df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[ff01::083]:33332/_z|[ff01::114]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::213]:33332/_z&rows=100&version=2&q=*:*&NOW=1532366292022&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=0
   [junit4]   2> 103180 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={facet.field=a_t&df=text&distrib=false&fl=id&group.limit=-1&shards.purpose=20&start=0&f.a_t.facet.mincount=0&sort=a_i1+asc,+id+asc&shard.url=[ff01::083]:33332/_z|[ff01::114]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::213]:33332/_z&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&NOW=1532366292022&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=70
   [junit4]   2> 103218 INFO  (qtp1078065276-52) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&shards=[ff01::083]:33332/_z|[ff01::114]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::213]:33332/_z&facet.field=a_t&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&facet=true&wt=javabin&version=2&group.field=a_i1&group=true}
 status=0 QTime=234
   [junit4]   2> 103422 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&distrib=false&stats=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true&stats.field=a_i1}
 hits=0 status=0 QTime=149
   [junit4]   2> 103493 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:43152/_z/collection1&rows=100&version=2&q=*:*&stats=false&NOW=1532366292494&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1}
 status=0 QTime=0
   [junit4]   2> 103604 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=text&distrib=false&fl=id&group.limit=-1&shards.purpose=516&start=0&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:43152/_z/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&stats=true&NOW=1532366292494&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1}
 status=0 QTime=108
   [junit4]   2> 103618 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={q=*:*&shards=http://127.0.0.1:43152/_z/collection1&stats=true&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&wt=javabin&version=2&group.field=a_i1&group=true&stats.field=a_i1}
 status=0 QTime=162
   [junit4]   2> 103876 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=subject&distrib=false&qt=spellCheckCompRH&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&version=2&spellcheck.build=true&q=kings&spellcheck=true&wt=javabin&group.field=a_i1&group=true}
 hits=0 status=0 QTime=255
   [junit4]   2> 104313 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=subject&group.distributed.first=true&distrib=false&qt=spellCheckCompRH&fl=id&group.limit=-1&shards.purpose=2048&start=0&sort=a_i1+asc,+id+asc&shard.url=[ff01::213]:33332/_z|[ff01::114]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::083]:33332/_z&rows=100&version=2&spellcheck.build=true&q=kings&spellcheck=true&NOW=1532366292990&isShard=true&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=36
   [junit4]   2> 104314 INFO  (qtp1078065276-52) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={df=subject&qt=spellCheckCompRH&fl=id,a_i1&group.limit=-1&sort=a_i1+asc,+id+asc&rows=100&version=2&spellcheck.build=true&q=kings&shards=[ff01::213]:33332/_z|[ff01::114]:33332/_z|http://127.0.0.1:43152/_z/collection1|[ff01::083]:33332/_z&spellcheck=true&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=363
   [junit4]   2> 104491 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={facet.field=a_t&distrib=false&fl=id,a_i1&group.limit=-1&fq=a_s:a&sort=a_i1+asc,+id+asc&rows=100&version=2&q=*:*&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true}
 hits=0 status=0 QTime=175
   [junit4]   2> 104534 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={facet.field=a_t&df=text&group.distributed.first=true&distrib=false&fl=id&group.limit=-1&shards.purpose=2048&start=0&fq=a_s:a&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:43152/_z/collection1&rows=100&version=2&q=*:*&group.truncate=true&NOW=1532366293538&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=1
   [junit4]   2> 104570 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={facet.field=a_t&df=text&distrib=false&fl=id&group.limit=-1&shards.purpose=20&start=0&f.a_t.facet.mincount=0&fq=a_s:a&sort=a_i1+asc,+id+asc&shard.url=http://127.0.0.1:43152/_z/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&group.truncate=true&NOW=1532366293538&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=1
   [junit4]   2> 104571 INFO  (qtp1078065276-49) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/_z path=/select 
params={facet.field=a_t&fl=id,a_i1&group.limit=-1&fq=a_s:a&sort=a_i1+asc,+id+asc&rows=100&version=2&q=*:*&shards=http://127.0.0.1:43152/_z/collection1&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true}
 status=0 QTime=72
   [junit4]   2> 106021 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[1 (1606802518723002368)]} 0 1419
   [junit4]   2> 106189 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[1 (1606802520232951808)]} 0 145
   [junit4]   2> 106249 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[2 (1606802520443715584)]} 0 57
   [junit4]   2> 106350 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[2 (1606802520550670336)]} 0 74
   [junit4]   2> 106530 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[3 (1606802520629313536)]} 0 109
   [junit4]   2> 106604 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[3 (1606802520745705472)]} 0 71
   [junit4]   2> 106641 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[4 (1606802520822251520)]} 0 35
   [junit4]   2> 106732 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[4 (1606802520860000256)]} 0 89
   [junit4]   2> 106804 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[5 (1606802520976392192)]} 0 53
   [junit4]   2> 106840 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[5 (1606802521066569728)]} 0 34
   [junit4]   2> 106886 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[6 (1606802521113755648)]} 0 43
   [junit4]   2> 106942 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[6 (1606802521172475904)]} 0 45
   [junit4]   2> 106962 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[7 (1606802521193447424)]} 0 12
   [junit4]   2> 106983 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[7 (1606802521215467520)]} 0 1
   [junit4]   2> 107004 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[8 (1606802521237487616)]} 0 19
   [junit4]   2> 107054 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[8 (1606802521254264832)]} 0 37
   [junit4]   2> 107077 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[9 (1606802521294110720)]} 0 20
   [junit4]   2> 107126 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[9 (1606802521365413888)]} 0 39
   [junit4]   2> 107165 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[10 (1606802521406308352)]} 0 16
   [junit4]   2> 107253 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[10 (1606802521465028608)]} 0 86
   [junit4]   2> 107260 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[11 (1606802521505923072)]} 0 2
   [junit4]   2> 107284 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[11 (1606802521531088896)]} 0 1
   [junit4]   2> 107371 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[12 (1606802521587712000)]} 0 35
   [junit4]   2> 107387 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[12 (1606802521626509312)]} 0 14
   [junit4]   2> 107448 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[14 (1606802521643286528)]} 0 59
   [junit4]   2> 107471 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[14 (1606802521708298240)]} 0 20
   [junit4]   2> 107541 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[15 (1606802521783795712)]} 0 18
   [junit4]   2> 107544 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[15 (1606802521804767232)]} 0 1
   [junit4]   2> 107561 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[16 (1606802521808961536)]} 0 14
   [junit4]   2> 107579 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[16 (1606802521841467392)]} 0 1
   [junit4]   2> 107595 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[17 (1606802521844613120)]} 0 14
   [junit4]   2> 107631 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[17 (1606802521860341760)]} 0 35
   [junit4]   2> 107652 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[18 (1606802521900187648)]} 0 18
   [junit4]   2> 107707 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[18 (1606802521921159168)]} 0 52
   [junit4]   2> 107729 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[19 (1606802521998753792)]} 0 1
   [junit4]   2> 107786 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[19 (1606802522058522624)]} 0 1
   [junit4]   2> 107807 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[20 (1606802522080542720)]} 0 1
   [junit4]   2> 107844 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[20 (1606802522119340032)]} 0 1
   [junit4]   2> 107860 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[21 (1606802522136117248)]} 0 1
   [junit4]   2> 107876 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[21 (1606802522138214400)]} 0 15
   [junit4]   2> 107896 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[22 (1606802522173865984)]} 0 1
   [junit4]   2> 107898 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[22 (1606802522175963136)]} 0 1
   [junit4]   2> 107919 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[23 (1606802522180157440)]} 0 17
   [junit4]   2> 107921 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[23 (1606802522200080384)]} 0 1
   [junit4]   2> 107943 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[100 (1606802522215809024)]} 0 20
   [junit4]   2> 107945 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[100 (1606802522226294784)]} 0 0
   [junit4]   2> 107961 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[101 (1606802522243072000)]} 0 14
   [junit4]   2> 107981 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[101 (1606802522262994944)]} 0 1
   [junit4]   2> 108003 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[102 (1606802522266140672)]} 0 20
   [junit4]   2> 108019 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[102 (1606802522302840832)]} 0 1
   [junit4]   2> 108054 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[103 (1606802522339540992)]} 0 1
   [junit4]   2> 108086 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[103 (1606802522342686720)]} 0 29
   [junit4]   2> 108089 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[104 (1606802522376241152)]} 0 1
   [junit4]   2> 108140 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[104 (1606802522429718528)]} 0 1
   [junit4]   2> 108143 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[105 (1606802522432864256)]} 0 1
   [junit4]   2> 108157 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[105 (1606802522447544320)]} 0 1
   [junit4]   2> 108159 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[106 (1606802522450690048)]} 0 0
   [junit4]   2> 108161 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[106 (1606802522452787200)]} 0 0
   [junit4]   2> 108207 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[107 (1606802522498924544)]} 0 1
   [junit4]   2> 108240 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[107 (1606802522520944640)]} 0 13
   [junit4]   2> 108242 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[108 (1606802522537721856)]} 0 1
   [junit4]   2> 108262 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[108 (1606802522557644800)]} 0 1
   [junit4]   2> 108276 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[109 (1606802522573373440)]} 0 13
   [junit4]   2> 108279 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[109 (1606802522575470592)]} 0 1
   [junit4]   2> 108315 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[110 (1606802522613219328)]} 0 1
   [junit4]   2> 108334 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[110 (1606802522633142272)]} 0 18
   [junit4]   2> 108340 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[111 (1606802522639433728)]} 0 1
   [junit4]   2> 108347 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[111 (1606802522646773760)]} 0 0
   [junit4]   2> 108398 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[112 (1606802522686619648)]} 0 13
   [junit4]   2> 108400 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[112 (1606802522703396864)]} 0 1
   [junit4]   2> 108419 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[113 (1606802522722271232)]} 0 0
   [junit4]   2> 108433 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[113 (1606802522736951296)]} 0 0
   [junit4]   2> 108450 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[114 (1606802522754777088)]} 0 0
   [junit4]   2> 108510 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[114 (1606802522817691648)]} 0 1
   [junit4]   2> 108545 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[115 (1606802522854391808)]} 0 33
   [junit4]   2> 108547 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[115 (1606802522856488960)]} 0 0
   [junit4]   2> 108582 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[116 (1606802522893189120)]} 0 1
   [junit4]   2> 108611 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[116 (1606802522896334848)]} 0 27
   [junit4]   2> 108618 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[117 (1606802522931986432)]} 0 0
   [junit4]   2> 108637 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[117 (1606802522934083584)]} 0 16
   [junit4]   2> 108655 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[118 (1606802522970783744)]} 0 0
   [junit4]   2> 108671 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[118 (1606802522986512384)]} 0 0
   [junit4]   2> 108685 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[119 (1606802523001192448)]} 0 0
   [junit4]   2> 108712 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[119 (1606802523030552576)]} 0 1
   [junit4]   2> 108732 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[120 (1606802523050475520)]} 0 17
   [junit4]   2> 108734 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[120 (1606802523053621248)]} 0 0
   [junit4]   2> 108749 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[121 (1606802523068301312)]} 0 0
   [junit4]   2> 108787 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[121 (1606802523070398464)]} 0 36
   [junit4]   2> 108807 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[122 (1606802523129118720)]} 0 1
   [junit4]   2> 108821 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[122 (1606802523144847360)]} 0 0
   [junit4]   2> 108823 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[123 (1606802523146944512)]} 0 0
   [junit4]   2> 108855 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[123 (1606802523179450368)]} 0 1
   [junit4]   2> 108934 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[124 (1606802523181547520)]} 0 78
   [junit4]   2> 108937 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[124 (1606802523265433600)]} 0 1
   [junit4]   2> 108976 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[125 (1606802523306328064)]} 0 1
   [junit4]   2> 108993 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[125 (1606802523324153856)]} 0 0
   [junit4]   2> 109008 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[126 (1606802523339882496)]} 0 1
   [junit4]   2> 109011 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[126 (1606802523343028224)]} 0 0
   [junit4]   2> 109021 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[127 (1606802523353513984)]} 0 0
   [junit4]   2> 109045 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[127 (1606802523378679808)]} 0 1
   [junit4]   2> 109082 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[128 (1606802523417477120)]} 0 1
   [junit4]   2> 109118 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[128 (1606802523420622848)]} 0 34
   [junit4]   2> 109120 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[129 (1606802523458371584)]} 0 1
   [junit4]   2> 109139 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[129 (1606802523478294528)]} 0 0
   [junit4]   2> 109170 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[130 (1606802523509751808)]} 0 29
   [junit4]   2> 109172 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[130 (1606802523512897536)]} 0 0
   [junit4]   2> 109191 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[131 (1606802523531771904)]} 0 0
   [junit4]   2> 109212 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[131 (1606802523554840576)]} 0 0
   [junit4]   2> 109214 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[132 (1606802523556937728)]} 0 0
   [junit4]   2> 109216 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[132 (1606802523559034880)]} 0 0
   [junit4]   2> 109260 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[133 (1606802523561132032)]} 0 41
   [junit4]   2> 109262 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[133 (1606802523606220800)]} 0 0
   [junit4]   2> 109281 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[134 (1606802523626143744)]} 0 0
   [junit4]   2> 109283 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[134 (1606802523628240896)]} 0 0
   [junit4]   2> 109318 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[135 (1606802523664941056)]} 0 1
   [junit4]   2> 109333 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[135 (1606802523680669696)]} 0 0
   [junit4]   2> 109335 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[136 (1606802523682766848)]} 0 0
   [junit4]   2> 109391 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[136 (1606802523741487104)]} 0 1
   [junit4]   2> 109409 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[137 (1606802523760361472)]} 0 16
   [junit4]   2> 109427 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[137 (1606802523780284416)]} 0 0
   [junit4]   2> 109480 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[138 (1606802523834810368)]} 0 1
   [junit4]   2> 109482 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[138 (1606802523836907520)]} 0 0
   [junit4]   2> 109500 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[139 (1606802523856830464)]} 0 0
   [junit4]   2> 109502 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[139 (1606802523858927616)]} 0 0
   [junit4]   2> 109555 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[140 (1606802523913453568)]} 0 16
   [junit4]   2> 109574 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[140 (1606802523933376512)]} 0 0
   [junit4]   2> 109591 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[141 (1606802523951202304)]} 0 1
   [junit4]   2> 109611 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[141 (1606802523972173824)]} 0 1
   [junit4]   2> 109627 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[142 (1606802523988951040)]} 0 1
   [junit4]   2> 109663 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[142 (1606802524025651200)]} 0 34
   [junit4]   2> 109755 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[143 (1606802524067594240)]} 0 90
   [junit4]   2> 109758 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[143 (1606802524126314496)]} 0 0
   [junit4]   2> 109793 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[144 (1606802524164063232)]} 0 1
   [junit4]   2> 109830 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[144 (1606802524201811968)]} 0 1
   [junit4]   2> 109846 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[145 (1606802524218589184)]} 0 0
   [junit4]   2> 109883 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[145 (1606802524257386496)]} 0 1
   [junit4]   2> 109967 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[146 (1606802524345466880)]} 0 82
   [junit4]   2> 109976 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[146 (1606802524354904064)]} 0 0
   [junit4]   2> 109978 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[147 (1606802524357001216)]} 0 0
   [junit4]   2> 110007 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[147 (1606802524388458496)]} 0 0
   [junit4]   2> 110009 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[148 (1606802524390555648)]} 0 0
   [junit4]   2> 110024 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[148 (1606802524405235712)]} 0 0
   [junit4]   2> 110026 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[149 (1606802524407332864)]} 0 0
   [junit4]   2> 110044 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[149 (1606802524427255808)]} 0 0
   [junit4]   2> 110046 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[500 (1606802524429352960)]} 0 0
   [junit4]   2> 110060 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[500 (1606802524444033024)]} 0 0
   [junit4]   2> 110062 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[501 (1606802524446130176)]} 0 0
   [junit4]   2> 110083 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[501 (1606802524468150272)]} 0 0
   [junit4]   2> 110118 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[502 (1606802524503801856)]} 0 0
   [junit4]   2> 110153 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[502 (1606802524506947584)]} 0 33
   [junit4]   2> 110155 INFO  (qtp70300893-34) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[503 (1606802524543647744)]} 0 0
   [junit4]   2> 110157 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[503 (1606802524545744896)]} 0 0
   [junit4]   2> 110159 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[504 (1606802524547842048)]} 0 0
   [junit4]   2> 110178 INFO  (qtp1078065276-54) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[504 (1606802524548890624)]} 0 17
   [junit4]   2> 110180 INFO  (qtp70300893-31) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[505 (1606802524568813568)]} 0 0
   [junit4]   2> 110215 INFO  (qtp1078065276-55) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_z path=/update 
params={wt=javabin&version=2}{add=[505 (1606802524606562304)]

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

is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null73149809
     [copy] Copying 240 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null73149809
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null73149809

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 5ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 194 minutes 1 second
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to