Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/717/

2 tests failed.
FAILED:  
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:34393/solr/awhollynewcollection_0: No 
registered leader was found after waiting for 4000ms , collection: 
awhollynewcollection_0 slice: shard1 saw 
state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{   
    "range":"80000000-ffffffff",       "state":"active",       "replicas":{     
    "core_node3":{           "core":"awhollynewcollection_0_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:32834/solr";,           
"node_name":"127.0.0.1:32834_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"},         "core_node5":{      
     "core":"awhollynewcollection_0_shard1_replica_n2",           
"base_url":"http://127.0.0.1:43838/solr";,           
"node_name":"127.0.0.1:43838_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           "core":"awhollynewcollection_0_shard2_replica_n4",     
      "base_url":"http://127.0.0.1:34393/solr";,           
"node_name":"127.0.0.1:34393_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node8":{           
"core":"awhollynewcollection_0_shard2_replica_n6",           
"base_url":"http://127.0.0.1:41416/solr";,           
"node_name":"127.0.0.1:41416_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with 
live_nodes=[127.0.0.1:41416_solr, 127.0.0.1:34393_solr, 127.0.0.1:43838_solr, 
127.0.0.1:32834_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34393/solr/awhollynewcollection_0: No 
registered leader was found after waiting for 4000ms , collection: 
awhollynewcollection_0 slice: shard1 saw 
state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"http://127.0.0.1:32834/solr";,
          "node_name":"127.0.0.1:32834_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node5":{
          "core":"awhollynewcollection_0_shard1_replica_n2",
          "base_url":"http://127.0.0.1:43838/solr";,
          "node_name":"127.0.0.1:43838_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"awhollynewcollection_0_shard2_replica_n4",
          "base_url":"http://127.0.0.1:34393/solr";,
          "node_name":"127.0.0.1:34393_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node8":{
          "core":"awhollynewcollection_0_shard2_replica_n6",
          "base_url":"http://127.0.0.1:41416/solr";,
          "node_name":"127.0.0.1:41416_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:41416_solr, 
127.0.0.1:34393_solr, 127.0.0.1:43838_solr, 127.0.0.1:32834_solr]
        at 
__randomizedtesting.SeedInfo.seed([7D438D5DDCEBC915:3536F9E9DAD8E680]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:464)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([A44A03D7D8AC7D62:685C14BE878EF49]:0)
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
        at 
org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
        ... 41 more




Build Log:
[...truncated 14038 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/init-core-data-001
   [junit4]   2> 1620104 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1620104 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1620106 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1620106 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1620107 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001
   [junit4]   2> 1620107 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1620107 INFO  (Thread-4615) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1620107 INFO  (Thread-4615) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1620108 ERROR (Thread-4615) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1620207 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36401
   [junit4]   2> 1620209 INFO  (zkConnectionManagerCallback-8044-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620211 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1620212 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1620212 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1620212 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1620212 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1620213 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1620214 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f571e51{/solr,null,AVAILABLE}
   [junit4]   2> 1620215 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7869d978{HTTP/1.1,[http/1.1]}{127.0.0.1:34393}
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.e.j.s.Server Started @1620258ms
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20b92bda{/solr,null,AVAILABLE}
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34393}
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a1f3afd{HTTP/1.1,[http/1.1]}{127.0.0.1:43838}
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.e.j.s.Server Started @1620258ms
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43838}
   [junit4]   2> 1620219 ERROR (jetty-launcher-8041-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 1620219 ERROR (jetty-launcher-8041-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-30T15:11:03.946Z
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1620219 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-30T15:11:03.946Z
   [junit4]   2> 1620221 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1620221 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1620221 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1620221 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a19be58{/solr,null,AVAILABLE}
   [junit4]   2> 1620221 INFO  (zkConnectionManagerCallback-8048-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d391ca2{/solr,null,AVAILABLE}
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5be77490{HTTP/1.1,[http/1.1]}{127.0.0.1:41416}
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.e.j.s.Server Started @1620261ms
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41416}
   [junit4]   2> 1620222 ERROR (jetty-launcher-8041-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-30T15:11:03.949Z
   [junit4]   2> 1620222 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1aed88c5{HTTP/1.1,[http/1.1]}{127.0.0.1:32834}
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.e.j.s.Server Started @1620262ms
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32834}
   [junit4]   2> 1620223 ERROR (jetty-launcher-8041-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1620223 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-30T15:11:03.950Z
   [junit4]   2> 1620225 INFO  (zkConnectionManagerCallback-8046-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620225 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1620225 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1620226 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1620228 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1620228 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1620230 INFO  (zkConnectionManagerCallback-8052-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620234 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1620236 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1620236 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1620254 INFO  (zkConnectionManagerCallback-8050-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620254 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1620257 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1620257 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1620335 INFO  (jetty-launcher-8041-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36401/solr
   [junit4]   2> 1620335 INFO  (jetty-launcher-8041-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36401/solr
   [junit4]   2> 1620336 INFO  (zkConnectionManagerCallback-8058-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620336 INFO  (zkConnectionManagerCallback-8060-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620341 INFO  (jetty-launcher-8041-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36401/solr
   [junit4]   2> 1620342 INFO  (zkConnectionManagerCallback-8064-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620342 INFO  (zkConnectionManagerCallback-8068-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620343 INFO  (zkConnectionManagerCallback-8062-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620343 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1000f08bb5a0009, likely client has closed socket
   [junit4]   2> 1620351 INFO  (zkConnectionManagerCallback-8070-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620372 INFO  (jetty-launcher-8041-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36401/solr
   [junit4]   2> 1620375 INFO  (zkConnectionManagerCallback-8080-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620379 INFO  (zkConnectionManagerCallback-8082-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620399 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32834_solr
   [junit4]   2> 1620403 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.c.Overseer Overseer 
(id=72074124215320588-127.0.0.1:32834_solr-n_0000000000) starting
   [junit4]   2> 1620416 INFO  (zkConnectionManagerCallback-8089-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620421 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36401/solr ready
   [junit4]   2> 1620423 INFO  
(OverseerStateUpdate-72074124215320588-127.0.0.1:32834_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32834_solr
   [junit4]   2> 1620423 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32834_solr
   [junit4]   2> 1620424 INFO  
(OverseerStateUpdate-72074124215320588-127.0.0.1:32834_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1620431 INFO  (zkCallback-8088-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1620462 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1620465 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1620477 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1620478 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1620479 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43838_solr
   [junit4]   2> 1620480 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620481 INFO  (zkCallback-8081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1620483 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1620483 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34393_solr
   [junit4]   2> 1620491 INFO  (zkCallback-8081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1620491 INFO  (zkCallback-8088-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1620491 INFO  (zkCallback-8069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1620491 INFO  (zkCallback-8061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1620505 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1620507 INFO  (zkConnectionManagerCallback-8095-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620508 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1620509 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620509 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620510 INFO  (jetty-launcher-8041-thread-2) 
[n:127.0.0.1:32834_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node2
   [junit4]   2> 1620512 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36401/solr ready
   [junit4]   2> 1620515 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1620515 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41416_solr
   [junit4]   2> 1620516 INFO  (zkCallback-8088-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1620516 INFO  (zkCallback-8081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1620522 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1620530 INFO  (zkCallback-8061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1620530 INFO  (zkCallback-8069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1620550 INFO  (zkCallback-8094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1620554 INFO  (zkCallback-8063-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1620555 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620565 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620565 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620566 INFO  (jetty-launcher-8041-thread-3) 
[n:127.0.0.1:34393_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node3
   [junit4]   2> 1620567 INFO  (zkConnectionManagerCallback-8102-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620568 INFO  (zkConnectionManagerCallback-8106-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620570 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1620570 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1620571 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36401/solr ready
   [junit4]   2> 1620571 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1620572 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36401/solr ready
   [junit4]   2> 1620572 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1620578 WARN  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register 
counter
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr:dom1=node,category=ADMIN,scope=/admin/configs,name=totalTime
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) 
~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onCounterAdded(JmxMetricsReporter.java:592)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:456)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.addListener(MetricRegistry.java:297) 
~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:725)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:110)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:930)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:866)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:586) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:252)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:172) 
~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139) 
~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741) 
~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1477)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1542)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1186)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1023)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:473)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
 ~[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
 ~[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:392)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:248)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 1620594 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620615 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620615 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620617 INFO  (jetty-launcher-8041-thread-1) 
[n:127.0.0.1:43838_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node1
   [junit4]   2> 1620618 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620630 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620630 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1620631 INFO  (jetty-launcher-8041-thread-4) 
[n:127.0.0.1:41416_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node4
   [junit4]   2> 1620683 INFO  (zkConnectionManagerCallback-8110-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620686 INFO  (zkConnectionManagerCallback-8115-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1620687 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1620688 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[7D438D5DDCEBC915]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36401/solr ready
   [junit4]   2> 1621030 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
   [junit4]   2> 1621031 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1621048 INFO  (qtp807774909-23030) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1621050 INFO  (OverseerThreadFactory-7120-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection acollection
   [junit4]   2> 1621054 ERROR (OverseerThreadFactory-7120-thread-1) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: acollection operation: 
create failed:org.apache.solr.common.SolrException: numShards must be > 0
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.populateShardNames(CreateCollectionCmd.java:410)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:139)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:473)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1621062 INFO  (qtp807774909-23030) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2}
 status=400 QTime=14
   [junit4]   2> 1621064 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
   [junit4]   2> 1621390 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 1621392 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1621397 ERROR (qtp807774909-23023) [n:127.0.0.1:41416_solr    
] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:239)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1621397 INFO  (qtp807774909-23023) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 1621398 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 1621740 INFO  
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets
   [junit4]   2> 1621741 INFO  
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1621745 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf2&name=withconfigset2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1621747 INFO  (OverseerThreadFactory-7120-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection withconfigset2
   [junit4]   2> 1621747 INFO  
(OverseerCollectionConfigSetProcessor-72074124215320588-127.0.0.1:32834_solr-n_0000000000)
 [    ] 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> 1621859 INFO  
(OverseerStateUpdate-72074124215320588-127.0.0.1:32834_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withconfigset2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"withconfigset2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32834/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1622064 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica_n1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1622064 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1623081 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1623087 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.s.IndexSchema [withconfigset2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1623089 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1623090 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica_n1' 
using configuration from collection withconfigset2, trusted=true
   [junit4]   2> 1623090 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.withconfigset2.shard1.replica_n1' (registry 
'solr.core.withconfigset2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1623090 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1623090 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.SolrCore [[withconfigset2_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node2/withconfigset2_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node2/withconfigset2_shard1_replica_n1/data/]
   [junit4]   2> 1623136 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1623136 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1623137 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1623137 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1623139 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34d9bac3[withconfigset2_shard1_replica_n1] main]
   [junit4]   2> 1623139 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf2
   [junit4]   2> 1623140 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1623140 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623141 INFO  
(searcherExecutor-7137-thread-1-processing-n:127.0.0.1:32834_solr 
x:withconfigset2_shard1_replica_n1 c:withconfigset2 s:shard1 r:core_node2) 
[n:127.0.0.1:32834_solr c:withconfigset2 s:shard1 r:core_node2 
x:withconfigset2_shard1_replica_n1] o.a.s.c.SolrCore 
[withconfigset2_shard1_replica_n1] Registered new searcher 
Searcher@34d9bac3[withconfigset2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1623141 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607428700234579968
   [junit4]   2> 1623147 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/withconfigset2/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1623149 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1623149 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1623149 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:32834/solr/withconfigset2_shard1_replica_n1/
   [junit4]   2> 1623149 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1623150 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:32834/solr/withconfigset2_shard1_replica_n1/ has no replicas
   [junit4]   2> 1623150 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1623153 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:32834/solr/withconfigset2_shard1_replica_n1/ shard1
   [junit4]   2> 1623255 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1623257 INFO  (qtp720272691-23011) [n:127.0.0.1:32834_solr 
c:withconfigset2 s:shard1 r:core_node2 x:withconfigset2_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica_n1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1194
   [junit4]   2> 1623259 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1623358 INFO  (zkCallback-8081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/withconfigset2/state.json] for collection [withconfigset2] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1623749 INFO  
(OverseerCollectionConfigSetProcessor-72074124215320588-127.0.0.1:32834_solr-n_0000000000)
 [    ] 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> 1624260 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf2&name=withconfigset2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2514
   [junit4]   2> 1624261 INFO  
(TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSpecificConfigsets
   [junit4]   2> 1624616 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
   [junit4]   2> 1624617 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1624621 INFO  (qtp807774909-23033) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=withconfigset2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1624623 INFO  (OverseerThreadFactory-7120-thread-3) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1624625 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.withconfigset2.shard1.replica_n1, tag=null
   [junit4]   2> 1624625 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@747688f1: rootName = null, 
domain = solr.core.withconfigset2.shard1.replica_n1, service url = null, agent 
id = null] for registry solr.core.withconfigset2.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@122dabe4
   [junit4]   2> 1624636 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.c.SolrCore 
[withconfigset2_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e029875
   [junit4]   2> 1624636 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.withconfigset2.shard1.replica_n1, tag=e029875
   [junit4]   2> 1624636 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.withconfigset2.shard1.leader, tag=e029875
   [junit4]   2> 1624638 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/withconfigset2/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1624639 INFO  (qtp720272691-23007) [n:127.0.0.1:32834_solr    
x:withconfigset2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=withconfigset2_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=14
   [junit4]   2> 1624741 INFO  (zkCallback-8081-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/withconfigset2/state.json] for collection [withconfigset2] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1625347 INFO  (qtp807774909-23033) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=withconfigset2&action=DELETE&wt=javabin&version=2} status=0 
QTime=726
   [junit4]   2> 1625349 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1625351 INFO  
(OverseerCollectionConfigSetProcessor-72074124215320588-127.0.0.1:32834_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1625354 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1625354 INFO  (qtp807774909-23033) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1625354 INFO  (qtp807774909-23033) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1625355 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=onlyinzk&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1625357 INFO  (OverseerThreadFactory-7120-thread-5) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection onlyinzk
   [junit4]   2> 1625357 INFO  
(OverseerCollectionConfigSetProcessor-72074124215320588-127.0.0.1:32834_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1625565 INFO  
(OverseerStateUpdate-72074124215320588-127.0.0.1:32834_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"onlyinzk",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"onlyinzk_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34393/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1625567 INFO  
(OverseerStateUpdate-72074124215320588-127.0.0.1:32834_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"onlyinzk",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"onlyinzk_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43838/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1625770 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1625770 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica_n2&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1626784 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1626806 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1626808 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.IndexSchema [onlyinzk_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1626810 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1626810 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard1_replica_n1' using 
configuration from collection onlyinzk, trusted=true
   [junit4]   2> 1626811 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.onlyinzk.shard1.replica_n1' (registry 
'solr.core.onlyinzk.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1626811 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1626811 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore 
[[onlyinzk_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node3/onlyinzk_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node3/onlyinzk_shard1_replica_n1/data/]
   [junit4]   2> 1626813 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.IndexSchema [onlyinzk_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1626815 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1626815 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard2_replica_n2' using 
configuration from collection onlyinzk, trusted=true
   [junit4]   2> 1626815 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.onlyinzk.shard2.replica_n2' (registry 
'solr.core.onlyinzk.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@59446599
   [junit4]   2> 1626815 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1626815 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore 
[[onlyinzk_shard2_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node1/onlyinzk_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_7D438D5DDCEBC915-001/tempDir-001/node1/onlyinzk_shard2_replica_n2/data/]
   [junit4]   2> 1626856 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1626856 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1626858 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1626858 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1626859 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@417cd755[onlyinzk_shard1_replica_n1] main]
   [junit4]   2> 1626860 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1626861 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1626861 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1626861 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607428704135282688
   [junit4]   2> 1626862 INFO  
(searcherExecutor-7142-thread-1-processing-n:127.0.0.1:34393_solr 
x:onlyinzk_shard1_replica_n1 c:onlyinzk s:shard1 r:core_node3) 
[n:127.0.0.1:34393_solr c:onlyinzk s:shard1 r:core_node3 
x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore [onlyinzk_shard1_replica_n1] 
Registered new searcher Searcher@417cd755[onlyinzk_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1626868 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/onlyinzk/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1626871 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1626871 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1626871 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34393/solr/onlyinzk_shard1_replica_n1/
   [junit4]   2> 1626871 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1626872 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:34393/solr/onlyinzk_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1626872 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1626875 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34393/solr/onlyinzk_shard1_replica_n1/ shard1
   [junit4]   2> 1626877 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1626877 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1626878 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1626878 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1626880 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f88a11b[onlyinzk_shard2_replica_n2] main]
   [junit4]   2> 1626880 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1626881 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1626881 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1626881 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1607428704156254208
   [junit4]   2> 1626882 INFO  
(searcherExecutor-7143-thread-1-processing-n:127.0.0.1:43838_solr 
x:onlyinzk_shard2_replica_n2 c:onlyinzk s:shard2 r:core_node4) 
[n:127.0.0.1:43838_solr c:onlyinzk s:shard2 r:core_node4 
x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore [onlyinzk_shard2_replica_n2] 
Registered new searcher Searcher@4f88a11b[onlyinzk_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1626886 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/onlyinzk/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1626889 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1626889 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1626889 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43838/solr/onlyinzk_shard2_replica_n2/
   [junit4]   2> 1626889 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1626889 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.SyncStrategy http://127.0.0.1:43838/solr/onlyinzk_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 1626889 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1626892 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43838/solr/onlyinzk_shard2_replica_n2/ shard2
   [junit4]   2> 1626994 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1626996 INFO  (qtp1652362960-23002) [n:127.0.0.1:43838_solr 
c:onlyinzk s:shard2 r:core_node4 x:onlyinzk_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica_n2&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1226
   [junit4]   2> 1627029 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1627031 INFO  (qtp701346740-23019) [n:127.0.0.1:34393_solr 
c:onlyinzk s:shard1 r:core_node3 x:onlyinzk_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica_n1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1261
   [junit4]   2> 1627033 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1627131 INFO  (zkCallback-8061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] 
for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1627131 INFO  (zkCallback-8069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] 
for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1627358 INFO  
(OverseerCollectionConfigSetProcessor-72074124215320588-127.0.0.1:32834_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1628034 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=onlyinzk&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2678
   [junit4]   2> 1628034 INFO  (qtp807774909-23033) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1628035 INFO  (qtp807774909-23033) [n:127.0.0.1:41416_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1628035 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
   [junit4]   2> 1628401 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 1628402 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[7D438D5DDCEBC915])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1628406 INFO  (qtp807774909-23029) [n:127.0.0.1:41416_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1628408 INFO  (OverseerThreadFactory-7120-thread-5) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1628410 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.onlyinzk.shard2.replica_n2, tag=null
   [junit4]   2> 1628410 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.onlyinzk.shard1.replica_n1, tag=null
   [junit4]   2> 1628410 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7998b83f: rootName = null, 
domain = solr.core.onlyinzk.shard2.replica_n2, service url = null, agent id = 
null] for registry solr.core.onlyinzk.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@1caf9322
   [junit4]   2> 1628410 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d01988d: rootName = null, 
domain = solr.core.onlyinzk.shard1.replica_n1, service url = null, agent id = 
null] for registry solr.core.onlyinzk.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@861955a
   [junit4]   2> 1628423 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.c.SolrCore [onlyinzk_shard2_replica_n2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@3523236c
   [junit4]   2> 1628423 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.onlyinzk.shard2.replica_n2, tag=3523236c
   [junit4]   2> 1628423 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.onlyinzk.shard2.leader, tag=3523236c
   [junit4]   2> 1628424 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.c.SolrCore [onlyinzk_shard1_replica_n1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@70f1aa79
   [junit4]   2> 1628424 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.onlyinzk.shard1.replica_n1, tag=70f1aa79
   [junit4]   2> 1628424 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.onlyinzk.shard1.leader, tag=70f1aa79
   [junit4]   2> 1628425 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms 
at /collections/onlyinzk/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 1628425 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms 
at /collections/onlyinzk/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1628426 INFO  (qtp1652362960-22998) [n:127.0.0.1:43838_solr    
x:onlyinzk_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=onlyinzk_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=16
   [junit4]   2> 1628426 INFO  (qtp701346740-23015) [n:127.0.0.1:34393_solr    
x:onlyinzk_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=onlyinzk_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTim

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

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null760712113
     [copy] Copying 240 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null760712113
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null760712113

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 84 minutes 27 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to