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/07/14 05:21:01 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-11.0.6) - Build # 27306 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27306/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at http://127.0.0.1:39125/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:39125/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([A394742B3CB6B71F:4ECA8C5A0EFC6096]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:265)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13666 lines...]
   [junit4] Suite: org.apache.solr.handler.TestContainerPlugin
   [junit4]   2> 562732 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 562732 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 562733 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/data-dir-139-001
   [junit4]   2> 562733 WARN  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 562733 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 562734 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 562735 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage
   [junit4]   2> 562736 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001
   [junit4]   2> 562736 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 562736 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 562736 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 562737 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 562836 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer start zk server on port: 36427
   [junit4]   2> 562836 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36427
   [junit4]   2> 562836 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36427
   [junit4]   2> 562836 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36427
   [junit4]   2> 562852 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562856 INFO  (zkConnectionManagerCallback-6181-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562856 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562870 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562874 INFO  (zkConnectionManagerCallback-6183-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562874 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562875 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562879 INFO  (zkConnectionManagerCallback-6185-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562879 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 562987 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 562988 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 562988 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 562988 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 562988 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 562988 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@320e1480{/solr,null,AVAILABLE}
   [junit4]   2> 562991 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fd14316{/solr,null,AVAILABLE}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f8b072e{/solr,null,AVAILABLE}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7921cfea{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39125}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.e.j.s.Server Started @563306ms
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39125}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5fde2477{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43611}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-2) [     ] o.e.j.s.Server Started @563306ms
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43611}
   [junit4]   2> 562992 ERROR (jetty-launcher-6186-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 562992 ERROR (jetty-launcher-6186-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@cf99547{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44581}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.e.j.s.Server Started @563306ms
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@254ef445{/solr,null,AVAILABLE}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44581}
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T04:53:11.300939Z
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 562992 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 562993 ERROR (jetty-launcher-6186-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T04:53:11.301023Z
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 562993 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T04:53:11.301101Z
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1054c4e6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43491}
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.e.j.s.Server Started @563309ms
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43491}
   [junit4]   2> 562995 ERROR (jetty-launcher-6186-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-14T04:53:11.303892Z
   [junit4]   2> 562995 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562996 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 562996 INFO  (zkConnectionManagerCallback-6188-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562996 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562996 INFO  (zkConnectionManagerCallback-6192-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562996 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562996 INFO  (zkConnectionManagerCallback-6190-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562996 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562996 INFO  (zkConnectionManagerCallback-6194-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562996 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 562997 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 562997 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 562997 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 562997 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 563011 WARN  (jetty-launcher-6186-thread-3-SendThread(127.0.0.1:36427)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100acc93f600003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100acc93f600003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100acc93f600003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 563113 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 563114 WARN  (jetty-launcher-6186-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21c4f520[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563114 WARN  (jetty-launcher-6186-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21c4f520[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563121 WARN  (jetty-launcher-6186-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6e57c0f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563121 WARN  (jetty-launcher-6186-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6e57c0f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563122 INFO  (jetty-launcher-6186-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36427/solr
   [junit4]   2> 563123 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 563124 INFO  (zkConnectionManagerCallback-6204-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 563124 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 563163 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39125_solr
   [junit4]   2> 563164 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.c.Overseer Overseer (id=72247574389587975-127.0.0.1:39125_solr-n_0000000000) starting
   [junit4]   2> 563165 INFO  (OverseerStateUpdate-72247574389587975-127.0.0.1:39125_solr-n_0000000000) [n:127.0.0.1:39125_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39125_solr
   [junit4]   2> 563170 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39125_solr
   [junit4]   2> 563171 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 563172 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 563172 WARN  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_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> 563179 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 563191 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39125.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563194 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39125.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563194 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39125.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563195 INFO  (jetty-launcher-6186-thread-3) [n:127.0.0.1:39125_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node3
   [junit4]   2> 563213 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 563217 WARN  (jetty-launcher-6186-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71b81538[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563217 WARN  (jetty-launcher-6186-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71b81538[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563225 WARN  (jetty-launcher-6186-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d9e8c5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563225 WARN  (jetty-launcher-6186-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d9e8c5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563227 INFO  (jetty-launcher-6186-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36427/solr
   [junit4]   2> 563227 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 563228 INFO  (zkConnectionManagerCallback-6226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 563228 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 563230 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 563232 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43491_solr as DOWN
   [junit4]   2> 563233 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 563233 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43491_solr
   [junit4]   2> 563233 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563234 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 563234 WARN  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_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> 563237 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563244 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 563256 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43491.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563260 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43491.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563260 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43491.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563261 INFO  (jetty-launcher-6186-thread-1) [n:127.0.0.1:43491_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node1
   [junit4]   2> 563314 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 563315 WARN  (jetty-launcher-6186-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7589fbcf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563315 WARN  (jetty-launcher-6186-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7589fbcf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563317 WARN  (jetty-launcher-6186-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33c19724[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563317 WARN  (jetty-launcher-6186-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33c19724[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563318 INFO  (jetty-launcher-6186-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36427/solr
   [junit4]   2> 563320 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 563321 INFO  (zkConnectionManagerCallback-6244-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 563321 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 563324 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 563326 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44581_solr as DOWN
   [junit4]   2> 563326 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 563326 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44581_solr
   [junit4]   2> 563327 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 563327 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 563328 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 563328 WARN  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_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> 563333 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 563336 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 563349 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44581.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563355 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44581.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563355 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44581.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563356 INFO  (jetty-launcher-6186-thread-4) [n:127.0.0.1:44581_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node4
   [junit4]   2> 563414 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 563415 WARN  (jetty-launcher-6186-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14a3807a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563415 WARN  (jetty-launcher-6186-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14a3807a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563416 WARN  (jetty-launcher-6186-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@734cd854[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563416 WARN  (jetty-launcher-6186-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@734cd854[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 563417 INFO  (jetty-launcher-6186-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36427/solr
   [junit4]   2> 563418 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 563419 INFO  (zkConnectionManagerCallback-6262-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 563419 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 563421 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 563423 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43611_solr as DOWN
   [junit4]   2> 563423 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 563423 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43611_solr
   [junit4]   2> 563424 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 563424 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 563424 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 563424 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 563425 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 563425 WARN  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_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> 563432 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 563444 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43611.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563450 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43611.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563450 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43611.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c44e530
   [junit4]   2> 563451 INFO  (jetty-launcher-6186-thread-2) [n:127.0.0.1:43611_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node2
   [junit4]   2> 563459 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 563460 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 563461 INFO  (zkConnectionManagerCallback-6275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 563461 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 563462 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 563462 INFO  (TEST-TestContainerPlugin.testApiFromPackage-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36427/solr ready
   [junit4]   2> 563472 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44581_solr} status=0 QTime=0
   [junit4]   2> 563472 INFO  (updateExecutor-6200-thread-1-processing-n:127.0.0.1:39125_solr) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44581_solr 
   [junit4]   2> 563474 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 563474 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 563475 INFO  (updateExecutor-6200-thread-1-processing-n:127.0.0.1:39125_solr) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 563476 INFO  (updateExecutor-6200-thread-1-processing-n:127.0.0.1:39125_solr) [n:127.0.0.1:39125_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 563480 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44581_solr} status=0 QTime=1
   [junit4]   2> 563480 INFO  (updateExecutor-6258-thread-1-processing-n:127.0.0.1:43611_solr) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44581_solr 
   [junit4]   2> 563485 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 563491 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=5
   [junit4]   2> 563491 INFO  (qtp512960836-11008) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44581_solr} status=0 QTime=0
   [junit4]   2> 563492 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44581_solr 
   [junit4]   2> 563492 INFO  (qtp37649264-10999) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=26
   [junit4]   1> sync resp: http://127.0.0.1:44581/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 563492 INFO  (updateExecutor-6258-thread-1-processing-n:127.0.0.1:43611_solr) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 563492 INFO  (updateExecutor-6258-thread-1-processing-n:127.0.0.1:43611_solr) [n:127.0.0.1:43611_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 563493 INFO  (qtp37649264-10999) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 563493 INFO  (qtp37649264-10999) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 563494 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 563494 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 563505 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563510 INFO  (qtp512960836-11008) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563513 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563518 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563524 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563525 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar
   [junit4]   2> 563526 INFO  (qtp1360642084-11019) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563527 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563527 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563528 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar
   [junit4]   2> 563528 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 563532 INFO  (qtp37649264-10999) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:39125_solr} status=0 QTime=2
   [junit4]   2> 563533 INFO  (updateExecutor-6240-thread-2-processing-n:127.0.0.1:44581_solr) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:39125_solr 
   [junit4]   2> 563533 INFO  (qtp512960836-11008) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:39125_solr} status=0 QTime=0
   [junit4]   2> 563534 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:39125_solr 
   [junit4]   2> 563534 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 563534 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 563534 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:39125_solr} status=0 QTime=0
   [junit4]   2> 563535 INFO  (updateExecutor-6258-thread-1-processing-n:127.0.0.1:43611_solr) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:39125_solr 
   [junit4]   2> 563535 INFO  (updateExecutor-6240-thread-2-processing-n:127.0.0.1:44581_solr) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 563535 INFO  (qtp2011574118-11021) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 563535 INFO  (updateExecutor-6240-thread-2-processing-n:127.0.0.1:44581_solr) [n:127.0.0.1:44581_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 563535 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0
   [junit4]   2> 563535 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 563535 INFO  (qtp2011574118-11021) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 563535 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0
   [junit4]   2> 563536 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 563536 INFO  (updateExecutor-6258-thread-1-processing-n:127.0.0.1:43611_solr) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246
   [junit4]   2> 563536 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 563536 INFO  (updateExecutor-6258-thread-1-processing-n:127.0.0.1:43611_solr) [n:127.0.0.1:43611_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar
   [junit4]   2> 563538 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563542 INFO  (qtp512960836-11008) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563549 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563552 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563554 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563555 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar
   [junit4]   2> 563556 INFO  (qtp512960836-11008) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563556 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563557 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563557 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar
   [junit4]   2> 563558 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 563560 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:43611_solr} status=0 QTime=0
   [junit4]   2> 563560 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:43611_solr 
   [junit4]   2> 563560 INFO  (qtp37649264-10999) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:43611_solr} status=0 QTime=0
   [junit4]   2> 563560 INFO  (updateExecutor-6240-thread-2-processing-n:127.0.0.1:44581_solr) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:43611_solr 
   [junit4]   2> 563561 INFO  (qtp1360642084-11019) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 563561 INFO  (qtp1360642084-11026) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 563561 INFO  (qtp1360642084-11019) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 563561 INFO  (qtp1360642084-11026) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 563562 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 563562 INFO  (updateExecutor-6222-thread-1-processing-n:127.0.0.1:43491_solr) [n:127.0.0.1:43491_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 563562 INFO  (updateExecutor-6240-thread-2-processing-n:127.0.0.1:44581_solr) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 563562 INFO  (updateExecutor-6240-thread-2-processing-n:127.0.0.1:44581_solr) [n:127.0.0.1:44581_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 563569 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:43611_solr} status=0 QTime=7
   [junit4]   2> 563569 INFO  (updateExecutor-6200-thread-2-processing-n:127.0.0.1:39125_solr) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:43611_solr 
   [junit4]   2> 563570 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 563570 INFO  (qtp1360642084-11019) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0
   [junit4]   2> 563570 INFO  (qtp1360642084-11026) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0
   [junit4]   2> 563571 INFO  (updateExecutor-6200-thread-2-processing-n:127.0.0.1:39125_solr) [n:127.0.0.1:39125_solr     ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246
   [junit4]   2> 563571 INFO  (updateExecutor-6200-thread-2-processing-n:127.0.0.1:39125_solr) [n:127.0.0.1:39125_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar
   [junit4]   2> 563574 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563582 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563585 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563587 INFO  (qtp1360642084-11019) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563593 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563597 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563599 INFO  (qtp1360642084-11019) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563600 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563600 INFO  (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563600 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 563600 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 563600 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 563601 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 563601 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 563601 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 563601 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 563601 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 563601 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 563601 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 563601 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 563603 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 563603 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 563603 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar]
   [junit4]   2> 563603 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563603 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563603 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563609 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563609 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563609 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563610 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563610 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563611 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 563611 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 563611 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 563611 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 563611 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 563611 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 563611 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 563611 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 563611 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 563620 INFO  (qtp2011574118-11021) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 563626 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 563629 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 563631 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0
   [junit4]   2> 563638 INFO  (qtp2011574118-11021) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 563640 INFO  (qtp512960836-11008) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 563641 ERROR (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.a.V2HttpCall >> path: '/plugin/my/path'
   [junit4]   2> 563642 ERROR (qtp2011574118-11014) [n:127.0.0.1:39125_solr     ] o.a.s.a.V2HttpCall Error in init()
   [junit4]   2>           => org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139)
   [junit4]   2> org.apache.solr.common.SolrException: no core retrieved for null
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.init(V2HttpCall.java:139) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:546) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 563744 INFO  (qtp37649264-11004) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 563746 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563747 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563749 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 563749 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 563749 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 563749 INFO  (qtp37649264-11012) [n:127.0.0.1:44581_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563749 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 563749 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 563749 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 563749 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 563749 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 563749 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 563749 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 563749 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 563749 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar]
   [junit4]   2> 563749 INFO  (qtp1360642084-11005) [n:127.0.0.1:43611_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563750 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (qtp2011574118-11001) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 563750 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 563750 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.p.PackageLoader Package mypkg is modified 
   [junit4]   2> 563750 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563750 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node1/filestore/myplugin]
   [junit4]   2> 563750 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 563751 INFO  (qtp512960836-11016) [n:127.0.0.1:43491_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 563751 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node4/filestore/myplugin]
   [junit4]   2> 563751 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node2/filestore/myplugin]
   [junit4]   2> 563751 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 563751 INFO  (zkCallback-6261-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 563754 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 563754 ERROR (qtp2011574118-11021) [n:127.0.0.1:39125_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{update=org.apache.solr.client.solrj.request.beans.PluginMeta@5f226d1d, errorMessages=[No such package version:mypkg:2.0 . available versions :[1.0]]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 563755 INFO  (qtp2011574118-11021) [n:127.0.0.1:39125_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 563755 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001/tempDir-001/node3/filestore/myplugin]
   [junit4]   2> 563755 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg
   [junit4]   2> 563856 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=89364656
   [junit4]   2> 563856 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1680226653
   [junit4]   2> 563856 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1684244809
   [junit4]   2> 563856 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39125_solr
   [junit4]   2> 563856 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43491_solr
   [junit4]   2> 563856 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44581_solr
   [junit4]   2> 563857 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 563857 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43491_solr as DOWN
   [junit4]   2> 563857 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 563857 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 563857 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44581_solr as DOWN
   [junit4]   2> 563857 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39125_solr as DOWN
   [junit4]   2> 563858 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=483575977
   [junit4]   2> 563858 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43611_solr
   [junit4]   2> 563858 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 563858 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43611_solr as DOWN
   [junit4]   2> 563862 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 563863 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 563863 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 563863 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d5025ab: rootName = solr_44581, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@39749971
   [junit4]   2> 563863 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9503599: rootName = solr_43611, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@b60d4e3
   [junit4]   2> 563867 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 563867 INFO  (jetty-closer-6276-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36de6b29: rootName = solr_39125, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@754a4478
   [junit4]   2> 563867 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 563867 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76d505ca: rootName = solr_43491, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2f7b01b4
   [junit4]   2> 563868 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 563868 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b38bad6: rootName = solr_43611, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@71a561c1
   [junit4]   2> 563871 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 563871 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@88303e: rootName = solr_44581, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@71a561c1
   [junit4]   2> 563873 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 563873 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c3c484d: rootName = solr_43611, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@24ea4665
   [junit4]   2> 563873 INFO  (jetty-closer-6276-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 563874 INFO  (zkCallback-6225-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 563874 INFO  (zkCallback-6203-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 563874 INFO  (zkCallback-6243-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 563875 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 563875 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77762fdd: rootName = solr_44581, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@24ea4665
   [junit4]   2> 563875 INFO  (jetty-closer-6276-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 563876 INFO  (jetty-closer-6276-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=so

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

jetty-closer-6393-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72247575115202567-127.0.0.1:34927_solr-n_0000000000) closing
   [junit4]   2> 575356 INFO  (jetty-closer-6393-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1733519e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 575356 INFO  (jetty-closer-6393-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@311bba48{/solr,null,UNAVAILABLE}
   [junit4]   2> 575356 INFO  (jetty-closer-6393-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 575452 INFO  (jetty-closer-6393-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3fbaf40{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 575452 INFO  (jetty-closer-6393-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@384e7c69{/solr,null,UNAVAILABLE}
   [junit4]   2> 575452 INFO  (jetty-closer-6393-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 575557 INFO  (jetty-closer-6393-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6b076ee9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 575557 INFO  (jetty-closer-6393-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@581c1bfc{/solr,null,UNAVAILABLE}
   [junit4]   2> 575557 INFO  (jetty-closer-6393-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 575661 INFO  (jetty-closer-6393-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@78cf6a58{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 575661 INFO  (jetty-closer-6393-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@432607fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 575661 INFO  (jetty-closer-6393-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 575662 INFO  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 575662 WARN  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]-SendThread(127.0.0.1:35303)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100acc96aa00000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100acc96aa00000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100acc96aa00000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 575764 WARN  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]-SendThread(127.0.0.1:35303)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100acc96aa00001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100acc96aa00001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100acc96aa00001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 575866 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> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/live_nodes
   [junit4]   2> 	9	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 575868 INFO  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35303
   [junit4]   2> 575868 INFO  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35303
   [junit4]   2> 575868 INFO  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35303
   [junit4]   2> 575870 INFO  (TEST-TestContainerPlugin.testApi-seed#[A394742B3CB6B71F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4]   2> 575871 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 575871 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35303
   [junit4]   2> 575871 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35303
   [junit4]   2> 575871 INFO  (SUITE-TestContainerPlugin-seed#[A394742B3CB6B71F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35303
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_A394742B3CB6B71F-001
   [junit4]   2> Jul 14, 2020 4:53:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1944, maxMBSortInHeap=5.919349368738537, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-GM, timezone=Pacific/Pago_Pago
   [junit4]   2> NOTE: Linux 5.3.0-59-generic amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=16,threads=1,free=251658240,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecovery, RestoreTriggerStateTest, TestDeprecatedFilters, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestExactSharedStatsCacheCloud, ClassificationUpdateProcessorIntegrationTest, TestShardHandlerFactory, BlockDirectoryTest, ClusterStateMockUtilTest, TestCryptoKeys, IndexSchemaRuntimeFieldTest, TestTrieFacet, BitVectorTest, DateRangeFieldTest, TestSimClusterStateProvider, TestSolrXml, TestSerializedLuceneMatchVersion, TestPullReplica, SegmentsInfoRequestHandlerTest, TestUseDocValuesAsStored2, BinaryUpdateRequestHandlerTest, TestStressThreadBackup, DistributedDebugComponentTest, SpellCheckCollatorWithCollapseTest, SplitByPrefixTest, TestHdfsUpdateLog, TestFieldCache, AddSchemaFieldsUpdateProcessorFactoryTest, TestSimpleQParserPlugin, TestSystemIdResolver, TestDynamicLoadingUrl, TestHalfAndHalfDocValues, DistributedSpellCheckComponentTest, MetricTriggerTest, TestQueryUtils, BadIndexSchemaTest, TestNoOpRegenerator, TestFilteredDocIdSet, PhrasesIdentificationComponentTest, DynamicMapsTest, HdfsRecoveryZkTest, TestSolrTestCaseJ4, OverseerStatusTest, SolrJmxReporterCloudTest, TestSchemaField, MoveReplicaTest, ConcurrentCreateCollectionTest, TestRebalanceLeaders, ResourceLoaderTest, MetricsHistoryIntegrationTest, TestMaxTokenLenTokenizer, OverriddenZkACLAndCredentialsProvidersTest, TimeRoutedAliasUpdateProcessorTest, TestPackages, TestSolrFieldCacheBean, TestPerFieldSimilarity, HdfsBasicDistributedZk2Test, TestCloudDeleteByQuery, TestJsonRequest, ZkCLITest, AdminHandlersProxyTest, TestHighlightDedupGrouping, DistribDocExpirationUpdateProcessorTest, SuggesterTSTTest, TestInitQParser, ZookeeperStatusHandlerTest, SolrRequestParserTest, CdcrUpdateLogTest, TestContainerPlugin]
   [junit4] Completed [455/917 (1!)] on J1 in 14.01s, 2 tests, 1 error <<< FAILURES!

[...truncated 53665 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27306/consoleText

[repro] Revision: e3c2a93edbddc279c49fcc25806fb973fc08291f

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=TestContainerPlugin -Dtests.method=testApiFromPackage -Dtests.seed=A394742B3CB6B71F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-GM -Dtests.timezone=Pacific/Pago_Pago -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[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]       TestContainerPlugin
[repro] ant compile-test

[...truncated 2449 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestContainerPlugin" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=A394742B3CB6B71F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-GM -Dtests.timezone=Pacific/Pago_Pago -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.handler.TestContainerPlugin
[repro] Exiting with code 0

[...truncated 49 lines...]