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/03/05 02:19:17 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25934/
Java: 64bit/jdk-11.0.6 -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$1173/0x00007fc84cc460b0@17c85788 . 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$1173/0x00007fc84cc460b0@17c85788 . 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([E40C3CE85AD02D41:328ADC15B9CEEADB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:243)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:214)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13182 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 181372 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-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> 181375 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/data-dir-56-001
   [junit4]   2> 181375 WARN  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 181375 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 181376 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 181376 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 181377 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAPI
   [junit4]   2> 181378 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001
   [junit4]   2> 181378 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 181381 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 181381 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 181481 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer start zk server on port:34201
   [junit4]   2> 181481 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34201
   [junit4]   2> 181481 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34201
   [junit4]   2> 181481 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34201
   [junit4]   2> 181482 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181483 INFO  (zkConnectionManagerCallback-1311-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181483 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181484 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181484 INFO  (zkConnectionManagerCallback-1313-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181485 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181485 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181485 INFO  (zkConnectionManagerCallback-1315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181485 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 181588 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 181589 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 181589 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 181596 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181596 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181596 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 181596 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181596 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181596 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11ab4634{/solr,null,AVAILABLE}
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3843fc99{/solr,null,AVAILABLE}
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181597 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e2496b5{/solr,null,AVAILABLE}
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b75cacd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43275}
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.e.j.s.Server Started @181921ms
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@481e9ab{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43853}
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43275}
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.e.j.s.Server Started @181921ms
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43853}
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3145ee9d{/solr,null,AVAILABLE}
   [junit4]   2> 181598 ERROR (jetty-launcher-1316-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181598 ERROR (jetty-launcher-1316-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T01:46:24.570591Z
   [junit4]   2> 181598 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T01:46:24.570591Z
   [junit4]   2> 181599 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181602 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181602 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@311c8542{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34323}
   [junit4]   2> 181602 INFO  (jetty-launcher-1316-thread-4) [     ] o.e.j.s.Server Started @181925ms
   [junit4]   2> 181602 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34323}
   [junit4]   2> 181602 ERROR (jetty-launcher-1316-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181602 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181603 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181603 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181603 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 181603 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T01:46:24.575039Z
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@415f6e85{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44537}
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.e.j.s.Server Started @181928ms
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44537}
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181605 ERROR (jetty-launcher-1316-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T01:46:24.577574Z
   [junit4]   2> 181605 INFO  (zkConnectionManagerCallback-1320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181605 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181608 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181608 INFO  (zkConnectionManagerCallback-1319-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181608 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181609 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181609 INFO  (zkConnectionManagerCallback-1322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181609 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181609 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181609 INFO  (zkConnectionManagerCallback-1324-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181609 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181609 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181609 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181716 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181716 WARN  (jetty-launcher-1316-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c4eedf8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181716 WARN  (jetty-launcher-1316-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c4eedf8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181718 WARN  (jetty-launcher-1316-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@130df0c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181718 WARN  (jetty-launcher-1316-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@130df0c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181718 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34201/solr
   [junit4]   2> 181719 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181720 INFO  (zkConnectionManagerCallback-1331-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181720 INFO  (jetty-launcher-1316-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181816 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181817 WARN  (jetty-launcher-1316-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d936483[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181817 WARN  (jetty-launcher-1316-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d936483[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181820 WARN  (jetty-launcher-1316-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@188ec525[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181820 WARN  (jetty-launcher-1316-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@188ec525[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181821 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34201/solr
   [junit4]   2> 181821 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181822 INFO  (zkConnectionManagerCallback-1338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181822 INFO  (jetty-launcher-1316-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181916 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181917 WARN  (jetty-launcher-1316-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2365aed2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181917 WARN  (jetty-launcher-1316-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2365aed2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181920 WARN  (jetty-launcher-1316-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@131f360a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181920 WARN  (jetty-launcher-1316-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@131f360a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181922 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34201/solr
   [junit4]   2> 181928 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181929 INFO  (zkConnectionManagerCallback-1345-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181929 INFO  (jetty-launcher-1316-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182016 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 182017 WARN  (jetty-launcher-1316-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14e8bcc8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 182017 WARN  (jetty-launcher-1316-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14e8bcc8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 182019 WARN  (jetty-launcher-1316-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@682f26f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 182019 WARN  (jetty-launcher-1316-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@682f26f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 182019 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34201/solr
   [junit4]   2> 182020 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182021 INFO  (zkConnectionManagerCallback-1352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182021 INFO  (jetty-launcher-1316-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182116 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182117 INFO  (zkConnectionManagerCallback-1354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182117 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182143 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44537_solr
   [junit4]   2> 182143 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.c.Overseer Overseer (id=72122749451632651-127.0.0.1:44537_solr-n_0000000000) starting
   [junit4]   2> 182145 INFO  (OverseerStateUpdate-72122749451632651-127.0.0.1:44537_solr-n_0000000000) [n:127.0.0.1:44537_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44537_solr
   [junit4]   2> 182149 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44537_solr
   [junit4]   2> 182150 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 182150 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 182150 WARN  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_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> 182157 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 182167 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44537.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182171 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44537.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182171 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44537.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182172 INFO  (jetty-launcher-1316-thread-3) [n:127.0.0.1:44537_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node3/.
   [junit4]   2> 182216 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182217 INFO  (zkConnectionManagerCallback-1360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182217 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182218 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 182219 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43853_solr as DOWN
   [junit4]   2> 182220 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 182220 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43853_solr
   [junit4]   2> 182220 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 182220 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 182221 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 182221 WARN  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_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> 182229 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 182238 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43853.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182242 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43853.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182243 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43853.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182243 INFO  (jetty-launcher-1316-thread-2) [n:127.0.0.1:43853_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node2/.
   [junit4]   2> 182317 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182317 INFO  (zkConnectionManagerCallback-1366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182317 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182319 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 182320 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34323_solr as DOWN
   [junit4]   2> 182320 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 182320 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34323_solr
   [junit4]   2> 182321 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 182321 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 182321 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 182321 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 182322 WARN  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_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> 182329 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 182340 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34323.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182345 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34323.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182345 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34323.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182346 INFO  (jetty-launcher-1316-thread-4) [n:127.0.0.1:34323_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node4/.
   [junit4]   2> 182417 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182417 INFO  (zkConnectionManagerCallback-1372-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182417 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182419 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 182421 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43275_solr as DOWN
   [junit4]   2> 182421 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 182421 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43275_solr
   [junit4]   2> 182422 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 182422 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 182422 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 182422 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 182422 WARN  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_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> 182425 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 182429 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 182437 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43275.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182441 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43275.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182441 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43275.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@591a371b
   [junit4]   2> 182442 INFO  (jetty-launcher-1316-thread-1) [n:127.0.0.1:43275_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node1/.
   [junit4]   2> 182462 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 182463 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182464 INFO  (zkConnectionManagerCallback-1381-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 182464 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182464 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 182465 INFO  (TEST-TestPackages.testAPI-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34201/solr ready
   [junit4]   2> 182473 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182475 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182476 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182477 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182478 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182478 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182478 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182479 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182479 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182479 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182480 ERROR (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add={package=test_pkg, version=0.12, files=[/mypkg/v.0.12/jar_a.jar, /mypkg/v.0.12/jar_b.jar]}, errorMessages=[No such file: /mypkg/v.0.12/jar_a.jar, No such file: /mypkg/v.0.12/jar_b.jar]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:159) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:343) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:808) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:559) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 182480 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=400 QTime=11
   [junit4]   2> 182499 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182500 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182500 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182501 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182501 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182502 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 182505 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={getFrom=127.0.0.1:44537_solr} status=0 QTime=0
   [junit4]   2> 182505 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:44537_solr 
   [junit4]   2> 182505 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={getFrom=127.0.0.1:44537_solr} status=0 QTime=0
   [junit4]   2> 182506 INFO  (updateExecutor-1327-thread-1-processing-n:127.0.0.1:34323_solr) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:44537_solr 
   [junit4]   2> 182506 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={getFrom=127.0.0.1:44537_solr} status=0 QTime=0
   [junit4]   2> 182506 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:44537_solr 
   [junit4]   2> 182507 INFO  (qtp1335396614-4137) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 182507 INFO  (qtp1335396614-4136) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 182507 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 182508 INFO  (qtp1335396614-4137) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 182509 INFO  (qtp1335396614-4136) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 182509 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 182509 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/v.0.12/jar_a.jar params={wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 182512 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 182513 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 182513 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182514 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182514 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 182514 INFO  (updateExecutor-1327-thread-1-processing-n:127.0.0.1:34323_solr) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 182514 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182514 INFO  (updateExecutor-1327-thread-1-processing-n:127.0.0.1:34323_solr) [n:127.0.0.1:34323_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 182616 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182618 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182620 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182622 ERROR (qtp1437740555-4147) [n:127.0.0.1:43275_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add={package=test_pkg, version=0.12, files=[/mypkg/v.0.12/jar_a.jar]}, errorMessages=[/mypkg/v.0.12/jar_a.jar has no signature]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:237) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:159) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:343) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:808) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:559) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 182622 INFO  (qtp1437740555-4147) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 182628 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44537_solr} status=0 QTime=0
   [junit4]   2> 182628 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44537_solr 
   [junit4]   2> 182629 INFO  (qtp1335396614-4136) [n:127.0.0.1:44537_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> 182629 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44537_solr} status=0 QTime=0
   [junit4]   2> 182629 INFO  (updateExecutor-1327-thread-1-processing-n:127.0.0.1:34323_solr) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44537_solr 
   [junit4]   2> 182629 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 182629 INFO  (qtp1335396614-4137) [n:127.0.0.1:44537_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> 182630 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:44537_solr} status=0 QTime=0
   [junit4]   2> 182630 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:44537_solr 
   [junit4]   2> 182630 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 182630 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 182630 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=4
   [junit4]   2> 182630 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_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> 182630 INFO  (qtp1335396614-4136) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   1> sync resp: http://127.0.0.1:44537/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 182631 INFO  (qtp1335396614-4137) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 182631 INFO  (updateExecutor-1327-thread-1-processing-n:127.0.0.1:34323_solr) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 182631 INFO  (updateExecutor-1327-thread-1-processing-n:127.0.0.1:34323_solr) [n:127.0.0.1:34323_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 182631 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 182631 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 182632 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_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> 182634 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_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> 182636 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_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> 182638 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_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> 182641 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182642 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182643 INFO  (qtp1335396614-4136) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182645 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182646 INFO  (qtp1437740555-4147) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182646 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182646 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 182648 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={getFrom=127.0.0.1:34323_solr} status=0 QTime=0
   [junit4]   2> 182648 INFO  (updateExecutor-1341-thread-3-processing-n:127.0.0.1:44537_solr) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:34323_solr 
   [junit4]   2> 182648 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={getFrom=127.0.0.1:34323_solr} status=0 QTime=0
   [junit4]   2> 182649 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:34323_solr 
   [junit4]   2> 182649 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_b.jar.json params={} status=0 QTime=0
   [junit4]   2> 182649 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={getFrom=127.0.0.1:34323_solr} status=0 QTime=0
   [junit4]   2> 182649 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:34323_solr 
   [junit4]   2> 182649 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={} status=0 QTime=0
   [junit4]   2> 182649 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/v.0.12/jar_b.jar params={sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc%2BI6O7BOdNuMct/xoZ4h73aZHZGc0%2BnmI1f/U3bOlMPINlSOM6LK3JpQ%3D%3D&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 182650 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_b.jar.json params={} status=0 QTime=0
   [junit4]   2> 182650 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/.jar_b.jar.json params={} status=0 QTime=0
   [junit4]   2> 182650 INFO  (updateExecutor-1341-thread-3-processing-n:127.0.0.1:44537_solr) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 182650 INFO  (updateExecutor-1341-thread-3-processing-n:127.0.0.1:44537_solr) [n:127.0.0.1:44537_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182651 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={} status=0 QTime=0
   [junit4]   2> 182651 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={} status=0 QTime=0
   [junit4]   2> 182653 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 182653 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182654 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 182654 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 182654 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182656 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182658 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182660 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.12/jar_b.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182662 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182662 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182665 DEBUG (zkCallback-1371-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182665 DEBUG (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182665 DEBUG (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182665 DEBUG (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182666 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182667 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182668 INFO  (qtp1335396614-4137) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182668 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 182668 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 182669 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 182671 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182673 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182674 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node1/filestore/mypkg/v.0.12]
   [junit4]   2> 182674 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 182674 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 182674 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 182674 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 182674 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 182674 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 182674 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 182674 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 182674 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 182675 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182675 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 182675 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 182675 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.12 added for package: test_pkg with artifacts [/mypkg/v.0.12/jar_b.jar]
   [junit4]   2> 182675 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182676 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182676 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182676 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182677 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182677 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node4/filestore/mypkg/v.0.12]
   [junit4]   2> 182677 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 182677 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node2/filestore/mypkg/v.0.12]
   [junit4]   2> 182677 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 182677 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node3/filestore/mypkg/v.0.12]
   [junit4]   2> 182677 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 182679 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182679 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 182680 INFO  (qtp172365459-4131) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182681 INFO  (qtp1437740555-4147) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182682 INFO  (qtp1335396614-4125) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182682 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 182682 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 182689 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={getFrom=127.0.0.1:34323_solr} status=0 QTime=0
   [junit4]   2> 182689 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:34323_solr 
   [junit4]   2> 182690 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={getFrom=127.0.0.1:34323_solr} status=0 QTime=0
   [junit4]   2> 182690 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 182690 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:34323_solr 
   [junit4]   2> 182690 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 182690 INFO  (qtp1335396614-4136) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={getFrom=127.0.0.1:34323_solr} status=0 QTime=0
   [junit4]   2> 182690 INFO  (updateExecutor-1341-thread-3-processing-n:127.0.0.1:44537_solr) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:34323_solr 
   [junit4]   2> 182690 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 182690 INFO  (qtp1071344841-4145) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 182690 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/.jar_a.jar.json params={} status=0 QTime=0
   [junit4]   2> 182691 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/v.0.13/jar_a.jar params={sig=j%2BRflxi64tXdqosIhbusqi6GTwZq8znunC/dzwcWW0/dHlFGKDurOaE1Nz9FSPJuXbHkVLj638yZ0Lp1ssnoYA%3D%3D&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 182691 INFO  (qtp1071344841-4161) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={} status=0 QTime=0
   [junit4]   2> 182691 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 182691 INFO  (updateExecutor-1334-thread-1-processing-n:127.0.0.1:43853_solr) [n:127.0.0.1:43853_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 182691 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 182691 INFO  (updateExecutor-1348-thread-1-processing-n:127.0.0.1:43275_solr) [n:127.0.0.1:43275_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 182692 INFO  (updateExecutor-1341-thread-3-processing-n:127.0.0.1:44537_solr) [n:127.0.0.1:44537_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 182692 INFO  (updateExecutor-1341-thread-3-processing-n:127.0.0.1:44537_solr) [n:127.0.0.1:44537_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 182693 INFO  (qtp1335396614-4137) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182696 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182698 INFO  (qtp1071344841-4155) [n:127.0.0.1:34323_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182701 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/v.0.13/jar_a.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182704 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182704 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182705 DEBUG (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182705 DEBUG (zkCallback-1371-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182705 DEBUG (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182706 DEBUG (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 182706 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 182706 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 182706 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 182706 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 182706 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 182706 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 182706 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.13 added for package: test_pkg with artifacts [/mypkg/v.0.13/jar_a.jar]
   [junit4]   2> 182706 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.13 added for package: test_pkg with artifacts [/mypkg/v.0.13/jar_a.jar]
   [junit4]   2> 182706 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.13 added for package: test_pkg with artifacts [/mypkg/v.0.13/jar_a.jar]
   [junit4]   2> 182706 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 182706 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 182706 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.p.PackageLoader A new version: 0.13 added for package: test_pkg with artifacts [/mypkg/v.0.13/jar_a.jar]
   [junit4]   2> 182706 INFO  (qtp1335396614-4138) [n:127.0.0.1:44537_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182706 INFO  (zkCallback-1353-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182706 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182706 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182707 INFO  (qtp1437740555-4129) [n:127.0.0.1:43275_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182707 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182707 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182707 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182707 INFO  (qtp172365459-4142) [n:127.0.0.1:43853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 182707 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 182707 INFO  (qtp1071344841-4127) [n:127.0.0.1:34323_solr     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 182708 INFO  (zkCallback-1359-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 182708 INFO  (zkCallback-1365-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001/tempDir-001/node4/filestore/mypkg/v.0.13]
   [junit4]   2> 182708 INFO  (zkCallback-1371-thread-1) [     ] o.a.s.c.SolrResourceLo

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

_0000000000) closing
   [junit4]   2> 196888 INFO  (zkCallback-1442-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 196888 INFO  (zkCallback-1460-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 196978 INFO  (jetty-closer-1487-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@49928c6f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 196978 INFO  (jetty-closer-1487-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37cfada7{/solr,null,UNAVAILABLE}
   [junit4]   2> 196978 INFO  (jetty-closer-1487-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 197077 INFO  (jetty-closer-1487-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72122750206279691-127.0.0.1:37627_solr-n_0000000000) closing
   [junit4]   2> 203989 INFO  (jetty-closer-1487-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7ad16b70{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 203989 INFO  (jetty-closer-1487-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4f43e9f6{/solr,null,UNAVAILABLE}
   [junit4]   2> 203989 INFO  (jetty-closer-1487-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 204021 INFO  (jetty-closer-1487-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@219a41fd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 204021 INFO  (jetty-closer-1487-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2103bc74{/solr,null,UNAVAILABLE}
   [junit4]   2> 204021 INFO  (jetty-closer-1487-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 204034 INFO  (jetty-closer-1487-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@11b2d544{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 204034 INFO  (jetty-closer-1487-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51a87f05{/solr,null,UNAVAILABLE}
   [junit4]   2> 204034 INFO  (jetty-closer-1487-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 204034 INFO  (TEST-TestPackages.testPluginLoading-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 204236 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/testPluginLoadingColl/terms/shard2
   [junit4]   2> 	5	/solr/collections/testPluginLoadingColl/terms/shard1
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/testPluginLoadingColl/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72122750206279691-127.0.0.1:37627_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/overseer/queue
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 204238 INFO  (TEST-TestPackages.testPluginLoading-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33961
   [junit4]   2> 204238 INFO  (TEST-TestPackages.testPluginLoading-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33961
   [junit4]   2> 204238 INFO  (TEST-TestPackages.testPluginLoading-seed#[E40C3CE85AD02D41]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33961
   [junit4]   2> 204238 INFO  (TEST-TestPackages.testPluginLoading-seed#[E40C3CE85AD02D41]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPluginLoading
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPackages -Dtests.method=testPluginLoading -Dtests.seed=E40C3CE85AD02D41 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ko -Dtests.timezone=PLT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 11.3s J0 | TestPackages.testPluginLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1173/0x00007fc84cc460b0@17c85788 . attempt: 9 Mismatch for value : '[config, queryResponseWriter, json1, _packageinfo_, package]' in response , {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "config":{"queryResponseWriter":{"json1":{
   [junit4]    >         "name":"json1",
   [junit4]    >         "class":"mypkg:org.apache.solr.core.RuntimeLibResponseWriter"}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E40C3CE85AD02D41:328ADC15B9CEEADB]:0)
   [junit4]    > 	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:243)
   [junit4]    > 	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:214)
   [junit4]    > 	at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:432)
   [junit4]    > 	at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:154)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 204240 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 204240 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33961
   [junit4]   2> 204240 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33961
   [junit4]   2> 204240 INFO  (SUITE-TestPackages-seed#[E40C3CE85AD02D41]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33961
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_E40C3CE85AD02D41-001
   [junit4]   2> Mar 05, 2020 1:46:47 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): {}, docValues:{}, maxPointsInLeafNode=609, maxMBSortInHeap=6.64010886648211, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@45eaf8d2), locale=ko, timezone=PLT
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=16,threads=1,free=364904448,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSpellCheckComponentTest, ConcurrentDeleteAndCreateCollectionTest, SolrJmxReporterCloudTest, TestSolrJacksonAnnotation, DocumentAnalysisRequestHandlerTest, DateRangeFieldTest, TestLockTree, CollectionStateFormat2Test, TestStandardQParsers, TestSimComputePlanAction, TestImplicitCoreProperties, TestAnalyzeInfixSuggestions, TestManagedSchema, SchemaApiFailureTest, OverseerModifyCollectionTest, TestSolrCloudWithKerberosAlt, TestSurroundQueryParser, AutoAddReplicasIntegrationTest, TestNestedDocsSort, DocumentBuilderTest, TestReRankQParserPlugin, CreateRoutedAliasTest, HttpTriggerListenerTest, HighlighterWithoutStoredIdTest, TestInPlaceUpdatesRequiredField, TestCloudPhrasesIdentificationComponent, PKIAuthenticationIntegrationTest, DeleteStatusTest, TestClusterProperties, TestIBSimilarityFactory, TestGeoJSONResponseWriter, TestPackages]
   [junit4] Completed [97/905 (1!)] on J0 in 23.40s, 2 tests, 1 failure <<< FAILURES!

[...truncated 54864 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:635: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:625: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:157: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solr-ref-guide/build.xml:289: Java returned: 255

Total time: 48 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2