Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/107/

6 tests failed.
FAILED:  
org.apache.lucene.search.TestSimpleSearchEquivalence.testBooleanBoostPropagation

Error Message:
expected:<25> but was:<3244>

Stack Trace:
java.lang.AssertionError: expected:<25> but was:<3244>
        at 
__randomizedtesting.SeedInfo.seed([2A8B18BFBA1EB993:6C6DFC85BFAFF48]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBooleanBoostPropagation(TestSimpleSearchEquivalence.java:235)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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.lucene.search.TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions

Error Message:
expected:<4270> but was:<5057>

Stack Trace:
java.lang.AssertionError: expected:<4270> but was:<5057>
        at 
__randomizedtesting.SeedInfo.seed([2A8B18BFBA1EB993:983C949A316F8AA]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions(TestSimpleSearchEquivalence.java:207)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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.lucene.search.TestSimpleSearchEquivalence.testBoostQuerySimplification

Error Message:
expected:<100> but was:<392>

Stack Trace:
java.lang.AssertionError: expected:<100> but was:<392>
        at 
__randomizedtesting.SeedInfo.seed([2A8B18BFBA1EB993:DFF58B7BE18CFC57]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBoostQuerySimplification(TestSimpleSearchEquivalence.java:219)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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.TestDistributedSearch.test

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([F6C96ED8624D9E50:7E9D5102CCB1F3A8]:0)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:596)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1108)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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.cloud.OverseerTest.testOverseerFailure

Error Message:
Test abandoned because suite timeout was reached.

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


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

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

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




Build Log:
[...truncated 582 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleSearchEquivalence 
-Dtests.method=testBooleanBoostPropagation -Dtests.seed=2A8B18BFBA1EB993 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=hu -Dtests.timezone=America/Whitehorse -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.66s J2 | 
TestSimpleSearchEquivalence.testBooleanBoostPropagation <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<25> but 
was:<3244>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2A8B18BFBA1EB993:6C6DFC85BFAFF48]:0)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
   [junit4]    >        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBooleanBoostPropagation(TestSimpleSearchEquivalence.java:235)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleSearchEquivalence 
-Dtests.method=testSloppyPhraseRelativePositions -Dtests.seed=2A8B18BFBA1EB993 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=hu -Dtests.timezone=America/Whitehorse -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.42s J2 | 
TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<4270> but 
was:<5057>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2A8B18BFBA1EB993:983C949A316F8AA]:0)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
   [junit4]    >        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testSloppyPhraseRelativePositions(TestSimpleSearchEquivalence.java:207)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleSearchEquivalence 
-Dtests.method=testBoostQuerySimplification -Dtests.seed=2A8B18BFBA1EB993 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=hu -Dtests.timezone=America/Whitehorse -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.64s J2 | 
TestSimpleSearchEquivalence.testBoostQuerySimplification <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<100> but 
was:<392>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2A8B18BFBA1EB993:DFF58B7BE18CFC57]:0)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:255)
   [junit4]    >        at 
org.apache.lucene.search.SearchEquivalenceTestBase.assertSameScores(SearchEquivalenceTestBase.java:228)
   [junit4]    >        at 
org.apache.lucene.search.TestSimpleSearchEquivalence.testBoostQuerySimplification(TestSimpleSearchEquivalence.java:219)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{field=FST50, id=PostingsFormat(name=Direct)}, docValues:{}, 
maxPointsInLeafNode=1060, maxMBSortInHeap=6.444453982965465, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a272e7a),
 locale=hu, timezone=America/Whitehorse
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=178197136,total=287309824
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestMutablePointsReaderUtils, TestMutableValues, TestStringHelper, 
TestNormsFieldExistsQuery, TestSimpleAttributeImpl, TestWildcardRandom, 
TestLucene50LiveDocsFormat, TestParallelReaderEmptyIndex, Test4GBStoredFields, 
TestIndexWriterExceptions2, TestFieldInvertState, 
TestGrowableByteArrayDataOutput, TestIndexWriterReader, 
TestConcurrentMergeScheduler, TestComplexExplanations, TestExceedMaxTermLength, 
TestSubScorerFreqs, TestFilterIterator, TestSizeBoundedForceMerge, 
LimitedFiniteStringsIteratorTest, TestLatLonPointQueries, TestDocIDMerger, 
TestBytesRefAttImpl, TestTimSorterWorstCase, TestFieldsReader, TestFuzzyQuery, 
TestSortedNumericSortField, TestTransactionRollback, 
TestApproximationSearchEquivalence, TestManyFields, 
TestFlushByRamOrCountsPolicy, TestSimpleSearchEquivalence]
   [junit4] Completed [59/522 (1!)] on J2 in 7.79s, 17 tests, 3 failures <<< 
FAILURES!

[...truncated 14438 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/init-core-data-001
   [junit4]   2> 3415365 WARN  
(SUITE-TestDistributedSearch-seed#[F6C96ED8624D9E50]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 3415365 INFO  
(SUITE-TestDistributedSearch-seed#[F6C96ED8624D9E50]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3415366 INFO  
(SUITE-TestDistributedSearch-seed#[F6C96ED8624D9E50]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9061)
   [junit4]   2> 3415366 INFO  
(SUITE-TestDistributedSearch-seed#[F6C96ED8624D9E50]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3415366 INFO  
(SUITE-TestDistributedSearch-seed#[F6C96ED8624D9E50]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /v_e/p
   [junit4]   2> 3415483 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/control/cores/collection1
   [junit4]   2> 3415484 WARN  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3415484 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3415484 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3415484 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3415485 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3415485 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3415485 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3415487 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c213416{/v_e/p,null,AVAILABLE}
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f34e48d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33495}
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] o.e.j.s.Server 
Started @3415943ms
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/v_e/p, 
hostPort=33495, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/control/cores}
   [junit4]   2> 3415490 ERROR 
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3415490 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T14:35:26.120Z
   [junit4]   2> 3415491 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/control/solr.xml
   [junit4]   2> 3415494 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3415494 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3415495 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3415570 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3415572 WARN  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3fd3e231[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3415575 WARN  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@146f9d4d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3415592 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3415592 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 3415607 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4
   [junit4]   2> 3415615 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4
   [junit4]   2> 3415615 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4
   [junit4]   2> 3415617 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/control/cores
   [junit4]   2> 3415617 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 3415617 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3415640 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 3415665 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3415750 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3415757 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 3415758 INFO  (coreLoadExecutor-5055-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@7d0ebde4
   [junit4]   2> 3415758 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 3415760 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@1a829c19
   [junit4]   2> 3415802 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3415802 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 3415803 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3415803 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3415804 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=0.8349609375, 
floorSegmentMB=1.4580078125, forceMergeDeletesPctAllowed=20.570846098706262, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=20.447367974528742
   [junit4]   2> 3415804 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d929823[collection1] main]
   [junit4]   2> 3415805 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3415815 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 3415854 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3415854 INFO  (coreLoadExecutor-5055-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1634786739732086784
   [junit4]   2> 3415856 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3415856 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 3415856 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3415856 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 3415856 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 3415857 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 3415857 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 3415857 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 3415857 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 3415858 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d929823[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3415965 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 3415966 WARN  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3415966 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3415966 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3415966 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d922a8f{/v_e/p,null,AVAILABLE}
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@431f1e5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42208}
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] o.e.j.s.Server 
Started @3416420ms
   [junit4]   2> 3415967 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/v_e/p, 
hostPort=42208, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/shard0/cores}
   [junit4]   2> 3415968 ERROR 
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3415968 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3415968 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 3415968 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 3415968 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3415968 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T14:35:26.598Z
   [junit4]   2> 3415968 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 3415971 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 3415971 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3415972 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3416142 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 3416164 WARN  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@36dd9346[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3416206 WARN  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5028105c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3416224 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3416225 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 3416241 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4
   [junit4]   2> 3416251 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4
   [junit4]   2> 3416251 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d0ebde4
   [junit4]   2> 3416253 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/shard0/cores
   [junit4]   2> 3416253 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 3416259 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3416281 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 3416346 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3416427 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3416433 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 3416433 INFO  (coreLoadExecutor-5069-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@7d0ebde4
   [junit4]   2> 3416433 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_F6C96ED8624D9E50-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 3416435 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@698b5f2f
   [junit4]   2> 3416509 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3416509 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 3416510 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3416510 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3416511 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=0.8349609375, 
floorSegmentMB=1.4580078125, forceMergeDeletesPctAllowed=20.570846098706262, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=20.447367974528742
   [junit4]   2> 3416512 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d3bb13a[collection1] main]
   [junit4]   2> 3416512 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3416522 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 3416560 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3416560 INFO  (coreLoadExecutor-5069-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1634786740472381440
   [junit4]   2> 3416562 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3416562 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 3416562 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3416562 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 3416563 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 3416563 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 3416563 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 3416563 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 3416563 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 3416564 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d3bb13a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3417064 INFO  
(TEST-TestDistributedSearch.test-seed#[F6C96ED8624D9E50]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3417096 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1634786741002960896)} 0 30
   [junit4]   2> 3417107 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1634786741035466752)} 0 10
   [junit4]   2> 3417110 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[1 (1634786741047001088)]} 0 1
   [junit4]   2> 3417113 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[1 (1634786741049098240)]} 0 2
   [junit4]   2> 3417114 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[2 (1634786741052243968)]} 0 0
   [junit4]   2> 3417115 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[2 (1634786741053292544)]} 0 0
   [junit4]   2> 3417115 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[3 (1634786741054341120)]} 0 0
   [junit4]   2> 3417116 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[3 (1634786741055389696)]} 0 0
   [junit4]   2> 3417117 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[4 (1634786741055389696)]} 0 0
   [junit4]   2> 3417122 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[4 (1634786741061681152)]} 0 0
   [junit4]   2> 3417123 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[5 (1634786741061681152)]} 0 0
   [junit4]   2> 3417123 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[5 (1634786741062729728)]} 0 0
   [junit4]   2> 3417124 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[6 (1634786741063778304)]} 0 0
   [junit4]   2> 3417124 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[6 (1634786741063778304)]} 0 0
   [junit4]   2> 3417125 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[7 (1634786741064826880)]} 0 0
   [junit4]   2> 3417125 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[7 (1634786741064826880)]} 0 0
   [junit4]   2> 3417126 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[8 (1634786741065875456)]} 0 0
   [junit4]   2> 3417127 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[8 (1634786741065875456)]} 0 0
   [junit4]   2> 3417137 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[9 (1634786741077409792)]} 0 0
   [junit4]   2> 3417138 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[9 (1634786741078458368)]} 0 0
   [junit4]   2> 3417139 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1634786741079506944,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3417139 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1aa37e61 
commitCommandVersion:1634786741079506944
   [junit4]   2> 3417152 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c408586[collection1] main]
   [junit4]   2> 3417153 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3417154 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2c408586[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.0):C9:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.2.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, 
timestamp=1559054127776}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 3417154 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 15
   [junit4]   2> 3417155 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1634786741096284160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3417155 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@a43997a 
commitCommandVersion:1634786741096284160
   [junit4]   2> 3417164 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@620864df[collection1] main]
   [junit4]   2> 3417164 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3417166 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@620864df[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.0):C9:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.2.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, 
timestamp=1559054127790}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 3417166 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 10
   [junit4]   2> 3417167 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[10 (1634786741107818496)]} 0 1
   [junit4]   2> 3417169 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[10 (1634786741109915648)]} 0 0
   [junit4]   2> 3417171 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[11 (1634786741110964224)]} 0 2
   [junit4]   2> 3417174 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[11 (1634786741114109952)]} 0 2
   [junit4]   2> 3417175 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[12 (1634786741116207104)]} 0 0
   [junit4]   2> 3417175 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[12 (1634786741117255680)]} 0 0
   [junit4]   2> 3417176 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[13 (1634786741117255680)]} 0 0
   [junit4]   2> 3417176 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[13 (1634786741118304256)]} 0 0
   [junit4]   2> 3417177 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[1001 (1634786741119352832)]} 0 0
   [junit4]   2> 3417178 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[1001 (1634786741120401408)]} 0 0
   [junit4]   2> 3417178 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[14 (1634786741120401408)]} 0 0
   [junit4]   2> 3417179 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[14 (1634786741121449984)]} 0 0
   [junit4]   2> 3417180 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[15 (1634786741121449984)]} 0 0
   [junit4]   2> 3417180 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[15 (1634786741122498560)]} 0 0
   [junit4]   2> 3417181 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[16 (1634786741122498560)]} 0 0
   [junit4]   2> 3417181 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[16 (1634786741123547136)]} 0 0
   [junit4]   2> 3417182 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[17 (1634786741124595712)]} 0 0
   [junit4]   2> 3417182 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[17 (1634786741124595712)]} 0 0
   [junit4]   2> 3417183 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[100 (1634786741125644288)]} 0 0
   [junit4]   2> 3417183 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[100 (1634786741125644288)]} 0 0
   [junit4]   2> 3417184 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[101 (1634786741126692864)]} 0 0
   [junit4]   2> 3417184 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[101 (1634786741126692864)]} 0 0
   [junit4]   2> 3417185 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[102 (1634786741127741440)]} 0 0
   [junit4]   2> 3417186 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[102 (1634786741127741440)]} 0 0
   [junit4]   2> 3417186 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[103 (1634786741128790016)]} 0 0
   [junit4]   2> 3417187 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[103 (1634786741128790016)]} 0 0
   [junit4]   2> 3417187 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[104 (1634786741129838592)]} 0 0
   [junit4]   2> 3417188 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[104 (1634786741129838592)]} 0 0
   [junit4]   2> 3417193 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[105 (1634786741136130048)]} 0 0
   [junit4]   2> 3417198 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[105 (1634786741141372928)]} 0 0
   [junit4]   2> 3417199 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[106 (1634786741142421504)]} 0 0
   [junit4]   2> 3417201 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[106 (1634786741144518656)]} 0 0
   [junit4]   2> 3417201 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[107 (1634786741144518656)]} 0 0
   [junit4]   2> 3417202 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[107 (1634786741145567232)]} 0 0
   [junit4]   2> 3417202 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[108 (1634786741145567232)]} 0 0
   [junit4]   2> 3417203 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[108 (1634786741146615808)]} 0 0
   [junit4]   2> 3417203 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[109 (1634786741146615808)]} 0 0
   [junit4]   2> 3417204 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[109 (1634786741147664384)]} 0 0
   [junit4]   2> 3417205 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[110 (1634786741147664384)]} 0 0
   [junit4]   2> 3417205 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[110 (1634786741148712960)]} 0 0
   [junit4]   2> 3417206 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[111 (1634786741148712960)]} 0 0
   [junit4]   2> 3417206 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[111 (1634786741149761536)]} 0 0
   [junit4]   2> 3417207 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[112 (1634786741149761536)]} 0 0
   [junit4]   2> 3417207 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[112 (1634786741150810112)]} 0 0
   [junit4]   2> 3417207 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[113 (1634786741150810112)]} 0 0
   [junit4]   2> 3417208 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[113 (1634786741151858688)]} 0 0
   [junit4]   2> 3417209 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[114 (1634786741152907264)]} 0 0
   [junit4]   2> 3417209 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[114 (1634786741152907264)]} 0 0
   [junit4]   2> 3417210 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[115 (1634786741153955840)]} 0 0
   [junit4]   2> 3417210 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[115 (1634786741153955840)]} 0 0
   [junit4]   2> 3417211 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[116 (1634786741155004416)]} 0 0
   [junit4]   2> 3417211 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[116 (1634786741155004416)]} 0 0
   [junit4]   2> 3417212 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[117 (1634786741156052992)]} 0 0
   [junit4]   2> 3417212 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[117 (1634786741156052992)]} 0 0
   [junit4]   2> 3417213 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[118 (1634786741157101568)]} 0 0
   [junit4]   2> 3417213 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[118 (1634786741157101568)]} 0 0
   [junit4]   2> 3417214 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[119 (1634786741158150144)]} 0 0
   [junit4]   2> 3417214 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[119 (1634786741158150144)]} 0 0
   [junit4]   2> 3417215 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[120 (1634786741159198720)]} 0 0
   [junit4]   2> 3417215 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[120 (1634786741159198720)]} 0 0
   [junit4]   2> 3417216 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[121 (1634786741160247296)]} 0 0
   [junit4]   2> 3417219 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[121 (1634786741163393024)]} 0 0
   [junit4]   2> 3417220 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[122 (1634786741163393024)]} 0 0
   [junit4]   2> 3417220 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[122 (1634786741164441600)]} 0 0
   [junit4]   2> 3417221 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[123 (1634786741164441600)]} 0 0
   [junit4]   2> 3417221 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[123 (1634786741165490176)]} 0 0
   [junit4]   2> 3417222 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[124 (1634786741166538752)]} 0 0
   [junit4]   2> 3417222 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[124 (1634786741166538752)]} 0 0
   [junit4]   2> 3417223 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[125 (1634786741167587328)]} 0 0
   [junit4]   2> 3417223 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[125 (1634786741167587328)]} 0 0
   [junit4]   2> 3417224 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[126 (1634786741167587329)]} 0 0
   [junit4]   2> 3417224 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[126 (1634786741168635904)]} 0 0
   [junit4]   2> 3417225 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[127 (1634786741168635904)]} 0 0
   [junit4]   2> 3417225 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[127 (1634786741169684480)]} 0 0
   [junit4]   2> 3417226 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[128 (1634786741169684480)]} 0 0
   [junit4]   2> 3417226 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[128 (1634786741170733056)]} 0 0
   [junit4]   2> 3417227 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[129 (1634786741170733056)]} 0 0
   [junit4]   2> 3417227 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[129 (1634786741171781632)]} 0 0
   [junit4]   2> 3417228 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[130 (1634786741171781632)]} 0 0
   [junit4]   2> 3417228 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[130 (1634786741172830208)]} 0 0
   [junit4]   2> 3417229 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[131 (1634786741172830208)]} 0 0
   [junit4]   2> 3417229 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[131 (1634786741173878784)]} 0 0
   [junit4]   2> 3417230 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[132 (1634786741173878784)]} 0 0
   [junit4]   2> 3417230 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[132 (1634786741174927360)]} 0 0
   [junit4]   2> 3417233 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[133 (1634786741178073088)]} 0 0
   [junit4]   2> 3417233 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[133 (1634786741178073088)]} 0 0
   [junit4]   2> 3417234 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[134 (1634786741179121664)]} 0 0
   [junit4]   2> 3417234 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[134 (1634786741179121664)]} 0 0
   [junit4]   2> 3417235 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[135 (1634786741180170240)]} 0 0
   [junit4]   2> 3417235 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[135 (1634786741180170240)]} 0 0
   [junit4]   2> 3417236 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[136 (1634786741181218816)]} 0 0
   [junit4]   2> 3417237 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[136 (1634786741181218816)]} 0 0
   [junit4]   2> 3417237 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[137 (1634786741182267392)]} 0 0
   [junit4]   2> 3417238 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[137 (1634786741182267392)]} 0 0
   [junit4]   2> 3417238 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[138 (1634786741183315968)]} 0 0
   [junit4]   2> 3417239 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[138 (1634786741183315968)]} 0 0
   [junit4]   2> 3417239 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[139 (1634786741184364544)]} 0 0
   [junit4]   2> 3417240 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[139 (1634786741185413120)]} 0 0
   [junit4]   2> 3417240 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[140 (1634786741185413120)]} 0 0
   [junit4]   2> 3417241 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[140 (1634786741186461696)]} 0 0
   [junit4]   2> 3417241 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[141 (1634786741186461696)]} 0 0
   [junit4]   2> 3417242 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[141 (1634786741187510272)]} 0 0
   [junit4]   2> 3417242 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[142 (1634786741187510272)]} 0 0
   [junit4]   2> 3417243 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[142 (1634786741188558848)]} 0 0
   [junit4]   2> 3417243 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[143 (1634786741188558848)]} 0 0
   [junit4]   2> 3417244 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[143 (1634786741189607424)]} 0 0
   [junit4]   2> 3417244 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[144 (1634786741189607424)]} 0 0
   [junit4]   2> 3417245 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[144 (1634786741190656000)]} 0 0
   [junit4]   2> 3417245 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[145 (1634786741190656000)]} 0 0
   [junit4]   2> 3417246 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[145 (1634786741191704576)]} 0 0
   [junit4]   2> 3417246 INFO  (qtp729048189-17613) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[146 (1634786741191704576)]} 0 0
   [junit4]   2> 3417247 INFO  (qtp957319159-17633) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[146 (1634786741192753152)]} 0 0
   [junit4]   2> 3417247 INFO  (qtp729048189-17614) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[147 (1634786741192753152)]} 0 0
   [junit4]   2> 3417248 INFO  (qtp957319159-17634) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[147 (1634786741193801728)]} 0 0
   [junit4]   2> 3417248 INFO  (qtp729048189-17615) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[148 (1634786741193801728)]} 0 0
   [junit4]   2> 3417249 INFO  (qtp957319159-17635) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[148 (1634786741194850304)]} 0 0
   [junit4]   2> 3417249 INFO  (qtp729048189-17612) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[149 (1634786741194850304)]} 0 0
   [junit4]   2> 3417250 INFO  (qtp957319159-17636) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={wt=javabin&version=2}{add=[149 (1634786741195898880)]} 0 0
   [junit4]   2> 3417250 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1634786741195898880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3417250 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1aa37e61 
commitCommandVersion:1634786741195898880
   [junit4]   2> 3417255 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@56f8ed94[collection1] main]
   [junit4]   2> 3417256 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3417257 INFO  
(searcherExecutor-5056-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@56f8ed94[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.0):C9:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.2.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, 
timestamp=1559054127776}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.2.0):C59:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.2.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-112-generic, 
timestamp=1559054127884}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 3417257 INFO  (qtp729048189-17611) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 3417258 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1634786741204287488,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3417278 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@a43997a 
commitCommandVersion:1634786741204287488
   [junit4]   2> 3417286 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14dcfc1[collection1] main]
   [junit4]   2> 3417287 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3417288 INFO  
(searcherExecutor-5070-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14dcfc1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.0):C9:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.2.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, 
timestamp=1559054127790}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.2.0):C59:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.2.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-112-generic, 
timestamp=1559054127912}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 3417288 INFO  (qtp957319159-17632) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/v_e/p path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 30
   [junit4]   2> 3417290 ERROR (qtp729048189-17613) [    x:collection1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: For input 
string: "non_numeric_value"
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getInt(SolrParams.java:236)
   [junit4]   2>        at 
org.apache.solr.search.QParser.getSortSpec(QParser.java:270)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:186)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2565)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:756)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:542)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [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:1588)
   [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:1345)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [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:1247)
   [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:753)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel

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

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null222671156
     [copy] Copying 240 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null222671156
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null222671156

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
#;[email protected]
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 67ms :: artifacts dl 5ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 640 minutes 17 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                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:1835)
                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:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        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:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to