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/08/02 13:07:26 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27525/
Java: 64bit/jdk-14.0.1 -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$1330/0x00007f83900bb4b0@3da1023b . 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$1330/0x00007f83900bb4b0@3da1023b . 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([36919914D9137432:E01779E93A0DB3A8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:256)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:223)
	at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:470)
	at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:184)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13918 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 769350 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-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> 769350 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 769351 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/data-dir-133-001
   [junit4]   2> 769351 WARN  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 769351 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 769352 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 769353 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAPI
   [junit4]   2> 769354 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] 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_36919914D9137432-001/tempDir-001
   [junit4]   2> 769354 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 769354 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 769354 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 769355 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 769454 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer start zk server on port: 38261
   [junit4]   2> 769454 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38261
   [junit4]   2> 769454 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38261
   [junit4]   2> 769454 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38261
   [junit4]   2> 769457 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769465 INFO  (zkConnectionManagerCallback-12343-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769465 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769486 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769490 INFO  (zkConnectionManagerCallback-12345-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769490 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769491 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769495 INFO  (zkConnectionManagerCallback-12347-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769495 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 769604 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 769621 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 769621 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 769621 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 769621 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 769621 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 769621 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71c6ccd1{/solr,null,AVAILABLE}
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60a4823a{/solr,null,AVAILABLE}
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9badb26{/solr,null,AVAILABLE}
   [junit4]   2> 769622 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1afd7d5f{/solr,null,AVAILABLE}
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6cc0b8e8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35839}
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.e.j.s.Server Started @769920ms
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@350158f5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36287}
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35839}
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.e.j.s.Server Started @769920ms
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36287}
   [junit4]   2> 769623 ERROR (jetty-launcher-12348-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 769623 ERROR (jetty-launcher-12348-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-02T12:53:49.833562Z
   [junit4]   2> 769623 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-02T12:53:49.833568Z
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1b34b554{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43215}
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-2) [     ] o.e.j.s.Server Started @769926ms
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43215}
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@39ccc448{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45591}
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-4) [     ] o.e.j.s.Server Started @769927ms
   [junit4]   2> 769629 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45591}
   [junit4]   2> 769629 ERROR (jetty-launcher-12348-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 769629 ERROR (jetty-launcher-12348-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-02T12:53:49.840134Z
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-02T12:53:49.840128Z
   [junit4]   2> 769630 INFO  (zkConnectionManagerCallback-12350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769630 INFO  (zkConnectionManagerCallback-12352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769630 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769634 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769634 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769634 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 769635 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 769638 INFO  (zkConnectionManagerCallback-12356-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769638 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769639 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 769642 INFO  (zkConnectionManagerCallback-12355-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769642 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769643 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 769742 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 769743 WARN  (jetty-launcher-12348-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10d44c25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769743 WARN  (jetty-launcher-12348-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10d44c25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769775 WARN  (jetty-launcher-12348-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32f034df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769775 WARN  (jetty-launcher-12348-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32f034df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769776 INFO  (jetty-launcher-12348-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38261/solr
   [junit4]   2> 769777 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769778 INFO  (zkConnectionManagerCallback-12366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769778 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769819 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36287_solr
   [junit4]   2> 769821 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.c.Overseer Overseer (id=72130337168883719-127.0.0.1:36287_solr-n_0000000000) starting
   [junit4]   2> 769824 INFO  (OverseerStateUpdate-72130337168883719-127.0.0.1:36287_solr-n_0000000000) [n:127.0.0.1:36287_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36287_solr
   [junit4]   2> 769825 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36287_solr
   [junit4]   2> 769827 INFO  (OverseerStateUpdate-72130337168883719-127.0.0.1:36287_solr-n_0000000000) [n:127.0.0.1:36287_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 769828 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 769828 WARN  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_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> 769835 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 769842 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 769843 WARN  (jetty-launcher-12348-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10d8388e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769843 WARN  (jetty-launcher-12348-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10d8388e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769844 WARN  (jetty-launcher-12348-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d134f0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769844 WARN  (jetty-launcher-12348-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d134f0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769845 INFO  (jetty-launcher-12348-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38261/solr
   [junit4]   2> 769845 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 769846 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769848 INFO  (zkConnectionManagerCallback-12385-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769848 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769849 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 769849 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 769850 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36287.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 769850 INFO  (jetty-launcher-12348-thread-3) [n:127.0.0.1:36287_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_36919914D9137432-001/tempDir-001/node3
   [junit4]   2> 769851 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45591_solr as DOWN
   [junit4]   2> 769851 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 769851 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45591_solr
   [junit4]   2> 769852 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769852 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 769853 WARN  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_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> 769858 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769862 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 769871 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45591.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 769875 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45591.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 769875 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45591.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 769875 INFO  (jetty-launcher-12348-thread-4) [n:127.0.0.1:45591_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_36919914D9137432-001/tempDir-001/node4
   [junit4]   2> 769943 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 769944 WARN  (jetty-launcher-12348-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12acc4f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769944 WARN  (jetty-launcher-12348-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12acc4f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769947 WARN  (jetty-launcher-12348-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@235099fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769947 WARN  (jetty-launcher-12348-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@235099fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 769948 INFO  (jetty-launcher-12348-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38261/solr
   [junit4]   2> 769953 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 769954 INFO  (zkConnectionManagerCallback-12404-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 769954 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 769967 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 769969 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43215_solr as DOWN
   [junit4]   2> 769970 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 769970 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43215_solr
   [junit4]   2> 769983 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 769983 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 769984 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 769985 WARN  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_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> 769987 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 769998 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 770010 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 770017 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 770017 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 770018 INFO  (jetty-launcher-12348-thread-2) [n:127.0.0.1:43215_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_36919914D9137432-001/tempDir-001/node2
   [junit4]   2> 770042 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 770043 WARN  (jetty-launcher-12348-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@206e8b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 770043 WARN  (jetty-launcher-12348-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@206e8b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 770050 WARN  (jetty-launcher-12348-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44a24d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 770051 WARN  (jetty-launcher-12348-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44a24d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 770052 INFO  (jetty-launcher-12348-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38261/solr
   [junit4]   2> 770053 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 770054 INFO  (zkConnectionManagerCallback-12422-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 770054 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 770057 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 770058 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35839_solr as DOWN
   [junit4]   2> 770059 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 770059 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35839_solr
   [junit4]   2> 770059 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 770060 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 770060 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 770061 WARN  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_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> 770063 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 770063 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 770069 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 770118 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35839.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 770124 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35839.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 770124 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35839.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@788faa3d
   [junit4]   2> 770125 INFO  (jetty-launcher-12348-thread-1) [n:127.0.0.1:35839_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_36919914D9137432-001/tempDir-001/node1
   [junit4]   2> 770131 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 770132 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 770133 INFO  (zkConnectionManagerCallback-12435-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 770133 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 770133 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 770134 INFO  (TEST-TestPackages.testAPI-seed#[36919914D9137432]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38261/solr ready
   [junit4]   2> 770163 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770166 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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=1
   [junit4]   2> 770168 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770170 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_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> 770170 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770170 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770170 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_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> 770170 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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> 770171 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770171 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770171 ERROR (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add=org.apache.solr.client.solrj.request.beans.Package$AddVersion@539f4bed, 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.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 770172 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=400 QTime=25
   [junit4]   2> 770185 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770185 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770186 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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> 770186 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770187 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770188 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 770190 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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:36287_solr} status=0 QTime=0
   [junit4]   2> 770190 INFO  (updateExecutor-12418-thread-1-processing-n:127.0.0.1:35839_solr) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:36287_solr 
   [junit4]   2> 770190 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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:36287_solr} status=0 QTime=0
   [junit4]   2> 770190 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:36287_solr 
   [junit4]   2> 770191 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_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> 770191 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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:36287_solr} status=0 QTime=0
   [junit4]   2> 770191 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_a.jar from 127.0.0.1:36287_solr 
   [junit4]   2> 770192 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_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> 770193 INFO  (updateExecutor-12418-thread-1-processing-n:127.0.0.1:35839_solr) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 770193 INFO  (updateExecutor-12418-thread-1-processing-n:127.0.0.1:35839_solr) [n:127.0.0.1:35839_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770195 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_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=17
   [junit4]   2> 770197 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_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> 770197 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_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> 770198 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 770198 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770199 INFO  (qtp1002873341-20163) [n:127.0.0.1:36287_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> 770199 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_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> 770200 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_a.jar and metadata. sizes 6860 144
   [junit4]   2> 770200 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_a.jar
   [junit4]   2> 770202 INFO  (qtp1002873341-20164) [n:127.0.0.1:36287_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=2
   [junit4]   2> 770208 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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> 770212 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770220 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770226 ERROR (qtp368265626-20169) [n:127.0.0.1:43215_solr     ] o.a.s.a.AnnotatedApi Error executing command  
   [junit4]   2>           => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{add=org.apache.solr.client.solrj.request.beans.Package$AddVersion@18b57ea1, errorMessages=[/mypkg/v.0.12/jar_a.jar has no signature]}], 
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323)
   [junit4]   2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:323) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:293) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:196) [java/:?]
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:340) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) [jetty-rewrite-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 770227 INFO  (qtp368265626-20169) [n:127.0.0.1:43215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 770236 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35839_solr} status=0 QTime=0
   [junit4]   2> 770236 INFO  (updateExecutor-12362-thread-2-processing-n:127.0.0.1:36287_solr) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35839_solr 
   [junit4]   2> 770236 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770236 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35839_solr} status=0 QTime=0
   [junit4]   2> 770236 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35839_solr 
   [junit4]   2> 770237 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:35839_solr} status=0 QTime=0
   [junit4]   2> 770237 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 770237 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:35839_solr 
   [junit4]   2> 770237 INFO  (qtp1644645080-20171) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=3
   [junit4]   1> sync resp: http://127.0.0.1:35839/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 770237 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770237 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_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> 770237 INFO  (updateExecutor-12362-thread-2-processing-n:127.0.0.1:36287_solr) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 770237 INFO  (updateExecutor-12362-thread-2-processing-n:127.0.0.1:36287_solr) [n:127.0.0.1:36287_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 770238 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 770238 INFO  (qtp1644645080-20171) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 770238 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 770238 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 770238 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 770238 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 770243 INFO  (qtp1002873341-20163) [n:127.0.0.1:36287_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> 770245 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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> 770247 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770253 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_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> 770258 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770259 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770260 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_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> 770260 INFO  (qtp368265626-20169) [n:127.0.0.1:43215_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> 770261 INFO  (qtp1002873341-20164) [n:127.0.0.1:36287_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> 770261 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770261 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 770264 INFO  (qtp1002873341-20163) [n:127.0.0.1:36287_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:35839_solr} status=0 QTime=0
   [junit4]   2> 770264 INFO  (updateExecutor-12362-thread-2-processing-n:127.0.0.1:36287_solr) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:35839_solr 
   [junit4]   2> 770264 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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:35839_solr} status=0 QTime=0
   [junit4]   2> 770264 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:35839_solr 
   [junit4]   2> 770264 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770264 INFO  (qtp1644645080-20171) [n:127.0.0.1:35839_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> 770264 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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:35839_solr} status=0 QTime=0
   [junit4]   2> 770264 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770264 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.12/jar_b.jar from 127.0.0.1:35839_solr 
   [junit4]   2> 770264 INFO  (qtp1644645080-20171) [n:127.0.0.1:35839_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> 770265 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770265 INFO  (updateExecutor-12362-thread-2-processing-n:127.0.0.1:36287_solr) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 770265 INFO  (updateExecutor-12362-thread-2-processing-n:127.0.0.1:36287_solr) [n:127.0.0.1:36287_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770265 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 770265 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770280 INFO  (qtp1644645080-20171) [n:127.0.0.1:35839_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> 770282 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.12/jar_b.jar and metadata. sizes 6860 246
   [junit4]   2> 770282 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.12/jar_b.jar
   [junit4]   2> 770283 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_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=28
   [junit4]   2> 770285 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_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> 770288 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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> 770293 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770309 INFO  (qtp1644645080-20179) [n:127.0.0.1:35839_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> 770313 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770313 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770318 DEBUG (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770318 DEBUG (zkCallback-12384-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770318 DEBUG (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770318 DEBUG (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770320 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 770321 INFO  (qtp368265626-20169) [n:127.0.0.1:43215_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 770322 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 770322 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 770322 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 770323 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_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> 770338 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770339 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 770339 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 770339 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 770339 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 770339 INFO  (zkCallback-12365-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> 770339 INFO  (zkCallback-12421-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> 770339 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770339 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 770339 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 770339 INFO  (zkCallback-12403-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> 770339 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 770339 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.p.PackageLoader A new package: test_pkg introduced
   [junit4]   2> 770340 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770340 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770340 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770340 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770341 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node3/filestore/mypkg/v.0.12]
   [junit4]   2> 770341 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node4/filestore/mypkg/v.0.12]
   [junit4]   2> 770341 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 770341 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 770341 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node1/filestore/mypkg/v.0.12]
   [junit4]   2> 770341 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 770341 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 770343 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770344 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770344 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770344 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node2/filestore/mypkg/v.0.12]
   [junit4]   2> 770344 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageLoader version: 0.12 is the new latest in package: test_pkg
   [junit4]   2> 770345 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 770345 INFO  (qtp923483353-20152) [n:127.0.0.1:45591_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> 770345 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_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> 770346 INFO  (qtp1644645080-20179) [n:127.0.0.1:35839_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> 770346 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 770347 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 770348 INFO  (qtp1644645080-20174) [n:127.0.0.1:35839_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:36287_solr} status=0 QTime=0
   [junit4]   2> 770348 INFO  (updateExecutor-12418-thread-3-processing-n:127.0.0.1:35839_solr) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:36287_solr 
   [junit4]   2> 770349 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_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:36287_solr} status=0 QTime=0
   [junit4]   2> 770349 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:36287_solr 
   [junit4]   2> 770349 INFO  (qtp1002873341-20164) [n:127.0.0.1:36287_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> 770349 INFO  (qtp368265626-20169) [n:127.0.0.1:43215_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:36287_solr} status=0 QTime=0
   [junit4]   2> 770349 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/v.0.13/jar_a.jar from 127.0.0.1:36287_solr 
   [junit4]   2> 770349 INFO  (qtp1002873341-20163) [n:127.0.0.1:36287_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> 770349 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_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> 770350 INFO  (qtp1002873341-20163) [n:127.0.0.1:36287_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> 770350 INFO  (qtp1002873341-20164) [n:127.0.0.1:36287_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> 770350 INFO  (qtp1002873341-20156) [n:127.0.0.1:36287_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> 770350 INFO  (updateExecutor-12418-thread-3-processing-n:127.0.0.1:35839_solr) [n:127.0.0.1:35839_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 770351 INFO  (updateExecutor-12418-thread-3-processing-n:127.0.0.1:35839_solr) [n:127.0.0.1:35839_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 770351 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 770351 INFO  (updateExecutor-12381-thread-1-processing-n:127.0.0.1:45591_solr) [n:127.0.0.1:45591_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 770351 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/v.0.13/jar_a.jar and metadata. sizes 6582 246
   [junit4]   2> 770351 INFO  (updateExecutor-12400-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/v.0.13/jar_a.jar
   [junit4]   2> 770353 INFO  (qtp1002873341-20159) [n:127.0.0.1:36287_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=9
   [junit4]   2> 770355 INFO  (qtp1002873341-20163) [n:127.0.0.1:36287_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> 770357 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_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> 770359 INFO  (qtp368265626-20169) [n:127.0.0.1:43215_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> 770361 INFO  (qtp1644645080-20150) [n:127.0.0.1:35839_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> 770363 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770363 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770365 DEBUG (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770365 DEBUG (zkCallback-12384-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770365 DEBUG (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770365 DEBUG (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 770365 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 770365 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 770365 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 770366 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 770366 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 770366 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 770366 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 770366 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 770366 INFO  (zkCallback-12403-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> 770366 INFO  (zkCallback-12421-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> 770366 INFO  (zkCallback-12384-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> 770366 INFO  (zkCallback-12365-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> 770366 INFO  (qtp923483353-20167) [n:127.0.0.1:45591_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 770366 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770366 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770366 INFO  (qtp1002873341-20164) [n:127.0.0.1:36287_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 770366 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770367 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770367 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770367 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770367 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 770368 INFO  (qtp1644645080-20171) [n:127.0.0.1:35839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 770368 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node3/filestore/mypkg/v.0.13]
   [junit4]   2> 770368 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node2/filestore/mypkg/v.0.13]
   [junit4]   2> 770368 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_36919914D9137432-001/tempDir-001/node1/filestore/mypkg/v.0.13]
   [junit4]   2> 770368 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 770368 INFO  (zkCallback-12403-thread-1) [     ] o.a.s.p.PackageLoader version: 0.13 is the new latest in package: test_pkg
   [junit4]   2> 770368 INFO  (zkCallback-12421-thread-1) [     ] o.a.s.p.PackageLoader version: 0.13 is the new latest in package: test_pkg
   [junit4]   2> 770368 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_solr     ] o.a.s.p.PackageLoader Package test_pkg is modified 
   [junit4]   2> 770368 INFO  (zkCallback-12365-thread-1) [     ] o.a.s.p.PackageLoader version: 0.13 is the new latest in package: test_pkg
   [junit4]   2> 770368 INFO  (qtp368265626-20154) [n:127.0.0.1:43215_solr     ] o.a.s.s.HttpS

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

 Stopped o.e.j.s.ServletContextHandler@34393486{/solr,null,UNAVAILABLE}
   [junit4]   2> 795560 INFO  (jetty-closer-12773-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 795659 INFO  (jetty-closer-12773-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72130338627780615-127.0.0.1:46837_solr-n_0000000000) closing
   [junit4]   2> 795898 INFO  (jetty-closer-12773-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@13e6c998{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 795898 INFO  (jetty-closer-12773-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1aaa3689{/solr,null,UNAVAILABLE}
   [junit4]   2> 795899 INFO  (jetty-closer-12773-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 802504 INFO  (jetty-closer-12773-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@53861930{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 802505 INFO  (jetty-closer-12773-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@131eb0f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 802505 INFO  (jetty-closer-12773-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 802525 INFO  (jetty-closer-12773-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@773d58d3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 802525 INFO  (jetty-closer-12773-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b1598df{/solr,null,UNAVAILABLE}
   [junit4]   2> 802525 INFO  (jetty-closer-12773-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 802526 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 802528 WARN  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]-SendThread(127.0.0.1:45427)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10042292b700000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10042292b700000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10042292b700000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 802631 WARN  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]-SendThread(127.0.0.1:45427)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10042292b700001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10042292b700001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10042292b700001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 802743 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> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/configs/conf/managed-schema
   [junit4]   2> 	6	/solr/collections/testSchemaLoadingColl/terms/shard1
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/testSchemaLoadingColl/terms/shard2
   [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> 	49	/solr/collections/testSchemaLoadingColl/state.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/conf/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/overseer/queue
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 802745 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45427
   [junit4]   2> 802745 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45427
   [junit4]   2> 802745 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45427
   [junit4]   2> 802746 INFO  (TEST-TestPackages.testSchemaPlugins-seed#[36919914D9137432]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaPlugins
   [junit4]   2> 802747 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 802747 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45427
   [junit4]   2> 802747 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45427
   [junit4]   2> 802747 INFO  (SUITE-TestPackages-seed#[36919914D9137432]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45427
   [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_36919914D9137432-001
   [junit4]   2> Aug 02, 2020 12:54:22 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=398, maxMBSortInHeap=5.702065074598083, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fr-MU, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=16,threads=1,free=364904448,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecovery, OverseerSolrResponseUnsafeSerializationTest, BlockDirectoryTest, DaemonStreamApiTest, JWTVerificationkeyResolverTest, TestSubQueryTransformer, ParsingFieldUpdateProcessorsTest, TestRawTransformer, TestQueryUtils, TestLazyCores, PingRequestHandlerTest, TestSerializedLuceneMatchVersion, TestJsonRequest, RestartWhileUpdatingTest, TestStressLiveNodes, SpatialHeatmapFacetsTest, PolyFieldTest, MoveReplicaHDFSTest, SolrCmdDistributorTest, TestMaxTokenLenTokenizer, TestExactSharedStatsCache, XMLAtomicUpdateMultivalueTest, SpellCheckCollatorWithCollapseTest, BitVectorTest, QueryElevationComponentTest, DateRangeFieldTest, XmlInterpolationTest, TestBinaryField, DistributedExpandComponentTest, TestReqParamsAPI, DynamicMapsTest, CheckHdfsIndexTest, TestGroupingSearch, TestMacros, TestDFRSimilarityFactory, EchoParamsTest, StatsComponentTest, BadIndexSchemaTest, TestSolrXml, ImplicitSnitchTest, TestCodecSupport, TestDistributedStatsComponentCardinality, TestCloudRecovery2, ForceLeaderTest, TestPerFieldSimilarity, TestStressRecovery, TestMinMaxOnMultiValuedField, ZkFailoverTest, TestPKIAuthenticationPlugin, RecoveryAfterSoftCommitTest, TestFileDictionaryLookup, TestCrossCoreJoin, TlogReplayBufferedWhileIndexingTest, BasicAuthOnSingleNodeTest, ClassificationUpdateProcessorIntegrationTest, TestFilteredDocIdSet, TestNumericRangeQuery32, TestPostingsSolrHighlighter, TestLegacyFieldCache, TestLeaderElectionZkExpiry, GraphQueryTest, TestJsonFacets, CollectionTooManyReplicasTest, CdcrUpdateLogTest, TestPackages]
   [junit4] Completed [536/868 (1!)] on J0 in 34.04s, 3 tests, 1 failure <<< FAILURES!

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

[repro] Revision: 07a89e7bf627b08b4cef323dd4d187da92b3a411

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=TestPackages -Dtests.method=testPluginLoading -Dtests.seed=36919914D9137432 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MU -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

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

[...truncated 2446 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPackages" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=36919914D9137432 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MU -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 49 lines...]