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

1 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:37737/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:37737/solr/c1]
        at 
__randomizedtesting.SeedInfo.seed([3EEF8939475A522F:E84DC31D58896165]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2752)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
        at 
org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this request:[http://127.0.0.1:37737/solr/c1]
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
        at 
org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
        at 
org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2870)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2745)
        ... 41 more
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37737/solr/c1: Term too complex: 
headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        ... 50 more




Build Log:
[...truncated 13314 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 553660 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_3EEF8939475A522F-001/data-dir-37-001
   [junit4]   2> 553660 WARN  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 553660 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 553661 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 553661 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 553661 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_3EEF8939475A522F-001/tempDir-001
   [junit4]   2> 553661 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 553662 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 553662 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 553762 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:36911
   [junit4]   2> 553762 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36911
   [junit4]   2> 553762 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36911
   [junit4]   2> 553762 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36911
   [junit4]   2> 553763 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553765 INFO  (zkConnectionManagerCallback-4721-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553765 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553768 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553768 INFO  (zkConnectionManagerCallback-4723-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553768 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553769 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553769 INFO  (zkConnectionManagerCallback-4725-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553769 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553872 WARN  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 553873 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d9d0fae{/solr,null,AVAILABLE}
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@37df34d7{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:37737}
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.s.Server Started @553912ms
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37737}
   [junit4]   2> 553874 ERROR (jetty-launcher-4726-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 553874 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-16T01:28:43.792690Z
   [junit4]   2> 553875 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553875 INFO  (zkConnectionManagerCallback-4728-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553875 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553876 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 554085 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 554086 WARN  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@c9068c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 554086 WARN  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@c9068c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 554088 WARN  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@29de18ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 554088 WARN  (jetty-launcher-4726-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@29de18ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 554089 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36911/solr
   [junit4]   2> 554089 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554090 INFO  (zkConnectionManagerCallback-4735-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 554090 INFO  (jetty-launcher-4726-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554191 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 554192 INFO  (zkConnectionManagerCallback-4737-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 554192 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 554241 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37737_solr
   [junit4]   2> 554242 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.Overseer Overseer 
(id=73077315639902213-127.0.0.1:37737_solr-n_0000000000) starting
   [junit4]   2> 554246 INFO  
(OverseerStateUpdate-73077315639902213-127.0.0.1:37737_solr-n_0000000000) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37737_solr
   [junit4]   2> 554246 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37737_solr
   [junit4]   2> 554254 INFO  (zkCallback-4736-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554255 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 554255 WARN  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 554265 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 554279 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37737.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e0d4f1c
   [junit4]   2> 554284 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37737.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e0d4f1c
   [junit4]   2> 554285 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37737.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e0d4f1c
   [junit4]   2> 554285 INFO  (jetty-launcher-4726-thread-1) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_3EEF8939475A522F-001/tempDir-001/node1/.
   [junit4]   2> 554295 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 554295 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554296 INFO  (zkConnectionManagerCallback-4746-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 554296 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554297 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554297 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36911/solr ready
   [junit4]   2> 554306 INFO  
(TEST-FuzzySearchTest.testTooComplex-seed#[3EEF8939475A522F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 554308 INFO  (qtp957930884-7534) [n:127.0.0.1:37737_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 554310 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c1
   [junit4]   2> 554311 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 554312 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 554313 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 554314 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 554315 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 554316 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 554317 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 554318 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 554321 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 554322 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 554323 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 554324 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 554325 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 554326 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 554327 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 554328 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 554329 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 554330 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 554330 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 554331 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 554332 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 554333 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 554334 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 554335 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 554336 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 554337 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 554338 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 554338 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 554343 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 554344 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 554345 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 554346 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 554347 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 554348 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 554349 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 554350 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 554351 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 554352 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 554353 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 554354 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 554357 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 554358 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 554359 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 554360 INFO  
(OverseerThreadFactory-1349-thread-1-processing-n:127.0.0.1:37737_solr) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 554466 INFO  
(OverseerStateUpdate-73077315639902213-127.0.0.1:37737_solr-n_0000000000) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37737/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 554668 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr    
x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 554668 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr    
x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 555696 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 555723 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 555852 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 555852 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'c1_shard1_replica_n1' using configuration from collection c1, 
trusted=true
   [junit4]   2> 555853 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_37737.solr.core.c1.shard1.replica_n1' (registry 
'solr.core.c1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e0d4f1c
   [junit4]   2> 555853 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[c1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_3EEF8939475A522F-001/tempDir-001/node1/c1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_3EEF8939475A522F-001/tempDir-001/node1/./c1_shard1_replica_n1/data/]
   [junit4]   2> 555997 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 555997 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 556000 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 556000 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 556001 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7c2d3e53[c1_shard1_replica_n1] main]
   [junit4]   2> 556002 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 556002 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 556002 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 556003 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 556003 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 556003 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker 
init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, 
distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, 
maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 556005 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 556005 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1655846339527835648
   [junit4]   2> 556006 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to Searcher@7c2d3e53[c1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 556006 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 556006 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Loading spell index for spellchecker: default
   [junit4]   2> 556007 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[c1_shard1_replica_n1] Registered new searcher 
Searcher@7c2d3e53[c1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 556008 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 556009 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/c1/leaders/shard1
   [junit4]   2> 556010 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 556010 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 556010 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:37737/solr/c1_shard1_replica_n1/
   [junit4]   2> 556010 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 556011 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:37737/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 556011 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/c1/leaders/shard1/leader after winning as 
/collections/c1/leader_elect/shard1/election/73077315639902213-core_node2-n_0000000000
   [junit4]   2> 556012 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37737/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 556113 INFO  (zkCallback-4736-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 556114 INFO  (zkCallback-4736-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 556114 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 556116 INFO  (qtp957930884-7536) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1448
   [junit4]   2> 556117 INFO  (qtp957930884-7534) [n:127.0.0.1:37737_solr     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 556216 INFO  (zkCallback-4736-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 556216 INFO  (zkCallback-4736-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 556216 INFO  (zkCallback-4736-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 556216 INFO  (qtp957930884-7534) [n:127.0.0.1:37737_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=1908
   [junit4]   2> 556216 INFO  
(TEST-FuzzySearchTest.testTooComplex-seed#[3EEF8939475A522F]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 556298 INFO  (zkCallback-4736-thread-3) [     ] 
o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred 
- updating schema from ZooKeeper ...
   [junit4]   2> 556298 INFO  (qtp957930884-7537) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema 
Persisted managed schema version 1 at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 556298 INFO  (zkCallback-4736-thread-3) [     ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 556301 INFO  (zkCallback-4736-thread-3) [     ] 
o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 556311 INFO  
(OverseerCollectionConfigSetProcessor-73077315639902213-127.0.0.1:37737_solr-n_0000000000)
 [n:127.0.0.1:37737_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 556317 INFO  (qtp957930884-7537) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, 
version=1}
   [junit4]   2> 556317 INFO  (qtp957930884-7537) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1655846339846602752)]} 0 98
   [junit4]   2> 556318 INFO  (qtp957930884-7533) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1655846339856039936,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 556318 INFO  (qtp957930884-7533) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12ca4eb7 
commitCommandVersion:1655846339856039936
   [junit4]   2> 556341 INFO  (qtp957930884-7533) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@205870d0[c1_shard1_replica_n1] main]
   [junit4]   2> 556341 INFO  (qtp957930884-7533) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 556343 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to Searcher@205870d0[c1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1579138126256,
 java.vendor=Oracle Corporation, os=Linux, os.version=4.15.0-54-generic, 
java.runtime.version=11.0.4+10-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.4+10-LTS, 
java.version=11.0.4}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 556343 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 556345 INFO  
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:37737_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[c1_shard1_replica_n1] Registered new searcher 
Searcher@205870d0[c1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1579138126256,
 java.vendor=Oracle Corporation, os=Linux, os.version=4.15.0-54-generic, 
java.runtime.version=11.0.4+10-LTS, os.arch=amd64, source=flush, 
lucene.version=9.0.0, java.vm.version=11.0.4+10-LTS, 
java.version=11.0.4}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 556345 INFO  (qtp957930884-7533) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 27
   [junit4]   2> 556435 ERROR (qtp957930884-7535) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase 
org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: 
headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:157)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:111)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:132)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.newFuzzyQuery(SolrQueryParserBase.java:638)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.getFuzzyQuery(SolrQueryParserBase.java:1249)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:806)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.Term(QueryParser.java:421)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.Clause(QueryParser.java:278)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.Query(QueryParser.java:162)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:263)
   [junit4]   2>        at 
org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2>        at 
org.apache.solr.search.QParser.getQuery(QParser.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:161)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:302)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: 
org.apache.lucene.util.automaton.TooComplexToDeterminizeException: 
Determinizing automaton with 13632 states and 21348 transitions would result in 
more than 10000 states.
   [junit4]   2>        at 
org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:154)
   [junit4]   2>        ... 49 more
   [junit4]   2> 
   [junit4]   2> 556435 INFO  (qtp957930884-7535) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request 
[c1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=text:headquarters\(在日米海軍横須賀基地司令部庁舎\/旧横須賀鎮守府会議所・横須賀海軍艦船部\)~&_stateVer_=c1:4&wt=javabin&version=2}
 status=500 QTime=88
   [junit4]   2> 556435 ERROR (qtp957930884-7535) [n:127.0.0.1:37737_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall 
null:org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too 
complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:157)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:111)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:132)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.newFuzzyQuery(SolrQueryParserBase.java:638)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.getFuzzyQuery(SolrQueryParserBase.java:1249)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:806)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.Term(QueryParser.java:421)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.Clause(QueryParser.java:278)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.Query(QueryParser.java:162)
   [junit4]   2>        at 
org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2>        at 
org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:263)
   [junit4]   2>        at 
org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2>        at 
org.apache.solr.search.QParser.getQuery(QParser.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:161)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:302)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: 
org.apache.lucene.util.automaton.TooComplexToDeterminizeException: 
Determinizing automaton with 13632 states and 21348 transitions would result in 
more than 10000 states.
   [junit4]   2>        at 
org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2>        at 
org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2>        at 
org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:154)
   [junit4]   2>        ... 49 more
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest 
-Dtests.method=testTooComplex -Dtests.seed=3EEF8939475A522F 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sah 
-Dtests.timezone=America/Paramaribo -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.22s J0 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected 
exception type, expected RemoteSolrException but got 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:37737/solr/c1]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3EEF8939475A522F:E84DC31D58896165]:0)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2752)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    >        at 
org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
No live SolrServers available to handle this 
request:[http://127.0.0.1:37737/solr/c1]
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
   [junit4]    >        at 
org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2870)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2745)
   [junit4]    >        ... 41 more
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37737/solr/c1: Term too complex: 
headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        ... 50 more
   [junit4]   2> 556514 ERROR 
(TEST-FuzzySearchTest.testTooComplex-seed#[3EEF8939475A522F]) [     ] 
o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37737/solr/c1: Term too complex: 
headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部), retry=0 commError=false 
errorCode=500 
   [junit4]   2> 556514 INFO  
(TEST-FuzzySearchTest.testTooComplex-seed#[3EEF8939475A522F]) [     ] 
o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 556515 INFO  
(TEST-FuzzySearchTest.testTooComplex-seed#[3EEF8939475A522F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> 556547 INFO  (zkCallback-4736-thread-3) [     ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 556547 INFO  (zkCallback-4736-thread-3) [     ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 248 ms
   [junit4]   2> 556640 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=38709107
   [junit4]   2> 556640 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37737_solr
   [junit4]   2> 556641 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 556641 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:37737_solr as DOWN
   [junit4]   2> 556654 INFO  (coreCloseExecutor-1359-thread-1) 
[n:127.0.0.1:37737_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@14079519
   [junit4]   2> 556654 INFO  (coreCloseExecutor-1359-thread-1) 
[n:127.0.0.1:37737_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@14079519
   [junit4]   2> 556654 INFO  (coreCloseExecutor-1359-thread-1) 
[n:127.0.0.1:37737_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@27490a22: rootName = 
solr_37737, domain = solr.core.c1.shard1.replica_n1, service url = null, agent 
id = null] for registry solr.core.c1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@45ed5170
   [junit4]   2> 556662 INFO  (coreCloseExecutor-1359-thread-1) 
[n:127.0.0.1:37737_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.c1.shard1.leader, tag=SolrCore@14079519
   [junit4]   2> 556669 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 556669 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@615832b4: rootName = 
solr_37737, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@55a2a97f
   [junit4]   2> 556673 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 556673 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@78b9528e: rootName = 
solr_37737, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@290afe6c
   [junit4]   2> 556675 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 556675 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c7971c4: rootName = 
solr_37737, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@57a2b35b
   [junit4]   2> 556675 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 556692 INFO  (closeThreadPool-4753-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73077315639902213-127.0.0.1:37737_solr-n_0000000000) closing
   [junit4]   2> 556692 INFO  
(OverseerStateUpdate-73077315639902213-127.0.0.1:37737_solr-n_0000000000) 
[n:127.0.0.1:37737_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37737_solr
   [junit4]   2> 556692 INFO  
(OverseerAutoScalingTriggerThread-73077315639902213-127.0.0.1:37737_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 556704 INFO  (closeThreadPool-4753-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73077315639902213-127.0.0.1:37737_solr-n_0000000000) closing
   [junit4]   2> 556798 INFO  (jetty-closer-4749-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73077315639902213-127.0.0.1:37737_solr-n_0000000000) closing
   [junit4]   2> 556799 INFO  (jetty-closer-4749-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@37df34d7{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 556799 INFO  (jetty-closer-4749-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d9d0fae{/solr,null,UNAVAILABLE}
   [junit4]   2> 556799 INFO  (jetty-closer-4749-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 556800 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 557002 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/collections/c1/terms/shard1
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections/c1/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 557005 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36911
   [junit4]   2> 557005 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36911
   [junit4]   2> 557005 INFO  
(SUITE-FuzzySearchTest-seed#[3EEF8939475A522F]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36911
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.FuzzySearchTest_3EEF8939475A522F-001
   [junit4]   2> Jan 16, 2020 1:28:46 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@486de3c6),
 locale=sah, timezone=America/Paramaribo
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=270711824,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerStatusTest, 
ImplicitSnitchTest, TestFuzzyAnalyzedSuggestions, 
TestSolrConfigHandlerConcurrent, TestRandomDVFaceting, ChangedSchemaMergeTest, 
DistributedFacetPivotSmallTest, SolrLogPostToolTest, SuggesterFSTTest, 
TestJsonRequest, ZkCollectionPropsCachingTest, TermsComponentTest, 
TestExplainDocTransformer, TestInPlaceUpdatesDistrib, 
MetricsHistoryHandlerTest, TestScoreJoinQPScore, 
UpdateRequestProcessorFactoryTest, TestJavabinTupleStreamParser, 
MultiDestinationAuditLoggerTest, ClusterStateUpdateTest, 
BasicAuthOnSingleNodeTest, TestReplicationHandlerDiskOverFlow, 
TestRequestStatusCollectionAPI, JvmMetricsTest, TestQueryUtils, 
QueryEqualityTest, TestLegacyField, TestStreamBody, 
IndexSizeTriggerSizeEstimationTest, TestTolerantUpdateProcessorRandomCloud, 
TestSQLHandler, ZkCLITest, TestBinaryField, EchoParamsTest, ForceLeaderTest, 
CustomHighlightComponentTest, TestSolrQueryResponse, SolrSlf4jReporterTest, 
TestBM25SimilarityFactory, FuzzySearchTest]
   [junit4] Completed [130/899 (1!)] on J0 in 4.29s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 55434 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:507: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:494: 
Source checkout is dirty (unversioned/missing files) after running tests!!! 
Offending files:
* solr/licenses/jetty-start-9.4.24.v20191120-shaded.jar.sha1

Total time: 106 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
For additional commands, e-mail: builds-h...@lucene.apache.org

Reply via email to