You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/01/23 14:33:02 UTC

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-14-ea+32) - Build # 672 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/672/
Java: 64bit/jdk-14-ea+32 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy

Error Message:
After running Solr cloud example, test collection 'testCloudExamplePrompt1' not found in Solr at: http://localhost:64461/solr; tool output:  Welcome to the SolrCloud example!  This interactive session will help you launch a SolrCloud cluster on your local workstation. To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]:  Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. Please enter the port for node1 [8983]:  Creating Solr home directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-001\cloud\node1\solr  Starting up Solr on port 64461 using command: "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\bin\solr" start -cloud -p 64461 -s "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-001\cloud\node1\solr"   Now let's create a new collection for indexing documents in your 1-node cluster. Please provide a name for your new collection: [gettingstarted]  How many shards would you like to split testCloudExamplePrompt1 into? [2] How many replicas per shard would you like to create? [2]  Please choose a configuration for the testCloudExamplePrompt1 collection, available options are: _default or sample_techproducts_configs [_default]  

Stack Trace:
java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt1' not found in Solr at: http://localhost:64461/solr; tool output: 
Welcome to the SolrCloud example!

This interactive session will help you launch a SolrCloud cluster on your local workstation.
To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: 
Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
Please enter the port for node1 [8983]: 
Creating Solr home directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-001\cloud\node1\solr

Starting up Solr on port 64461 using command:
"C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\bin\solr" start -cloud -p 64461 -s "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-001\cloud\node1\solr"


Now let's create a new collection for indexing documents in your 1-node cluster.
Please provide a name for your new collection: [gettingstarted] 
How many shards would you like to split testCloudExamplePrompt1 into? [2]
How many replicas per shard would you like to create? [2] 
Please choose a configuration for the testCloudExamplePrompt1 collection, available options are:
_default or sample_techproducts_configs [_default] 

	at __randomizedtesting.SeedInfo.seed([6FECFE37B1C392DB:9D444538CE760BFD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy(TestSolrCLIRunExample.java:570)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 15477 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> 1403782 INFO  (SUITE-TestSolrCLIRunExample-seed#[6FECFE37B1C392DB]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1403784 INFO  (SUITE-TestSolrCLIRunExample-seed#[6FECFE37B1C392DB]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\data-dir-80-001
   [junit4]   2> 1403784 WARN  (SUITE-TestSolrCLIRunExample-seed#[6FECFE37B1C392DB]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 1403784 INFO  (SUITE-TestSolrCLIRunExample-seed#[6FECFE37B1C392DB]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1403785 INFO  (SUITE-TestSolrCLIRunExample-seed#[6FECFE37B1C392DB]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 1403787 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExampleWithAutoScalingPolicy
   [junit4]   2> 1407845 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-002
   [junit4]   2> 1407846 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1407846 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1407846 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1407946 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.ZkTestServer start zk server on port:64551
   [junit4]   2> 1407946 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64551
   [junit4]   2> 1407946 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64551
   [junit4]   2> 1407946 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64551
   [junit4]   2> 1407948 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1407950 INFO  (zkConnectionManagerCallback-5255-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1407950 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1407953 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1407955 INFO  (zkConnectionManagerCallback-5257-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1407955 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1407956 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1407958 INFO  (zkConnectionManagerCallback-5259-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1407958 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1408061 WARN  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1408061 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=64461, binding port=64461)
   [junit4]   2> 1408061 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 64461 try number 1 ...
   [junit4]   2> 1408061 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+32-1423
   [junit4]   2> 1408062 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1408062 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1408062 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1408062 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c11ba53{/solr,null,AVAILABLE}
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@348cd9d2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64461}
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.e.j.s.Server Started @1408019ms
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64461}
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 64461
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1408064 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-23T13:56:31.023458200Z
   [junit4]   2> 1408066 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1408067 INFO  (zkConnectionManagerCallback-5262-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408067 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1408068 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1408071 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d41adb7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1408253 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1408254 WARN  (jetty-launcher-5260-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62e18396[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1408254 WARN  (jetty-launcher-5260-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62e18396[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1408258 WARN  (jetty-launcher-5260-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12ed3cb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1408258 WARN  (jetty-launcher-5260-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12ed3cb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1408259 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64551/solr
   [junit4]   2> 1408260 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1408262 INFO  (zkConnectionManagerCallback-5269-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408262 INFO  (jetty-launcher-5260-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1408366 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1408368 INFO  (zkConnectionManagerCallback-5271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408368 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1408468 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader localhost:64461_solr
   [junit4]   2> 1408469 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.c.Overseer Overseer (id=72060995414458373-localhost:64461_solr-n_0000000000) starting
   [junit4]   2> 1408474 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/localhost:64461_solr
   [junit4]   2> 1408474 INFO  (OverseerStateUpdate-72060995414458373-localhost:64461_solr-n_0000000000) [n:localhost:64461_solr     ] o.a.s.c.Overseer Starting to work on the main queue : localhost:64461_solr
   [junit4]   2> 1408475 INFO  (OverseerStateUpdate-72060995414458373-localhost:64461_solr-n_0000000000) [n:localhost:64461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1408478 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1408479 WARN  (jetty-launcher-5260-thread-1) [n:localhost:64461_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> 1408504 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1408518 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d41adb7
   [junit4]   2> 1408523 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d41adb7
   [junit4]   2> 1408524 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d41adb7
   [junit4]   2> 1408524 INFO  (jetty-launcher-5260-thread-1) [n:localhost:64461_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-002\node1
   [junit4]   2> 1408543 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1408544 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1408546 INFO  (zkConnectionManagerCallback-5280-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408546 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1408547 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1408548 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64551/solr ready
   [junit4]   2> 1411614 INFO  (qtp978002155-14719) [n:localhost:64461_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=41
   [junit4]   2> 1411618 INFO  (qtp978002155-14720) [n:localhost:64461_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1411621 INFO  (qtp978002155-14720) [n:localhost:64461_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=json} status=0 QTime=3
   [junit4]   2> 1411624 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411626 INFO  (zkConnectionManagerCallback-5285-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411626 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1411628 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1411629 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy-seed#[6FECFE37B1C392DB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64551/solr ready
   [junit4]   2> 1411735 INFO  (qtp978002155-14720) [n:localhost:64461_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=list&wt=json and sendToOCPQueue=true
   [junit4]   2> 1411735 INFO  (qtp978002155-14720) [n:localhost:64461_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=list&wt=json} status=0 QTime=0
   [junit4]   2> 1412029 WARN  (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 2 on collection testCloudExamplePrompt1 is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 1532306 ERROR (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://localhost:64461/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[?:?]
   [junit4]   2> 	at java.net.Socket$SocketInputStream.read(Socket.java:982) ~[?:?]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ~[java/:?]
   [junit4]   2> 	... 13 more
   [junit4]   2> 1532306 ERROR (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://localhost:64461/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[?:?]
   [junit4]   2> 	at java.net.Socket$SocketInputStream.read(Socket.java:982) ~[?:?]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ~[java/:?]
   [junit4]   2> 	... 13 more
   [junit4]   2> 1532306 ERROR (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://localhost:64461/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[?:?]
   [junit4]   2> 	at java.net.Socket$SocketInputStream.read(Socket.java:982) ~[?:?]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ~[java/:?]
   [junit4]   2> 	... 13 more
   [junit4]   2> 1532306 ERROR (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://localhost:64461/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://localhost:64461/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[?:?]
   [junit4]   2> 	at sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[?:?]
   [junit4]   2> 	at java.net.Socket$SocketInputStream.read(Socket.java:982) ~[?:?]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ~[java/:?]
   [junit4]   2> 	... 13 more
   [junit4]   2> 1532306 ERROR (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [testCloudExamplePrompt1].
   [junit4]   2> 1532311 ERROR (OverseerThreadFactory-4309-thread-1-processing-n:localhost:64461_solr) [n:localhost:64461_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testCloudExamplePrompt1 operation: create failed:org.apache.solr.common.SolrException: Underlying core creation failed while creating collection: testCloudExamplePrompt1
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:303)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:504)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 
   [junit4]   2> ERROR: Failed to create collection 'testCloudExamplePrompt1' due to: Underlying core creation failed while creating collection: testCloudExamplePrompt1
   [junit4]   2> 
   [junit4]   2> 
   [junit4]   2> ERROR: Failed to create collection using command: [-name, testCloudExamplePrompt1, -shards, 2, -replicationFactor, 2, -confname, testCloudExamplePrompt1, -confdir, _default, -configsetsDir, C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets, -solrUrl, http://localhost:64461/solr]
   [junit4]   2> 
   [junit4]   2> 1532631 INFO  (jetty-closer-5291-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@348cd9d2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64461}
   [junit4]   2> 1532631 INFO  (jetty-closer-5291-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c11ba53{/solr,null,UNAVAILABLE}
   [junit4]   2> 1532631 INFO  (jetty-closer-5291-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1547635 ERROR (qtp978002155-14719) [n:localhost:64461_solr c:testCloudExamplePrompt1 s:shard2 r:core_node8 x:testCloudExamplePrompt1_shard2_replica_n6 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'testCloudExamplePrompt1_shard2_replica_n6': Unable to create core [testCloudExamplePrompt1_shard2_replica_n6] Caused by: Could not get shard id for core: testCloudExamplePrompt1_shard2_replica_n6
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1242)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
   [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:717)
   [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:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [testCloudExamplePrompt1_shard2_replica_n6]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1313)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1203)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not get shard id for core: testCloudExamplePrompt1_shard2_replica_n6
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1754)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1694)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1285)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 1547635 ERROR (qtp978002155-14773) [n:localhost:64461_solr c:testCloudExamplePrompt1 s:shard2 r:core_node7 x:testCloudExamplePrompt1_shard2_replica_n4 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'testCloudExamplePrompt1_shard2_replica_n4': Unable to create core [testCloudExamplePrompt1_shard2_replica_n4] Caused by: Could not get shard id for core: testCloudExamplePrompt1_shard2_replica_n4
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1242)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
   [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:717)
   [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:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [testCloudExamplePrompt1_shard2_replica_n4]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1313)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1203)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not get shard id for core: testCloudExamplePrompt1_shard2_replica_n4
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1754)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1694)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1285)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 1547635 ERROR (qtp978002155-14721) [n:localhost:64461_solr c:testCloudExamplePrompt1 s:shard1 r:core_node3 x:testCloudExamplePrompt1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'testCloudExamplePrompt1_shard1_replica_n1': Unable to create core [testCloudExamplePrompt1_shard1_replica_n1] Caused by: Could not get shard id for core: testCloudExamplePrompt1_shard1_replica_n1
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1242)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
   [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:717)
   [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:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [testCloudExamplePrompt1_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1313)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1203)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not get shard id for core: testCloudExamplePrompt1_shard1_replica_n1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1754)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1694)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1285)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 1547636 ERROR (qtp978002155-14720) [n:localhost:64461_solr c:testCloudExamplePrompt1 s:shard1 r:core_node5 x:testCloudExamplePrompt1_shard1_replica_n2 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'testCloudExamplePrompt1_shard1_replica_n2': Unable to create core [testCloudExamplePrompt1_shard1_replica_n2] Caused by: Could not get shard id for core: testCloudExamplePrompt1_shard1_replica_n2
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1242)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
   [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:717)
   [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:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [testCloudExamplePrompt1_shard1_replica_n2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1313)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1203)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not get shard id for core: testCloudExamplePrompt1_shard1_replica_n2
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1754)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1694)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1285)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 1547843 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> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/testCloudExamplePrompt1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/overseer/queue
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCLIRunExample -Dtests.method=testInteractiveSolrCloudExampleWithAutoScalingPolicy -Dtests.seed=6FECFE37B1C392DB -Dtests.slow=true -Dtests.locale=it-SM -Dtests.timezone=America/Sitka -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE  146s J2 | TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt1' not found in Solr at: http://localhost:64461/solr; tool output: 
   [junit4]    > Welcome to the SolrCloud example!
   [junit4]    > This interactive session will help you launch a SolrCloud cluster on your local workstation.
   [junit4]    > To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: 
   [junit4]    > Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
   [junit4]    > Please enter the port for node1 [8983]: 
   [junit4]    > Creating Solr home directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-001\cloud\node1\solr
   [junit4]    > Starting up Solr on port 64461 using command:
   [junit4]    > "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\bin\solr" start -cloud -p 64461 -s "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-001\cloud\node1\solr"
   [junit4]    > Now let's create a new collection for indexing documents in your 1-node cluster.
   [junit4]    > Please provide a name for your new collection: [gettingstarted] 
   [junit4]    > How many shards would you like to split testCloudExamplePrompt1 into? [2]
   [junit4]    > How many replicas per shard would you like to create? [2] 
   [junit4]    > Please choose a configuration for the testCloudExamplePrompt1 collection, available options are:
   [junit4]    > _default or sample_techproducts_configs [_default] 
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6FECFE37B1C392DB:9D444538CE760BFD]:0)
   [junit4]    > 	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExampleWithAutoScalingPolicy(TestSolrCLIRunExample.java:570)
   [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:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 1554094 WARN  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1554094 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+32-1423
   [junit4]   2> 1554094 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1554094 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1554094 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1554094 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f183bc8{/solr,null,AVAILABLE}
   [junit4]   2> 1554096 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@10d2e88f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:52277}
   [junit4]   2> 1554096 INFO  (jetty-launcher-5302-thread-1) [     ] o.e.j.s.Server Started @1554050ms
   [junit4]   2> 1554363 WARN  (jetty-launcher-5302-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@622239c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554363 WARN  (jetty-launcher-5302-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@622239c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554367 WARN  (jetty-launcher-5302-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f5d0574[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554367 WARN  (jetty-launcher-5302-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f5d0574[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1554595 WARN  (jetty-launcher-5302-thread-1) [n:localhost:52277_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> 1558302 WARN  (OverseerThreadFactory-4323-thread-1-processing-n:localhost:52277_solr) [n:localhost:52277_solr     ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 2 on collection testCloudExamplePrompt is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 1562228 WARN  (zkCallback-5312-thread-6) [     ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 1562692 INFO  (jetty-closer-5374-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@10d2e88f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:52277}
   [junit4]   2> 1562692 INFO  (jetty-closer-5374-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f183bc8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1562692 INFO  (jetty-closer-5374-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1562899 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> 	8	/solr/configs/testCloudExamplePrompt/managed-schema
   [junit4]   2> 	6	/solr/collections/testCloudExamplePrompt/state.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/testCloudExamplePrompt/terms/shard1
   [junit4]   2> 	5	/solr/collections/testCloudExamplePrompt/terms/shard2
   [junit4]   2> 	2	/solr/configs/testCloudExamplePrompt
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/testCloudExamplePrompt/state.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/overseer/queue
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 
   [junit4]   2> ERROR: Failed to start Solr using command: "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-005\failExecuteScript" start -p 52886 -s "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-005\techproducts\solr" Exception : org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-005\failExecuteScript" "execute"))
   [junit4]   2> 
   [junit4]   2> 1571012 WARN  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1571012 INFO  (Thread-1861) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+32-1423
   [junit4]   2> 1571012 INFO  (Thread-1861) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1571012 INFO  (Thread-1861) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1571012 INFO  (Thread-1861) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1571012 INFO  (Thread-1861) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e4c6c6c{/solr,null,AVAILABLE}
   [junit4]   2> 1571017 INFO  (Thread-1861) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1016b369{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:52926}
   [junit4]   2> 1571017 INFO  (Thread-1861) [     ] o.e.j.s.Server Started @1570971ms
   [junit4]   2> 1571248 WARN  (Thread-1861) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d75b661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1571249 WARN  (Thread-1861) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d75b661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1571252 WARN  (Thread-1861) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4de55e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1571252 WARN  (Thread-1861) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4de55e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1571253 WARN  (Thread-1861) [     ] 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> 1574498 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1016b369{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:52926}
   [junit4]   2> 1574498 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e4c6c6c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1574498 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1576506 WARN  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1576508 INFO  (Thread-1871) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+32-1423
   [junit4]   2> 1576508 INFO  (Thread-1871) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1576508 INFO  (Thread-1871) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1576508 INFO  (Thread-1871) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1576514 INFO  (Thread-1871) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b1a86f{/solr,null,AVAILABLE}
   [junit4]   2> 1576516 INFO  (Thread-1871) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2308a88c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53016}
   [junit4]   2> 1576516 INFO  (Thread-1871) [     ] o.e.j.s.Server Started @1576471ms
   [junit4]   2> 1576779 WARN  (Thread-1871) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42a41da1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1576779 WARN  (Thread-1871) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42a41da1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1576783 WARN  (Thread-1871) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68c231f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1576784 WARN  (Thread-1871) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68c231f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1576784 WARN  (Thread-1871) [     ] 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> 1579572 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2308a88c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53016}
   [junit4]   2> 1579572 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b1a86f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1579572 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1581595 WARN  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1581596 INFO  (Thread-1881) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14-ea+32-1423
   [junit4]   2> 1581596 INFO  (Thread-1881) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1581596 INFO  (Thread-1881) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1581597 INFO  (Thread-1881) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1581597 INFO  (Thread-1881) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56b1d63d{/solr,null,AVAILABLE}
   [junit4]   2> 1581598 INFO  (Thread-1881) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7dda753a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53147}
   [junit4]   2> 1581598 INFO  (Thread-1881) [     ] o.e.j.s.Server Started @1581553ms
   [junit4]   2> 1581715 WARN  (Thread-1881) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@488594d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1581715 WARN  (Thread-1881) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@488594d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1581720 WARN  (Thread-1881) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14792ae0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1581720 WARN  (Thread-1881) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14792ae0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1581721 WARN  (Thread-1881) [     ] 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> 1585071 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 1585071 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1585071 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 1585071 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1585072 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\langid\lib
   [junit4]   2> 1585072 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1585072 WARN  (qtp1624264984-15080) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSol

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

nfigured!  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> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\langid\lib
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 1588441 WARN  (coreLoadExecutor-4422-thread-1) [    x:techproducts ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001\tempDir-007\techproducts\solr\techproducts\..\..\..\..\dist
   [junit4]   2> 1590893 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6cf17c60{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53401}
   [junit4]   2> 1590893 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@46fa56e0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1590893 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[6FECFE37B1C392DB]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J2\temp\solr.util.TestSolrCLIRunExample_6FECFE37B1C392DB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1419, maxMBSortInHeap=5.295028910576925, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7e4c646b), locale=it-SM, timezone=America/Sitka
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 14-ea (64-bit)/cpus=6,threads=1,free=89815520,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastOutputStream, CurrencyRangeFacetCloudTest, TestUniqueKeyFieldResource, DocumentAnalysisRequestHandlerTest, TestBackupRepositoryFactory, ConfigSetsAPITest, AssignTest, TestNumericTerms32, SparseHLLTest, SolrCoreMetricManagerTest, TestCorePropertiesReload, SuggestComponentContextFilterQueryTest, TestMissingGroups, TestClusterStateMutator, TestSimpleQParserPlugin, TestUnInvertedFieldException, IgnoreLargeDocumentProcessorFactoryTest, ZkControllerTest, TestRequestForwarding, SaslZkACLProviderTest, TestTrie, TestUpdate, TestExportWriter, TestPullReplicaErrorHandling, TestImpersonationWithHadoopAuth, RecoveryZkTest, TestPayloadScoreQParserPlugin, TestCloudManagedSchema, DocValuesNotIndexedTest, TestRandomFaceting, TestReloadAndDeleteDocs, TestCryptoKeys, HttpSolrCallGetCoreTest, HdfsThreadLeakTest, BasicDistributedZkTest, TestApiFramework, QueryParsingTest, TestSimNodeAddedTrigger, TestManagedResourceStorage, PrimUtilsTest, PeerSyncTest, TestCloudSearcherWarming, TestExtendedDismaxParser, HDFSCollectionsAPITest, ByteBuffersDirectoryFactoryTest, TimeRoutedAliasUpdateProcessorTest, TestLazyCores, XmlUpdateRequestHandlerTest, TestSimDistributedQueue, HdfsNNFailoverTest, TriggerIntegrationTest, TestLFUCache, TestGraphMLResponseWriter, AutoScalingHandlerTest, TestLockTree, TestSolrConfigHandlerConcurrent, SmileWriterTest, BadComponentTest, RootFieldTest, StatelessScriptUpdateProcessorFactoryTest, DimensionalRoutedAliasUpdateProcessorTest, IndexSizeTriggerMixedBoundsTest, DateFieldTest, TestDistributedStatsComponentCardinality, TestSolrCloudSnapshots, ConvertedLegacyTest, SolrRrdBackendFactoryTest, TestConfigSetImmutable, IndexSizeEstimatorTest, TimeZoneUtilsTest, TestCloudPhrasesIdentificationComponent, DirectSolrSpellCheckerTest, TestAuthorizationFramework, SpatialFilterTest, NodeAddedTriggerIntegrationTest, HdfsLockFactoryTest, TestPhraseSuggestions, TestLocalFSCloudBackupRestore, ResponseLogComponentTest, TestEmbeddedSolrServerAdminHandler, HighlighterMaxOffsetTest, OverseerModifyCollectionTest, ReplicationFactorTest, LeaderElectionTest, CollectionsAPIDistributedZkTest, TestSolrCLIRunExample]
   [junit4] Completed [534/896 (1!)] on J2 in 187.33s, 5 tests, 1 failure <<< FAILURES!

[...truncated 45945 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/672/consoleText

[repro] Revision: 6458d4f63e38dfb37356b29c5bb8a72f6ce73398

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestSolrCLIRunExample
[repro] ant compile-test

[...truncated 3629 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestSolrCLIRunExample" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=6FECFE37B1C392DB -Dtests.slow=true -Dtests.locale=it-SM -Dtests.timezone=America/Sitka -Dtests.asserts=true -Dtests.file.encoding=Cp1252

[...truncated 102 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.util.TestSolrCLIRunExample
[repro] Exiting with code 0

[...truncated 78 lines...]