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/02/25 16:48:13 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3188 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:38111/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:38111/collection1
	at __randomizedtesting.SeedInfo.seed([43756CB7F44EF222:CB21536D5AB29FDA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:116)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
	... 47 more




Build Log:
[...truncated 15185 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/init-core-data-001
   [junit4]   2> 2170284 INFO  (SUITE-TestCloudSchemaless-seed#[43756CB7F44EF222]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2170289 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2170289 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2170289 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2170389 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer start zk server on port:35777
   [junit4]   2> 2170389 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35777
   [junit4]   2> 2170389 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35777
   [junit4]   2> 2170416 INFO  (zkConnectionManagerCallback-18956-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170431 INFO  (zkConnectionManagerCallback-18958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170432 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170433 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170434 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170435 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170436 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170437 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170438 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170439 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170441 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170442 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170443 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkTestServer put /x1/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> 2170445 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2170614 WARN  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2170614 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2170614 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2170614 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2170615 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170615 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170615 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2170615 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37afd0d3{/,null,AVAILABLE}
   [junit4]   2> 2170616 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15ce387d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45020}
   [junit4]   2> 2170616 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.s.Server Started @2170675ms
   [junit4]   2> 2170616 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=45020, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/control-001/cores}
   [junit4]   2> 2170616 ERROR (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170616 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170616 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2170617 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170617 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2170617 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:36.641Z
   [junit4]   2> 2170619 INFO  (zkConnectionManagerCallback-18960-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170620 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2170620 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/control-001/solr.xml
   [junit4]   2> 2170630 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2170630 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2170632 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2170920 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2170926 WARN  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@37322979[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2170930 WARN  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c832305[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2170931 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35777/solr
   [junit4]   2> 2170933 INFO  (zkConnectionManagerCallback-18966-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170935 INFO  (zkConnectionManagerCallback-18968-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171020 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45020_
   [junit4]   2> 2171021 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.c.Overseer Overseer (id=72860166029967364-127.0.0.1:45020_-n_0000000000) starting
   [junit4]   2> 2171029 INFO  (zkConnectionManagerCallback-18975-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171031 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2171032 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45020_
   [junit4]   2> 2171032 INFO  (OverseerStateUpdate-72860166029967364-127.0.0.1:45020_-n_0000000000) [n:127.0.0.1:45020_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45020_
   [junit4]   2> 2171034 INFO  (zkCallback-18974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2171035 INFO  (OverseerStateUpdate-72860166029967364-127.0.0.1:45020_-n_0000000000) [n:127.0.0.1:45020_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2171059 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2171086 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2171103 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2171104 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2171105 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [n:127.0.0.1:45020_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/control-001/cores
   [junit4]   2> 2171134 INFO  (zkConnectionManagerCallback-18981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2171135 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2171136 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2171138 INFO  (qtp1703989622-43802) [n:127.0.0.1:45020_    ] 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:45020_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2171141 INFO  (OverseerThreadFactory-10672-thread-1-processing-n:127.0.0.1:45020_) [n:127.0.0.1:45020_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2171252 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_    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> 2171252 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2172273 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2172305 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172308 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172321 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172323 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172327 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172328 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172328 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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@6582be76
   [junit4]   2> 2172328 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2172332 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1179406182, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2172406 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172406 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172409 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2172409 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2172411 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=16.4755859375, floorSegmentMB=1.1552734375, forceMergeDeletesPctAllowed=2.023500449100264, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=39.838564985624586
   [junit4]   2> 2172411 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d83cce6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2172412 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2172413 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172413 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172413 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172414 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2172414 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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 1626458311557644288
   [junit4]   2> 2172417 INFO  (searcherExecutor-10677-thread-1-processing-n:127.0.0.1:45020_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:45020_ 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@6d83cce6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172433 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172433 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172438 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2172438 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172438 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45020/control_collection_shard1_replica_n1/
   [junit4]   2> 2172438 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172439 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:45020/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2172439 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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/72860166029967364-core_node2-n_0000000000
   [junit4]   2> 2172441 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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:45020/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2172545 INFO  (zkCallback-18967-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> 2172546 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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> 2172548 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_ 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=1296
   [junit4]   2> 2172551 INFO  (qtp1703989622-43802) [n:127.0.0.1:45020_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2172648 INFO  (zkCallback-18967-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> 2172648 INFO  (zkCallback-18967-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> 2172649 INFO  (qtp1703989622-43802) [n:127.0.0.1:45020_    ] 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:45020_&wt=javabin&version=2} status=0 QTime=1511
   [junit4]   2> 2172654 INFO  (zkConnectionManagerCallback-18987-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172655 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2172657 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2172657 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2172658 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2172660 INFO  (OverseerThreadFactory-10672-thread-2-processing-n:127.0.0.1:45020_) [n:127.0.0.1:45020_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2172661 INFO  (OverseerCollectionConfigSetProcessor-72860166029967364-127.0.0.1:45020_-n_0000000000) [n:127.0.0.1:45020_    ] 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> 2172864 WARN  (OverseerThreadFactory-10672-thread-2-processing-n:127.0.0.1:45020_) [n:127.0.0.1:45020_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2172866 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2172868 INFO  (qtp1703989622-43804) [n:127.0.0.1:45020_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=210
   [junit4]   2> 2172869 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 2173052 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-1-001 of type NRT
   [junit4]   2> 2173069 WARN  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2173069 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2173069 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2173069 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2173092 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2173093 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2173093 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2173104 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73671ba6{/,null,AVAILABLE}
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ae46b62{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44280}
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.Server Started @2173164ms
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=44280, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-1-001/cores}
   [junit4]   2> 2173105 ERROR (closeThreadPool-18988-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2173105 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:39.129Z
   [junit4]   2> 2173120 INFO  (zkConnectionManagerCallback-18990-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173121 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2173121 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-1-001/solr.xml
   [junit4]   2> 2173126 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2173126 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2173129 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2173252 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-2-001 of type NRT
   [junit4]   2> 2173265 WARN  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2173265 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2173265 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2173265 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2173280 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2173282 WARN  (closeThreadPool-18988-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@13e8a87d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173286 WARN  (closeThreadPool-18988-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1f96fc62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173287 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35777/solr
   [junit4]   2> 2173289 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2173289 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2173289 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2173290 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b96d6af{/,null,AVAILABLE}
   [junit4]   2> 2173290 INFO  (zkConnectionManagerCallback-18996-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173290 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2278564e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33729}
   [junit4]   2> 2173290 INFO  (closeThreadPool-18988-thread-2) [    ] o.e.j.s.Server Started @2173349ms
   [junit4]   2> 2173290 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=33729, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-2-001/cores}
   [junit4]   2> 2173290 ERROR (closeThreadPool-18988-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2173290 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2173291 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2173291 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2173291 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2173291 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:39.315Z
   [junit4]   2> 2173300 INFO  (zkConnectionManagerCallback-18998-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173302 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2173302 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-2-001/solr.xml
   [junit4]   2> 2173306 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2173306 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2173308 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2173312 INFO  (zkConnectionManagerCallback-19000-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173317 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2173321 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.ZkController Publish node=127.0.0.1:44280_ as DOWN
   [junit4]   2> 2173322 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2173322 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44280_
   [junit4]   2> 2173324 INFO  (zkCallback-18967-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2173324 INFO  (zkCallback-18986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2173324 INFO  (zkCallback-18974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2173332 INFO  (zkCallback-18999-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2173372 INFO  (zkConnectionManagerCallback-19007-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173373 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2173375 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2173380 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2173410 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2173428 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2173428 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2173430 INFO  (closeThreadPool-18988-thread-1) [n:127.0.0.1:44280_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-1-001/cores
   [junit4]   2> 2173558 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-3-001 of type NRT
   [junit4]   2> 2173570 WARN  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2173570 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2173570 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2173570 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2173601 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2173601 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2173601 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2173603 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29bd0059{/,null,AVAILABLE}
   [junit4]   2> 2173603 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f5847f3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41449}
   [junit4]   2> 2173603 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.Server Started @2173662ms
   [junit4]   2> 2173603 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=41449, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-3-001/cores}
   [junit4]   2> 2173603 ERROR (closeThreadPool-18988-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2173603 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2173603 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2173604 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2173604 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2173604 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:39.628Z
   [junit4]   2> 2173607 INFO  (zkConnectionManagerCallback-19010-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173608 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2173608 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-3-001/solr.xml
   [junit4]   2> 2173612 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2173612 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2173614 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2173778 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2173789 WARN  (closeThreadPool-18988-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7e79995e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173800 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-4-001 of type NRT
   [junit4]   2> 2173801 WARN  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2173801 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2173801 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2173801 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2173816 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2173831 WARN  (closeThreadPool-18988-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@369aa5d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173834 WARN  (closeThreadPool-18988-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7c60076a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173835 INFO  (closeThreadPool-18988-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35777/solr
   [junit4]   2> 2173851 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2173851 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2173851 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2173851 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7443815a{/,null,AVAILABLE}
   [junit4]   2> 2173853 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@57e093a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39615}
   [junit4]   2> 2173853 INFO  (closeThreadPool-18988-thread-1) [    ] o.e.j.s.Server Started @2173912ms
   [junit4]   2> 2173853 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39615, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-4-001/cores}
   [junit4]   2> 2173853 ERROR (closeThreadPool-18988-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2173853 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2173854 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2173854 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2173854 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2173854 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:39.878Z
   [junit4]   2> 2173855 WARN  (closeThreadPool-18988-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@505f9790[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173856 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35777/solr
   [junit4]   2> 2173869 INFO  (zkConnectionManagerCallback-19024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173873 INFO  (zkConnectionManagerCallback-19021-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173873 INFO  (zkConnectionManagerCallback-19018-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173884 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2173884 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-4-001/solr.xml
   [junit4]   2> 2173888 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2173888 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2173891 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2173896 INFO  (zkConnectionManagerCallback-19026-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173902 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2173909 INFO  (zkConnectionManagerCallback-19028-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173920 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.ZkController Publish node=127.0.0.1:41449_ as DOWN
   [junit4]   2> 2173924 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2173924 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41449_
   [junit4]   2> 2173925 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2173927 INFO  (zkCallback-18999-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2173931 INFO  (zkCallback-18967-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2173931 INFO  (zkCallback-18974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2173931 INFO  (zkCallback-18986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2173931 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.ZkController Publish node=127.0.0.1:33729_ as DOWN
   [junit4]   2> 2173933 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2173933 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33729_
   [junit4]   2> 2173937 INFO  (zkCallback-18999-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2173937 INFO  (zkCallback-18974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2173937 INFO  (zkCallback-18967-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2173937 INFO  (zkCallback-18986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2173944 INFO  (zkCallback-19027-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2173949 INFO  (zkCallback-19025-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2173956 INFO  (zkCallback-19006-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2173956 INFO  (zkCallback-19006-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2174011 INFO  (zkConnectionManagerCallback-19037-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174013 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2174014 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2174016 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2174022 INFO  (zkConnectionManagerCallback-19042-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174025 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2174028 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2174029 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2174109 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-5-001 of type NRT
   [junit4]   2> 2174110 WARN  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2174111 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2174111 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2174111 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2174117 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174119 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174137 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2174138 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2174138 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2174138 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2174139 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3228e45d{/,null,AVAILABLE}
   [junit4]   2> 2174140 WARN  (closeThreadPool-18988-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1287949c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174144 WARN  (closeThreadPool-18988-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7af5e547[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174144 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30968c47{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38111}
   [junit4]   2> 2174144 INFO  (closeThreadPool-18988-thread-4) [    ] o.e.j.s.Server Started @2174204ms
   [junit4]   2> 2174144 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/, hostPort=38111, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-5-001/cores}
   [junit4]   2> 2174145 ERROR (closeThreadPool-18988-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2174145 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2174145 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2174145 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2174145 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2174145 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:40.169Z
   [junit4]   2> 2174145 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35777/solr
   [junit4]   2> 2174156 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174157 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174158 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174159 INFO  (closeThreadPool-18988-thread-3) [n:127.0.0.1:41449_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-3-001/cores
   [junit4]   2> 2174161 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174163 INFO  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-2-001/cores
   [junit4]   2> 2174164 INFO  (zkConnectionManagerCallback-19052-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174165 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2174165 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-5-001/solr.xml
   [junit4]   2> 2174167 WARN  (closeThreadPool-18988-thread-2) [n:127.0.0.1:33729_    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register meter
   [junit4]   2>           => javax.management.InstanceNotFoundException: solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=errors
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
   [junit4]   2> javax.management.InstanceNotFoundException: solr:dom1=node,category=QUERY,scope=/admin/autoscaling,name=errors
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095) ~[?:1.8.0_191]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427) ~[?:1.8.0_191]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415) ~[?:1.8.0_191]
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onMeterAdded(JmxMetricsReporter.java:648) ~[java/:?]
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:460) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.onMetricAdded(MetricRegistry.java:448) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.register(MetricRegistry.java:89) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.getOrAdd(MetricRegistry.java:423) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.meter(MetricRegistry.java:191) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.meter(SolrMetricManager.java:584) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.initializeMetrics(RequestHandlerBase.java:153) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:745) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:252) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:172) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:136) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) ~[?:1.8.0_191]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1449) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1513) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1158) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:995) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467) ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:381) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:544) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:483) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:451) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.lambda$createJettys$2(AbstractFullDistribZkTestBase.java:464) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 2174170 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2174170 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2174172 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2174228 INFO  (zkConnectionManagerCallback-19050-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174306 INFO  (zkConnectionManagerCallback-19054-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174311 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2174315 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39615_ as DOWN
   [junit4]   2> 2174316 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2174316 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39615_
   [junit4]   2> 2174318 INFO  (zkCallback-18999-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174318 INFO  (zkCallback-18967-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174318 INFO  (zkCallback-18986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174318 INFO  (zkCallback-18974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174327 INFO  (zkCallback-19041-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174327 INFO  (zkCallback-19027-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174333 INFO  (zkCallback-19025-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174333 INFO  (zkCallback-19006-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174343 INFO  (zkCallback-19053-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174357 INFO  (zkCallback-19036-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2174426 INFO  (zkConnectionManagerCallback-19061-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174430 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2174431 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2174464 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2174494 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2174516 WARN  (closeThreadPool-18988-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7b6c9ac6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174526 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174533 WARN  (closeThreadPool-18988-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@70ccc8a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174535 INFO  (closeThreadPool-18988-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35777/solr
   [junit4]   2> 2174542 INFO  (zkConnectionManagerCallback-19068-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174545 INFO  (zkConnectionManagerCallback-19070-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174551 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2174555 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.c.ZkController Publish node=127.0.0.1:38111_ as DOWN
   [junit4]   2> 2174556 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2174556 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38111_
   [junit4]   2> 2174558 INFO  (zkCallback-18986-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174558 INFO  (zkCallback-18974-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174558 INFO  (zkCallback-18999-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174558 INFO  (zkCallback-19027-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174558 INFO  (zkCallback-19025-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174558 INFO  (zkCallback-19006-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174558 INFO  (zkCallback-19041-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174559 INFO  (zkCallback-18967-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174560 INFO  (zkCallback-19036-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174560 INFO  (zkCallback-19053-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174560 INFO  (zkCallback-19060-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174562 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174562 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6582be76
   [junit4]   2> 2174564 INFO  (closeThreadPool-18988-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-4-001/cores
   [junit4]   2> 2174578 INFO  (zkCallback-19069-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2174586 INFO  (TEST-TestCloudSchemaless.test-seed#[43756CB7F44EF222]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-6-001 of type NRT
   [junit4]   2> 2174587 WARN  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2174587 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2174587 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2174587 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2174616 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2174616 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2174616 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2174629 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cb43394{/,null,AVAILABLE}
   [junit4]   2> 2174636 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@68d8df78{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36737}
   [junit4]   2> 2174636 INFO  (closeThreadPool-18988-thread-3) [    ] o.e.j.s.Server Started @2174695ms
   [junit4]   2> 2174636 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/tempDir-001/jetty6, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36737, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-6-001/cores}
   [junit4]   2> 2174637 ERROR (closeThreadPool-18988-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2174637 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2174637 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2174637 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2174637 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2174637 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T16:18:40.661Z
   [junit4]   2> 2174662 INFO  (zkConnectionManagerCallback-19077-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174662 INFO  (OverseerCollectionConfigSetProcessor-72860166029967364-127.0.0.1:45020_-n_0000000000) [n:127.0.0.1:45020_    ] 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> 2174664 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2174665 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35777/solr ready
   [junit4]   2> 2174669 INFO  (zkConnectionManagerCallback-19079-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174677 INFO  (closeThreadPool-18988-thread-4) [n:127.0.0.1:38111_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2174677 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2174677 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless_43756CB7F44EF222-001/shard-6-001/solr.xml
   [junit4]   2> 2174687 INFO  (closeThreadPool-18988-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2174687 I

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

d-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/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 = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 113ms :: artifacts dl 32ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 105 minutes 46 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 lucene
		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)