Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3957/
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:41840/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:41840/collection1 at __randomizedtesting.SeedInfo.seed([2D32F3C434798E40:A566CC1E9A85E3B8]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85) at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:115) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.net.SocketTimeoutException: Read timed out at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) 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:280) 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:157) 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:186) 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:564) ... 47 more Build Log: [...truncated 12938 lines...] [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless [junit4] 2> 4734 INFO (SUITE-TestCloudSchemaless-seed#[2D32F3C434798E40]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/data-dir-1-001 [junit4] 2> 4894 INFO (SUITE-TestCloudSchemaless-seed#[2D32F3C434798E40]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 4989 INFO (SUITE-TestCloudSchemaless-seed#[2D32F3C434798E40]-worker) [ ] o.e.j.u.log Logging initialized @5047ms to org.eclipse.jetty.util.log.Slf4jLog [junit4] 2> 4996 INFO (SUITE-TestCloudSchemaless-seed#[2D32F3C434798E40]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") [junit4] 2> 5036 INFO (SUITE-TestCloudSchemaless-seed#[2D32F3C434798E40]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 5075 INFO (SUITE-TestCloudSchemaless-seed#[2D32F3C434798E40]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 5211 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 5223 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 5223 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 5431 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer start zk server on port:42167 [junit4] 2> 5435 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42167 [junit4] 2> 5452 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42167 [junit4] 2> 5483 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42167 [junit4] 2> 5622 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5700 INFO (zkConnectionManagerCallback-3-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 5701 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5781 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5792 INFO (zkConnectionManagerCallback-5-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 5792 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5850 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml [junit4] 2> 5872 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml [junit4] 2> 5878 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 5882 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 5889 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 5894 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 5908 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 5912 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 5916 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 5921 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 5925 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 5929 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise [junit4] 2> 7115 WARN (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 7115 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 7115 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 7134 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 7175 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 7175 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 7178 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 7199 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e4e63bf{/,null,AVAILABLE} [junit4] 2> 7233 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@491fc125{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44621} [junit4] 2> 7234 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.s.Server Started @7301ms [junit4] 2> 7234 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/tempDir-001/control/data, hostPort=44621, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/control-001/cores, replicaType=NRT} [junit4] 2> 7291 ERROR (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 7291 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 7291 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 7294 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 7294 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 7295 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-23T02:16:09.936038Z [junit4] 2> 7924 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 7945 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 7963 INFO (zkConnectionManagerCallback-7-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 7963 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 8072 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 8077 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/control-001/solr.xml [junit4] 2> 8218 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 8218 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 8288 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 9452 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 9617 WARN (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70d5fae7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 9617 WARN (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70d5fae7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 9868 WARN (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@720202de[provider=null,keyStore=null,trustStore=null] [junit4] 2> 9868 WARN (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@720202de[provider=null,keyStore=null,trustStore=null] [junit4] 2> 9886 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr [junit4] 2> 9925 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 9936 INFO (zkConnectionManagerCallback-14-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 9938 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 10088 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 10099 INFO (zkConnectionManagerCallback-16-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 10100 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 10537 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44621_ [junit4] 2> 10553 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.Overseer Overseer (id=75950744977211396-127.0.0.1:44621_-n_0000000000) starting [junit4] 2> 10767 INFO (OverseerStateUpdate-75950744977211396-127.0.0.1:44621_-n_0000000000) [n:127.0.0.1:44621_ ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44621_ [junit4] 2> 10773 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44621_ [junit4] 2> 10834 INFO (zkCallback-15-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 10905 WARN (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 11286 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 11640 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 11641 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 11641 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 11740 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 11747 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [n:127.0.0.1:44621_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/control-001/cores [junit4] 2> 11852 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 11881 INFO (zkConnectionManagerCallback-25-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 11886 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 11894 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 11896 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42167/solr ready [junit4] 2> 12383 INFO (qtp1357323508-42) [n:127.0.0.1:44621_ ] 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:44621_&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 12422 INFO (OverseerThreadFactory-10-thread-1-processing-n:127.0.0.1:44621_) [n:127.0.0.1:44621_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 12610 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 12629 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 13799 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0 [junit4] 2> 14012 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 14103 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 14179 WARN (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. [junit4] 2> 14197 WARN (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. [junit4] 2> 14215 WARN (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. [junit4] 2> 14281 WARN (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. [junit4] 2> 14285 WARN (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. [junit4] 2> 14768 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 14824 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 14847 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 14847 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 14879 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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@52e09698 [junit4] 2> 14924 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/control-001/cores/control_collection_shard1_replica_n1/data/] [junit4] 2> 15032 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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=1347041820, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 17429 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 17429 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 17476 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 17476 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 17510 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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=24, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=5.7490234375, floorSegmentMB=0.9951171875, forceMergeDeletesPctAllowed=4.642532119254418, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4443580247783375, deletesPctAllowed=26.097069402295027 [junit4] 2> 17606 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@639a88d4[control_collection_shard1_replica_n1] main] [junit4] 2> 17835 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 17870 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 17872 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 17886 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 17937 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 17969 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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 1653675005690511360 [junit4] 2> 18120 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 18126 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 18141 INFO (searcherExecutor-15-thread-1-processing-n:127.0.0.1:44621_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44621_ 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@639a88d4[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 18208 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 18208 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 18208 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44621/control_collection_shard1_replica_n1/ [junit4] 2> 18218 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 18219 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44621/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 18221 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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/75950744977211396-core_node2-n_0000000000 [junit4] 2> 18251 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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:44621/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 18315 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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> 18324 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ 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=5726 [junit4] 2> 18422 INFO (zkCallback-15-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 18437 INFO (zkCallback-15-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 18628 INFO (qtp1357323508-42) [n:127.0.0.1:44621_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 18629 INFO (qtp1357323508-42) [n:127.0.0.1:44621_ ] 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:44621_&wt=javabin&version=2} status=0 QTime=6291 [junit4] 2> 18631 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection [junit4] 2> 18838 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 18864 INFO (zkConnectionManagerCallback-31-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 18864 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 18909 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 19001 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42167/solr ready [junit4] 2> 19033 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 19056 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ ] 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> 19161 INFO (OverseerCollectionConfigSetProcessor-75950744977211396-127.0.0.1:44621_-n_0000000000) [n:127.0.0.1:44621_ ] 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> 19182 INFO (OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:44621_) [n:127.0.0.1:44621_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 19531 WARN (OverseerThreadFactory-10-thread-2-processing-n:127.0.0.1:44621_) [n:127.0.0.1:44621_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 19550 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 19552 INFO (qtp1357323508-44) [n:127.0.0.1:44621_ ] 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=496 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0 [junit4] 2> 19576 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8 [junit4] 2> 20362 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-1-001 of type NRT [junit4] 2> 20432 WARN (closeThreadPool-32-thread-1) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 20433 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 20433 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 20434 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 20617 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 20617 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 20617 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 20620 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f68176e{/,null,AVAILABLE} [junit4] 2> 20623 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@30d97c49{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34499} [junit4] 2> 20623 INFO (closeThreadPool-32-thread-1) [ ] o.e.j.s.Server Started @20690ms [junit4] 2> 20623 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/tempDir-001/jetty1, hostPort=34499, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-1-001/cores} [junit4] 2> 20624 ERROR (closeThreadPool-32-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 20624 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 20624 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 20625 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 20625 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 20625 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-23T02:16:23.266184Z [junit4] 2> 20634 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 20641 INFO (zkConnectionManagerCallback-34-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 20641 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 20758 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 20758 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-1-001/solr.xml [junit4] 2> 20773 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 20773 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 20802 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 20979 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-2-001 of type NRT [junit4] 2> 21035 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 21035 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 21035 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 21035 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 21182 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 21182 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 21233 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 21252 INFO (OverseerCollectionConfigSetProcessor-75950744977211396-127.0.0.1:44621_-n_0000000000) [n:127.0.0.1:44621_ ] 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> 21359 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a4a947e{/,null,AVAILABLE} [junit4] 2> 21433 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7bd6c08{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42149} [junit4] 2> 21434 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.Server Started @21501ms [junit4] 2> 21434 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/tempDir-001/jetty2, hostPort=42149, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-2-001/cores} [junit4] 2> 21434 ERROR (closeThreadPool-32-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 21434 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 21434 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 21434 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 21435 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 21435 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-23T02:16:24.076098Z [junit4] 2> 21544 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 21721 INFO (zkConnectionManagerCallback-37-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 21721 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 22140 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 22140 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-2-001/solr.xml [junit4] 2> 22322 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 22322 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 22430 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 22830 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 23346 WARN (closeThreadPool-32-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@393e68ae[provider=null,keyStore=null,trustStore=null] [junit4] 2> 23346 WARN (closeThreadPool-32-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@393e68ae[provider=null,keyStore=null,trustStore=null] [junit4] 2> 23468 WARN (closeThreadPool-32-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4dd379bf[provider=null,keyStore=null,trustStore=null] [junit4] 2> 23468 WARN (closeThreadPool-32-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4dd379bf[provider=null,keyStore=null,trustStore=null] [junit4] 2> 23470 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr [junit4] 2> 23710 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 23841 INFO (zkConnectionManagerCallback-44-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 23841 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 24024 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 24151 INFO (zkConnectionManagerCallback-46-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 24151 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 24910 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 25093 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.ZkController Publish node=127.0.0.1:34499_ as DOWN [junit4] 2> 25112 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 25112 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34499_ [junit4] 2> 25171 INFO (zkCallback-45-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 25172 INFO (zkCallback-15-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 25172 INFO (zkCallback-30-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 25350 WARN (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 25942 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 26703 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 27054 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 27055 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 27075 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 27077 INFO (closeThreadPool-32-thread-1) [n:127.0.0.1:34499_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-1-001/cores [junit4] 2> 27588 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-3-001 of type NRT [junit4] 2> 27676 WARN (closeThreadPool-32-thread-3) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 27677 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 27677 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 27677 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 27896 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 27896 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 27896 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 27898 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@399386dd{/,null,AVAILABLE} [junit4] 2> 27970 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@a63f23{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35354} [junit4] 2> 27970 INFO (closeThreadPool-32-thread-3) [ ] o.e.j.s.Server Started @28037ms [junit4] 2> 27970 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/tempDir-001/jetty3, hostPort=35354, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-3-001/cores} [junit4] 2> 27971 ERROR (closeThreadPool-32-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 27971 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 27971 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 27971 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 27971 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 27971 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-23T02:16:30.612531Z [junit4] 2> 28115 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 28242 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 28243 INFO (zkConnectionManagerCallback-52-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 28243 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 28535 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72c3ce4d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28535 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72c3ce4d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 28660 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 28660 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-3-001/solr.xml [junit4] 2> 28809 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 28809 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 29045 INFO (closeThreadPool-32-thread-1) [ ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34499_ [junit4] 2> 29123 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 29157 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63e47ee5[provider=null,keyStore=null,trustStore=null] [junit4] 2> 29157 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63e47ee5[provider=null,keyStore=null,trustStore=null] [junit4] 2> 29159 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr [junit4] 2> 29210 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 29400 INFO (zkConnectionManagerCallback-58-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 29401 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 29694 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 29925 INFO (zkConnectionManagerCallback-61-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 29925 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 30063 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 30584 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.ZkController Publish node=127.0.0.1:42149_ as DOWN [junit4] 2> 30586 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 30587 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42149_ [junit4] 2> 30646 INFO (zkCallback-45-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 30647 INFO (zkCallback-15-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 30648 INFO (zkCallback-30-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 30685 WARN (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 30816 INFO (zkCallback-60-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 31149 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 31691 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 32003 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 32004 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 32240 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 32242 INFO (closeThreadPool-32-thread-2) [n:127.0.0.1:42149_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-2-001/cores [junit4] 2> 32462 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 32697 WARN (closeThreadPool-32-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1bde0e4[provider=null,keyStore=null,trustStore=null] [junit4] 2> 32716 WARN (closeThreadPool-32-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1bde0e4[provider=null,keyStore=null,trustStore=null] [junit4] 2> 32920 WARN (closeThreadPool-32-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@912ddc9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 32920 WARN (closeThreadPool-32-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@912ddc9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 32922 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr [junit4] 2> 32972 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 33305 INFO (zkConnectionManagerCallback-71-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 33305 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 33505 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42149_ [junit4] 2> 34122 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 34282 INFO (zkConnectionManagerCallback-73-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 34282 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 34313 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-4-001 of type NRT [junit4] 2> 34314 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 34314 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 34314 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 34364 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 34411 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 34485 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.ZkController Publish node=127.0.0.1:35354_ as DOWN [junit4] 2> 34620 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 34620 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 34620 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 34645 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51e2e90d{/,null,AVAILABLE} [junit4] 2> 34646 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 34646 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35354_ [junit4] 2> 34683 INFO (zkCallback-45-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 34684 INFO (zkCallback-60-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 34684 INFO (zkCallback-30-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 34702 INFO (zkCallback-15-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 35032 WARN (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 35034 INFO (zkCallback-72-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 35198 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@438634a1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37301} [junit4] 2> 35198 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.Server Started @35265ms [junit4] 2> 35198 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/tempDir-001/jetty4, hostPort=37301, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-4-001/cores} [junit4] 2> 35199 ERROR (closeThreadPool-32-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 35199 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 35199 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 35199 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 35199 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 35199 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-23T02:16:37.840367Z [junit4] 2> 35201 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 35380 INFO (zkConnectionManagerCallback-78-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 35381 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 35642 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 35673 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 35674 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-4-001/solr.xml [junit4] 2> 35855 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 35855 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 35908 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 37038 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 37358 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 37359 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 37430 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 37433 INFO (closeThreadPool-32-thread-3) [n:127.0.0.1:35354_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-3-001/cores [junit4] 2> 37670 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 37744 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7abdbf4a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 37744 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7abdbf4a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 37855 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@487bf369[provider=null,keyStore=null,trustStore=null] [junit4] 2> 37855 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@487bf369[provider=null,keyStore=null,trustStore=null] [junit4] 2> 37891 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr [junit4] 2> 37942 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 38120 INFO (zkConnectionManagerCallback-86-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 38146 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 38439 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 38586 INFO (zkConnectionManagerCallback-88-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 38586 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 39154 INFO (closeThreadPool-32-thread-3) [ ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:35354_ [junit4] 2> 39346 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 39512 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:37301_ as DOWN [junit4] 2> 39532 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 39532 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37301_ [junit4] 2> 39548 INFO (zkCallback-45-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 39548 INFO (zkCallback-60-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 39548 INFO (zkCallback-72-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 39549 INFO (zkCallback-30-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 39568 WARN (closeThreadPool-32-thread-2) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 39571 INFO (zkCallback-15-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 39802 INFO (zkCallback-87-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 39951 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 40324 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 40465 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 40466 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 40503 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 40517 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-4-001/cores [junit4] 2> 41502 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:37301_ [junit4] 2> 41998 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-5-001 of type NRT [junit4] 2> 41999 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 41999 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 41999 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 41999 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS [junit4] 2> 42003 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 42003 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 42003 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 42004 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25bb4086{/,null,AVAILABLE} [junit4] 2> 42055 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3a1abed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:41840} [junit4] 2> 42055 INFO (closeThreadPool-32-thread-2) [ ] o.e.j.s.Server Started @42123ms [junit4] 2> 42056 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/tempDir-001/jetty5, hostPort=41840, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-5-001/cores, replicaType=NRT} [junit4] 2> 42165 ERROR (closeThreadPool-32-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 42165 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 42165 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 42165 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 42165 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 42165 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-23T02:16:44.806674Z [junit4] 2> 42167 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 42319 INFO (zkConnectionManagerCallback-94-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 42331 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 42461 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 42461 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001/shard-5-001/solr.xml [junit4] 2> 42662 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 42662 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 42718 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 43636 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 43708 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f96a91a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 43708 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f96a91a[provider=null,keyStore=null,trustStore=null] [junit4] 2> 43718 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6106e67d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 43718 WARN (closeThreadPool-32-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6106e67d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 43736 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42167/solr [junit4] 2> 43749 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 43939 INFO (zkConnectionManagerCallback-101-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 43947 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 44373 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 44523 INFO (zkConnectionManagerCallback-103-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 44539 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 44839 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5) [junit4] 2> 44982 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:41840_ as DOWN [junit4] 2> 45020 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 45020 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41840_ [junit4] 2> 45056 INFO (zkCallback-102-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45056 INFO (zkCallback-30-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45056 INFO (zkCallback-60-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45056 INFO (zkCallback-72-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45056 INFO (zkCallback-87-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45057 INFO (zkCallback-45-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45058 WARN (closeThreadPool-32-thread-2) [ ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 45071 INFO (zkCallback-15-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6) [junit4] 2> 45497 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 45856 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 45983 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 45983 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@52e09698 [junit4] 2> 46100 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 46185 INFO (closeThreadPool-32-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definit [...truncated too long message...] s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2199f810: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@23a92140 [junit4] 2> 178581 INFO (closeThreadPool-173-thread-6) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 178609 INFO (closeThreadPool-173-thread-7) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a1abed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 178776 INFO (closeThreadPool-173-thread-10) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39f83233{/,null,UNAVAILABLE} [junit4] 2> 178776 INFO (closeThreadPool-173-thread-4) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7f68176e{/,null,UNAVAILABLE} [junit4] 2> 178795 INFO (closeThreadPool-173-thread-10) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 178795 INFO (closeThreadPool-173-thread-4) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 178796 INFO (closeThreadPool-173-thread-7) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25bb4086{/,null,UNAVAILABLE} [junit4] 2> 178832 INFO (closeThreadPool-173-thread-7) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 178906 INFO (closeThreadPool-173-thread-11) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@306e39cb{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 179311 INFO (closeThreadPool-173-thread-11) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4fda34ab{/,null,UNAVAILABLE} [junit4] 2> 179327 INFO (closeThreadPool-173-thread-11) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 179332 INFO (closeThreadPool-173-thread-6) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@a63f23{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0} [junit4] 2> 179334 INFO (closeThreadPool-173-thread-6) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@399386dd{/,null,UNAVAILABLE} [junit4] 2> 179334 INFO (closeThreadPool-173-thread-6) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 179364 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer Shutting down ZkTestServer. [junit4] 2> 179710 WARN (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 31 /solr/collections/collection1/state.json [junit4] 2> 12 /solr/collections/collection1/collectionprops.json [junit4] 2> 12 /solr/aliases.json [junit4] 2> 9 /solr/packages.json [junit4] 2> 9 /solr/security.json [junit4] 2> 9 /solr/configs/conf1 [junit4] 2> 9 /solr/configs/conf1/managed-schema [junit4] 2> 7 /solr/collections/collection1/terms/shard1 [junit4] 2> 7 /solr/collections/collection1/terms/shard2 [junit4] 2> 7 /solr/collections/collection1/terms/shard3 [junit4] 2> 7 /solr/collections/collection1/terms/shard4 [junit4] 2> 2 /solr/collections/control_collection/terms/shard1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 195 /solr/configs/conf1/managed-schema [junit4] 2> 153 /solr/clusterstate.json [junit4] 2> 12 /solr/clusterprops.json [junit4] 2> 8 /solr/collections/control_collection/state.json [junit4] 2> 4 /solr/overseer_elect/election/75950744977211407-127.0.0.1:35354_-n_0000000003 [junit4] 2> 2 /solr/overseer_elect/election/75950744977211410-127.0.0.1:37301_-n_0000000004 [junit4] 2> 2 /solr/overseer_elect/election/75950744977211402-127.0.0.1:34499_-n_0000000001 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 99 /solr/live_nodes [junit4] 2> 53 /solr/overseer/queue [junit4] 2> 24 /solr/overseer/collection-queue-work [junit4] 2> 12 /solr/collections [junit4] 2> [junit4] 2> 179822 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42167 [junit4] 2> 179822 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42167 [junit4] 2> 179822 INFO (TEST-TestCloudSchemaless.test-seed#[2D32F3C434798E40]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42167 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCloudSchemaless -Dtests.method=test -Dtests.seed=2D32F3C434798E40 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ca-FR -Dtests.timezone=Europe/Chisinau -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 175s J1 | TestCloudSchemaless.test <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:41840/collection1 [junit4] > at __randomizedtesting.SeedInfo.seed([2D32F3C434798E40:A566CC1E9A85E3B8]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85) [junit4] > at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:115) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054) [junit4] > at java.base/java.lang.Thread.run(Thread.java:834) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.base/java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) [junit4] > at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) [junit4] > at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) [junit4] > at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) [junit4] > at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) [junit4] > at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) [junit4] > at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) [junit4] > at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) [junit4] > at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) [junit4] > at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) [junit4] > at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) [junit4] > ... 47 more [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_2D32F3C434798E40-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1757, maxMBSortInHeap=5.464253211925442, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5eb24a20), locale=ca-FR, timezone=Europe/Chisinau [junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=2,free=404595160,total=526385152 [junit4] 2> NOTE: All tests run in this JVM: [TestCloudSchemaless] [junit4] Completed [9/894 (1!)] on J1 in 179.18s, 1 test, 1 error <<< FAILURES! [...truncated 55915 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
