You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/14 07:48:24 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.2) - Build # 23916 - Failure!

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

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+12) - Build # 23917 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23917/
Java: 64bit/jdk-13-ea+12 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Error from server at http://127.0.0.1:44595/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n9: Could not find collection : myAlias__CRA__Stunt_Ship

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44595/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n9: Could not find collection : myAlias__CRA__Stunt_Ship
	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.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:493)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:371)
	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:567)
	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 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:835)




Build Log:
[...truncated 15872 lines...]
   [junit4] Suite: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/init-core-data-001
   [junit4]   2> 2079350 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001
   [junit4]   2> 2079350 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2079351 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2079351 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2079451 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.ZkTestServer start zk server on port:43533
   [junit4]   2> 2079451 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43533
   [junit4]   2> 2079451 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43533
   [junit4]   2> 2079452 INFO  (zkConnectionManagerCallback-25126-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079453 INFO  (zkConnectionManagerCallback-25128-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079454 INFO  (zkConnectionManagerCallback-25130-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079455 WARN  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2079455 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2079455 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2079455 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+12
   [junit4]   2> 2079456 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2079456 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2079456 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2079456 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2af38e0a{/solr,null,AVAILABLE}
   [junit4]   2> 2079457 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21c6ad75{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43345}
   [junit4]   2> 2079457 INFO  (jetty-launcher-25131-thread-1) [    ] o.e.j.s.Server Started @2079499ms
   [junit4]   2> 2079457 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43345}
   [junit4]   2> 2079457 ERROR (jetty-launcher-25131-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2079457 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2079458 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2079458 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2079458 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2079458 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-14T10:39:45.846040Z
   [junit4]   2> 2079458 INFO  (zkConnectionManagerCallback-25133-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079459 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2079636 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2079636 WARN  (jetty-launcher-25131-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2f4ccc3a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2079642 WARN  (jetty-launcher-25131-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@706f35ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2079642 INFO  (jetty-launcher-25131-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43533/solr
   [junit4]   2> 2079643 INFO  (zkConnectionManagerCallback-25140-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079647 INFO  (zkConnectionManagerCallback-25142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079676 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43345_solr
   [junit4]   2> 2079677 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.c.Overseer Overseer (id=72079464777908229-127.0.0.1:43345_solr-n_0000000000) starting
   [junit4]   2> 2079679 INFO  (zkConnectionManagerCallback-25149-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079680 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43533/solr ready
   [junit4]   2> 2079681 INFO  (OverseerStateUpdate-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43345_solr
   [junit4]   2> 2079681 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43345_solr
   [junit4]   2> 2079701 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2079704 INFO  (OverseerStateUpdate-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2079719 INFO  (zkCallback-25148-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2079721 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43345.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a66e5c1
   [junit4]   2> 2079734 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43345.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a66e5c1
   [junit4]   2> 2079734 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43345.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a66e5c1
   [junit4]   2> 2079735 INFO  (jetty-launcher-25131-thread-1) [n:127.0.0.1:43345_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/.
   [junit4]   2> 2079757 INFO  (zkConnectionManagerCallback-25155-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2079757 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2079758 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43533/solr ready
   [junit4]   2> 2079764 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2079765 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2079767 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@a21ac06
   [junit4]   2> 2079767 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[36595E464A6FFC78]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider org.apache.solr.client.solrj.impl.HttpClusterStateProvider@32ca2340
   [junit4]   2> 2079768 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2079768 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2079769 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testNonEnglish&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 2079775 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testNonEnglish",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 2079776 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testNonEnglish/protwords.txt
   [junit4]   2> 2079776 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testNonEnglish/managed-schema
   [junit4]   2> 2079777 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testNonEnglish/solrconfig.xml
   [junit4]   2> 2079778 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testNonEnglish/synonyms.txt
   [junit4]   2> 2079779 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testNonEnglish/stopwords.txt
   [junit4]   2> 2079780 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testNonEnglish/lang/contractions_it.txt
   [junit4]   2> 2079781 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testNonEnglish/lang/stemdict_nl.txt
   [junit4]   2> 2079781 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testNonEnglish/lang/stopwords_hy.txt
   [junit4]   2> 2079782 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testNonEnglish/lang/stopwords_no.txt
   [junit4]   2> 2079783 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testNonEnglish/lang/contractions_ca.txt
   [junit4]   2> 2079783 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testNonEnglish/lang/stopwords_id.txt
   [junit4]   2> 2079784 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testNonEnglish/lang/stopwords_ga.txt
   [junit4]   2> 2079785 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testNonEnglish/lang/stopwords_hi.txt
   [junit4]   2> 2079785 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testNonEnglish/lang/stopwords_da.txt
   [junit4]   2> 2079786 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testNonEnglish/lang/stopwords_ja.txt
   [junit4]   2> 2079787 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testNonEnglish/lang/stopwords_pt.txt
   [junit4]   2> 2079787 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testNonEnglish/lang/stopwords_hu.txt
   [junit4]   2> 2079788 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testNonEnglish/lang/stopwords_el.txt
   [junit4]   2> 2079789 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testNonEnglish/lang/stopwords_ru.txt
   [junit4]   2> 2079789 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testNonEnglish/lang/stopwords_tr.txt
   [junit4]   2> 2079790 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testNonEnglish/lang/stopwords_ar.txt
   [junit4]   2> 2079791 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testNonEnglish/lang/userdict_ja.txt
   [junit4]   2> 2079792 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testNonEnglish/lang/stopwords_eu.txt
   [junit4]   2> 2079792 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testNonEnglish/lang/stopwords_it.txt
   [junit4]   2> 2079793 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testNonEnglish/lang/stopwords_cz.txt
   [junit4]   2> 2079794 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testNonEnglish/lang/stoptags_ja.txt
   [junit4]   2> 2079794 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testNonEnglish/lang/contractions_fr.txt
   [junit4]   2> 2079795 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testNonEnglish/lang/stopwords_de.txt
   [junit4]   2> 2079796 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testNonEnglish/lang/stopwords_fa.txt
   [junit4]   2> 2079797 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testNonEnglish/lang/contractions_ga.txt
   [junit4]   2> 2079797 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testNonEnglish/lang/stopwords_ca.txt
   [junit4]   2> 2079798 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testNonEnglish/lang/stopwords_nl.txt
   [junit4]   2> 2079799 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testNonEnglish/lang/stopwords_bg.txt
   [junit4]   2> 2079799 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testNonEnglish/lang/stopwords_lv.txt
   [junit4]   2> 2079800 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testNonEnglish/lang/stopwords_en.txt
   [junit4]   2> 2079800 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testNonEnglish/lang/stopwords_es.txt
   [junit4]   2> 2079801 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testNonEnglish/lang/stopwords_th.txt
   [junit4]   2> 2079802 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testNonEnglish/lang/stopwords_ro.txt
   [junit4]   2> 2079802 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testNonEnglish/lang/stopwords_fr.txt
   [junit4]   2> 2079803 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testNonEnglish/lang/stopwords_sv.txt
   [junit4]   2> 2079804 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testNonEnglish/lang/stopwords_fi.txt
   [junit4]   2> 2079804 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testNonEnglish/lang/hyphenations_ga.txt
   [junit4]   2> 2079805 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testNonEnglish/lang/stopwords_gl.txt
   [junit4]   2> 2079806 INFO  (OverseerThreadFactory-15096-thread-1-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testNonEnglish/params.json
   [junit4]   2> 2079807 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testNonEnglish&action=CREATE&wt=javabin&version=2} status=0 QTime=37
   [junit4]   2> 2079807 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2079808 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2079808 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testNonEnglish&name=testNonEnglish&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2079825 INFO  (OverseerCollectionConfigSetProcessor-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] 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> 2079825 INFO  (OverseerThreadFactory-15096-thread-2-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testNonEnglish
   [junit4]   2> 2079928 INFO  (OverseerStateUpdate-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNonEnglish",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNonEnglish_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43345/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2080129 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNonEnglish&newCollection=true&name=testNonEnglish_shard1_replica_n1&action=CREATE&numShards=1&collection=testNonEnglish&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2080129 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2081137 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2081137 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2081137 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2081137 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081137 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2081137 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081137 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2081137 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081138 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2081138 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081138 WARN  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081145 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2081190 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.IndexSchema [testNonEnglish_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2081362 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2081381 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testNonEnglish_shard1_replica_n1' using configuration from collection testNonEnglish, trusted=true
   [junit4]   2> 2081383 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43345.solr.core.testNonEnglish.shard1.replica_n1' (registry 'solr.core.testNonEnglish.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a66e5c1
   [junit4]   2> 2081383 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [[testNonEnglish_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/./testNonEnglish_shard1_replica_n1/data/]
   [junit4]   2> 2081386 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2081460 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2081460 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2081480 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2081480 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2081481 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@39d89874[testNonEnglish_shard1_replica_n1] main]
   [junit4]   2> 2081481 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testNonEnglish
   [junit4]   2> 2081482 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testNonEnglish
   [junit4]   2> 2081482 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testNonEnglish/managed-schema
   [junit4]   2> 2081482 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2081482 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2081482 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2081483 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2081483 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630785647800221696
   [junit4]   2> 2081488 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testNonEnglish/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2081489 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testNonEnglish/leaders/shard1
   [junit4]   2> 2081490 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2081491 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2081491 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43345/solr/testNonEnglish_shard1_replica_n1/
   [junit4]   2> 2081491 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2081491 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:43345/solr/testNonEnglish_shard1_replica_n1/ has no replicas
   [junit4]   2> 2081491 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testNonEnglish/leaders/shard1/leader after winning as /collections/testNonEnglish/leader_elect/shard1/election/72079464777908229-core_node2-n_0000000000
   [junit4]   2> 2081491 INFO  (searcherExecutor-15101-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@39d89874[testNonEnglish_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2081492 INFO  (searcherExecutor-15101-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2081492 INFO  (searcherExecutor-15101-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2081492 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43345/solr/testNonEnglish_shard1_replica_n1/ shard1
   [junit4]   2> 2081493 INFO  (searcherExecutor-15101-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [testNonEnglish_shard1_replica_n1] Registered new searcher Searcher@39d89874[testNonEnglish_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2081602 INFO  (zkCallback-25141-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081602 INFO  (zkCallback-25141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081604 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2081617 ERROR (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.c.ZkStateReader Collection testNonEnglish is not lazy or watched!
   [junit4]   2> 2081701 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNonEnglish&newCollection=true&name=testNonEnglish_shard1_replica_n1&action=CREATE&numShards=1&collection=testNonEnglish&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1571
   [junit4]   2> 2081702 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2081711 INFO  (zkCallback-25141-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081711 INFO  (zkCallback-25141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081711 INFO  (zkCallback-25141-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2081712 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=testNonEnglish&name=testNonEnglish&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1903
   [junit4]   2> 2081716 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2081717 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2081724 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tracking-testSliceRouting",
   [junit4]   2>     "class":"solr.TrackingUpdateProcessorFactory",
   [junit4]   2>     "group":"testNonEnglish"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 2081724 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testNonEnglish
   [junit4]   2> 2081727 INFO  (Thread-7524) [    ] o.a.s.c.SolrCore config update listener called for core testNonEnglish_shard1_replica_n1
   [junit4]   2> 2081729 INFO  (solrHandlerExecutor-15106-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2081730 INFO  (Thread-7524) [    ] o.a.s.c.SolrCore core reload testNonEnglish_shard1_replica_n1
   [junit4]   2> 2081747 INFO  (Thread-7524) [    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2081747 INFO  (Thread-7524) [    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2081747 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2081747 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081747 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2081748 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081748 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2081748 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081748 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2081748 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081748 WARN  (Thread-7524) [    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 2081759 INFO  (Thread-7524) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2081777 INFO  (Thread-7524) [    ] o.a.s.s.IndexSchema [testNonEnglish_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2081826 INFO  (OverseerCollectionConfigSetProcessor-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2081831 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2081839 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.S.Request [testNonEnglish_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2081840 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 2081840 INFO  (solrHandlerExecutor-15106-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:43345/solr/testNonEnglish_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 2081840 INFO  (solrHandlerExecutor-15106-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2081943 INFO  (Thread-7524) [    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2081952 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2081952 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.S.Request [testNonEnglish_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2081953 INFO  (solrHandlerExecutor-15106-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:43345/solr/testNonEnglish_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 2081953 INFO  (solrHandlerExecutor-15106-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2081959 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 2081965 INFO  (Thread-7524) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'testNonEnglish_shard1_replica_n1' using configuration from collection testNonEnglish
   [junit4]   2> 2081987 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43345.solr.core.testNonEnglish.shard1.replica_n1' (registry 'solr.core.testNonEnglish.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a66e5c1
   [junit4]   2> 2081988 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [[testNonEnglish_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/testNonEnglish_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/./testNonEnglish_shard1_replica_n1/data/]
   [junit4]   2> 2081989 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2082042 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2082042 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2082044 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@58f5c32e[testNonEnglish_shard1_replica_n1] main]
   [junit4]   2> 2082045 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testNonEnglish
   [junit4]   2> 2082045 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testNonEnglish
   [junit4]   2> 2082045 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testNonEnglish/managed-schema
   [junit4]   2> 2082045 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2082045 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2082045 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2082046 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2082046 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630785648390569984
   [junit4]   2> 2082048 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@58f5c32e[testNonEnglish_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2082048 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2082048 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2082049 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2082051 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [testNonEnglish_shard1_replica_n1] Registered new searcher Searcher@58f5c32e[testNonEnglish_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2082051 INFO  (Thread-7524) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19d99f06[testNonEnglish_shard1_replica_n1] main]
   [junit4]   2> 2082051 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@19d99f06[testNonEnglish_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2082051 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 2082053 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 2082053 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 2082053 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.S.Request [testNonEnglish_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082054 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 329.0ms to set the property overlay to be of version 0 for collection testNonEnglish
   [junit4]   2> 2082054 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [testNonEnglish_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@145a429a
   [junit4]   2> 2082054 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNonEnglish.shard1.replica_n1, tag=145a429a
   [junit4]   2> 2082054 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@258016cd: rootName = solr_43345, domain = solr.core.testNonEnglish.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testNonEnglish.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@a863622
   [junit4]   2> 2082054 INFO  (searcherExecutor-15107-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [testNonEnglish_shard1_replica_n1] Registered new searcher Searcher@19d99f06[testNonEnglish_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2082063 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testNonEnglish.shard1.leader, tag=145a429a
   [junit4]   2> 2082063 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082064 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082065 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/testNonEnglish/params.json 
   [junit4]   2> 2082065 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 1 for collection testNonEnglish
   [junit4]   2> 2082066 INFO  (Thread-7525) [    ] o.a.s.c.SolrCore config update listener called for core testNonEnglish_shard1_replica_n1
   [junit4]   2> 2082066 INFO  (Thread-7525) [    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 2082066 INFO  (Thread-7525) [    ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 2082066 INFO  (solrHandlerExecutor-15111-thread-1-processing-n:127.0.0.1:43345_solr x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 2082167 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 2082167 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 2082167 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.c.S.Request [testNonEnglish_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082168 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 102.0ms to set the property params to be of version 1 for collection testNonEnglish
   [junit4]   2> 2082168 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082169 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082169 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testNonEnglish&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082170 INFO  (OverseerThreadFactory-15096-thread-3-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 2082171 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNonEnglish.shard1.replica_n1, tag=null
   [junit4]   2> 2082171 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a7ff373: rootName = solr_43345, domain = solr.core.testNonEnglish.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testNonEnglish.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@a863622
   [junit4]   2> 2082185 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore [testNonEnglish_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@62fd5b05
   [junit4]   2> 2082185 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testNonEnglish.shard1.replica_n1, tag=62fd5b05
   [junit4]   2> 2082185 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testNonEnglish.shard1.leader, tag=62fd5b05
   [junit4]   2> 2082187 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testNonEnglish/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 2082187 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    x:testNonEnglish_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=testNonEnglish_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 2082288 INFO  (zkCallback-25141-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2082288 INFO  (zkCallback-25141-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2082288 INFO  (zkCallback-25141-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2082291 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testNonEnglish&action=DELETE&wt=javabin&version=2} status=0 QTime=122
   [junit4]   2> 2082292 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082292 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082292 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :list with params action=LIST&wt=javabin&version=2 
   [junit4]   2> 2082292 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082293 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082293 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082293 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :list with params action=LIST&wt=javabin&version=2 
   [junit4]   2> 2082293 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082294 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082294 INFO  (qtp1013368107-56161) [n:127.0.0.1:43345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2082295 INFO  (qtp1013368107-56162) [n:127.0.0.1:43345_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params router.maxCardinality=20&create-collection.collection.configName=testNonEnglish&create-collection.maxShardsPerNode=12&router.field=ship_name_en&name=myAlias&router.name=category&create-collection.numShards=1&create-collection.nrtReplicas=1&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2082299 INFO  (OverseerCollectionConfigSetProcessor-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2082300 INFO  (OverseerThreadFactory-15096-thread-4-processing-n:127.0.0.1:43345_solr) [n:127.0.0.1:43345_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP
   [junit4]   2> 2082504 INFO  (OverseerStateUpdate-72079464777908229-127.0.0.1:43345_solr-n_0000000000) [n:127.0.0.1:43345_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43345/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2082705 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr    x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=testNonEnglish&newCollection=true&collection=myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP&version=2&replicaType=NRT&property.routedAliasName=myAlias&coreNodeName=core_node2&name=myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 2083712 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 2083712 INFO  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../dist
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../dist
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../dist
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2083713 WARN  (qtp1013368107-56160) [n:127.0.0.1:43345_solr c:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP s:shard1 r:core_node2 x:myAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA__TEMP_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001/tempDir-001/node1/myAlias

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

 host and port list: 127.0.0.1:33533
   [junit4]   2> 2217211 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.test-seed#[36595E464A6FFC78]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33533
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_36595E464A6FFC78-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1011, maxMBSortInHeap=5.234067078357313, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6cfc70c2), locale=fy, timezone=Israel
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea (64-bit)/cpus=8,threads=1,free=195749608,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedMissingSort, AddReplicaTest, TestSolrCLIRunExample, TestFieldCacheReopen, SpatialFilterTest, TestComplexPhraseLeadingWildcard, BaseCdcrDistributedZkTest, TestGeoJSONResponseWriter, TestSweetSpotSimilarityFactory, TestSchemaSimilarityResource, IndexBasedSpellCheckerTest, TestConfigSets, TestSolrXml, TestRandomDVFaceting, SaslZkACLProviderTest, TestPseudoReturnFields, TestFieldCollectionResource, TestRuleBasedAuthorizationPlugin, HdfsChaosMonkeySafeLeaderTest, TestBadConfig, LoggingHandlerTest, TransactionLogTest, MissingSegmentRecoveryTest, MetricsHandlerTest, TestRTGBase, CollectionReloadTest, DistributedSuggestComponentTest, JsonLoaderTest, TestReplicationHandlerBackup, ShardsWhitelistTest, TestInitQParser, BasicZkTest, TestMacros, TestOnReconnectListenerSupport, TestMultiValuedNumericRangeQuery, SparseHLLTest, SuggesterTest, HttpTriggerListenerTest, IgnoreLargeDocumentProcessorFactoryTest, TestAtomicUpdateErrorCases, DeleteReplicaTest, CollectionsAPIDistributedZkTest, OverriddenZkACLAndCredentialsProvidersTest, ConjunctionSolrSpellCheckerTest, EnumFieldTest, BasicAuthIntegrationTest, DistanceUnitsTest, DistanceFunctionTest, TestScoreJoinQPScore, TestSkipOverseerOperations, StatsReloadRaceTest, FullHLLTest, TestManagedSchemaThreadSafety, TestEmbeddedSolrServerAdminHandler, TolerantUpdateProcessorTest, TestBinaryResponseWriter, MetricTriggerTest, TestTolerantUpdateProcessorRandomCloud, EchoParamsTest, TestBinaryField, SharedFSAutoReplicaFailoverTest, TestLMDirichletSimilarityFactory, TestCloudPhrasesIdentificationComponent, TestCloudNestedDocsSort, ClusterStateUpdateTest, CurrencyFieldTypeTest, TestRawTransformer, JavabinLoaderTest, TestSchemaManager, V2ApiIntegrationTest, DirectoryFactoryTest, RestartWhileUpdatingTest, IndexSchemaTest, TestUnInvertedFieldException, TestCollectionAPI, RecoveryZkTest, TestPhraseSuggestions, BlobRepositoryCloudTest, TestExtendedDismaxParser, MetricsHistoryIntegrationTest, TestSolrCoreParser, DocValuesMissingTest, ScriptEngineTest, TestSimGenericDistributedQueue, TestSolrCloudWithSecureImpersonation, CustomTermsComponentTest, RequestLoggingTest, TestCrossCoreJoin, TestManagedSynonymGraphFilterFactory, ScheduledTriggerTest, DistributedExpandComponentTest, WrapperMergePolicyFactoryTest, CursorPagingTest, CoreAdminRequestStatusTest, TestSimDistributedQueue, SecurityConfHandlerTest, ReplicaListTransformerTest, SolrRrdBackendFactoryTest, HdfsRecoveryZkTest, TestHalfAndHalfDocValues, MetricsConfigTest, NestedShardedAtomicUpdateTest, CachingDirectoryFactoryTest, CSVRequestHandlerTest, TestLocalFSCloudBackupRestore, StatsComponentTest, TestLegacyFieldReuse, BooleanFieldTest, ZkShardTermsTest, TestFreeTextSuggestions, TestStressLucene, TestDistributedStatsComponentCardinality, TestSegmentSorting, RestoreTriggerStateTest, NoCacheHeaderTest, TestFieldCacheVsDocValues, AddBlockUpdateTest, SimpleMLTQParserTest, DistributedFacetPivotLongTailTest, TestWordDelimiterFilterFactory, WordBreakSolrSpellCheckerTest, TestSimClusterStateProvider, TestCloudSchemaless, ComputePlanActionTest, TestFieldTypeResource, TestRebalanceLeaders, VersionInfoTest, XmlInterpolationTest, CloneFieldUpdateProcessorFactoryTest, DataDrivenBlockJoinTest, TestDeprecatedFilters, AsyncCallRequestStatusResponseTest, AutoAddReplicasIntegrationTest, TestChildDocTransformer, AtomicUpdateRemovalJavabinTest, TestLeaderElectionZkExpiry, SpatialHeatmapFacetsTest, CleanupOldIndexTest, TestSimNodeLostTrigger, QueryEqualityTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTolerantSearch, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestReversedWildcardFilterFactory, TestJettySolrRunner, ConnectionReuseTest, AssignBackwardCompatibilityTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, OverseerTest, PeerSyncReplicationTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudPseudoReturnFields, TestCloudRecovery, TestClusterProperties, TestConfigSetsAPI, TestDistributedMap, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestRandomFlRTGCloud, TestStressLiveNodes, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, ZkFailoverTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestSolrDeletionPolicy2, TestSolrCloudSnapshots, TestSQLHandler, TestSystemCollAutoCreate, CoreAdminOperationTest, PropertiesRequestHandlerTest, ShowFileRequestHandlerTest, TestCollectionAPIs, TestCoreAdminApis, BadComponentTest, DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, SearchHandlerTest, TestPostingsSolrHighlighter, TestUnifiedSolrHighlighter, TestNumericRangeQuery64, SolrShardReporterTest, TestJavabinTupleStreamParser, TestPushWriter, TestSolrQueryResponse, TestSubQueryTransformerDistrib, TestManagedStopFilterFactory, DateRangeFieldTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest, PolyFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, RequiredFieldsTest, SchemaVersionSpecificBehaviorTest, SynonymTokenizerTest, TestCloudManagedSchema, TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, CursorMarkTest, LargeFieldTest, ReturnFieldsTest, SignificantTermsQParserPluginTest, SortSpecParsingTest, TestComponentsName, TestCustomSort, TestDocSet, TestElisionMultitermQuery, TestFieldSortValues, TestFilteredDocIdSet, TestFiltering, TestReload, TestSearchPerf, TestSearcherReuse, TestSmileRequest, TestSolr4Spatial2, TestSolrJ, TestSolrQueryParser, TestSort, TestValueSourceCache, TestXmlQParser, RangeFacetCloudTest, TestJsonFacets, TestDocTermOrdsUninvertLimit, TestLegacyFieldCache, TestNumericTerms64, PeerSyncWithIndexFingerprintCachingTest, RootFieldTest, SolrCmdDistributorTest, SolrIndexSplitterTest, TestInPlaceUpdatesRequiredField, TestIndexingPerformance, TestNestedUpdateProcessor, TestUpdate, AtomicUpdateProcessorFactoryTest, CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [854/854 (1!)] on J0 in 138.03s, 6 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20190414_100506_31013043865926372461800.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid23417.hprof ...
   [junit4] Heap dump file created [608373320 bytes in 16.775 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20190414_100506_31018220813792348270679.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "SessionTracker"
   [junit4] <<< JVM J0: EOF ----

[...truncated 8978 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_pid23417.hprof

Total time: 79 minutes 10 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