You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/05/12 13:35:45 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3338 - Unstable

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

3 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testFailure

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([23B635F8B6BB0E0E:4B0BC6148C8B6CA1]:0)
	at org.apache.solr.cloud.ReindexCollectionTest.lambda$testFailure$9(ReindexCollectionTest.java:317)
	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:359)
	at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:357)
	at org.apache.solr.cloud.ReindexCollectionTest.testFailure(ReindexCollectionTest.java:316)
	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 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.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
	at __randomizedtesting.SeedInfo.seed([23B635F8B6BB0E0E:749FCE4D6D49EC15]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:822)
	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 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.solr.schema.TestCloudSchemaless.test

Error Message:
Error from server at http://127.0.0.1:36959/oz/xv/collection1: Error trying to proxy request for url: http://127.0.0.1:39649/oz/xv/collection1/update

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36959/oz/xv/collection1: Error trying to proxy request for url: http://127.0.0.1:39649/oz/xv/collection1/update
	at __randomizedtesting.SeedInfo.seed([23B635F8B6BB0E0E:ABE20A22184763F6]: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.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:114)
	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)




Build Log:
[...truncated 12503 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> 32300 INFO  (SUITE-TestCloudSchemaless-seed#[23B635F8B6BB0E0E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/init-core-data-001
   [junit4]   2> 34044 INFO  (SUITE-TestCloudSchemaless-seed#[23B635F8B6BB0E0E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 34660 INFO  (SUITE-TestCloudSchemaless-seed#[23B635F8B6BB0E0E]-worker) [    ] o.e.j.u.log Logging initialized @34973ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 34718 INFO  (SUITE-TestCloudSchemaless-seed#[23B635F8B6BB0E0E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 34987 INFO  (SUITE-TestCloudSchemaless-seed#[23B635F8B6BB0E0E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /oz/xv
   [junit4]   2> 35331 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 35367 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 35368 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 35955 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer start zk server on port:42368
   [junit4]   2> 36078 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42368
   [junit4]   2> 36176 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42368
   [junit4]   2> 37004 INFO  (zkConnectionManagerCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 37356 INFO  (zkConnectionManagerCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 37607 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 37812 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 37847 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 37850 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 37869 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 37886 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 37906 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 37922 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 37938 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 37959 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 37975 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 37995 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 42485 WARN  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 43211 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 43264 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 43267 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 43665 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 43665 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 43668 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 43923 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38933323{/oz/xv,null,AVAILABLE}
   [junit4]   2> 44068 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c1a7327{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45638}
   [junit4]   2> 44068 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.s.Server Started @44456ms
   [junit4]   2> 44068 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/control/data, hostPort=45638, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/control-001/cores}
   [junit4]   2> 44557 ERROR (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 44558 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 44558 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 44575 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 44575 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 44576 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-12T11:16:57.746216Z
   [junit4]   2> 44868 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 45083 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 45173 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 45249 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/control-001/solr.xml
   [junit4]   2> 45735 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 45735 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 45938 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 51576 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 53936 WARN  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b8443a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54902 WARN  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@34a2dc8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 54990 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42368/solr
   [junit4]   2> 55134 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55407 INFO  (zkConnectionManagerCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 58972 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45638_oz%2Fxv
   [junit4]   2> 59007 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.Overseer Overseer (id=74678851195371524-127.0.0.1:45638_oz%2Fxv-n_0000000000) starting
   [junit4]   2> 59615 INFO  (zkConnectionManagerCallback-23-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 59806 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 60511 INFO  (OverseerStateUpdate-74678851195371524-127.0.0.1:45638_oz%2Fxv-n_0000000000) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45638_oz%2Fxv
   [junit4]   2> 60547 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45638_oz%2Fxv
   [junit4]   2> 60601 INFO  (OverseerStateUpdate-74678851195371524-127.0.0.1:45638_oz%2Fxv-n_0000000000) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 60668 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 63175 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 65273 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 65286 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 65286 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 65744 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/control-001/cores
   [junit4]   2> 67019 INFO  (zkConnectionManagerCallback-29-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 67053 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 67088 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 69171 INFO  (qtp2122477818-30) [n:127.0.0.1:45638_oz%2Fxv    ] 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:45638_oz%252Fxv&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 69491 INFO  (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:45638_oz%2Fxv) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 70504 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv    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> 70667 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 72306 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 72990 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 73361 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 75941 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema add-schema-fields-update-processor/1.6 with uniqueid field id
   [junit4]   2> 76101 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 76180 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 76181 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 76267 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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@4459fd18
   [junit4]   2> 76362 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 77130 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 84417 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 84417 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 84577 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 84577 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 84685 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 84845 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@55059e6a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 85255 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 85403 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 85459 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 85487 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 85706 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 85708 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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 1633324744182857728
   [junit4]   2> 85832 INFO  (searcherExecutor-15-thread-1-processing-n:127.0.0.1:45638_oz%2Fxv x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:45638_oz%2Fxv 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@55059e6a[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 85975 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 86066 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 86208 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 86224 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 86225 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45638/oz/xv/control_collection_shard1_replica_n1/
   [junit4]   2> 86227 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 86244 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:45638/oz/xv/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 86246 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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/74678851195371524-core_node2-n_0000000000
   [junit4]   2> 86335 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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:45638/oz/xv/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 86406 INFO  (zkCallback-15-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> 86448 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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> 86655 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv 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=16167
   [junit4]   2> 86792 INFO  (zkCallback-15-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> 86792 INFO  (zkCallback-15-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> 87239 INFO  (qtp2122477818-30) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 87240 INFO  (qtp2122477818-30) [n:127.0.0.1:45638_oz%2Fxv    ] 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:45638_oz%252Fxv&wt=javabin&version=2} status=0 QTime=18600
   [junit4]   2> 87457 INFO  (zkConnectionManagerCallback-35-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87512 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 87515 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 87551 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 87602 INFO  (OverseerCollectionConfigSetProcessor-74678851195371524-127.0.0.1:45638_oz%2Fxv-n_0000000000) [n:127.0.0.1:45638_oz%2Fxv    ] 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> 87619 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv    ] 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=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 87785 INFO  (OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:45638_oz%2Fxv) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 88226 WARN  (OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:45638_oz%2Fxv) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 88264 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 88265 INFO  (qtp2122477818-35) [n:127.0.0.1:45638_oz%2Fxv    ] 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=2&wt=javabin&version=2} status=0 QTime=645
   [junit4]   2> 88336 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 89818 INFO  (OverseerCollectionConfigSetProcessor-74678851195371524-127.0.0.1:45638_oz%2Fxv-n_0000000000) [n:127.0.0.1:45638_oz%2Fxv    ] 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> 90076 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-1-001 of type NRT
   [junit4]   2> 90256 WARN  (closeThreadPool-36-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 90256 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 90256 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 90272 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 90320 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 90320 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 90320 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 90321 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43d154f3{/oz/xv,null,AVAILABLE}
   [junit4]   2> 90345 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ccab1bc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39649}
   [junit4]   2> 90346 INFO  (closeThreadPool-36-thread-1) [    ] o.e.j.s.Server Started @90733ms
   [junit4]   2> 90346 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/jetty1, hostPort=39649, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-1-001/cores}
   [junit4]   2> 90346 ERROR (closeThreadPool-36-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 90346 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 90346 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 90347 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 90347 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 90347 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-12T11:17:43.517115Z
   [junit4]   2> 90446 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 90531 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 90531 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-1-001/solr.xml
   [junit4]   2> 90749 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 90749 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 90803 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 92374 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-2-001 of type NRT
   [junit4]   2> 92411 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 92411 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 92411 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 92412 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 92682 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 92698 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 92698 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 92698 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 92702 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1235f405{/oz/xv,null,AVAILABLE}
   [junit4]   2> 92848 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@52c8e90f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43331}
   [junit4]   2> 92849 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.Server Started @93236ms
   [junit4]   2> 92849 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/jetty2, hostPort=43331, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-2-001/cores}
   [junit4]   2> 92849 ERROR (closeThreadPool-36-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 92849 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 92849 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 92850 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 92850 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 92850 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-12T11:17:46.020125Z
   [junit4]   2> 93066 WARN  (closeThreadPool-36-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58230ad2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 93115 INFO  (zkConnectionManagerCallback-42-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 93136 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 93136 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-2-001/solr.xml
   [junit4]   2> 93227 WARN  (closeThreadPool-36-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5b3869a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 93371 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 93371 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 93379 INFO  (closeThreadPool-36-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42368/solr
   [junit4]   2> 93407 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 93599 INFO  (zkConnectionManagerCallback-47-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 93824 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94046 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 94171 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.ZkController Publish node=127.0.0.1:39649_oz%2Fxv as DOWN
   [junit4]   2> 94226 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 94226 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39649_oz%2Fxv
   [junit4]   2> 94269 INFO  (zkCallback-15-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94278 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94644 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94644 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94804 INFO  (zkConnectionManagerCallback-57-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 95109 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 95201 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 95349 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 95510 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4ea323b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 95599 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@33a15043[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 95601 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42368/solr
   [junit4]   2> 95679 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 95991 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 95996 INFO  (zkConnectionManagerCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96126 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 96181 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.ZkController Publish node=127.0.0.1:43331_oz%2Fxv as DOWN
   [junit4]   2> 96200 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 96200 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43331_oz%2Fxv
   [junit4]   2> 96235 INFO  (zkCallback-15-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96236 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96246 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96247 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96344 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96430 INFO  (zkCallback-56-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96445 INFO  (zkConnectionManagerCallback-73-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96525 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 96680 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 96682 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 97052 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 97052 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 97105 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 97194 INFO  (closeThreadPool-36-thread-1) [n:127.0.0.1:39649_oz%2Fxv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-1-001/cores
   [junit4]   2> 98220 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-3-001 of type NRT
   [junit4]   2> 98312 WARN  (closeThreadPool-36-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 98313 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 98313 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 98313 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 98384 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 98567 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 98567 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 98567 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 98568 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a1fc913{/oz/xv,null,AVAILABLE}
   [junit4]   2> 98786 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7068bb22{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39966}
   [junit4]   2> 98786 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.Server Started @99173ms
   [junit4]   2> 98786 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/jetty3, hostPort=39966, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-3-001/cores}
   [junit4]   2> 98787 ERROR (closeThreadPool-36-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 98787 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 98787 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 98787 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 98787 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 98787 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-12T11:17:51.957331Z
   [junit4]   2> 98804 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 98805 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 98950 INFO  (closeThreadPool-36-thread-2) [n:127.0.0.1:43331_oz%2Fxv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-2-001/cores
   [junit4]   2> 99037 INFO  (zkConnectionManagerCallback-76-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 99074 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 99074 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-3-001/solr.xml
   [junit4]   2> 99422 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 99422 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 99425 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 101863 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 102209 WARN  (closeThreadPool-36-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3cc6b473[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102289 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-4-001 of type NRT
   [junit4]   2> 102301 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 102302 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 102302 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 102302 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 102342 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 102342 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 102342 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 102342 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12182e1f{/oz/xv,null,AVAILABLE}
   [junit4]   2> 102399 WARN  (closeThreadPool-36-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@53290b44[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102415 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e3cd2fd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44084}
   [junit4]   2> 102415 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.Server Started @102803ms
   [junit4]   2> 102415 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/jetty4, hostPort=44084, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-4-001/cores}
   [junit4]   2> 102416 ERROR (closeThreadPool-36-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 102416 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 102416 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 102416 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 102416 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 102416 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-12T11:17:55.586809Z
   [junit4]   2> 102489 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42368/solr
   [junit4]   2> 102890 INFO  (zkConnectionManagerCallback-82-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102919 INFO  (zkConnectionManagerCallback-85-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103029 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 103029 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-4-001/solr.xml
   [junit4]   2> 103043 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1095004fdbc0011, likely client has closed socket
   [junit4]   2> 103354 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 103355 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 103357 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 103384 INFO  (zkConnectionManagerCallback-87-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103612 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 103771 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.ZkController Publish node=127.0.0.1:39966_oz%2Fxv as DOWN
   [junit4]   2> 103773 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 103773 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39966_oz%2Fxv
   [junit4]   2> 103793 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103800 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103800 INFO  (zkCallback-56-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103801 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103801 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103808 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103895 INFO  (zkCallback-86-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 104055 INFO  (zkConnectionManagerCallback-95-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104093 INFO  (zkCallback-72-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 104207 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 104208 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 104517 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 104746 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 105129 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@35202d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 105156 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 105345 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c60239d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 105408 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42368/solr
   [junit4]   2> 105499 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 105499 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 105542 INFO  (zkConnectionManagerCallback-102-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105612 INFO  (closeThreadPool-36-thread-3) [n:127.0.0.1:39966_oz%2Fxv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-3-001/cores
   [junit4]   2> 105793 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1095004fdbc0015, likely client has closed socket
   [junit4]   2> 106197 INFO  (zkConnectionManagerCallback-104-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106314 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 106478 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44084_oz%2Fxv as DOWN
   [junit4]   2> 106495 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 106495 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44084_oz%2Fxv
   [junit4]   2> 106515 INFO  (zkCallback-72-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106515 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106516 INFO  (zkCallback-56-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106516 INFO  (zkCallback-86-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106516 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106526 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106526 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106528 INFO  (zkCallback-15-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106676 INFO  (zkCallback-103-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106841 INFO  (zkCallback-94-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 106927 INFO  (zkConnectionManagerCallback-111-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 107058 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 107060 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42368/solr ready
   [junit4]   2> 107278 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 107731 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-5-001 of type NRT
   [junit4]   2> 107732 WARN  (closeThreadPool-36-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 107733 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 107733 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 107733 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 108010 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 108013 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 108013 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 108013 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 108014 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41d040eb{/oz/xv,null,AVAILABLE}
   [junit4]   2> 108187 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f858b14{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43848}
   [junit4]   2> 108188 INFO  (closeThreadPool-36-thread-3) [    ] o.e.j.s.Server Started @108575ms
   [junit4]   2> 108188 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/jetty5, hostPort=43848, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-5-001/cores}
   [junit4]   2> 108188 ERROR (closeThreadPool-36-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 108188 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 108188 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 108188 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 108190 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108240 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-12T11:18:01.360996Z
   [junit4]   2> 108349 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 108479 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18
   [junit4]   2> 108497 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-4-001/cores
   [junit4]   2> 109034 INFO  (zkConnectionManagerCallback-114-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 109155 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 109156 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-5-001/solr.xml
   [junit4]   2> 109157 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1095004fdbc0018, likely client has closed socket
   [junit4]   2> 109360 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 109360 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 109452 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4459fd18, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 110678 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 110821 WARN  (closeThreadPool-36-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@64c947b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 110835 WARN  (closeThreadPool-36-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7dc618a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 110869 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42368/solr
   [junit4]   2> 110958 INFO  (zkConnectionManagerCallback-121-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 111135 INFO  (zkConnectionManagerCallback-123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 111209 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 111313 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43848_oz%2Fxv as DOWN
   [junit4]   2> 111314 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 111314 INFO  (closeThreadPool-36-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43848_oz%2Fxv
   [junit4]   2> 111352 INFO  (zkCallback-49-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111352 INFO  (zkCallback-86-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111352 INFO  (zkCallback-56-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111352 INFO  (zkCallback-72-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111353 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111353 INFO  (zkCallback-22-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111359 INFO  (zkCallback-94-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111359 INFO  (zkCallback-103-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111368 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111387 INFO  (zkCallback-15-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111412 INFO  (zkCallback-122-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 111518 INFO  (TEST-TestCloudSchemaless.test-seed#[23B635F8B6BB0E0E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-6-001 of type NRT
   [junit4]   2> 111519 WARN  (closeThreadPool-36-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 111519 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 111519 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 111519 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 111647 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 111647 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 111647 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 111667 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f3c045{/oz/xv,null,AVAILABLE}
   [junit4]   2> 111722 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69a72aa{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33320}
   [junit4]   2> 111723 INFO  (closeThreadPool-36-thread-2) [    ] o.e.j.s.Server Started @112110ms
   [junit4]   2> 111723 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oz/xv, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/tempDir-001/jetty6, hostPort=33320, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_23B635F8B6BB0E0E-001/shard-6-001/cores, replicaType=NRT}
   [junit4]   2> 111723 ERROR (closeThreadPool-36-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 111723 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 111723 INFO  (closeThreadPool-36-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 111734 INFO  (zkCallback-110-thread-1) [

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

Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 244 minutes 20 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)