You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/07/22 23:15:41 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4750 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4750/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriter.testSoftUpdateDocuments

Error Message:
expected:<0> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B74A928C1D3C4BD0:7283847EC55C1167]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.lucene.index.TestIndexWriter.testSoftUpdateDocuments(TestIndexWriter.java:3145)
	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.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 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([9384912F996D728E:4C09F390A70427EC]: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




Build Log:
[...truncated 545 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testSoftUpdateDocuments -Dtests.seed=B74A928C1D3C4BD0 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=SystemV/CST6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.03s J1 | TestIndexWriter.testSoftUpdateDocuments <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<0> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B74A928C1D3C4BD0:7283847EC55C1167]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testSoftUpdateDocuments(TestIndexWriter.java:3145)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/J1/temp/lucene.index.TestIndexWriter_B74A928C1D3C4BD0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {=FST50, a=PostingsFormat(name=LuceneVarGapDocFreqInterval), c=FSTOrd50, string=FSTOrd50, foo=BlockTreeOrds(blocksize=128), body=BlockTreeOrds(blocksize=128), version=FST50, content=PostingsFormat(name=LuceneVarGapDocFreqInterval), str=PostingsFormat(name=LuceneVarGapDocFreqInterval), tvtest=FST50, field=BlockTreeOrds(blocksize=128), content4=PostingsFormat(name=LuceneVarGapDocFreqInterval), str3=BlockTreeOrds(blocksize=128), content1=FST50, str2=PostingsFormat(name=LuceneVarGapDocFreqInterval), binary=FSTOrd50, id=FSTOrd50, myfield=BlockTreeOrds(blocksize=128)}, docValues:{my_deletes=DocValuesFormat(name=Direct), sortedsetdv=DocValuesFormat(name=Asserting), sortednumericdv=DocValuesFormat(name=Lucene70), version=DocValuesFormat(name=Lucene70), binarydv=DocValuesFormat(name=Asserting), dv=DocValuesFormat(name=Lucene70), dv_field=DocValuesFormat(name=Asserting), field=DocValuesFormat(name=Lucene70), numericdv=DocValuesFormat(name=Asserting), soft_delete=DocValuesFormat(name=Lucene70), sorteddv=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), soft_deletes_1=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1016, maxMBSortInHeap=7.178179801318189, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2ed80c3e), locale=sq, timezone=SystemV/CST6
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=129656640,total=186720256
   [junit4]   2> NOTE: All tests run in this JVM: [TestOmitTf, TestSpanCollection, TestLucene50StoredFieldsFormatHighCompression, TestSimpleExplanationsOfNonMatches, TestBytesRefHash, TestTieredMergePolicy, TestStressIndexing2, TestAutomatonQuery, TestCustomSearcherSort, TestBoolean2, TestSearchAfter, TestBufferedIndexInput, TestNewestSegment, TestDirectoryReader, TestSpanExplanations, TestIndependenceChiSquared, TestTermVectorsWriter, TestMultiDocValues, TestIndexableField, TestLMJelinekMercerSimilarity, TestMultiTermQueryRewrites, TermInSetQueryTest, TestSimilarityBase, TestRadixSelector, TestConstantScoreQuery, TestSimilarityProvider, TestPostingsOffsets, TestUniqueTermCount, TestCompiledAutomaton, TestNoMergePolicy, TestIndexWriterUnicode, TestDocValues, TestBlendedTermQuery, TestLongBitSet, TestMaxTermFrequency, TestExceedMaxTermLength, TestFastCompressionMode, TestDisjunctionMaxQuery, TestPrefixRandom, TestBasicModelIn, TestBytesRef, TestFilterDirectory, TestLongRange, TestTerms, TestSortedSetSortField, TestRollback, TestCodecUtil, TestIndexWriterOnVMError, Test2BPagedBytes, TestBooleanSimilarity, TestMergeSchedulerExternal, TestSimpleFSLockFactory, TestReadOnlyIndex, Test2BPostings, TestTransactionRollback, TestSortedSetDocValues, Test2BPoints, TestFilterWeight, TestHugeRamFile, TestBasicModelG, TestReusableStringReader, TestIsCurrent, TestFieldMaskingSpanQuery, TestSearchForDuplicates, TestScoreCachingWrappingScorer, TestSortRandom, TestNorms, TestMmapDirectory, TestFSTs, TestIndexCommit, LimitedFiniteStringsIteratorTest, TestIndexWriter]
   [junit4] Completed [90/497 (1!)] on J1 in 6.05s, 87 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 13736 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001
   [junit4]   2> 3754585 WARN  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 3754586 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3754592 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3754592 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3754592 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3754593 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3754643 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3754663 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3754796 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3754996 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3754996 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3755037 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a697125
   [junit4]   2> 3755054 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a697125
   [junit4]   2> 3755054 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a697125
   [junit4]   2> 3755056 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3755124 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3755134 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3755271 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3755286 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 3755286 INFO  (coreLoadExecutor-14773-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@2a697125
   [junit4]   2> 3755286 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3755286 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3755290 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=44.1015625, floorSegmentMB=0.28515625, forceMergeDeletesPctAllowed=21.331270850701664, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=26.893041891525968
   [junit4]   2> 3755460 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3755460 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3755461 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8203327928737254]
   [junit4]   2> 3755483 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@538a555b[collection1] main]
   [junit4]   2> 3755486 WARN  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3755487 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3755487 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3755673 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3755673 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3755673 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3755673 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3755673 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3755673 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3755677 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3755677 INFO  (coreLoadExecutor-14773-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3755678 INFO  (searcherExecutor-14774-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@538a555b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3755683 INFO  (SUITE-InfixSuggestersTest-seed#[9384912F996D728E]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3755705 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
   [junit4]   2> 3755707 INFO  (AnalyzingInfixSuggesterTest-11696-thread-1) [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3755707 INFO  (AnalyzingInfixSuggesterTest-11696-thread-1) [    ] o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 3755812 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=791762033
   [junit4]   2> 3755812 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3755812 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@321e3427: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7cc34da4
   [junit4]   2> 3755814 INFO  (AnalyzingInfixSuggesterTest-11696-thread-1) [    ] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester emitted 1000 items.
   [junit4]   2> 3755819 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3755819 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cf541fa: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@321673fe
   [junit4]   2> 3755823 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3755823 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61ae7224: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@58ecfbc5
   [junit4]   2> 3755824 INFO  (coreCloseExecutor-14778-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5dd0f673
   [junit4]   2> 3755824 INFO  (coreCloseExecutor-14778-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=5dd0f673
   [junit4]   2> 3755824 INFO  (coreCloseExecutor-14778-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2fea2b2b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@595523b9
   [junit4]   2> 3755959 ERROR (AnalyzingInfixSuggesterTest-11696-thread-1) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.common.SolrException: SolrCoreState already closed.
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]   2> 	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 3755965 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3755966 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3756034 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3756053 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3756182 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3756448 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3756448 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3756509 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a697125
   [junit4]   2> 3756516 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a697125
   [junit4]   2> 3756517 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a697125
   [junit4]   2> 3756519 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3756583 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3756602 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3756696 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3756707 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 3756707 INFO  (coreLoadExecutor-14788-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@2a697125
   [junit4]   2> 3756707 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3756707 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3756820 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3756820 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3756829 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=44.1015625, floorSegmentMB=0.28515625, forceMergeDeletesPctAllowed=21.331270850701664, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=26.893041891525968
   [junit4]   2> 3756833 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@563bd2da[collection1] main]
   [junit4]   2> 3756833 WARN  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3756834 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3756834 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3756834 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3756834 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3756834 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3756855 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3756855 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3756855 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3756856 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3756856 INFO  (coreLoadExecutor-14788-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3756857 INFO  (searcherExecutor-14789-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@563bd2da[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3756857 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3756858 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9384912F996D728E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest -Dtests.method=testShutdownDuringBuild -Dtests.seed=9384912F996D728E -Dtests.slow=true -Dtests.locale=es-PY -Dtests.timezone=Asia/Irkutsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.20s J0 | InfixSuggestersTest.testShutdownDuringBuild <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9384912F996D728E:4C09F390A70427EC]:0)
   [junit4]    > 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    > 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
   [junit4]    > 	... 6 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]    > 	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 9 more
   [junit4]   2> 3756904 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBuildThen2xReload
   [junit4]   2> 3756904 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3756904 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3756915 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 3757029 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3757029 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=125
   [junit4]   2> 3757038 ERROR (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3757041 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3757139 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3757149 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3757273 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3757292 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3757357 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    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@2a697125
   [junit4]   2> 3757357 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3757485 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3757485 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3757488 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d013669[collection1] main]
   [junit4]   2> 3757489 WARN  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3757489 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3757489 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757491 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757491 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3757491 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757494 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757494 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3757494 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3757494 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3757495 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3757495 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=96.201171875, floorSegmentMB=0.71484375, forceMergeDeletesPctAllowed=17.879920581516064, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37199382996733277, deletesPctAllowed=30.365085010143236
   [junit4]   2> 3757499 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3757499 INFO  (searcherExecutor-14793-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d013669[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3757500 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@426ae73a[collection1] main]
   [junit4]   2> 3757500 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@23183f1e
   [junit4]   2> 3757500 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=23183f1e
   [junit4]   2> 3757500 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55b9f168: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@50fa92d5
   [junit4]   2> 3757501 INFO  (searcherExecutor-14793-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@426ae73a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3757508 ERROR (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3757509 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3757597 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3757608 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3757731 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3757744 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3757784 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    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@2a697125
   [junit4]   2> 3757784 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3757917 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3757917 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3757920 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22812f6d[collection1] main]
   [junit4]   2> 3757920 WARN  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3757920 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3757920 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757922 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757922 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3757922 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757924 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3757925 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3757925 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3757925 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3757925 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3757926 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49278412083341283]
   [junit4]   2> 3757927 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3757928 INFO  (searcherExecutor-14797-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@22812f6d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3757928 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@11d7a606[collection1] main]
   [junit4]   2> 3757929 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b0615ed
   [junit4]   2> 3757929 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1b0615ed
   [junit4]   2> 3757929 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5de98839: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@50fa92d5
   [junit4]   2> 3757929 INFO  (searcherExecutor-14797-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11d7a606[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3757940 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testBuildThen2xReload
   [junit4]   2> 3757959 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 3757959 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 3757959 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 3757987 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 3758015 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 3758015 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=55
   [junit4]   2> 3758015 ERROR (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3758016 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3758104 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3758112 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3758191 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3758199 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3758227 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    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@2a697125
   [junit4]   2> 3758227 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3758307 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3758307 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3758311 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74851195[collection1] main]
   [junit4]   2> 3758311 WARN  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3758312 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3758312 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758313 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758313 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3758313 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758314 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758315 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3758315 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3758316 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3758316 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3758317 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=70.21875, floorSegmentMB=1.3896484375, forceMergeDeletesPctAllowed=26.880587277527635, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=22.618813030361054
   [junit4]   2> 3758317 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3758318 INFO  (searcherExecutor-14801-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74851195[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3758319 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bfc8513[collection1] main]
   [junit4]   2> 3758319 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68eb4d8
   [junit4]   2> 3758319 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=68eb4d8
   [junit4]   2> 3758319 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65761bc8: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@50fa92d5
   [junit4]   2> 3758320 INFO  (searcherExecutor-14801-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2bfc8513[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3758332 INFO  (TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 3758348 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testTwoSuggestersBuildThenReload
   [junit4]   2> 3758348 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3758348 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3758359 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 3758378 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 3758378 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=30
   [junit4]   2> 3758379 ERROR (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3758379 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3758476 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3758484 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3758588 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3758596 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3758629 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    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@2a697125
   [junit4]   2> 3758629 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3758722 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3758722 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3758723 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7888752e[collection1] main]
   [junit4]   2> 3758724 WARN  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3758724 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3758724 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758726 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758726 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3758726 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758728 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 3758728 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3758728 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3758729 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 3758729 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3758730 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2589889159308665]
   [junit4]   2> 3758730 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3758731 INFO  (searcherExecutor-14805-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7888752e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3758731 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e963681[collection1] main]
   [junit4]   2> 3758731 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@511920c3
   [junit4]   2> 3758731 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=511920c3
   [junit4]   2> 3758731 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59cb8ae3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@50fa92d5
   [junit4]   2> 3758732 INFO  (searcherExecutor-14805-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e963681[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3758743 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 3758743 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 3758781 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 3758807 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 3758807 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=64
   [junit4]   2> 3758807 ERROR (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3758808 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3758876 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3758891 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3758982 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3759002 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3759033 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    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@2a697125
   [junit4]   2> 3759033 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_9384912F996D728E-001/init-core-data-001/]
   [junit4]   2> 3759182 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3759182 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3759185 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44b082cb[collection1] main]
   [junit4]   2> 3759185 WARN  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3759186 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3759186 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9384912F996D728E]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzer

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

ndexWriter.testCommitWithUserDataOnly
   [junit4] OK      0.00s J1 | TestIndexWriter.testDoBeforeAfterFlush
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFieldName
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTSegmentsFile
   [junit4] OK      1.97s J1 | TestIndexWriter.testPendingDeleteDVGeneration
   [junit4] OK      0.01s J1 | TestIndexWriter.testEmptyFieldNameTerms
   [junit4] OK      1.38s J1 | TestIndexWriter.testCheckPendingFlushPostUpdate
   [junit4] OK      0.01s J1 | TestIndexWriter.testEnablingNorms
   [junit4] OK      0.00s J1 | TestIndexWriter.testRollbackThenClose
   [junit4] OK      0.18s J1 | TestIndexWriter.testNoUnwantedTVFiles
   [junit4] OK      0.00s J1 | TestIndexWriter.testChangesAfterClose
   [junit4] OK      0.01s J1 | TestIndexWriter.testStopwordsPosIncHole
   [junit4] OK      0.07s J1 | TestIndexWriter.testCreateWithReader
   [junit4] OK      0.02s J1 | TestIndexWriter.testPreventChangingSoftDeletesField
   [junit4] OK      0.02s J1 | TestIndexWriter.testWickedLongTerm
   [junit4] OK      0.02s J1 | TestIndexWriter.testDeleteUnusedFiles2
   [junit4] OK      0.01s J1 | TestIndexWriter.testNoDocsIndex
   [junit4] OK      0.01s J1 | TestIndexWriter.testDocCount
   [junit4] OK      0.02s J1 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles
   [junit4] OK      0.03s J1 | TestIndexWriter.testIterableThrowsException
   [junit4] OK      2.72s J1 | TestIndexWriter.testThreadInterruptDeadlock
   [junit4] OK      0.01s J1 | TestIndexWriter.testStopwordsPosIncHole2
   [junit4] OK      0.01s J1 | TestIndexWriter.testNRTAfterCommit
   [junit4] OK      0.00s J1 | TestIndexWriter.testHasUncommittedChangesAfterException
   [junit4] OK      0.04s J1 | TestIndexWriter.testWithPendingDeletions
   [junit4] OK      0.01s J1 | TestIndexWriter.testNotAllowUsingExistingFieldAsSoftDeletes
   [junit4] OK      0.06s J1 | TestIndexWriter.testManySeparateThreads
   [junit4] OK      0.02s J1 | TestIndexWriter.testWhetherDeleteAllDeletesWriteLock
   [junit4] OK      0.15s J1 | TestIndexWriter.testHighFreqTerm
   [junit4] OK      0.00s J1 | TestIndexWriter.testNullDocuments
   [junit4] OK      0.00s J1 | TestIndexWriter.testNRTReaderVersion
   [junit4] OK      0.01s J1 | TestIndexWriter.testCloseWhileMergeIsRunning
   [junit4] OK      0.01s J1 | TestIndexWriter.testNullDocument
   [junit4] OK      0.00s J1 | TestIndexWriter.testCloseThenRollback
   [junit4] OK      0.00s J1 | TestIndexWriter.testBrokenPayload
   [junit4] OK      0.01s J1 | TestIndexWriter.testUnlimitedMaxFieldLength
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFieldNameWithEmptyTerm
   [junit4] OK      0.00s J1 | TestIndexWriter.testNegativePositions
   [junit4] OK      0.01s J1 | TestIndexWriter.testIndexStoreCombos
   [junit4] OK      0.01s J1 | TestIndexWriter.testDoubleClose
   [junit4] OK      0.04s J1 | TestIndexWriter.testChangingRAMBuffer
   [junit4] OK      0.01s J1 | TestIndexWriter.testOnlyUpdateDocuments
   [junit4] OK      0.00s J1 | TestIndexWriter.testSegmentInfoIsSnapshot
   [junit4] OK      0.00s J1 | TestIndexWriter.testEmptyFSDirWithNoLock
   [junit4] OK      0.02s J1 | TestIndexWriter.testDeleteAllNRTLeftoverFiles
   [junit4] OK      0.01s J1 | TestIndexWriter.testHasUncommittedChanges
   [junit4] OK      0.00s J1 | TestIndexWriter.testDontInvokeAnalyzerForUnAnalyzedFields
   [junit4] OK      0.02s J1 | TestIndexWriter.testSoftUpdatesConcurrentlyMixedDeletes
   [junit4] OK      0.00s J1 | TestIndexWriter.testDeleteHappensBeforeWhileFlush
   [junit4] OK      0.04s J1 | TestIndexWriter.testFlushWithNoMerging
   [junit4] OK      0.02s J1 | TestIndexWriter.testCloseDuringCommit
   [junit4] OK      0.00s J1 | TestIndexWriter.testPrepareCommitThenRollback
   [junit4] Completed [5/5] on J1 in 8.12s, 87 tests, 1 skipped
   [junit4] 
   [junit4] JVM J0:     0.96 ..    31.09 =    30.14s
   [junit4] JVM J1:     0.96 ..    39.31 =    38.35s
   [junit4] Execution time total: 39 seconds
   [junit4] Tests summary: 5 suites, 435 tests, 5 ignored
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/J1/temp])
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 233.68s | org.apache.lucene.index.TestUpgradeIndexMergePolicy
[junit4:tophints] 116.51s | org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
[junit4:tophints]  30.78s | org.apache.lucene.util.bkd.TestBKD
[junit4:tophints]  30.73s | org.apache.lucene.search.TestLRUQueryCache
[junit4:tophints]  19.32s | org.apache.lucene.search.similarities.TestBasicModelIne

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 42 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.lucene.index.TestIndexWriter
[repro]   0/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3082)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to MacOSX VBOX
		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:1089)
		at hudson.FilePath.act(FilePath.java:1078)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
		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:1840)
		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:3084)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	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:1091)
	at hudson.FilePath.act(FilePath.java:1078)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
	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:1840)
	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/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=2826a9550bcabc38204fbb4237795b202fba3ab2, workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4749
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4753 - Still unstable!

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

5 tests failed.
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([AA8A789492496763:22DE474E3CB50A9B]: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)


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([AA8A789492496763:22DE474E3CB50A9B]: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)


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([AA8A789492496763:22DE474E3CB50A9B]: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)


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([AA8A789492496763:22DE474E3CB50A9B]: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)


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([AA8A789492496763:22DE474E3CB50A9B]: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 13571 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedGrouping
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/init-core-data-001
   [junit4]   2> 1630819 WARN  (SUITE-TestDistributedGrouping-seed#[AA8A789492496763]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1630820 INFO  (SUITE-TestDistributedGrouping-seed#[AA8A789492496763]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1630830 INFO  (SUITE-TestDistributedGrouping-seed#[AA8A789492496763]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1630830 INFO  (SUITE-TestDistributedGrouping-seed#[AA8A789492496763]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1630830 INFO  (SUITE-TestDistributedGrouping-seed#[AA8A789492496763]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bng/p
   [junit4]   2> 1631279 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1631280 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] 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> 1631282 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1631282 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1631282 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1631286 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c146774{/bng/p,null,AVAILABLE}
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60320ff9{HTTP/1.1,[http/1.1]}{127.0.0.1:60497}
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.Server Started @1631381ms
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/bng/p, hostPort=60497, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/control/cores}
   [junit4]   2> 1631292 ERROR (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1631292 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-24T08:40:46.704Z
   [junit4]   2> 1631293 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/control/solr.xml
   [junit4]   2> 1631300 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1631301 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1631301 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1631686 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1631686 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1631717 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e
   [junit4]   2> 1631730 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e
   [junit4]   2> 1631730 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e
   [junit4]   2> 1631733 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/control/cores
   [junit4]   2> 1631733 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1631734 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1631799 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1631842 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1631927 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1631940 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1631940 INFO  (coreLoadExecutor-6204-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@6a81b79e
   [junit4]   2> 1631941 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1631941 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1631942 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1632074 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1632074 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1632076 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1632076 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1632076 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=16.0908203125, floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=9.995874567113667, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=22.955376398902196
   [junit4]   2> 1632077 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@54d3dd05[collection1] main]
   [junit4]   2> 1632078 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1632211 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1632481 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1632481 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1632481 INFO  (coreLoadExecutor-6204-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606860561861050368
   [junit4]   2> 1632484 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1632485 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1632485 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1632486 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1632487 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1632487 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1632488 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1632488 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1632489 INFO  (searcherExecutor-6205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@54d3dd05[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1632888 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1632889 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] 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> 1632891 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1632891 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1632891 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1632891 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6588287e{/bng/p,null,AVAILABLE}
   [junit4]   2> 1632892 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4170bbaa{HTTP/1.1,[http/1.1]}{127.0.0.1:60498}
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.Server Started @1632983ms
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/bng/p, hostPort=60498, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/shard0/cores}
   [junit4]   2> 1632894 ERROR (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1632894 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-24T08:40:48.306Z
   [junit4]   2> 1632895 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1632902 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1632902 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1632903 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1633176 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1633176 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1633206 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e
   [junit4]   2> 1633218 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e
   [junit4]   2> 1633219 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a81b79e
   [junit4]   2> 1633222 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/shard0/cores
   [junit4]   2> 1633222 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1633223 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1633334 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1633426 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1633541 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1633554 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1633554 INFO  (coreLoadExecutor-6218-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@6a81b79e
   [junit4]   2> 1633554 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1633555 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1633556 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633677 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1633677 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1633678 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1633678 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1633679 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=16.0908203125, floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=9.995874567113667, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=22.955376398902196
   [junit4]   2> 1633679 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7982a5a3[collection1] main]
   [junit4]   2> 1633680 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1633698 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1633745 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1633745 INFO  (coreLoadExecutor-6218-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606860563186450432
   [junit4]   2> 1633745 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1633750 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1633751 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1633751 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1633751 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1633754 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1633764 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1633764 INFO  (qtp970973590-16323) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606860563193790464)} 0 13
   [junit4]   2> 1633765 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1633768 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1633776 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1633777 INFO  (searcherExecutor-6219-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7982a5a3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1633786 INFO  (qtp1470901867-16343) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606860563208470528)} 0 20
   [junit4]   2> 1633795 INFO  (qtp970973590-16319) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606860563238879232,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1633795 INFO  (qtp970973590-16319) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1633797 INFO  (qtp970973590-16319) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1633797 INFO  (qtp970973590-16319) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 1633805 INFO  (qtp1470901867-16339) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606860563249364992,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1633805 INFO  (qtp1470901867-16339) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1633807 INFO  (qtp1470901867-16339) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1633807 INFO  (qtp1470901867-16339) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 9
   [junit4]   2> 1633812 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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=4
   [junit4]   2> 1633816 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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::213]:33332/bng/p|http://127.0.0.1:60498/bng/p/collection1&rows=100&version=2&q=*:*&NOW=1532421649225&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633817 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p path=/select params={q=*:*&shards=[ff01::213]:33332/bng/p|http://127.0.0.1:60498/bng/p/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=3
   [junit4]   2> 1633819 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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=0
   [junit4]   2> 1633821 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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::083]:33332/bng/p|http://127.0.0.1:60498/bng/p/collection1|[ff01::114]:33332/bng/p&rows=100&version=2&q=*:*&NOW=1532421649231&isShard=true&hl.fl=a_t&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633821 INFO  (qtp1470901867-16345) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p path=/select params={q=*:*&shards=[ff01::083]:33332/bng/p|http://127.0.0.1:60498/bng/p/collection1|[ff01::114]:33332/bng/p&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=2
   [junit4]   2> 1633822 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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=0
   [junit4]   2> 1633824 INFO  (qtp1470901867-16345) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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/bng/p|[ff01::213]:33332/bng/p|http://127.0.0.1:60498/bng/p/collection1&rows=100&version=2&q=*:*&NOW=1532421649235&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633825 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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/bng/p|[ff01::213]:33332/bng/p|http://127.0.0.1:60498/bng/p/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&NOW=1532421649235&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633826 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p path=/select params={q=*:*&shards=[ff01::083]:33332/bng/p|[ff01::213]:33332/bng/p|http://127.0.0.1:60498/bng/p/collection1&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=2
   [junit4]   2> 1633827 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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=0
   [junit4]   2> 1633828 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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:60498/bng/p/collection1&rows=100&version=2&q=*:*&stats=false&NOW=1532421649240&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 1633829 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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:60498/bng/p/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&stats=true&NOW=1532421649240&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 1633830 INFO  (qtp1470901867-16345) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p path=/select params={q=*:*&shards=http://127.0.0.1:60498/bng/p/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=2
   [junit4]   2> 1633831 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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=0
   [junit4]   2> 1633832 INFO  (qtp1470901867-16345) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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/bng/p|http://127.0.0.1:60498/bng/p/collection1&rows=100&version=2&spellcheck.build=true&q=kings&spellcheck=true&NOW=1532421649243&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633833 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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/bng/p|http://127.0.0.1:60498/bng/p/collection1&spellcheck=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=1
   [junit4]   2> 1633847 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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=14
   [junit4]   2> 1633849 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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:60498/bng/p/collection1&rows=100&version=2&q=*:*&group.truncate=true&NOW=1532421649260&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633850 INFO  (qtp1470901867-16345) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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:60498/bng/p/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&group.truncate=true&NOW=1532421649260&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1633851 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/bng/p 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:60498/bng/p/collection1&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=2
   [junit4]   2> 1633854 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[1 (1606860563298648064)]} 0 2
   [junit4]   2> 1633856 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[1 (1606860563301793792)]} 0 1
   [junit4]   2> 1633858 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[2 (1606860563303890944)]} 0 1
   [junit4]   2> 1633859 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[2 (1606860563305988096)]} 0 0
   [junit4]   2> 1633861 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[3 (1606860563308085248)]} 0 1
   [junit4]   2> 1633863 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[3 (1606860563309133824)]} 0 0
   [junit4]   2> 1633863 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[4 (1606860563310182400)]} 0 0
   [junit4]   2> 1633864 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[4 (1606860563311230976)]} 0 0
   [junit4]   2> 1633865 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[5 (1606860563312279552)]} 0 0
   [junit4]   2> 1633867 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[5 (1606860563313328128)]} 0 1
   [junit4]   2> 1633869 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[6 (1606860563315425280)]} 0 1
   [junit4]   2> 1633870 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[6 (1606860563317522432)]} 0 0
   [junit4]   2> 1633871 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[7 (1606860563318571008)]} 0 0
   [junit4]   2> 1633872 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[7 (1606860563318571008)]} 0 0
   [junit4]   2> 1633873 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[8 (1606860563319619584)]} 0 0
   [junit4]   2> 1633874 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[8 (1606860563320668160)]} 0 0
   [junit4]   2> 1633874 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[9 (1606860563321716736)]} 0 0
   [junit4]   2> 1633875 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[9 (1606860563322765312)]} 0 0
   [junit4]   2> 1633876 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[10 (1606860563323813888)]} 0 0
   [junit4]   2> 1633877 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[10 (1606860563324862464)]} 0 0
   [junit4]   2> 1633886 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[11 (1606860563325911040)]} 0 8
   [junit4]   2> 1633887 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[11 (1606860563335348224)]} 0 0
   [junit4]   2> 1633888 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[12 (1606860563336396800)]} 0 0
   [junit4]   2> 1633889 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[12 (1606860563336396800)]} 0 0
   [junit4]   2> 1633892 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[14 (1606860563337445376)]} 0 2
   [junit4]   2> 1633895 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[14 (1606860563340591104)]} 0 2
   [junit4]   2> 1633896 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[15 (1606860563343736832)]} 0 0
   [junit4]   2> 1633896 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[15 (1606860563344785408)]} 0 0
   [junit4]   2> 1633898 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[16 (1606860563346882560)]} 0 0
   [junit4]   2> 1633899 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[16 (1606860563347931136)]} 0 0
   [junit4]   2> 1633900 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[17 (1606860563347931136)]} 0 0
   [junit4]   2> 1633900 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[17 (1606860563348979712)]} 0 0
   [junit4]   2> 1633901 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[18 (1606860563350028288)]} 0 0
   [junit4]   2> 1633902 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[18 (1606860563351076864)]} 0 0
   [junit4]   2> 1633903 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[19 (1606860563352125440)]} 0 0
   [junit4]   2> 1633903 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[19 (1606860563352125440)]} 0 0
   [junit4]   2> 1633904 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[20 (1606860563353174016)]} 0 0
   [junit4]   2> 1633905 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[20 (1606860563354222592)]} 0 0
   [junit4]   2> 1633906 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[21 (1606860563354222592)]} 0 0
   [junit4]   2> 1633906 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[21 (1606860563355271168)]} 0 0
   [junit4]   2> 1633907 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[22 (1606860563356319744)]} 0 0
   [junit4]   2> 1633908 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[22 (1606860563357368320)]} 0 0
   [junit4]   2> 1633909 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[23 (1606860563358416896)]} 0 0
   [junit4]   2> 1633910 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[23 (1606860563358416896)]} 0 0
   [junit4]   2> 1633910 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[100 (1606860563359465472)]} 0 0
   [junit4]   2> 1633911 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[100 (1606860563360514048)]} 0 0
   [junit4]   2> 1633912 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[101 (1606860563360514048)]} 0 0
   [junit4]   2> 1633912 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[101 (1606860563361562624)]} 0 0
   [junit4]   2> 1633913 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[102 (1606860563362611200)]} 0 0
   [junit4]   2> 1633913 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[102 (1606860563362611200)]} 0 0
   [junit4]   2> 1633914 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[103 (1606860563363659776)]} 0 0
   [junit4]   2> 1633915 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[103 (1606860563363659776)]} 0 0
   [junit4]   2> 1633915 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[104 (1606860563364708352)]} 0 0
   [junit4]   2> 1633916 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[104 (1606860563365756928)]} 0 0
   [junit4]   2> 1633917 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[105 (1606860563365756928)]} 0 0
   [junit4]   2> 1633917 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[105 (1606860563366805504)]} 0 0
   [junit4]   2> 1633918 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[106 (1606860563367854080)]} 0 0
   [junit4]   2> 1633918 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[106 (1606860563367854080)]} 0 0
   [junit4]   2> 1633919 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[107 (1606860563368902656)]} 0 0
   [junit4]   2> 1633919 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[107 (1606860563368902656)]} 0 0
   [junit4]   2> 1633920 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[108 (1606860563369951232)]} 0 0
   [junit4]   2> 1633921 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[108 (1606860563369951232)]} 0 0
   [junit4]   2> 1633921 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[109 (1606860563370999808)]} 0 0
   [junit4]   2> 1633922 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[109 (1606860563372048384)]} 0 0
   [junit4]   2> 1633922 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[110 (1606860563372048384)]} 0 0
   [junit4]   2> 1633923 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[110 (1606860563373096960)]} 0 0
   [junit4]   2> 1633924 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[111 (1606860563374145536)]} 0 0
   [junit4]   2> 1633924 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[111 (1606860563374145536)]} 0 0
   [junit4]   2> 1633925 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[112 (1606860563375194112)]} 0 0
   [junit4]   2> 1633926 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[112 (1606860563375194112)]} 0 0
   [junit4]   2> 1633926 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[113 (1606860563376242688)]} 0 0
   [junit4]   2> 1633927 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[113 (1606860563377291264)]} 0 0
   [junit4]   2> 1633928 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[114 (1606860563377291264)]} 0 0
   [junit4]   2> 1633928 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[114 (1606860563378339840)]} 0 0
   [junit4]   2> 1633929 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[115 (1606860563379388416)]} 0 0
   [junit4]   2> 1633930 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[115 (1606860563379388416)]} 0 0
   [junit4]   2> 1633930 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[116 (1606860563380436992)]} 0 0
   [junit4]   2> 1633931 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[116 (1606860563381485568)]} 0 0
   [junit4]   2> 1633931 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[117 (1606860563381485568)]} 0 0
   [junit4]   2> 1633932 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[117 (1606860563382534144)]} 0 0
   [junit4]   2> 1633933 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[118 (1606860563382534144)]} 0 0
   [junit4]   2> 1633933 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[118 (1606860563383582720)]} 0 0
   [junit4]   2> 1633934 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[119 (1606860563384631296)]} 0 0
   [junit4]   2> 1633935 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[119 (1606860563385679872)]} 0 0
   [junit4]   2> 1633936 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[120 (1606860563386728448)]} 0 0
   [junit4]   2> 1633936 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[120 (1606860563386728448)]} 0 0
   [junit4]   2> 1633937 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[121 (1606860563387777024)]} 0 0
   [junit4]   2> 1633938 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[121 (1606860563388825600)]} 0 0
   [junit4]   2> 1633938 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[122 (1606860563388825600)]} 0 0
   [junit4]   2> 1633939 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[122 (1606860563389874176)]} 0 0
   [junit4]   2> 1633939 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[123 (1606860563389874176)]} 0 0
   [junit4]   2> 1633940 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[123 (1606860563390922752)]} 0 0
   [junit4]   2> 1633941 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[124 (1606860563391971328)]} 0 0
   [junit4]   2> 1633941 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[124 (1606860563391971328)]} 0 0
   [junit4]   2> 1633942 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[125 (1606860563393019904)]} 0 0
   [junit4]   2> 1633943 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[125 (1606860563393019904)]} 0 0
   [junit4]   2> 1633943 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[126 (1606860563394068480)]} 0 0
   [junit4]   2> 1633944 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[126 (1606860563395117056)]} 0 0
   [junit4]   2> 1633945 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[127 (1606860563395117056)]} 0 0
   [junit4]   2> 1633945 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[127 (1606860563396165632)]} 0 0
   [junit4]   2> 1633946 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[128 (1606860563397214208)]} 0 0
   [junit4]   2> 1633947 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[128 (1606860563398262784)]} 0 0
   [junit4]   2> 1633947 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[129 (1606860563398262784)]} 0 0
   [junit4]   2> 1633948 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[129 (1606860563399311360)]} 0 0
   [junit4]   2> 1633949 INFO  (qtp970973590-16322) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[130 (1606860563400359936)]} 0 0
   [junit4]   2> 1633949 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[130 (1606860563400359936)]} 0 0
   [junit4]   2> 1633950 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[131 (1606860563401408512)]} 0 0
   [junit4]   2> 1633951 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[131 (1606860563402457088)]} 0 0
   [junit4]   2> 1633951 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[132 (1606860563402457088)]} 0 0
   [junit4]   2> 1633952 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[132 (1606860563403505664)]} 0 0
   [junit4]   2> 1633953 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[133 (1606860563404554240)]} 0 0
   [junit4]   2> 1633953 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[133 (1606860563404554240)]} 0 0
   [junit4]   2> 1633954 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[134 (1606860563405602816)]} 0 0
   [junit4]   2> 1633955 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[134 (1606860563405602816)]} 0 0
   [junit4]   2> 1633955 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[135 (1606860563406651392)]} 0 0
   [junit4]   2> 1633956 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[135 (1606860563407699968)]} 0 0
   [junit4]   2> 1633956 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[136 (1606860563407699968)]} 0 0
   [junit4]   2> 1633957 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[136 (1606860563408748544)]} 0 0
   [junit4]   2> 1633958 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[137 (1606860563409797120)]} 0 0
   [junit4]   2> 1633958 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[137 (1606860563409797120)]} 0 0
   [junit4]   2> 1633959 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[138 (1606860563410845696)]} 0 0
   [junit4]   2> 1633960 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[138 (1606860563410845696)]} 0 0
   [junit4]   2> 1633960 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[139 (1606860563411894272)]} 0 0
   [junit4]   2> 1633961 INFO  (qtp1470901867-16344) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[139 (1606860563412942848)]} 0 0
   [junit4]   2> 1633961 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[140 (1606860563412942848)]} 0 0
   [junit4]   2> 1633962 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[140 (1606860563413991424)]} 0 0
   [junit4]   2> 1633963 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[141 (1606860563415040000)]} 0 0
   [junit4]   2> 1633963 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[141 (1606860563415040000)]} 0 0
   [junit4]   2> 1633964 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[142 (1606860563416088576)]} 0 0
   [junit4]   2> 1633965 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[142 (1606860563417137152)]} 0 0
   [junit4]   2> 1633965 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[143 (1606860563417137152)]} 0 0
   [junit4]   2> 1633966 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[143 (1606860563418185728)]} 0 0
   [junit4]   2> 1633967 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[144 (1606860563419234304)]} 0 0
   [junit4]   2> 1633967 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[144 (1606860563419234304)]} 0 0
   [junit4]   2> 1633968 INFO  (qtp970973590-16324) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/bng/p path=/update params={wt=javabin&version=2}{add=[145 (1606860563420282880)]} 0 0
   [junit4]   2> 1633969 INFO  (qtp1470901867-16342) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection

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

TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2215f1c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 49094 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1972119053
   [junit4]   2> 49094 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 49094 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17dca376: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@357fe137
   [junit4]   2> 49103 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 49104 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3cce491b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3dd1e1d1
   [junit4]   2> 49108 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 49108 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@462a1cd4: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@7857373f
   [junit4]   2> 49110 INFO  (coreCloseExecutor-96-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7284fc58
   [junit4]   2> 49110 INFO  (coreCloseExecutor-96-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=7284fc58
   [junit4]   2> 49110 INFO  (coreCloseExecutor-96-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c98f2a2: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6a22a12e
   [junit4]   2> 49127 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e868f27{/bng/p,null,UNAVAILABLE}
   [junit4]   2> 49128 INFO  (TEST-TestDistributedGrouping.test-seed#[AA8A789492496763]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedGrouping -Dtests.method=test -Dtests.seed=AA8A789492496763 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fi-FI -Dtests.timezone=Asia/Katmandu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.56s J0 | TestDistributedGrouping.test <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: .grouped[a_i1].doclist.maxScore:1.0!=null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AA8A789492496763:22DE474E3CB50A9B]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:928)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:955)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:613)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:589)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:568)
   [junit4]    > 	at org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:176)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1034)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_AA8A789492496763-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {other_tl1=PostingsFormat(name=LuceneVarGapFixedInterval), SubjectTerms_mfacet=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l_dv=BlockTreeOrds(blocksize=128), n_l1=PostingsFormat(name=LuceneVarGapFixedInterval), a_n_tdt=BlockTreeOrds(blocksize=128), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), n_td1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_d1=PostingsFormat(name=LuceneVarGapFixedInterval), n_f1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), n_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_s=PostingsFormat(name=LuceneFixedGap), n_tf1=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneFixedGap), oddField_s1=PostingsFormat(name=LuceneVarGapFixedInterval), a_idv=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), n_dt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_i1=PostingsFormat(name=LuceneVarGapFixedInterval), b_n_tdt=PostingsFormat(name=LuceneVarGapFixedInterval), n_ti1=BlockTreeOrds(blocksize=128), rnd_b=BlockTreeOrds(blocksize=128), foo_b=PostingsFormat(name=LuceneFixedGap), n_tdt1=PostingsFormat(name=LuceneVarGapFixedInterval), foo_d=BlockTreeOrds(blocksize=128), id_i1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), foo_f=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Direct), a_idv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=579, maxMBSortInHeap=6.896327708374894, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@13403f55), locale=fi-FI, timezone=Asia/Katmandu
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=73749688,total=198180864
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedGrouping, TestDistributedGrouping, TestDistributedGrouping]
   [junit4] Completed [5/5 (5!)] on J0 in 3.59s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: AA8A789492496763]:
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.68 ..    49.97 =    49.29s
   [junit4] JVM J1:     0.69 ..    46.53 =    45.85s
   [junit4] Execution time total: 49 seconds
   [junit4] Tests summary: 5 suites, 5 tests, 5 failures

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1568: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1092: There were test failures: 5 suites, 5 tests, 5 failures [seed: AA8A789492496763]

Total time: 52 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   5/5 failed: org.apache.solr.TestDistributedGrouping
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=8892c0d9aff9e8b7a6722a50a18908ef575276da, workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4751
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4752 - Failure!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.TriggerIntegrationTest

Error Message:
Error from server at http://127.0.0.1:50220/solr: Error in command payload

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:50220/solr: Error in command payload
	at __randomizedtesting.SeedInfo.seed([34B4578291158E4C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.setupCluster(TriggerIntegrationTest.java:96)
	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$6.evaluate(RandomizedRunner.java:874)
	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([34B4578291158E4C:BCE068583FE9E3B4]: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 12148 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_34B4578291158E4C-001/init-core-data-001
   [junit4]   2> 81228 WARN  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 81228 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 81233 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 81233 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 81238 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_34B4578291158E4C-001/tempDir-001
   [junit4]   2> 81273 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 81279 INFO  (Thread-52) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 81279 INFO  (Thread-52) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 81726 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:50211
   [junit4]   2> 81799 ERROR (Thread-52) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 82066 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 82188 INFO  (jetty-launcher-15-thread-1) [    ] 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> 82188 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 82188 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 82188 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 82193 INFO  (jetty-launcher-15-thread-2) [    ] 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> 82196 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 82196 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 82196 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 82197 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74b7674d{/solr,null,AVAILABLE}
   [junit4]   2> 82197 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5101122e{/solr,null,AVAILABLE}
   [junit4]   2> 82201 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f5f94e2{HTTP/1.1,[http/1.1]}{127.0.0.1:50219}
   [junit4]   2> 82201 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5bbacee6{HTTP/1.1,[http/1.1]}{127.0.0.1:50220}
   [junit4]   2> 82201 INFO  (jetty-launcher-15-thread-2) [    ] o.e.j.s.Server Started @82296ms
   [junit4]   2> 82201 INFO  (jetty-launcher-15-thread-1) [    ] o.e.j.s.Server Started @82296ms
   [junit4]   2> 82201 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50219}
   [junit4]   2> 82201 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50220}
   [junit4]   2> 82202 ERROR (jetty-launcher-15-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 82202 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 82203 ERROR (jetty-launcher-15-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-23T21:25:00.106Z
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 82203 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-23T21:25:00.106Z
   [junit4]   2> 82208 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 82210 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 82221 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 82243 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 82254 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10019c427ab0002, likely client has closed socket
   [junit4]   2> 82287 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10019c427ab0001, likely client has closed socket
   [junit4]   2> 82801 INFO  (jetty-launcher-15-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50211/solr
   [junit4]   2> 82925 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 82962 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83084 INFO  (jetty-launcher-15-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50211/solr
   [junit4]   2> 83086 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83099 INFO  (zkConnectionManagerCallback-36-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83541 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50219_solr
   [junit4]   2> 83543 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50220_solr
   [junit4]   2> 83543 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.Overseer Overseer (id=72085924307730436-127.0.0.1:50219_solr-n_0000000000) starting
   [junit4]   2> 83586 INFO  (zkCallback-35-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 83586 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 83700 INFO  (zkConnectionManagerCallback-43-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83704 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 83708 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50211/solr ready
   [junit4]   2> 83829 INFO  (zkConnectionManagerCallback-48-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 83833 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 83837 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50211/solr ready
   [junit4]   2> 83838 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 84014 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50220.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 84030 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50220.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 84030 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50220.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 84033 INFO  (jetty-launcher-15-thread-2) [n:127.0.0.1:50220_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_34B4578291158E4C-001/tempDir-001/node2/.
   [junit4]   2> 84128 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 84128 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50219_solr
   [junit4]   2> 84131 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 84131 INFO  (zkCallback-35-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 84132 INFO  (zkCallback-47-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 84132 INFO  (zkCallback-42-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 84132 INFO  (OverseerStateUpdate-72085924307730436-127.0.0.1:50219_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:50219_solr
   [junit4]   2> 84193 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 84230 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50219.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 84239 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50219.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 84239 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50219.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 84240 INFO  (jetty-launcher-15-thread-1) [n:127.0.0.1:50219_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_34B4578291158E4C-001/tempDir-001/node1/.
   [junit4]   2> 84286 INFO  (zkConnectionManagerCallback-52-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84315 INFO  (zkConnectionManagerCallback-57-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84318 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 84321 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50211/solr ready
   [junit4]   2> 84454 ERROR (qtp1290720973-186) [n:127.0.0.1:50220_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{suspend-trigger={name=.scheduled_maintenance}, errorMessages=[No trigger exists with name: .scheduled_maintenance]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:210)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:148)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:336)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 84454 INFO  (qtp1290720973-186) [n:127.0.0.1:50220_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=400 QTime=10
   [junit4]   2> 84469 INFO  (jetty-closer-16-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bbacee6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 84469 INFO  (jetty-closer-16-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4f5f94e2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 84470 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=828227462
   [junit4]   2> 84470 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=664459016
   [junit4]   2> 84470 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 84470 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 84471 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37e4e3ab: rootName = solr_50220, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@511bba8c
   [junit4]   2> 84471 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d853be4: rootName = solr_50219, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@41420320
   [junit4]   2> 84477 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 84478 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47b17424: rootName = solr_50219, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26983b72
   [junit4]   2> 84478 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 84478 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41576f5c: rootName = solr_50220, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26983b72
   [junit4]   2> 84481 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 84481 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ff9fdee: rootName = solr_50219, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78a1a429
   [junit4]   2> 84482 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 84482 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33262255: rootName = solr_50220, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78a1a429
   [junit4]   2> 84484 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50219_solr
   [junit4]   2> 84486 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50220_solr
   [junit4]   2> 84487 INFO  (zkCallback-42-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 84487 INFO  (zkCallback-35-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 84487 INFO  (zkCallback-47-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 84486 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 84488 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 84492 INFO  (zkCallback-35-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 84492 INFO  (zkCallback-42-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 84493 INFO  (zkCallback-27-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 84493 INFO  (zkCallback-47-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 84493 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 84494 INFO  (jetty-closer-16-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 84496 INFO  (jetty-closer-16-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72085924307730436-127.0.0.1:50219_solr-n_0000000000) closing
   [junit4]   2> 84496 INFO  (OverseerStateUpdate-72085924307730436-127.0.0.1:50219_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50219_solr
   [junit4]   2> 84497 DEBUG (jetty-closer-16-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 84497 DEBUG (jetty-closer-16-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 84497 DEBUG (jetty-closer-16-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 84497 DEBUG (jetty-closer-16-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 84497 DEBUG (jetty-closer-16-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 84497 DEBUG (jetty-closer-16-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 84504 INFO  (jetty-closer-16-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5101122e{/solr,null,UNAVAILABLE}
   [junit4]   2> 84505 INFO  (jetty-closer-16-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 84517 DEBUG (OverseerAutoScalingTriggerThread-72085924307730436-127.0.0.1:50219_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 84523 WARN  (OverseerAutoScalingTriggerThread-72085924307730436-127.0.0.1:50219_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.lang.Object.wait(Native Method) ~[?:1.8.0_172]
   [junit4]   2> 	at java.lang.Object.wait(Object.java:502) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1409) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1328) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:353) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:353) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.setData(ZkDistribStateManager.java:146) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 84530 INFO  (jetty-closer-16-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74b7674d{/solr,null,UNAVAILABLE}
   [junit4]   2> 84530 INFO  (jetty-closer-16-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 84531 ERROR (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 84538 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50211 50211
   [junit4]   2> 84559 INFO  (Thread-52) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50211 50211
   [junit4]   2> 85339 WARN  (Thread-52) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 85340 INFO  (SUITE-TriggerIntegrationTest-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=23856, maxDocsPerChunk=991, blockSize=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=23856, blockSize=2)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5014429e), locale=ca-ES, timezone=Asia/Seoul
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=127745488,total=266338304
   [junit4]   2> NOTE: All tests run in this JVM: [SignificantTermsQParserPluginTest, TestRandomFaceting, SolrCmdDistributorTest, TriggerIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TriggerIntegrationTest -Dtests.seed=34B4578291158E4C -Dtests.slow=true -Dtests.locale=ca-ES -Dtests.timezone=Asia/Seoul -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:50220/solr: Error in command payload
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([34B4578291158E4C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.setupCluster(TriggerIntegrationTest.java:96)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [9/825 (1!)] on J0 in 4.17s, 0 tests, 1 error <<< FAILURES!

[...truncated 1511 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedGrouping
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/init-core-data-001
   [junit4]   2> 1795513 WARN  (SUITE-TestDistributedGrouping-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1795513 INFO  (SUITE-TestDistributedGrouping-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1795519 INFO  (SUITE-TestDistributedGrouping-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1795519 INFO  (SUITE-TestDistributedGrouping-seed#[34B4578291158E4C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1795519 INFO  (SUITE-TestDistributedGrouping-seed#[34B4578291158E4C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_xy/
   [junit4]   2> 1795943 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1795945 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] 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> 1795946 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1795947 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1795947 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1795952 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@d21be8c{/_xy,null,AVAILABLE}
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d1fde1f{HTTP/1.1,[http/1.1]}{127.0.0.1:57452}
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.Server Started @1796048ms
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_xy, hostPort=57452, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/control/cores}
   [junit4]   2> 1795953 ERROR (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1795953 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-23T21:53:33.856Z
   [junit4]   2> 1795954 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/control/solr.xml
   [junit4]   2> 1795963 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1795963 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1795964 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1796299 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1796299 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1796321 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 1796334 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 1796334 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 1796336 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/control/cores
   [junit4]   2> 1796336 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1796337 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1796382 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1796399 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1796494 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1796501 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1796502 INFO  (coreLoadExecutor-7869-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@7dfb1407
   [junit4]   2> 1796502 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1796502 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1796503 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=30.962890625, floorSegmentMB=1.3359375, forceMergeDeletesPctAllowed=11.0942807772048, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14974482748772797, deletesPctAllowed=34.128996819461975
   [junit4]   2> 1796604 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1796604 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1796608 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1796608 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1796609 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7248334775715719]
   [junit4]   2> 1796609 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c1631a8[collection1] main]
   [junit4]   2> 1796610 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1796615 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1796631 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1796631 INFO  (coreLoadExecutor-7869-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606819842132803584
   [junit4]   2> 1796631 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1796631 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1796631 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1796632 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1796632 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1796632 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1796633 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1796633 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1796633 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1796634 INFO  (searcherExecutor-7870-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7c1631a8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1796982 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1796984 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] 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> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60680cdc{/_xy,null,AVAILABLE}
   [junit4]   2> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@478b23de{HTTP/1.1,[http/1.1]}{127.0.0.1:57459}
   [junit4]   2> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.e.j.s.Server Started @1797080ms
   [junit4]   2> 1796985 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_xy, hostPort=57459, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/shard0/cores}
   [junit4]   2> 1796986 ERROR (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1796986 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1796986 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1796986 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1796986 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1796986 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-23T21:53:34.889Z
   [junit4]   2> 1796987 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1796993 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1796993 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1796994 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1797178 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1797178 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1797201 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 1797208 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 1797208 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dfb1407
   [junit4]   2> 1797210 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/shard0/cores
   [junit4]   2> 1797211 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1797211 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1797257 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1797273 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1797360 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1797367 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1797367 INFO  (coreLoadExecutor-7883-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@7dfb1407
   [junit4]   2> 1797367 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1797367 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_34B4578291158E4C-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1797369 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=30.962890625, floorSegmentMB=1.3359375, forceMergeDeletesPctAllowed=11.0942807772048, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14974482748772797, deletesPctAllowed=34.128996819461975
   [junit4]   2> 1797452 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1797452 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1797454 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1797454 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1797455 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7248334775715719]
   [junit4]   2> 1797455 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e7ce2a0[collection1] main]
   [junit4]   2> 1797456 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1797459 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1797489 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1797490 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1797490 INFO  (coreLoadExecutor-7883-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606819843033530368
   [junit4]   2> 1797490 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1797490 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1797490 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1797490 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1797491 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1797491 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1797491 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1797492 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1797492 INFO  (searcherExecutor-7884-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e7ce2a0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1797493 INFO  (TEST-TestDistributedGrouping.test-seed#[34B4578291158E4C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1797496 INFO  (qtp1889961621-16446) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606819843038773248)} 0 1
   [junit4]   2> 1797501 INFO  (qtp160364713-16466) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606819843042967552)} 0 1
   [junit4]   2> 1797502 INFO  (qtp1889961621-16442) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606819843046113280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1797503 INFO  (qtp1889961621-16442) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1797503 INFO  (qtp1889961621-16442) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1797503 INFO  (qtp1889961621-16442) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1797506 INFO  (qtp160364713-16462) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606819843050307584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1797506 INFO  (qtp160364713-16462) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1797506 INFO  (qtp160364713-16462) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1797506 INFO  (qtp160364713-16462) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1797507 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=0
   [junit4]   2> 1797510 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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:57459/_xy/collection1&rows=100&version=2&q=*:*&NOW=1532382815411&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797511 INFO  (qtp160364713-16465) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy path=/select params={q=*:*&shards=http://127.0.0.1:57459/_xy/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=2
   [junit4]   2> 1797512 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=0
   [junit4]   2> 1797513 INFO  (qtp160364713-16465) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=http://127.0.0.1:57459/_xy/collection1|[ff01::083]:33332/_xy|[ff01::213]:33332/_xy|[ff01::114]:33332/_xy&rows=100&version=2&q=*:*&NOW=1532382815415&isShard=true&hl.fl=a_t&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797514 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy path=/select params={q=*:*&shards=http://127.0.0.1:57459/_xy/collection1|[ff01::083]:33332/_xy|[ff01::213]:33332/_xy|[ff01::114]:33332/_xy&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=1
   [junit4]   2> 1797514 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=0
   [junit4]   2> 1797517 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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::114]:33332/_xy|[ff01::083]:33332/_xy|http://127.0.0.1:57459/_xy/collection1&rows=100&version=2&q=*:*&NOW=1532382815418&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797518 INFO  (qtp160364713-16465) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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::114]:33332/_xy|[ff01::083]:33332/_xy|http://127.0.0.1:57459/_xy/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&NOW=1532382815418&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797519 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy path=/select params={q=*:*&shards=[ff01::114]:33332/_xy|[ff01::083]:33332/_xy|http://127.0.0.1:57459/_xy/collection1&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=3
   [junit4]   2> 1797519 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=0
   [junit4]   2> 1797521 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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::114]:33332/_xy|http://127.0.0.1:57459/_xy/collection1|[ff01::083]:33332/_xy|[ff01::213]:33332/_xy&rows=100&version=2&q=*:*&stats=false&NOW=1532382815423&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 1797522 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=[ff01::114]:33332/_xy|http://127.0.0.1:57459/_xy/collection1|[ff01::083]:33332/_xy|[ff01::213]:33332/_xy&rows=100&version=2&group.distributed.second=true&q=*:*&stats=true&NOW=1532382815423&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 1797522 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy path=/select params={q=*:*&shards=[ff01::114]:33332/_xy|http://127.0.0.1:57459/_xy/collection1|[ff01::083]:33332/_xy|[ff01::213]:33332/_xy&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=2
   [junit4]   2> 1797523 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=0
   [junit4]   2> 1797524 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=http://127.0.0.1:57459/_xy/collection1&rows=100&version=2&spellcheck.build=true&q=kings&spellcheck=true&NOW=1532382815426&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797525 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=http://127.0.0.1:57459/_xy/collection1&spellcheck=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=1
   [junit4]   2> 1797525 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=0
   [junit4]   2> 1797528 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=[ff01::114]:33332/_xy|http://127.0.0.1:57459/_xy/collection1&rows=100&version=2&q=*:*&group.truncate=true&NOW=1532382815430&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797529 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=[ff01::114]:33332/_xy|http://127.0.0.1:57459/_xy/collection1&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&group.truncate=true&NOW=1532382815430&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 1797529 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_xy 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=[ff01::114]:33332/_xy|http://127.0.0.1:57459/_xy/collection1&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=2
   [junit4]   2> 1797531 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[1 (1606819843075473408)]} 0 1
   [junit4]   2> 1797533 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[1 (1606819843077570560)]} 0 1
   [junit4]   2> 1797534 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[2 (1606819843079667712)]} 0 0
   [junit4]   2> 1797534 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[2 (1606819843079667712)]} 0 0
   [junit4]   2> 1797535 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[3 (1606819843080716288)]} 0 0
   [junit4]   2> 1797536 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[3 (1606819843081764864)]} 0 0
   [junit4]   2> 1797537 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[4 (1606819843081764864)]} 0 0
   [junit4]   2> 1797537 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[4 (1606819843082813440)]} 0 0
   [junit4]   2> 1797538 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[5 (1606819843083862016)]} 0 0
   [junit4]   2> 1797539 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[5 (1606819843083862016)]} 0 0
   [junit4]   2> 1797539 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[6 (1606819843084910592)]} 0 0
   [junit4]   2> 1797540 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[6 (1606819843085959168)]} 0 0
   [junit4]   2> 1797540 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[7 (1606819843085959168)]} 0 0
   [junit4]   2> 1797541 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[7 (1606819843087007744)]} 0 0
   [junit4]   2> 1797542 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[8 (1606819843088056320)]} 0 0
   [junit4]   2> 1797542 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[8 (1606819843088056320)]} 0 0
   [junit4]   2> 1797543 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[9 (1606819843089104896)]} 0 0
   [junit4]   2> 1797544 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[9 (1606819843090153472)]} 0 0
   [junit4]   2> 1797544 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[10 (1606819843090153472)]} 0 0
   [junit4]   2> 1797545 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[10 (1606819843091202048)]} 0 0
   [junit4]   2> 1797546 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[11 (1606819843092250624)]} 0 0
   [junit4]   2> 1797547 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[11 (1606819843092250624)]} 0 0
   [junit4]   2> 1797547 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[12 (1606819843093299200)]} 0 0
   [junit4]   2> 1797548 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[12 (1606819843094347776)]} 0 0
   [junit4]   2> 1797549 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[14 (1606819843094347776)]} 0 0
   [junit4]   2> 1797550 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[14 (1606819843095396352)]} 0 0
   [junit4]   2> 1797551 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[15 (1606819843097493504)]} 0 0
   [junit4]   2> 1797552 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[15 (1606819843097493504)]} 0 0
   [junit4]   2> 1797552 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[16 (1606819843098542080)]} 0 0
   [junit4]   2> 1797553 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[16 (1606819843099590656)]} 0 0
   [junit4]   2> 1797554 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[17 (1606819843099590656)]} 0 0
   [junit4]   2> 1797554 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[17 (1606819843100639232)]} 0 0
   [junit4]   2> 1797555 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[18 (1606819843101687808)]} 0 0
   [junit4]   2> 1797556 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[18 (1606819843101687808)]} 0 0
   [junit4]   2> 1797556 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[19 (1606819843102736384)]} 0 0
   [junit4]   2> 1797557 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[19 (1606819843103784960)]} 0 0
   [junit4]   2> 1797557 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[20 (1606819843103784960)]} 0 0
   [junit4]   2> 1797558 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[20 (1606819843104833536)]} 0 0
   [junit4]   2> 1797559 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[21 (1606819843104833536)]} 0 0
   [junit4]   2> 1797559 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[21 (1606819843105882112)]} 0 0
   [junit4]   2> 1797560 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[22 (1606819843106930688)]} 0 0
   [junit4]   2> 1797560 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[22 (1606819843106930688)]} 0 0
   [junit4]   2> 1797561 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[23 (1606819843107979264)]} 0 0
   [junit4]   2> 1797561 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[23 (1606819843107979264)]} 0 0
   [junit4]   2> 1797562 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[100 (1606819843109027840)]} 0 0
   [junit4]   2> 1797562 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[100 (1606819843109027840)]} 0 0
   [junit4]   2> 1797563 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[101 (1606819843110076416)]} 0 0
   [junit4]   2> 1797563 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[101 (1606819843110076416)]} 0 0
   [junit4]   2> 1797564 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[102 (1606819843111124992)]} 0 0
   [junit4]   2> 1797564 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[102 (1606819843111124992)]} 0 0
   [junit4]   2> 1797565 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[103 (1606819843112173568)]} 0 0
   [junit4]   2> 1797565 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[103 (1606819843112173568)]} 0 0
   [junit4]   2> 1797566 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[104 (1606819843113222144)]} 0 0
   [junit4]   2> 1797566 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[104 (1606819843113222144)]} 0 0
   [junit4]   2> 1797567 INFO  (qtp1889961621-16445) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[105 (1606819843114270720)]} 0 0
   [junit4]   2> 1797567 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[105 (1606819843114270720)]} 0 0
   [junit4]   2> 1797568 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[106 (1606819843115319296)]} 0 0
   [junit4]   2> 1797568 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[106 (1606819843115319296)]} 0 0
   [junit4]   2> 1797569 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[107 (1606819843116367872)]} 0 0
   [junit4]   2> 1797569 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[107 (1606819843116367872)]} 0 0
   [junit4]   2> 1797570 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[108 (1606819843117416448)]} 0 0
   [junit4]   2> 1797570 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[108 (1606819843117416448)]} 0 0
   [junit4]   2> 1797571 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[109 (1606819843118465024)]} 0 0
   [junit4]   2> 1797572 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[109 (1606819843118465024)]} 0 0
   [junit4]   2> 1797573 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[110 (1606819843120562176)]} 0 0
   [junit4]   2> 1797573 INFO  (qtp160364713-16467) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[110 (1606819843120562176)]} 0 0
   [junit4]   2> 1797574 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[111 (1606819843121610752)]} 0 0
   [junit4]   2> 1797575 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[111 (1606819843122659328)]} 0 0
   [junit4]   2> 1797575 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[112 (1606819843122659328)]} 0 0
   [junit4]   2> 1797576 INFO  (qtp160364713-16468) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[112 (1606819843123707904)]} 0 0
   [junit4]   2> 1797576 INFO  (qtp1889961621-16447) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_xy path=/update params={wt=javabin&version=2}{add=[113 (1606819843123707904)]}

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

lrj/lib/httpmime-4.5.3.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solrj/lib/jcl-over-slf4j-1.7.24.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solrj/lib/noggit-0.8.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solrj/lib/slf4j-api-1.7.24.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solrj/lib/stax2-api-3.1.4.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solrj/lib/zookeeper-3.4.11.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/gmetric4j-1.0.7.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/javax.servlet-api-3.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-continuation-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-deploy-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-http-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-io-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-jmx-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-rewrite-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-security-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-server-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-servlet-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-servlets-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-util-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-webapp-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/jetty-xml-9.4.11.v20180605.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-core-3.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-ganglia-3.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-graphite-3.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-jetty9-3.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/lib/metrics-jvm-3.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/argparse4j-0.8.1.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/jackson-annotations-2.9.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/jackson-core-2.9.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/jackson-databind-2.9.5.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/jackson-jq-0.0.8.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/log4j-api-2.11.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/log4j-core-2.11.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/log4j-slf4j-impl-2.11.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/simpleclient-0.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/simpleclient_common-0.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/simpleclient_httpserver-0.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/contrib/prometheus-exporter/lib/slf4j-api-1.7.24.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.6.0.jar:/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/classes/java:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.4.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.0.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20180723_223556_330758154826686034283.events @/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20180723_223556_3307698389743512078993.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20180723_223556_330269525323427416168.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:633: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:577: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:287: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:556: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1568: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1092: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20180723_223556_330269525323427416168.sysout

Total time: 104 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4751 - Still Unstable!

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

5 tests failed.
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([CE038BEFE9A3BEAD:4657B435475FD355]: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)


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([CE038BEFE9A3BEAD:4657B435475FD355]: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)


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([CE038BEFE9A3BEAD:4657B435475FD355]: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)


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([CE038BEFE9A3BEAD:4657B435475FD355]: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)


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([CE038BEFE9A3BEAD:4657B435475FD355]: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 12396 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedGrouping
   [junit4]   2> 393489 INFO  (SUITE-TestDistributedGrouping-seed#[CE038BEFE9A3BEAD]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/init-core-data-001
   [junit4]   2> 393490 WARN  (SUITE-TestDistributedGrouping-seed#[CE038BEFE9A3BEAD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 393490 INFO  (SUITE-TestDistributedGrouping-seed#[CE038BEFE9A3BEAD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 393495 INFO  (SUITE-TestDistributedGrouping-seed#[CE038BEFE9A3BEAD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 393495 INFO  (SUITE-TestDistributedGrouping-seed#[CE038BEFE9A3BEAD]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /os/g
   [junit4]   2> 393862 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/control/cores/collection1
   [junit4]   2> 393864 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] 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> 393865 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 393865 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 393865 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 393868 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c2f7c87{/os/g,null,AVAILABLE}
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ea7602f{HTTP/1.1,[http/1.1]}{127.0.0.1:49279}
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.Server Started @393946ms
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/os/g, hostPort=49279, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/control/cores}
   [junit4]   2> 393870 ERROR (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 393870 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-23T09:21:51.381Z
   [junit4]   2> 393871 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/control/solr.xml
   [junit4]   2> 393876 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 393876 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 393877 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 394187 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 394187 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 394207 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860
   [junit4]   2> 394214 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860
   [junit4]   2> 394214 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860
   [junit4]   2> 394216 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/control/cores
   [junit4]   2> 394216 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 394217 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 394271 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 394284 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 394358 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 394365 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 394366 INFO  (coreLoadExecutor-1396-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@f302860
   [junit4]   2> 394366 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 394366 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 394367 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4546978937667465]
   [junit4]   2> 394453 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 394453 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 394455 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 394455 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 394456 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=5.8701171875, floorSegmentMB=0.25390625, forceMergeDeletesPctAllowed=11.22422322905443, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=40.824316365565636
   [junit4]   2> 394457 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b553218[collection1] main]
   [junit4]   2> 394458 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 394462 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 394480 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 394480 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 394480 INFO  (coreLoadExecutor-1396-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606772548688674816
   [junit4]   2> 394481 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 394481 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 394481 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 394481 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 394482 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 394482 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 394483 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 394483 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 394484 INFO  (searcherExecutor-1397-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b553218[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 394977 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 394979 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] 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> 394981 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 394981 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 394981 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 394981 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e44780d{/os/g,null,AVAILABLE}
   [junit4]   2> 394982 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7887dddd{HTTP/1.1,[http/1.1]}{127.0.0.1:49285}
   [junit4]   2> 394982 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.Server Started @395058ms
   [junit4]   2> 394982 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/os/g, hostPort=49285, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/shard0/cores}
   [junit4]   2> 394983 ERROR (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 394983 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 394994 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 394994 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 394994 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 394994 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-23T09:21:52.505Z
   [junit4]   2> 394995 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 395000 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 395000 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 395001 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 395308 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 395308 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 395341 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860
   [junit4]   2> 395350 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860
   [junit4]   2> 395350 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f302860
   [junit4]   2> 395378 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/shard0/cores
   [junit4]   2> 395378 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 395379 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib, /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 395435 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 395449 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 395590 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 395615 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 395615 INFO  (coreLoadExecutor-1410-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@f302860
   [junit4]   2> 395615 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 395615 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 395626 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4546978937667465]
   [junit4]   2> 395779 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 395779 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 395780 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 395780 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 395780 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=5.8701171875, floorSegmentMB=0.25390625, forceMergeDeletesPctAllowed=11.22422322905443, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=40.824316365565636
   [junit4]   2> 395781 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c69d34d[collection1] main]
   [junit4]   2> 395781 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 395785 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 395806 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 395807 INFO  (coreLoadExecutor-1410-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606772550080135168
   [junit4]   2> 395807 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 395807 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 395807 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 395807 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 395807 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 395808 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 395808 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 395809 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 395809 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 395810 INFO  (searcherExecutor-1411-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c69d34d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 395813 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 395821 INFO  (qtp1061815677-2995) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606772550088523776)} 0 6
   [junit4]   2> 395853 INFO  (qtp1751690410-3015) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606772550096912384)} 0 29
   [junit4]   2> 395855 INFO  (qtp1061815677-2991) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606772550130466816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 395855 INFO  (qtp1061815677-2991) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 395855 INFO  (qtp1061815677-2991) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 395855 INFO  (qtp1061815677-2991) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 395857 INFO  (qtp1751690410-3011) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606772550132563968,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 395857 INFO  (qtp1751690410-3011) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 395858 INFO  (qtp1751690410-3011) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 395858 INFO  (qtp1751690410-3011) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 395862 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=3
   [junit4]   2> 395894 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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/os/g|[ff01::114]:33332/os/g|[ff01::213]:33332/os/g|http://127.0.0.1:49285/os/g/collection1&rows=100&version=2&q=*:*&NOW=1532337713374&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=28
   [junit4]   2> 395908 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g path=/select params={q=*:*&shards=[ff01::083]:33332/os/g|[ff01::114]:33332/os/g|[ff01::213]:33332/os/g|http://127.0.0.1:49285/os/g/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=45
   [junit4]   2> 395916 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=0
   [junit4]   2> 395918 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=http://127.0.0.1:49285/os/g/collection1|[ff01::213]:33332/os/g|[ff01::114]:33332/os/g|[ff01::083]:33332/os/g&rows=100&version=2&q=*:*&NOW=1532337713428&isShard=true&hl.fl=a_t&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 395918 INFO  (qtp1751690410-3017) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g path=/select params={q=*:*&shards=http://127.0.0.1:49285/os/g/collection1|[ff01::213]:33332/os/g|[ff01::114]:33332/os/g|[ff01::083]:33332/os/g&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=1
   [junit4]   2> 395919 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=0
   [junit4]   2> 395920 INFO  (qtp1751690410-3017) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=http://127.0.0.1:49285/os/g/collection1|[ff01::083]:33332/os/g|[ff01::114]:33332/os/g&rows=100&version=2&q=*:*&NOW=1532337713430&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 395925 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=http://127.0.0.1:49285/os/g/collection1|[ff01::083]:33332/os/g|[ff01::114]:33332/os/g&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&NOW=1532337713430&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=3
   [junit4]   2> 395928 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g path=/select params={q=*:*&shards=http://127.0.0.1:49285/os/g/collection1|[ff01::083]:33332/os/g|[ff01::114]:33332/os/g&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=8
   [junit4]   2> 395935 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=0
   [junit4]   2> 395937 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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:49285/os/g/collection1|[ff01::213]:33332/os/g&rows=100&version=2&q=*:*&stats=false&NOW=1532337713447&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 395937 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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:49285/os/g/collection1|[ff01::213]:33332/os/g&rows=100&version=2&group.distributed.second=true&q=*:*&stats=true&NOW=1532337713447&isShard=true&wt=javabin&group.field=a_i1&group=true&stats.field=a_i1} status=0 QTime=0
   [junit4]   2> 395938 INFO  (qtp1751690410-3017) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g path=/select params={q=*:*&shards=http://127.0.0.1:49285/os/g/collection1|[ff01::213]:33332/os/g&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=1
   [junit4]   2> 395939 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=0
   [junit4]   2> 395940 INFO  (qtp1751690410-3017) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=http://127.0.0.1:49285/os/g/collection1&rows=100&version=2&spellcheck.build=true&q=kings&spellcheck=true&NOW=1532337713450&isShard=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 395940 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=http://127.0.0.1:49285/os/g/collection1&spellcheck=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=1
   [junit4]   2> 395956 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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=15
   [junit4]   2> 395958 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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:49285/os/g/collection1|[ff01::114]:33332/os/g&rows=100&version=2&q=*:*&group.truncate=true&NOW=1532337713468&isShard=true&facet=false&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 395959 INFO  (qtp1751690410-3017) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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:49285/os/g/collection1|[ff01::114]:33332/os/g&rows=100&version=2&group.distributed.second=true&q=*:*&f.a_t.facet.limit=160&group.truncate=true&NOW=1532337713468&isShard=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=0
   [junit4]   2> 395960 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/os/g 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:49285/os/g/collection1|[ff01::114]:33332/os/g&group.truncate=true&facet=true&wt=javabin&group.field=a_i1&group=true} status=0 QTime=2
   [junit4]   2> 396018 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[1 (1606772550241615872)]} 0 57
   [junit4]   2> 396022 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[1 (1606772550302433280)]} 0 2
   [junit4]   2> 396024 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[2 (1606772550306627584)]} 0 1
   [junit4]   2> 396026 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[2 (1606772550308724736)]} 0 1
   [junit4]   2> 396027 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[3 (1606772550310821888)]} 0 0
   [junit4]   2> 396029 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[3 (1606772550311870464)]} 0 0
   [junit4]   2> 396030 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[4 (1606772550312919040)]} 0 0
   [junit4]   2> 396031 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[4 (1606772550313967616)]} 0 0
   [junit4]   2> 396032 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[5 (1606772550315016192)]} 0 0
   [junit4]   2> 396033 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[5 (1606772550317113344)]} 0 0
   [junit4]   2> 396034 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[6 (1606772550318161920)]} 0 0
   [junit4]   2> 396038 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[6 (1606772550321307648)]} 0 0
   [junit4]   2> 396039 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[7 (1606772550322356224)]} 0 1
   [junit4]   2> 396040 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[7 (1606772550324453376)]} 0 0
   [junit4]   2> 396042 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[8 (1606772550325501952)]} 0 0
   [junit4]   2> 396043 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[8 (1606772550326550528)]} 0 0
   [junit4]   2> 396044 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[9 (1606772550327599104)]} 0 0
   [junit4]   2> 396045 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[9 (1606772550328647680)]} 0 0
   [junit4]   2> 396046 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[10 (1606772550330744832)]} 0 0
   [junit4]   2> 396047 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[10 (1606772550331793408)]} 0 0
   [junit4]   2> 396048 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[11 (1606772550332841984)]} 0 0
   [junit4]   2> 396049 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[11 (1606772550333890560)]} 0 0
   [junit4]   2> 396050 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[12 (1606772550334939136)]} 0 0
   [junit4]   2> 396051 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[12 (1606772550335987712)]} 0 0
   [junit4]   2> 396053 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[14 (1606772550338084864)]} 0 0
   [junit4]   2> 396054 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[14 (1606772550339133440)]} 0 0
   [junit4]   2> 396055 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[15 (1606772550340182016)]} 0 0
   [junit4]   2> 396056 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[15 (1606772550340182016)]} 0 0
   [junit4]   2> 396056 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[16 (1606772550341230592)]} 0 0
   [junit4]   2> 396057 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[16 (1606772550342279168)]} 0 0
   [junit4]   2> 396058 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[17 (1606772550343327744)]} 0 0
   [junit4]   2> 396059 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[17 (1606772550343327744)]} 0 0
   [junit4]   2> 396060 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[18 (1606772550344376320)]} 0 0
   [junit4]   2> 396060 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[18 (1606772550345424896)]} 0 0
   [junit4]   2> 396061 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[19 (1606772550346473472)]} 0 0
   [junit4]   2> 396062 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[19 (1606772550347522048)]} 0 0
   [junit4]   2> 396063 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[20 (1606772550348570624)]} 0 0
   [junit4]   2> 396064 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[20 (1606772550348570624)]} 0 0
   [junit4]   2> 396064 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[21 (1606772550349619200)]} 0 0
   [junit4]   2> 396065 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[21 (1606772550350667776)]} 0 0
   [junit4]   2> 396066 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[22 (1606772550351716352)]} 0 0
   [junit4]   2> 396067 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[22 (1606772550351716352)]} 0 0
   [junit4]   2> 396069 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[23 (1606772550353813504)]} 0 0
   [junit4]   2> 396070 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[23 (1606772550354862080)]} 0 0
   [junit4]   2> 396070 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[100 (1606772550355910656)]} 0 0
   [junit4]   2> 396071 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[100 (1606772550356959232)]} 0 0
   [junit4]   2> 396072 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[101 (1606772550358007808)]} 0 0
   [junit4]   2> 396073 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[101 (1606772550358007808)]} 0 0
   [junit4]   2> 396073 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[102 (1606772550359056384)]} 0 0
   [junit4]   2> 396074 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[102 (1606772550360104960)]} 0 0
   [junit4]   2> 396075 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[103 (1606772550360104960)]} 0 0
   [junit4]   2> 396075 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[103 (1606772550361153536)]} 0 0
   [junit4]   2> 396076 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[104 (1606772550362202112)]} 0 0
   [junit4]   2> 396077 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[104 (1606772550363250688)]} 0 0
   [junit4]   2> 396078 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[105 (1606772550363250688)]} 0 0
   [junit4]   2> 396078 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[105 (1606772550364299264)]} 0 0
   [junit4]   2> 396082 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[106 (1606772550368493568)]} 0 0
   [junit4]   2> 396083 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[106 (1606772550368493568)]} 0 0
   [junit4]   2> 396083 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[107 (1606772550369542144)]} 0 0
   [junit4]   2> 396084 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[107 (1606772550370590720)]} 0 0
   [junit4]   2> 396085 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[108 (1606772550370590720)]} 0 0
   [junit4]   2> 396085 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[108 (1606772550371639296)]} 0 0
   [junit4]   2> 396086 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[109 (1606772550372687872)]} 0 0
   [junit4]   2> 396086 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[109 (1606772550372687872)]} 0 0
   [junit4]   2> 396087 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[110 (1606772550373736448)]} 0 0
   [junit4]   2> 396088 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[110 (1606772550374785024)]} 0 0
   [junit4]   2> 396089 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[111 (1606772550374785024)]} 0 0
   [junit4]   2> 396089 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[111 (1606772550375833600)]} 0 0
   [junit4]   2> 396090 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[112 (1606772550376882176)]} 0 0
   [junit4]   2> 396091 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[112 (1606772550377930752)]} 0 0
   [junit4]   2> 396092 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[113 (1606772550377930752)]} 0 0
   [junit4]   2> 396092 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[113 (1606772550378979328)]} 0 0
   [junit4]   2> 396093 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[114 (1606772550380027904)]} 0 0
   [junit4]   2> 396093 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[114 (1606772550380027904)]} 0 0
   [junit4]   2> 396094 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[115 (1606772550381076480)]} 0 0
   [junit4]   2> 396095 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[115 (1606772550382125056)]} 0 0
   [junit4]   2> 396095 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[116 (1606772550382125056)]} 0 0
   [junit4]   2> 396096 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[116 (1606772550383173632)]} 0 0
   [junit4]   2> 396097 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[117 (1606772550383173632)]} 0 0
   [junit4]   2> 396097 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[117 (1606772550384222208)]} 0 0
   [junit4]   2> 396098 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[118 (1606772550385270784)]} 0 0
   [junit4]   2> 396099 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[118 (1606772550385270784)]} 0 0
   [junit4]   2> 396099 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[119 (1606772550386319360)]} 0 0
   [junit4]   2> 396100 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[119 (1606772550387367936)]} 0 0
   [junit4]   2> 396101 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[120 (1606772550388416512)]} 0 0
   [junit4]   2> 396102 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[120 (1606772550388416512)]} 0 0
   [junit4]   2> 396102 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[121 (1606772550389465088)]} 0 0
   [junit4]   2> 396103 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[121 (1606772550390513664)]} 0 0
   [junit4]   2> 396104 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[122 (1606772550391562240)]} 0 0
   [junit4]   2> 396104 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[122 (1606772550391562240)]} 0 0
   [junit4]   2> 396105 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[123 (1606772550392610816)]} 0 0
   [junit4]   2> 396106 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[123 (1606772550393659392)]} 0 0
   [junit4]   2> 396107 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[124 (1606772550393659392)]} 0 0
   [junit4]   2> 396108 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[124 (1606772550394707968)]} 0 0
   [junit4]   2> 396108 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[125 (1606772550395756544)]} 0 0
   [junit4]   2> 396109 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[125 (1606772550396805120)]} 0 0
   [junit4]   2> 396110 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[126 (1606772550396805120)]} 0 0
   [junit4]   2> 396110 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[126 (1606772550397853696)]} 0 0
   [junit4]   2> 396120 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[127 (1606772550407290880)]} 0 0
   [junit4]   2> 396120 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[127 (1606772550408339456)]} 0 0
   [junit4]   2> 396121 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[128 (1606772550409388032)]} 0 0
   [junit4]   2> 396122 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[128 (1606772550409388032)]} 0 0
   [junit4]   2> 396122 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[129 (1606772550410436608)]} 0 0
   [junit4]   2> 396123 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[129 (1606772550411485184)]} 0 0
   [junit4]   2> 396124 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[130 (1606772550411485184)]} 0 0
   [junit4]   2> 396124 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[130 (1606772550412533760)]} 0 0
   [junit4]   2> 396125 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[131 (1606772550413582336)]} 0 0
   [junit4]   2> 396125 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[131 (1606772550413582336)]} 0 0
   [junit4]   2> 396139 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[132 (1606772550428262400)]} 0 0
   [junit4]   2> 396140 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[132 (1606772550428262400)]} 0 0
   [junit4]   2> 396140 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[133 (1606772550429310976)]} 0 0
   [junit4]   2> 396141 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[133 (1606772550430359552)]} 0 0
   [junit4]   2> 396142 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[134 (1606772550430359552)]} 0 0
   [junit4]   2> 396142 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[134 (1606772550431408128)]} 0 0
   [junit4]   2> 396143 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[135 (1606772550432456704)]} 0 0
   [junit4]   2> 396144 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[135 (1606772550432456704)]} 0 0
   [junit4]   2> 396144 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[136 (1606772550433505280)]} 0 0
   [junit4]   2> 396145 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[136 (1606772550434553856)]} 0 0
   [junit4]   2> 396164 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[137 (1606772550454476800)]} 0 0
   [junit4]   2> 396165 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[137 (1606772550455525376)]} 0 0
   [junit4]   2> 396166 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[138 (1606772550455525376)]} 0 0
   [junit4]   2> 396166 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[138 (1606772550456573952)]} 0 0
   [junit4]   2> 396167 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[139 (1606772550457622528)]} 0 0
   [junit4]   2> 396168 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[139 (1606772550457622528)]} 0 0
   [junit4]   2> 396168 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[140 (1606772550458671104)]} 0 0
   [junit4]   2> 396169 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[140 (1606772550459719680)]} 0 0
   [junit4]   2> 396170 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[141 (1606772550459719680)]} 0 0
   [junit4]   2> 396174 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[141 (1606772550460768256)]} 0 3
   [junit4]   2> 396205 INFO  (qtp1061815677-2996) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[142 (1606772550497468416)]} 0 0
   [junit4]   2> 396206 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[142 (1606772550498516992)]} 0 0
   [junit4]   2> 396207 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[143 (1606772550499565568)]} 0 0
   [junit4]   2> 396208 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[143 (1606772550500614144)]} 0 0
   [junit4]   2> 396210 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[144 (1606772550502711296)]} 0 0
   [junit4]   2> 396220 INFO  (qtp1751690410-3016) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[144 (1606772550513197056)]} 0 0
   [junit4]   2> 396221 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[145 (1606772550513197056)]} 0 0
   [junit4]   2> 396221 INFO  (qtp1751690410-3014) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[145 (1606772550514245632)]} 0 0
   [junit4]   2> 396222 INFO  (qtp1061815677-2994) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/os/g path=/update params={wt=javabin&version=2}{add=[146 (1606772550515294208)]} 0 0
   [junit4]   2> 3

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

null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1edc4183
   [junit4]   2> 41781 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f19a09f{/os/g,null,UNAVAILABLE}
   [junit4]   2> 41781 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 41783 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@48a2e253{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 41784 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1159458779
   [junit4]   2> 41784 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 41784 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ef560f8: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6b62a273
   [junit4]   2> 41792 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 41793 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@564f6cda: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@418a8e5f
   [junit4]   2> 41797 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 41797 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e91b360: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e700674
   [junit4]   2> 41798 INFO  (coreCloseExecutor-96-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55ba92ef
   [junit4]   2> 41798 INFO  (coreCloseExecutor-96-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=55ba92ef
   [junit4]   2> 41798 INFO  (coreCloseExecutor-96-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@273971d9: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@a8beef9
   [junit4]   2> 41819 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@35e0e467{/os/g,null,UNAVAILABLE}
   [junit4]   2> 41819 INFO  (TEST-TestDistributedGrouping.test-seed#[CE038BEFE9A3BEAD]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedGrouping -Dtests.method=test -Dtests.seed=CE038BEFE9A3BEAD -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-PE -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.63s J0 | TestDistributedGrouping.test <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: .grouped[a_i1].doclist.maxScore:1.0!=null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CE038BEFE9A3BEAD:4657B435475FD355]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:928)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:955)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:613)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:589)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:568)
   [junit4]    > 	at org.apache.solr.TestDistributedGrouping.test(TestDistributedGrouping.java:176)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1034)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.TestDistributedGrouping_CE038BEFE9A3BEAD-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {other_tl1=PostingsFormat(name=Direct), SubjectTerms_mfacet=PostingsFormat(name=Direct), range_facet_l_dv=FST50, n_l1=Lucene50(blocksize=128), a_n_tdt=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Direct), n_td1=PostingsFormat(name=Direct), n_d1=Lucene50(blocksize=128), n_f1=PostingsFormat(name=Direct), range_facet_l=Lucene50(blocksize=128), n_tl1=PostingsFormat(name=Direct), a_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_tf1=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), id=FST50, text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), oddField_s1=PostingsFormat(name=Direct), a_idv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=Lucene50(blocksize=128), n_dt1=PostingsFormat(name=Direct), a_i1=Lucene50(blocksize=128), b_n_tdt=PostingsFormat(name=Direct), n_ti1=FST50, rnd_b=FST50, foo_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), n_tdt1=PostingsFormat(name=Direct), foo_d=FST50, id_i1=PostingsFormat(name=Direct), range_facet_i_dv=Lucene50(blocksize=128), foo_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Asserting), a_idv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1667, maxMBSortInHeap=6.134656462534144, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6014148a), locale=es-PE, timezone=Etc/GMT+10
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=29751440,total=75657216
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedGrouping, TestDistributedGrouping, TestDistributedGrouping]
   [junit4] Completed [5/5 (5!)] on J0 in 3.66s, 1 test, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: CE038BEFE9A3BEAD]:
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4]   - org.apache.solr.TestDistributedGrouping.test
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.68 ..    42.38 =    41.69s
   [junit4] JVM J1:     0.70 ..    38.99 =    38.29s
   [junit4] Execution time total: 42 seconds
   [junit4] Tests summary: 5 suites, 5 tests, 5 failures

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1568: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1092: There were test failures: 5 suites, 5 tests, 5 failures [seed: CE038BEFE9A3BEAD]

Total time: 44 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   5/5 failed: org.apache.solr.TestDistributedGrouping
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=995a902d1ad40860ee082b57e4e47c1be52c856e, workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4750
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2