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/04/04 09:08:34 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-15-ea+16) - Build # 26240 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26240/
Java: 64bit/jdk-15-ea+16 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.solr.pkg.TestPackages.testPluginLoading

Error Message:
req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1554/0x00007f54cf24d0b0@58489806 . attempt: 9 Mismatch for value : '[config, queryResponseWriter, json1, _packageinfo_, package]' in response , {   "responseHeader":{     "status":0,     "QTime":0},   "config":{"queryResponseWriter":{"json1":{         "name":"json1",         "class":"mypkg:org.apache.solr.core.RuntimeLibResponseWriter"}}}}

Stack Trace:
java.lang.AssertionError: req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1554/0x00007f54cf24d0b0@58489806 . attempt: 9 Mismatch for value : '[config, queryResponseWriter, json1, _packageinfo_, package]' in response , {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "config":{"queryResponseWriter":{"json1":{
        "name":"json1",
        "class":"mypkg:org.apache.solr.core.RuntimeLibResponseWriter"}}}}
	at __randomizedtesting.SeedInfo.seed([AA36A314B2474D0:DC258ACCA83AB34A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:244)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:215)
	at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:432)
	at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:154)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:832)




Build Log:
[...truncated 15401 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 1023862 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-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> 1023862 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1023862 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/data-dir-151-001
   [junit4]   2> 1023863 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1023863 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1023865 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPluginLoading
   [junit4]   2> 1023865 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001
   [junit4]   2> 1023866 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1023866 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1023866 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1023966 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer start zk server on port:40661
   [junit4]   2> 1023966 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40661
   [junit4]   2> 1023966 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40661
   [junit4]   2> 1023966 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40661
   [junit4]   2> 1023967 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1023968 INFO  (zkConnectionManagerCallback-5887-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1023968 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1023969 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1023969 INFO  (zkConnectionManagerCallback-5889-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1023969 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1023970 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1023970 INFO  (zkConnectionManagerCallback-5891-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1023970 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1024075 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a2ccbff{/solr,null,AVAILABLE}
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6eca5c6a{/solr,null,AVAILABLE}
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f6209e7{/solr,null,AVAILABLE}
   [junit4]   2> 1024078 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42d4710b{/solr,null,AVAILABLE}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@214b98a2{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:33793}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@345dab17{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40567}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-4) [     ] o.e.j.s.Server Started @1024347ms
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-3) [     ] o.e.j.s.Server Started @1024347ms
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33793}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40567}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d1e9dc8{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:35633}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-2) [     ] o.e.j.s.Server Started @1024347ms
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35633}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4f92813f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:41623}
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-1) [     ] o.e.j.s.Server Started @1024347ms
   [junit4]   2> 1024079 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41623}
   [junit4]   2> 1024080 ERROR (jetty-launcher-5892-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1024080 ERROR (jetty-launcher-5892-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1024080 ERROR (jetty-launcher-5892-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1024080 ERROR (jetty-launcher-5892-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T08:57:27.355145Z
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T08:57:27.355146Z
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T08:57:27.355147Z
   [junit4]   2> 1024080 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-04T08:57:27.355145Z
   [junit4]   2> 1024081 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024082 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024082 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024082 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024082 INFO  (zkConnectionManagerCallback-5896-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024082 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024082 INFO  (zkConnectionManagerCallback-5898-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024082 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024082 INFO  (zkConnectionManagerCallback-5895-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024082 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024083 INFO  (zkConnectionManagerCallback-5900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024083 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024083 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1024083 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1024083 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1024083 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1024189 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1024190 WARN  (jetty-launcher-5892-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6db40772[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024190 WARN  (jetty-launcher-5892-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6db40772[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024191 WARN  (jetty-launcher-5892-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@606b7637[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024191 WARN  (jetty-launcher-5892-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@606b7637[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024192 INFO  (jetty-launcher-5892-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40661/solr
   [junit4]   2> 1024193 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024193 INFO  (zkConnectionManagerCallback-5907-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024193 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024212 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41623_solr
   [junit4]   2> 1024212 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.c.Overseer Overseer (id=72163473829986311-127.0.0.1:41623_solr-n_0000000000) starting
   [junit4]   2> 1024214 INFO  (OverseerStateUpdate-72163473829986311-127.0.0.1:41623_solr-n_0000000000) [n:127.0.0.1:41623_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41623_solr
   [junit4]   2> 1024214 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41623_solr
   [junit4]   2> 1024214 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1024215 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1024215 WARN  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_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> 1024221 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1024232 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41623.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024236 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41623.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024236 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41623.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024236 INFO  (jetty-launcher-5892-thread-1) [n:127.0.0.1:41623_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node1/.
   [junit4]   2> 1024288 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1024289 WARN  (jetty-launcher-5892-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5624d181[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024289 WARN  (jetty-launcher-5892-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5624d181[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024290 WARN  (jetty-launcher-5892-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72694de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024290 WARN  (jetty-launcher-5892-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72694de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024291 INFO  (jetty-launcher-5892-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40661/solr
   [junit4]   2> 1024291 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024292 INFO  (zkConnectionManagerCallback-5918-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024292 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024293 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1024294 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33793_solr as DOWN
   [junit4]   2> 1024294 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1024294 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33793_solr
   [junit4]   2> 1024295 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1024295 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1024295 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1024295 WARN  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_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> 1024300 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1024309 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024313 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024313 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024313 INFO  (jetty-launcher-5892-thread-4) [n:127.0.0.1:33793_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node4/.
   [junit4]   2> 1024389 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1024389 WARN  (jetty-launcher-5892-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ceadc0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024389 WARN  (jetty-launcher-5892-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ceadc0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024390 WARN  (jetty-launcher-5892-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@88d212f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024390 WARN  (jetty-launcher-5892-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@88d212f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024391 INFO  (jetty-launcher-5892-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40661/solr
   [junit4]   2> 1024391 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024392 INFO  (zkConnectionManagerCallback-5929-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024392 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024393 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1024394 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35633_solr as DOWN
   [junit4]   2> 1024394 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1024394 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35633_solr
   [junit4]   2> 1024395 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1024395 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1024395 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1024395 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1024395 WARN  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_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> 1024400 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1024409 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024413 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024413 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024414 INFO  (jetty-launcher-5892-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node2/.
   [junit4]   2> 1024489 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1024489 WARN  (jetty-launcher-5892-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c81c684[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024489 WARN  (jetty-launcher-5892-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c81c684[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024490 WARN  (jetty-launcher-5892-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3e6d88d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024490 WARN  (jetty-launcher-5892-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3e6d88d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1024491 INFO  (jetty-launcher-5892-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40661/solr
   [junit4]   2> 1024491 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024492 INFO  (zkConnectionManagerCallback-5940-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024492 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024493 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1024494 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40567_solr as DOWN
   [junit4]   2> 1024494 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1024494 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40567_solr
   [junit4]   2> 1024495 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1024495 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1024495 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1024495 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1024495 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1024495 WARN  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_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> 1024501 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1024509 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40567.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024513 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40567.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024514 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40567.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1024514 INFO  (jetty-launcher-5892-thread-3) [n:127.0.0.1:40567_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node3/.
   [junit4]   2> 1024519 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1024519 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024520 INFO  (zkConnectionManagerCallback-5949-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1024520 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1024520 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1024520 INFO  (TEST-TestPackages.testPluginLoading-seed#[AA36A314B2474D0]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40661/solr ready
   [junit4]   2> 1024543 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024543 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41623_solr 
   [junit4]   2> 1024550 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_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> 1024554 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024554 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41623_solr 
   [junit4]   2> 1024556 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1024556 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1024556 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1024563 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_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> 1024563 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024564 INFO  (updateExecutor-5936-thread-1-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41623_solr 
   [junit4]   2> 1024564 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=30
   [junit4]   1> sync resp: https://127.0.0.1:41623/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 1024573 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_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> 1024573 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1024573 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1024574 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1024575 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_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> 1024578 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1024579 INFO  (updateExecutor-5936-thread-1-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1024579 INFO  (updateExecutor-5936-thread-1-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1024581 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_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> 1024587 INFO  (qtp1927571423-20784) [n:127.0.0.1:35633_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> 1024594 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_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> 1024606 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024607 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/runtimelibs.jar
   [junit4]   2> 1024613 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024624 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024635 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024635 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/runtimelibs.jar
   [junit4]   2> 1024636 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1024642 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:40567_solr} status=0 QTime=0
   [junit4]   2> 1024642 INFO  (updateExecutor-5903-thread-2-processing-n:127.0.0.1:41623_solr) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:40567_solr 
   [junit4]   2> 1024731 INFO  (qtp1927571423-20784) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:40567_solr} status=0 QTime=0
   [junit4]   2> 1024731 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:40567_solr 
   [junit4]   2> 1024731 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024737 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:40567_solr} status=0 QTime=0
   [junit4]   2> 1024737 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:40567_solr 
   [junit4]   2> 1024737 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/runtimelibs.jar params={sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc%2BI6O7BOdNuMct/xoZ4h73aZHZGc0%2BnmI1f/U3bOlMPINlSOM6LK3JpQ%3D%3D&wt=javabin&version=2} status=0 QTime=132
   [junit4]   2> 1024738 INFO  (qtp1256728265-20797) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024741 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1024742 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024743 INFO  (updateExecutor-5903-thread-2-processing-n:127.0.0.1:41623_solr) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1024743 INFO  (updateExecutor-5903-thread-2-processing-n:127.0.0.1:41623_solr) [n:127.0.0.1:41623_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1024744 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024746 INFO  (qtp1256728265-20788) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1024747 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1024747 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1024748 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1024749 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1024749 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1024751 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024757 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024763 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024773 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024774 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/testurpv1.jar
   [junit4]   2> 1024783 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024792 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024802 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024803 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/testurpv1.jar
   [junit4]   2> 1024803 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1024812 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024812 INFO  (updateExecutor-5936-thread-2-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:41623_solr 
   [junit4]   2> 1024817 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024818 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:41623_solr 
   [junit4]   2> 1024818 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024823 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024824 INFO  (qtp1927571423-20784) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024824 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:41623_solr 
   [junit4]   2> 1024825 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/testurpv1.jar params={sig=h6UmMzuPqu4hQFGLBMJh/6kDSEXpJlgLsQDXx0KuxXWkV5giilRP57K3towiJRh2J%2BrqihqIghNCi3YgzgUnWQ%3D%3D&wt=javabin&version=2} status=0 QTime=52
   [junit4]   2> 1024830 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1024830 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1024830 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1024831 INFO  (qtp6841721-20792) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1024832 INFO  (updateExecutor-5936-thread-2-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1024832 INFO  (updateExecutor-5936-thread-2-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1024834 INFO  (qtp6841721-20792) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024837 INFO  (qtp6841721-20792) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024844 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1024844 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1024844 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1024845 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024852 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024859 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024861 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024862 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/expressible.jar
   [junit4]   2> 1024875 INFO  (qtp1927571423-20784) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024885 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024897 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024897 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/expressible.jar
   [junit4]   2> 1024898 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1024907 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024907 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:41623_solr 
   [junit4]   2> 1024913 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024914 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024914 INFO  (updateExecutor-5936-thread-2-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:41623_solr 
   [junit4]   2> 1024920 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1024921 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1024921 INFO  (updateExecutor-5925-thread-1-processing-n:127.0.0.1:35633_solr) [n:127.0.0.1:35633_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1024921 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:41623_solr} status=0 QTime=0
   [junit4]   2> 1024921 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:41623_solr 
   [junit4]   2> 1024922 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/expressible.jar params={sig=ZOT11arAiPmPZYOHzqodiNnxO9pRyRozWZEBX8XGjU1/HJptFnZK%2BDI7eXnUtbNaMcbXE2Ze8hh4M/eGyhY8BQ%3D%3D&wt=javabin&version=2} status=0 QTime=61
   [junit4]   2> 1024927 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024928 INFO  (qtp6841721-20776) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1024933 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024933 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1024934 INFO  (updateExecutor-5936-thread-2-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1024934 INFO  (updateExecutor-5936-thread-2-processing-n:127.0.0.1:40567_solr) [n:127.0.0.1:40567_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1024938 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1024938 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1024938 INFO  (updateExecutor-5914-thread-1-processing-n:127.0.0.1:33793_solr) [n:127.0.0.1:33793_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1024940 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024947 INFO  (qtp1927571423-20784) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024955 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024960 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024960 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024961 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024962 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024962 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024962 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024964 DEBUG (zkCallback-5928-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1024964 DEBUG (zkCallback-5939-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1024964 DEBUG (zkCallback-5906-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1024964 DEBUG (zkCallback-5917-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1024971 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1024971 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1024971 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1024972 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1024972 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1024972 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1024972 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1024972 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1024972 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1024972 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1024972 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1024972 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1024974 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024974 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024975 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024976 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024976 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024976 INFO  (qtp1256728265-20786) [n:127.0.0.1:40567_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024976 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024976 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024976 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024976 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1024977 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node4/filestore/mypkg]
   [junit4]   2> 1024977 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node2/filestore/mypkg]
   [junit4]   2> 1024977 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node3/filestore/mypkg]
   [junit4]   2> 1024977 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node1/filestore/mypkg]
   [junit4]   2> 1024977 INFO  (zkCallback-5939-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1024977 INFO  (zkCallback-5917-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1024977 INFO  (zkCallback-5928-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1024977 INFO  (zkCallback-5906-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1024987 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024996 INFO  (qtp1927571423-20784) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1024996 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1024996 INFO  (qtp6841721-20783) [n:127.0.0.1:41623_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=40
   [junit4]   2> 1025004 INFO  (qtp1857122623-20779) [n:127.0.0.1:33793_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=100&name=testPluginLoadingColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1025005 INFO  (OverseerThreadFactory-6211-thread-1-processing-n:127.0.0.1:41623_solr) [n:127.0.0.1:41623_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPluginLoadingColl
   [junit4]   2> 1025108 INFO  (OverseerStateUpdate-72163473829986311-127.0.0.1:41623_solr-n_0000000000) [n:127.0.0.1:41623_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPluginLoadingColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35633/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35633_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1025109 INFO  (OverseerStateUpdate-72163473829986311-127.0.0.1:41623_solr-n_0000000000) [n:127.0.0.1:41623_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPluginLoadingColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33793/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33793_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1025110 INFO  (OverseerStateUpdate-72163473829986311-127.0.0.1:41623_solr-n_0000000000) [n:127.0.0.1:41623_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testPluginLoadingColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41623/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41623_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1025110 INFO  (OverseerStateUpdate-72163473829986311-127.0.0.1:41623_solr-n_0000000000) [n:127.0.0.1:41623_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testPluginLoadingColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40567/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40567_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1025320 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr    x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n1&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1025320 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr    x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n2&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1025320 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr    x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n6&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1025320 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr    x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n4&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1025321 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr    x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1025327 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1025327 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1025327 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1025327 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1025337 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1025339 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1025339 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1025339 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1025340 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33793.solr.core.testPluginLoadingColl.shard1.replica_n2' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1025340 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1025340 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1025340 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node4/./testPluginLoadingColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node4/./testPluginLoadingColl_shard1_replica_n2/data/]
   [junit4]   2> 1025341 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1025341 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 1025342 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40567.solr.core.testPluginLoadingColl.shard2.replica_n6' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1025342 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node3/./testPluginLoadingColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node3/./testPluginLoadingColl_shard2_replica_n6/data/]
   [junit4]   2> 1025342 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1025342 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1025342 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n4' using configuration from configset conf, trusted=true
   [junit4]   2> 1025342 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1025342 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.core.testPluginLoadingColl.shard1.replica_n1' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1025342 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41623.solr.core.testPluginLoadingColl.shard2.replica_n4' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d47b90a
   [junit4]   2> 1025342 INFO  (qtp6841721-20774) [n:127.0.0.1:41623_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node1/./testPluginLoadingColl_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node1/./testPluginLoadingColl_shard2_replica_n4/data/]
   [junit4]   2> 1025342 INFO  (qtp1927571423-20781) [n:127.0.0.1:35633_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node2/./testPluginLoadingColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001/tempDir-001/node2/./testPluginLoadingColl_shard1_replica_n1/data/]
   [junit4]   2> 1025399 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1025399 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1025399 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025399 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025465 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025465 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025465 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025465 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025466 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3eaf42bd[testPluginLoadingColl_shard2_replica_n6] main]
   [junit4]   2> 1025466 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a5c11c6[testPluginLoadingColl_shard1_replica_n2] main]
   [junit4]   2> 1025467 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1025467 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1025468 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1025468 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1025468 INFO  (qtp1857122623-20777) [n:127.0.0.1:33793_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1025468 INFO  (qtp1256728265-20799) [n:127.0.0.1:40567_solr c:t

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

0) closing
   [junit4]   2> 1036976 INFO  (OverseerAutoScalingTriggerThread-72163474568708103-127.0.0.1:36869_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1036976 INFO  (OverseerStateUpdate-72163474568708103-127.0.0.1:36869_solr-n_0000000000) [n:127.0.0.1:36869_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36869_solr
   [junit4]   2> 1036977 INFO  (closeThreadPool-6063-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72163474568708103-127.0.0.1:36869_solr-n_0000000000) closing
   [junit4]   2> 1037172 INFO  (jetty-closer-6047-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72163474568708103-127.0.0.1:36869_solr-n_0000000000) closing
   [junit4]   2> 1046007 INFO  (jetty-closer-6047-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@77be118e{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1046007 INFO  (jetty-closer-6047-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5af753d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1046007 INFO  (jetty-closer-6047-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1046239 INFO  (jetty-closer-6047-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@12b19978{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1046239 INFO  (jetty-closer-6047-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e6568a6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1046239 INFO  (jetty-closer-6047-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1046463 INFO  (jetty-closer-6047-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3cd963f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1046463 INFO  (jetty-closer-6047-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14b21770{/solr,null,UNAVAILABLE}
   [junit4]   2> 1046463 INFO  (jetty-closer-6047-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1046598 INFO  (jetty-closer-6047-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@455f986d{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 1046598 INFO  (jetty-closer-6047-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@60485777{/solr,null,UNAVAILABLE}
   [junit4]   2> 1046598 INFO  (jetty-closer-6047-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1046598 INFO  (TEST-TestPackages.testAPI-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1046811 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> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/packages.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72163474568708103-127.0.0.1:36869_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1046812 INFO  (TEST-TestPackages.testAPI-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41877
   [junit4]   2> 1046812 INFO  (TEST-TestPackages.testAPI-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41877
   [junit4]   2> 1046812 INFO  (TEST-TestPackages.testAPI-seed#[AA36A314B2474D0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41877
   [junit4]   2> 1046813 INFO  (TEST-TestPackages.testAPI-seed#[AA36A314B2474D0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAPI
   [junit4]   2> 1046814 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1046814 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41877
   [junit4]   2> 1046814 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41877
   [junit4]   2> 1046814 INFO  (SUITE-TestPackages-seed#[AA36A314B2474D0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41877
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.pkg.TestPackages_AA36A314B2474D0-001
   [junit4]   2> Apr 04, 2020 8:57:50 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2edae4d3), locale=gl, timezone=Antarctica/Macquarie
   [junit4]   2> NOTE: Linux 5.3.0-42-generic amd64/Oracle Corporation 15-ea (64-bit)/cpus=16,threads=1,free=337641472,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomFlRTGCloud, OverseerSolrResponseTest, PreAnalyzedFieldTest, SolrIndexSplitterTest, TestFastOutputStream, CoreAdminRequestStatusTest, TestNestedDocsSort, HdfsThreadLeakTest, TestComponentsName, TestCloudSchemaless, TestCSVLoader, ConvertedLegacyTest, TestSimDistributedQueue, AlternateDirectoryTest, PKIAuthenticationIntegrationTest, TestStressCloudBlindAtomicUpdates, SimpleFacetsTest, TestNoOpRegenerator, RAMDirectoryFactoryTest, PrimUtilsTest, TestSolrConfigHandlerConcurrent, TestJoin, TestShortCircuitedRequests, DocumentBuilderTest, TestApiFramework, TestHdfsCloudBackupRestore, TestJavabinTupleStreamParser, DistributedMLTComponentTest, TestTrieFacet, ChangedSchemaMergeTest, TestInPlaceUpdatesRequiredField, TestExactStatsCache, DistributedTermsComponentTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSolrDeletionPolicy2, TestHighFrequencyDictionaryFactory, TestFilteredDocIdSet, IgnoreLargeDocumentProcessorFactoryTest, ConcurrentCreateRoutedAliasTest, DocValuesMultiTest, FastVectorHighlighterTest, ScheduledTriggerTest, TestOnReconnectListenerSupport, DistribDocExpirationUpdateProcessorTest, AutoScalingHandlerTest, TestManagedSchemaThreadSafety, TestEmbeddedSolrServerConstructors, TestDirectoryFactory, BaseCdcrDistributedZkTest, TestSolrJacksonAnnotation, LukeRequestHandlerTest, TestQueryUtils, JsonLoaderTest, TestInitQParser, TestRecovery, TestUnifiedSolrHighlighter, TestSchemaNameResource, HttpSolrCallGetCoreTest, TestSortableTextField, HdfsLockFactoryTest, SolrMetricManagerTest, TestManagedStopFilterFactory, TestSolrQueryResponse, CoreSorterTest, ZkNodePropsTest, TriggerEventQueueTest, AnalyticsQueryTest, TestExpandComponent, TriLevelCompositeIdRoutingTest, BasicAuthStandaloneTest, CollectionTooManyReplicasTest, TestFieldCacheSortRandom, AliasIntegrationTest, BasicDistributedZkTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MultiSolrCloudTestCaseTest, NestedShardedAtomicUpdateTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, SyncSliceTest, TestDistributedMap, TestDynamicFieldNamesIndexCorrectly, TestLocalStatsCacheCloud, TestTolerantUpdateProcessorRandomCloud, TestWithCollection, IndexSizeTriggerTest, HdfsRecoveryZkTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, TestBackupRepositoryFactory, TestConfig, TestConfigOverlay, TestConfigSetImmutable, TestCoreDiscovery, TestMergePolicyConfig, TestReloadAndDeleteDocs, TestDistribPackageStore, CoreAdminCreateDiscoverTest, InfoHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, ShowFileRequestHandlerTest, ZookeeperStatusHandlerTest, CustomHighlightComponentTest, DistributedFacetPivotLargeTest, QueryElevationComponentTest, StatsComponentTest, EmbeddedSolrNoSerializeTest, Tagger2Test, TaggingAttributeTest, TestLegacyField, TestLegacyNumericUtils, TestNumericTokenStream, TestLogWatcher, JvmMetricsTest, SolrJmxReporterTest, SolrRrdBackendFactoryTest, TestPackages]
   [junit4] Completed [748/907 (1!)] on J2 in 23.67s, 2 tests, 1 failure <<< FAILURES!

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

[repro] Revision: 1aeefc25d1ae5e1a56cce333f57c6f044da372de

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=TestPackages -Dtests.method=testPluginLoading -Dtests.seed=AA36A314B2474D0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=gl -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 3128 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPackages" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=AA36A314B2474D0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=gl -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 43 lines...]