Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23916/
Java: 64bit/jdk-11.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.lucene.document.TestLatLonShapeEncoding.testRandomLineEncoding

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([D675CA5FCFE1834:E07EE46728984255]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.lucene.document.TestLatLonShapeEncoding.verifyEncoding(TestLatLonShapeEncoding.java:533)
        at 
org.apache.lucene.document.TestLatLonShapeEncoding.testRandomLineEncoding(TestLatLonShapeEncoding.java:475)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
Error from server at http://127.0.0.1:35015/collection1: no servers hosting 
shard: shard1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35015/collection1: no servers hosting shard: 
shard1
        at 
__randomizedtesting.SeedInfo.seed([9E28B1415BEE569D:167C8E9BF5123B65]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:154)
        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:56)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        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 
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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.lucene.luke.models.documents.DocumentsImplTest.testGetDocumentFields

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([DB9B84C05ECED3D:92B45E3FCCED31DD]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertFalse(Assert.java:64)
        at org.junit.Assert.assertFalse(Assert.java:74)
        at 
org.apache.lucene.luke.models.documents.DocumentsImplTest.testGetDocumentFields(DocumentsImplTest.java:59)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 8893 lines...]
   [junit4] Suite: org.apache.lucene.luke.models.documents.DocumentsImplTest
   [junit4]   2> ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
   [junit4]   2> ERROR StatusLogger Could not reconfigure JMX
   [junit4]   2>  java.security.AccessControlException: access denied 
("javax.management.MBeanServerPermission" "createMBeanServer")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2>        at 
java.base/java.security.AccessController.checkPermission(AccessController.java:895)
   [junit4]   2>        at 
java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:322)
   [junit4]   2>        at 
java.management/java.lang.management.ManagementFactory.getPlatformMBeanServer(ManagementFactory.java:479)
   [junit4]   2>        at 
org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(Server.java:140)
   [junit4]   2>        at 
org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:559)
   [junit4]   2>        at 
org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:620)
   [junit4]   2>        at 
org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:637)
   [junit4]   2>        at 
org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:231)
   [junit4]   2>        at 
org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
   [junit4]   2>        at 
org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
   [junit4]   2>        at 
org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
   [junit4]   2>        at 
org.apache.logging.log4j.LogManager.getLogger(LogManager.java:581)
   [junit4]   2>        at 
org.apache.lucene.luke.util.LoggerFactory.getLogger(LoggerFactory.java:70)
   [junit4]   2>        at 
org.apache.lucene.luke.models.documents.DocumentsImpl.<clinit>(DocumentsImpl.java:48)
   [junit4]   2>        at 
org.apache.lucene.luke.models.documents.DocumentsImplTest.testFirstTermDoc_unPositioned(DocumentsImplTest.java:190)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DocumentsImplTest 
-Dtests.method=testGetDocumentFields -Dtests.seed=DB9B84C05ECED3D 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ta-SG 
-Dtests.timezone=America/Winnipeg -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.09s J1 | DocumentsImplTest.testGetDocumentFields <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DB9B84C05ECED3D:92B45E3FCCED31DD]:0)
   [junit4]    >        at 
org.apache.lucene.luke.models.documents.DocumentsImplTest.testGetDocumentFields(DocumentsImplTest.java:59)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/luke/test/J1/temp/lucene.luke.models.documents.DocumentsImplTest_DB9B84C05ECED3D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{author=FSTOrd50, text=Lucene50(blocksize=128), 
title=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{downloads=DocValuesFormat(name=Asserting), 
subject=DocValuesFormat(name=Lucene80), author=DocValuesFormat(name=Asserting), 
text=DocValuesFormat(name=Direct), title=DocValuesFormat(name=Lucene80)}, 
maxPointsInLeafNode=685, maxMBSortInHeap=6.3169594948260235, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d704773),
 locale=ta-SG, timezone=America/Winnipeg
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=399838352,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentsImplTest]
   [junit4] Completed [7/10 (1!)] on J1 in 3.53s, 17 tests, 1 failure <<< 
FAILURES!

[...truncated 1348 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeEncoding
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonShapeEncoding -Dtests.method=testRandomLineEncoding 
-Dtests.seed=D675CA5FCFE1834 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=lrc -Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestLatLonShapeEncoding.testRandomLineEncoding 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D675CA5FCFE1834:E07EE46728984255]:0)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShapeEncoding.verifyEncoding(TestLatLonShapeEncoding.java:533)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShapeEncoding.testRandomLineEncoding(TestLatLonShapeEncoding.java:475)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=1112, maxMBSortInHeap=6.854909017372625, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@41db9af2),
 locale=lrc, timezone=Chile/EasterIsland
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=352842464,total=499646464
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleWKTShapeParsing, 
FuzzyLikeThisQueryTest, TestIDVersionPostingsFormat, TestDisjunctionRewrites, 
TestLatLonBoundingBoxQueries, TestFloatPointNearestNeighbor, 
TestLatLonMultiLineShapeQueries, TestLatLonShapeEncoding]
   [junit4] Completed [22/32 (1!)] on J0 in 0.25s, 18 tests, 1 failure <<< 
FAILURES!

[...truncated 4279 lines...]
   [junit4] Suite: org.apache.solr.cloud.NestedShardedAtomicUpdateTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/init-core-data-001
   [junit4]   2> 1326322 INFO  
(SUITE-NestedShardedAtomicUpdateTest-seed#[9E28B1415BEE569D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1326322 INFO  
(SUITE-NestedShardedAtomicUpdateTest-seed#[9E28B1415BEE569D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1326322 INFO  
(SUITE-NestedShardedAtomicUpdateTest-seed#[9E28B1415BEE569D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1326323 INFO  
(SUITE-NestedShardedAtomicUpdateTest-seed#[9E28B1415BEE569D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1326325 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1326325 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1326325 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1326425 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37197
   [junit4]   2> 1326425 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37197
   [junit4]   2> 1326425 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37197
   [junit4]   2> 1326427 INFO  (zkConnectionManagerCallback-10731-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326429 INFO  (zkConnectionManagerCallback-10733-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326429 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1326430 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-nest.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1326430 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1326431 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1326431 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1326432 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1326432 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1326432 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1326433 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1326433 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1326433 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1326434 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1326545 WARN  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1326545 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@312e1a5a{/,null,AVAILABLE}
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1979e910{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33499}
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.s.Server Started @1326581ms
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/tempDir-001/control/data,
 hostPort=33499, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/control-001/cores}
   [junit4]   2> 1326547 ERROR 
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1326547 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-14T07:25:59.553833Z
   [junit4]   2> 1326548 INFO  (zkConnectionManagerCallback-10735-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326549 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1326549 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/control-001/solr.xml
   [junit4]   2> 1326551 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1326551 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1326552 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1326667 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1326667 WARN  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@328899b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1326669 WARN  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@296ece6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1326669 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37197/solr
   [junit4]   2> 1326670 INFO  (zkConnectionManagerCallback-10742-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326671 INFO  (zkConnectionManagerCallback-10744-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326696 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:33499_
   [junit4]   2> 1326697 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.c.Overseer Overseer 
(id=72078702829633540-127.0.0.1:33499_-n_0000000000) starting
   [junit4]   2> 1326705 INFO  (zkConnectionManagerCallback-10751-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326706 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:37197/solr ready
   [junit4]   2> 1326707 INFO  
(OverseerStateUpdate-72078702829633540-127.0.0.1:33499_-n_0000000000) 
[n:127.0.0.1:33499_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:33499_
   [junit4]   2> 1326707 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33499_
   [junit4]   2> 1326707 INFO  (zkCallback-10750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1326708 INFO  (zkCallback-10743-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1326715 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1326724 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1326730 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1326730 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1326730 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) 
[n:127.0.0.1:33499_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/control-001/cores
   [junit4]   2> 1326747 INFO  (zkConnectionManagerCallback-10757-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326748 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1326748 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37197/solr ready
   [junit4]   2> 1326749 INFO  (qtp763080689-24158) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33499_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1326750 INFO  
(OverseerThreadFactory-7403-thread-1-processing-n:127.0.0.1:33499_) 
[n:127.0.0.1:33499_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1326853 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1326853 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1327890 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1327896 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema 
name=nested-docs
   [junit4]   2> 1327904 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 1327904 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1327904 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1327904 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1327906 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=553734527, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1327907 WARN  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1327927 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1327927 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1327929 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1327929 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1327930 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.747047963900002]
   [junit4]   2> 1327930 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65d07fbd[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1327930 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1327930 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1327931 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1327931 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1630773456076275712
   [junit4]   2> 1327933 INFO  
(searcherExecutor-7408-thread-1-processing-n:127.0.0.1:33499_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:33499_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@65d07fbd[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1327934 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1327934 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1327935 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1327935 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1327935 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33499/control_collection_shard1_replica_n1/
   [junit4]   2> 1327935 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1327936 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33499/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1327936 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72078702829633540-core_node2-n_0000000000
   [junit4]   2> 1327936 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33499/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1328037 INFO  (zkCallback-10743-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1328037 INFO  (zkCallback-10743-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1328037 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1328039 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1186
   [junit4]   2> 1328040 INFO  (qtp763080689-24158) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1328139 INFO  (zkCallback-10743-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1328139 INFO  (zkCallback-10743-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1328139 INFO  (zkCallback-10743-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1328139 INFO  (qtp763080689-24158) [n:127.0.0.1:33499_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33499_&wt=javabin&version=2}
 status=0 QTime=1390
   [junit4]   2> 1328142 INFO  (zkConnectionManagerCallback-10763-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328143 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1328143 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37197/solr ready
   [junit4]   2> 1328143 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1328144 INFO  (qtp763080689-24159) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1328145 INFO  
(OverseerThreadFactory-7403-thread-2-processing-n:127.0.0.1:33499_) 
[n:127.0.0.1:33499_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1328145 INFO  
(OverseerCollectionConfigSetProcessor-72078702829633540-127.0.0.1:33499_-n_0000000000)
 [n:127.0.0.1:33499_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1328346 WARN  
(OverseerThreadFactory-7403-thread-2-processing-n:127.0.0.1:33499_) 
[n:127.0.0.1:33499_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 1328347 INFO  (qtp763080689-24159) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1328348 INFO  (qtp763080689-24159) [n:127.0.0.1:33499_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=204
   [junit4]   2> 1328348 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1328451 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-1-001
 of type NRT
   [junit4]   2> 1328451 WARN  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1328451 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1328451 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1328451 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fd6ca6a{/,null,AVAILABLE}
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4ed9c78f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:37463}
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.Server Started @1328487ms
   [junit4]   2> 1328452 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/tempDir-001/jetty1,
 hostPort=37463, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 1328453 ERROR (closeThreadPool-10764-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1328453 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1328453 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1328453 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1328453 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1328453 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-14T07:26:01.459141Z
   [junit4]   2> 1328454 INFO  (zkConnectionManagerCallback-10766-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328454 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1328454 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-1-001/solr.xml
   [junit4]   2> 1328464 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1328464 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1328465 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1328529 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328530 WARN  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4b47a395[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328531 WARN  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@62e2fe76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328532 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37197/solr
   [junit4]   2> 1328533 INFO  (zkConnectionManagerCallback-10773-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328534 INFO  (zkConnectionManagerCallback-10775-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328536 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1328537 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.ZkController Publish node=127.0.0.1:37463_ as 
DOWN
   [junit4]   2> 1328537 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1328537 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37463_
   [junit4]   2> 1328538 INFO  (zkCallback-10762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328538 INFO  (zkCallback-10750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328538 INFO  (zkCallback-10743-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328538 INFO  (zkCallback-10774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1328553 INFO  (zkConnectionManagerCallback-10782-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328554 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1328554 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:37197/solr ready
   [junit4]   2> 1328554 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1328562 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-2-001
 of type NRT
   [junit4]   2> 1328563 WARN  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1328563 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1328563 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1328563 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5fef1a64{/,null,AVAILABLE}
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@441f41e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40439}
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.Server Started @1328598ms
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/tempDir-001/jetty2,
 hostPort=40439, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1328564 ERROR (closeThreadPool-10764-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1328564 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-14T07:26:01.570941Z
   [junit4]   2> 1328565 INFO  (zkConnectionManagerCallback-10785-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328566 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1328566 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-2-001/solr.xml
   [junit4]   2> 1328567 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1328567 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1328568 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328568 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1328585 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328585 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328586 INFO  (closeThreadPool-10764-thread-1) 
[n:127.0.0.1:37463_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-1-001/cores
   [junit4]   2> 1328643 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328644 WARN  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6f5b09c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328647 WARN  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@592e807d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328648 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37197/solr
   [junit4]   2> 1328649 INFO  (zkConnectionManagerCallback-10792-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328650 INFO  (zkConnectionManagerCallback-10794-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328651 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1328653 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40439_ as 
DOWN
   [junit4]   2> 1328653 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 1328653 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40439_
   [junit4]   2> 1328655 INFO  (zkCallback-10762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328655 INFO  (zkCallback-10750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328655 INFO  (zkCallback-10743-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328655 INFO  (zkCallback-10774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328655 INFO  (zkCallback-10781-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328657 INFO  (zkCallback-10793-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1328662 INFO  (zkConnectionManagerCallback-10801-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328662 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1328663 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:37197/solr ready
   [junit4]   2> 1328663 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1328676 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-3-001
 of type NRT
   [junit4]   2> 1328676 WARN  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1328676 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1328676 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1328676 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e207096{/,null,AVAILABLE}
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c5d1e0c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35015}
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.s.Server Started @1328712ms
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/tempDir-001/jetty3,
 hostPort=35015, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 1328677 ERROR (closeThreadPool-10764-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1328677 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-14T07:26:01.683924Z
   [junit4]   2> 1328682 INFO  (zkConnectionManagerCallback-10804-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328682 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1328682 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-3-001/solr.xml
   [junit4]   2> 1328684 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1328684 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1328685 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1328686 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328694 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328694 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328695 INFO  (closeThreadPool-10764-thread-2) 
[n:127.0.0.1:40439_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-2-001/cores
   [junit4]   2> 1328768 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-4-001
 of type NRT
   [junit4]   2> 1328769 WARN  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1328769 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7ffedbae{/,null,AVAILABLE}
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2e952565{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40283}
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.s.Server Started @1328804ms
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/tempDir-001/jetty4,
 hostPort=40283, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-4-001/cores,
 replicaType=NRT}
   [junit4]   2> 1328770 ERROR (closeThreadPool-10764-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1328770 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-14T07:26:01.776305Z
   [junit4]   2> 1328771 INFO  (zkConnectionManagerCallback-10807-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328771 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1328771 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-4-001/solr.xml
   [junit4]   2> 1328773 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1328773 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1328774 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1328785 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328785 WARN  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@42fb8e93[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328787 WARN  (closeThreadPool-10764-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5d2ffea8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328788 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37197/solr
   [junit4]   2> 1328788 INFO  (zkConnectionManagerCallback-10814-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328790 INFO  (zkConnectionManagerCallback-10816-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328792 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1328793 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:35015_ as DOWN
   [junit4]   2> 1328793 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1328793 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35015_
   [junit4]   2> 1328793 INFO  (zkCallback-10774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328794 INFO  (zkCallback-10793-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328794 INFO  (zkCallback-10781-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328794 INFO  (zkCallback-10750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328794 INFO  (zkCallback-10743-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328794 INFO  (zkCallback-10815-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328794 INFO  (zkCallback-10800-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328797 INFO  (zkCallback-10762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1328801 INFO  (zkConnectionManagerCallback-10823-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328801 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1328802 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37197/solr ready
   [junit4]   2> 1328802 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1328818 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328824 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328824 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328825 INFO  (closeThreadPool-10764-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-3-001/cores
   [junit4]   2> 1328927 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1328928 WARN  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4e42c6b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328930 WARN  (closeThreadPool-10764-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5ee09d9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1328930 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37197/solr
   [junit4]   2> 1328931 INFO  (zkConnectionManagerCallback-10830-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328932 INFO  (zkConnectionManagerCallback-10832-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328934 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1328936 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:40283_ as DOWN
   [junit4]   2> 1328936 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1328936 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40283_
   [junit4]   2> 1328936 INFO  (zkCallback-10774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328936 INFO  (zkCallback-10815-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328936 INFO  (zkCallback-10750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328937 INFO  (zkCallback-10800-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328937 INFO  (zkCallback-10781-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328937 INFO  (zkCallback-10762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328937 INFO  (zkCallback-10793-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328937 INFO  (zkCallback-10743-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328937 INFO  (zkCallback-10831-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328941 INFO  (zkCallback-10822-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1328948 INFO  (zkConnectionManagerCallback-10839-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1328949 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1328949 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37197/solr ready
   [junit4]   2> 1328950 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1328959 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328975 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328975 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9fcaa91
   [junit4]   2> 1328976 INFO  (closeThreadPool-10764-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001/shard-4-001/cores
   [junit4]   2> 1329007 INFO  (qtp763080689-24157) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:37463_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1329007 INFO  (qtp763080689-24159) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40439_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1329007 INFO  (qtp763080689-24158) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35015_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1329007 INFO  (qtp763080689-24351) [n:127.0.0.1:33499_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40283_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1329008 INFO  (OverseerColle

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


   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/collection1/terms/shard1
   [junit4]   2>        3       
/solr/collections/control_collection/terms/shard1
   [junit4]   2>        2       /solr/collections/collection1/terms/shard2
   [junit4]   2>        2       /solr/collections/collection1/terms/shard3
   [junit4]   2>        2       /solr/collections/collection1/terms/shard4
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/clusterstate.json
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        7       /solr/collections/control_collection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72078702829633550-127.0.0.1:40439_-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2> 
   [junit4]   2> 1330392 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37197
   [junit4]   2> 1330392 INFO  
(TEST-NestedShardedAtomicUpdateTest.test-seed#[9E28B1415BEE569D]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37197
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=NestedShardedAtomicUpdateTest -Dtests.method=test 
-Dtests.seed=9E28B1415BEE569D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ta-MY -Dtests.timezone=Asia/Choibalsan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   4.07s J1 | NestedShardedAtomicUpdateTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35015/collection1: no servers hosting shard: 
shard1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9E28B1415BEE569D:167C8E9BF5123B65]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
   [junit4]    >        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:154)
   [junit4]    >        at 
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:56)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_9E28B1415BEE569D-001
   [junit4]   2> Apr 14, 2019 7:26:03 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@53e30d3),
 locale=ta-MY, timezone=Asia/Choibalsan
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=152711928,total=490209280
   [junit4]   2> NOTE: All tests run in this JVM: [SpatialRPTFieldTypeTest, 
ZkStateWriterTest, CoreMergeIndexesAdminHandlerTest, TestConfigsApi, 
TestHashPartitioner, TestFuzzyAnalyzedSuggestions, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrJmxReporterCloudTest, 
OpenExchangeRatesOrgProviderTest, TestGraphMLResponseWriter, 
TestRetrieveFieldsOptimizer, RegexBytesRefFilterTest, 
TestManagedStopFilterFactory, TestCloudJSONFacetJoinDomain, 
RegexBoostProcessorTest, DistributedVersionInfoTest, ZkSolrClientTest, 
TestLockTree, CoreAdminHandlerTest, QueryParsingTest, TestCryptoKeys, 
LeaderVoteWaitTimeoutTest, TestSlowCompositeReaderWrapper, 
IndexSizeTriggerTest, TestSystemIdResolver, PeerSyncTest, TestSQLHandler, 
ChaosMonkeySafeLeaderWithPullReplicasTest, SolrInfoBeanTest, 
SoftAutoCommitTest, TestTlogReplica, TestExceedMaxTermLength, 
TestNestedUpdateProcessor, TestSimpleTextCodec, CdcrBidirectionalTest, 
ConnectionReuseTest, DOMUtilTest, TestSimPolicyCloud, ShardRoutingCustomTest, 
TestChildDocTransformerHierarchy, TestMaxScoreQueryParser, 
TestSchemaNameResource, ManagedSchemaRoundRobinCloudTest, 
TestDocTermOrdsUninvertLimit, AnalysisErrorHandlingTest, 
TestComplexPhraseQParserPlugin, NodeAddedTriggerIntegrationTest, 
TestDynamicFieldCollectionResource, TestMergePolicyConfig, NodeLostTriggerTest, 
LukeRequestHandlerTest, TestSha256AuthenticationProvider, TestNumericTerms64, 
DistributedQueryElevationComponentTest, RollingRestartTest, 
TestSolrCloudWithDelegationTokens, TestSort, MetricUtilsTest, 
TestQuerySenderNoQuery, ResponseHeaderTest, TestCollationField, 
HighlighterTest, TestFastLRUCache, CollectionTooManyReplicasTest, 
TriggerIntegrationTest, DefaultValueUpdateProcessorTest, 
TestBM25SimilarityFactory, SignatureUpdateProcessorFactoryTest, 
ShufflingReplicaListTransformerTest, CheckHdfsIndexTest, BitVectorTest, 
TestCodecSupport, TestBlendedInfixSuggestions, TestQueryTypes, ReplaceNodeTest, 
MultiDestinationAuditLoggerTest, TestHdfsBackupRestoreCore, DateFieldTest, 
SolrXmlInZkTest, TestDynamicURP, TestDistributedSearch, TestReload, 
TermVectorComponentTest, CdcrWithNodesRestartsTest, FastVectorHighlighterTest, 
TestUseDocValuesAsStored2, BadCopyFieldTest, TestOrdValues, 
TestSolrCoreSnapshots, DebugComponentTest, DirectSolrSpellCheckerTest, 
TokenizerChainTest, ExternalFileFieldSortTest, TestJsonFacets, 
MoveReplicaHDFSFailoverTest, DistributedFacetExistsSmallTest, 
SuggesterWFSTTest, JSONWriterTest, FileUtilsTest, 
AutoAddReplicasPlanActionTest, TestCursorMarkWithoutUniqueKey, TestJsonRequest, 
AdminHandlersProxyTest, PreAnalyzedFieldTest, TestXIncludeConfig, 
TestStressRecovery, PhrasesIdentificationComponentTest, 
ForceLeaderWithTlogReplicasTest, TestStressCloudBlindAtomicUpdates, 
TestConfigSetsAPI, QueryResultKeyTest, TestFieldResource, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestInPlaceUpdatesRequiredField, 
HLLSerializationTest, BasicFunctionalityTest, ResponseBuilderTest, 
TestExactSharedStatsCache, TestRequestForwarding, TestSchemaVersionResource, 
MultiSolrCloudTestCaseTest, TestRTimerTree, AuditLoggerIntegrationTest, 
PrimUtilsTest, TestEmbeddedSolrServerConstructors, TestFiltering, 
TestRandomFlRTGCloud, HdfsTlogReplayBufferedWhileIndexingTest, 
ResponseLogComponentTest, TestAuthorizationFramework, 
DistributedFacetPivotSmallAdvancedTest, TestConfigSetImmutable, 
SignificantTermsQParserPluginTest, TestSolrCloudWithHadoopAuthPlugin, 
TestValueSourceCache, SuggesterFSTTest, HdfsNNFailoverTest, 
OverseerCollectionConfigSetProcessorTest, TestLMJelinekMercerSimilarityFactory, 
AsyncCallRequestStatusResponseTest, BasicDistributedZk2Test, 
BasicDistributedZkTest, DistribDocExpirationUpdateProcessorTest, 
LeaderElectionContextKeyTest, LeaderElectionTest, 
MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, 
MultiThreadedOCPTest, NestedShardedAtomicUpdateTest]
   [junit4] Completed [486/854 (1!)] on J1 in 4.51s, 1 test, 1 error <<< 
FAILURES!

[...truncated 1307 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20190414_070352_9318081751036523100644.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid979.hprof ...
   [junit4] Heap dump file created [491223760 bytes in 2.464 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8954 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:585: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid979.hprof

Total time: 77 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to