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

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

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

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

Error Message:
req: org.apache.solr.filestore.TestDistribPackageStore$$Lambda$1785/0x00007ff4dde078b0@37d8e3cf . 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$1785/0x00007ff4dde078b0@37d8e3cf . 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([8A10CE2DED470A61:5C962ED00E59CDFB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:244)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:215)
	at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:432)
	at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:154)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 15511 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 1061624 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1061624 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1061625 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/data-dir-154-001
   [junit4]   2> 1061625 WARN  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1061625 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1061626 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1061628 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPluginLoading
   [junit4]   2> 1061628 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001
   [junit4]   2> 1061629 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1061629 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1061629 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1061729 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer start zk server on port:45301
   [junit4]   2> 1061729 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45301
   [junit4]   2> 1061729 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45301
   [junit4]   2> 1061729 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45301
   [junit4]   2> 1061730 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061732 INFO  (zkConnectionManagerCallback-7095-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061732 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061733 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061734 INFO  (zkConnectionManagerCallback-7097-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061734 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061735 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061735 INFO  (zkConnectionManagerCallback-7099-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061736 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1061839 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+16-681
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ae550b7{/solr,null,AVAILABLE}
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4df628b{/solr,null,AVAILABLE}
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42fe080e{/solr,null,AVAILABLE}
   [junit4]   2> 1061842 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@550e0f0b{/solr,null,AVAILABLE}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@76682c47{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35889}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.e.j.s.Server Started @1062147ms
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35889}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3cbb3856{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46121}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.e.j.s.Server Started @1062147ms
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46121}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3e2ab74d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35041}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.e.j.s.Server Started @1062147ms
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35041}
   [junit4]   2> 1061843 ERROR (jetty-launcher-7100-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1061843 ERROR (jetty-launcher-7100-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1061843 ERROR (jetty-launcher-7100-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-02T02:36:07.311743Z
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-02T02:36:07.311726Z
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-02T02:36:07.311726Z
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fa47aaf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33367}
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-3) [     ] o.e.j.s.Server Started @1062147ms
   [junit4]   2> 1061843 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33367}
   [junit4]   2> 1061844 ERROR (jetty-launcher-7100-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1061844 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1061844 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1061844 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1061844 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr
   [junit4]   2> 1061844 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-02T02:36:07.312070Z
   [junit4]   2> 1061844 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061845 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061845 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061845 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061846 INFO  (zkConnectionManagerCallback-7103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061846 INFO  (zkConnectionManagerCallback-7104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061846 INFO  (zkConnectionManagerCallback-7106-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061846 INFO  (zkConnectionManagerCallback-7108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1061846 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1061953 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1061954 WARN  (jetty-launcher-7100-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b93f59c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061954 WARN  (jetty-launcher-7100-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b93f59c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061955 WARN  (jetty-launcher-7100-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e703e22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061955 WARN  (jetty-launcher-7100-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e703e22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1061956 INFO  (jetty-launcher-7100-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45301/solr
   [junit4]   2> 1061957 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061958 INFO  (zkConnectionManagerCallback-7115-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1061958 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1061987 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46121_solr
   [junit4]   2> 1061987 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.c.Overseer Overseer (id=72150649742688263-127.0.0.1:46121_solr-n_0000000000) starting
   [junit4]   2> 1061989 INFO  (OverseerStateUpdate-72150649742688263-127.0.0.1:46121_solr-n_0000000000) [n:127.0.0.1:46121_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46121_solr
   [junit4]   2> 1061990 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46121_solr
   [junit4]   2> 1061990 INFO  (zkCallback-7114-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1061991 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1061992 WARN  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_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> 1062000 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1062016 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46121.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062022 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46121.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062022 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46121.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062023 INFO  (jetty-launcher-7100-thread-2) [n:127.0.0.1:46121_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node2/.
   [junit4]   2> 1062053 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1062054 WARN  (jetty-launcher-7100-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ec75d19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062054 WARN  (jetty-launcher-7100-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ec75d19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062055 WARN  (jetty-launcher-7100-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6423eec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062055 WARN  (jetty-launcher-7100-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6423eec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062056 INFO  (jetty-launcher-7100-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45301/solr
   [junit4]   2> 1062057 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1062058 INFO  (zkConnectionManagerCallback-7126-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1062058 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1062060 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1062061 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35889_solr as DOWN
   [junit4]   2> 1062062 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1062062 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35889_solr
   [junit4]   2> 1062063 INFO  (zkCallback-7114-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1062063 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1062064 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1062064 WARN  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_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> 1062072 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1062087 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062094 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062094 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062095 INFO  (jetty-launcher-7100-thread-4) [n:127.0.0.1:35889_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node4/.
   [junit4]   2> 1062154 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1062155 WARN  (jetty-launcher-7100-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@112d738d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062155 WARN  (jetty-launcher-7100-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@112d738d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062172 WARN  (jetty-launcher-7100-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@495c4a7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062172 WARN  (jetty-launcher-7100-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@495c4a7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062176 INFO  (jetty-launcher-7100-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45301/solr
   [junit4]   2> 1062182 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1062182 INFO  (zkConnectionManagerCallback-7137-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1062182 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1062185 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1062187 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35041_solr as DOWN
   [junit4]   2> 1062188 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1062188 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35041_solr
   [junit4]   2> 1062189 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1062189 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1062190 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1062190 WARN  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_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> 1062193 INFO  (zkCallback-7114-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1062200 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1062211 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35041.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062215 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35041.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062215 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35041.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062216 INFO  (jetty-launcher-7100-thread-1) [n:127.0.0.1:35041_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node1/.
   [junit4]   2> 1062253 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1062254 WARN  (jetty-launcher-7100-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@581e3557[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062254 WARN  (jetty-launcher-7100-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@581e3557[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062255 WARN  (jetty-launcher-7100-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4fff1355[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062255 WARN  (jetty-launcher-7100-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4fff1355[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1062256 INFO  (jetty-launcher-7100-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45301/solr
   [junit4]   2> 1062257 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1062258 INFO  (zkConnectionManagerCallback-7148-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1062258 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1062260 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1062262 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33367_solr as DOWN
   [junit4]   2> 1062262 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1062262 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33367_solr
   [junit4]   2> 1062263 INFO  (zkCallback-7114-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1062263 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1062263 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1062263 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1062264 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1062264 WARN  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_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> 1062270 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1062280 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33367.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062284 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33367.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062285 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33367.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062285 INFO  (jetty-launcher-7100-thread-3) [n:127.0.0.1:33367_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node3/.
   [junit4]   2> 1062291 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1062291 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1062292 INFO  (zkConnectionManagerCallback-7157-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1062292 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1062293 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1062293 INFO  (TEST-TestPackages.testPluginLoading-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45301/solr ready
   [junit4]   2> 1062309 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062309 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:33367_solr 
   [junit4]   2> 1062311 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062311 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:33367_solr 
   [junit4]   2> 1062311 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_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> 1062312 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_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> 1062312 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1062312 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062312 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1062312 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:33367_solr 
   [junit4]   2> 1062313 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_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> 1062313 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1062313 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1062313 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1062313 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1062313 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1062314 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1062314 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1062316 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=14
   [junit4]   1> sync resp: http://127.0.0.1:33367/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 1062321 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_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=1
   [junit4]   2> 1062324 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_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> 1062326 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_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> 1062328 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_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> 1062333 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062335 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/runtimelibs.jar
   [junit4]   2> 1062335 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062336 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062337 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062337 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/runtimelibs.jar
   [junit4]   2> 1062338 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1062338 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062339 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062339 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062339 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062339 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062339 INFO  (qtp847036521-26486) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062339 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062339 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062339 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1062339 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062340 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1062340 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1062340 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/runtimelibs.jar params={sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc%2BI6O7BOdNuMct/xoZ4h73aZHZGc0%2BnmI1f/U3bOlMPINlSOM6LK3JpQ%3D%3D&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 1062341 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1062341 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1062341 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1062341 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1062341 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1062341 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1062342 INFO  (qtp847036521-26486) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062345 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062347 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062349 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062351 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062352 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/testurpv1.jar
   [junit4]   2> 1062352 INFO  (qtp847036521-26486) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062353 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062353 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062354 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/testurpv1.jar
   [junit4]   2> 1062354 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1062355 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062355 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062356 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062356 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062356 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062356 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062356 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062356 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062356 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062356 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1062356 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/testurpv1.jar params={sig=h6UmMzuPqu4hQFGLBMJh/6kDSEXpJlgLsQDXx0KuxXWkV5giilRP57K3towiJRh2J%2BrqihqIghNCi3YgzgUnWQ%3D%3D&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1062356 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1062357 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1062357 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1062357 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1062357 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1062357 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1062357 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1062357 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1062358 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062360 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062363 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062365 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062368 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062368 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/expressible.jar
   [junit4]   2> 1062369 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062369 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062369 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062370 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/expressible.jar
   [junit4]   2> 1062370 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1062371 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062371 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062372 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062372 INFO  (qtp847036521-26486) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:33367_solr} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:33367_solr 
   [junit4]   2> 1062372 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1062372 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1062373 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1062373 INFO  (updateExecutor-7111-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1062373 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1062373 INFO  (updateExecutor-7133-thread-1-processing-n:127.0.0.1:35041_solr) [n:127.0.0.1:35041_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1062373 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1062373 INFO  (updateExecutor-7122-thread-1-processing-n:127.0.0.1:35889_solr) [n:127.0.0.1:35889_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1062373 INFO  (qtp291735283-26477) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/mypkg/expressible.jar params={sig=ZOT11arAiPmPZYOHzqodiNnxO9pRyRozWZEBX8XGjU1/HJptFnZK%2BDI7eXnUtbNaMcbXE2Ze8hh4M/eGyhY8BQ%3D%3D&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1062378 INFO  (qtp847036521-26486) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062380 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062383 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062385 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062412 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062413 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062415 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062416 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062418 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062418 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062421 DEBUG (zkCallback-7147-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1062421 DEBUG (zkCallback-7114-thread-2) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1062421 DEBUG (zkCallback-7136-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1062421 DEBUG (zkCallback-7125-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1062422 INFO  (qtp820862752-26476) [n:127.0.0.1:35041_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062423 INFO  (qtp2024787234-26473) [n:127.0.0.1:35889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062424 INFO  (qtp291735283-26471) [n:127.0.0.1:33367_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1062424 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 1062424 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1062424 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1062427 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062428 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062429 INFO  (zkCallback-7114-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1062429 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1062429 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1062429 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1062429 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1062429 INFO  (zkCallback-7114-thread-2) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1062429 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1062429 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1062429 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1062430 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1062430 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1062430 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062430 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062430 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062469 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062469 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062469 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062469 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062471 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062471 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062471 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062471 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062472 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062472 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062473 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062473 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062473 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062473 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062474 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062474 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062475 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062474 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node4/filestore/mypkg]
   [junit4]   2> 1062474 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node2/filestore/mypkg]
   [junit4]   2> 1062475 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node1/filestore/mypkg]
   [junit4]   2> 1062475 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062475 INFO  (zkCallback-7125-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1062475 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1062475 INFO  (zkCallback-7136-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1062475 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=89
   [junit4]   2> 1062476 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1062476 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.c.SolrResourceLoader Added 3 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node3/filestore/mypkg]
   [junit4]   2> 1062476 INFO  (zkCallback-7147-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1062477 INFO  (qtp291735283-26480) [n:127.0.0.1:33367_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=100&name=testPluginLoadingColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1062479 INFO  (OverseerThreadFactory-8042-thread-1-processing-n:127.0.0.1:46121_solr) [n:127.0.0.1:46121_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPluginLoadingColl
   [junit4]   2> 1062584 INFO  (OverseerStateUpdate-72150649742688263-127.0.0.1:46121_solr-n_0000000000) [n:127.0.0.1:46121_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPluginLoadingColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35041/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35041_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1062586 INFO  (OverseerStateUpdate-72150649742688263-127.0.0.1:46121_solr-n_0000000000) [n:127.0.0.1:46121_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPluginLoadingColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33367/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33367_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1062588 INFO  (OverseerStateUpdate-72150649742688263-127.0.0.1:46121_solr-n_0000000000) [n:127.0.0.1:46121_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testPluginLoadingColl_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46121/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46121_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1062589 INFO  (OverseerStateUpdate-72150649742688263-127.0.0.1:46121_solr-n_0000000000) [n:127.0.0.1:46121_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testPluginLoadingColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35889/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35889_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1062792 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr    x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n2&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1062792 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr    x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n1&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1062793 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr    x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n5&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1062793 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr    x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1062794 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr    x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n6&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1062811 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1062811 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1062830 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1062832 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1062835 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1062835 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 1062836 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35889.solr.core.testPluginLoadingColl.shard2.replica_n6' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062836 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node4/./testPluginLoadingColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node4/./testPluginLoadingColl_shard2_replica_n6/data/]
   [junit4]   2> 1062839 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1062842 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1062843 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1062843 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1062844 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35041.solr.core.testPluginLoadingColl.shard1.replica_n1' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062844 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node1/./testPluginLoadingColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node1/./testPluginLoadingColl_shard1_replica_n1/data/]
   [junit4]   2> 1062845 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1062845 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1062845 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33367.solr.core.testPluginLoadingColl.shard1.replica_n2' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062845 INFO  (qtp291735283-26493) [n:127.0.0.1:33367_solr c:testPluginLoadingColl s:shard1 r:core_node4 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node3/./testPluginLoadingColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node3/./testPluginLoadingColl_shard1_replica_n2/data/]
   [junit4]   2> 1062863 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1062874 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1062876 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1062876 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n5' using configuration from configset conf, trusted=true
   [junit4]   2> 1062876 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46121.solr.core.testPluginLoadingColl.shard2.replica_n5' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cca83
   [junit4]   2> 1062876 INFO  (qtp847036521-26481) [n:127.0.0.1:46121_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n5 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node2/./testPluginLoadingColl_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001/tempDir-001/node2/./testPluginLoadingColl_shard2_replica_n5/data/]
   [junit4]   2> 1062879 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1062879 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1062880 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1062880 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1062881 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@58e14b8e[testPluginLoadingColl_shard1_replica_n1] main]
   [junit4]   2> 1062881 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1062882 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1062882 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1062882 INFO  (qtp820862752-26490) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662826544732569600
   [junit4]   2> 1062884 INFO  (searcherExecutor-8075-thread-1-processing-n:127.0.0.1:35041_solr x:testPluginLoadingColl_shard1_replica_n1 c:testPluginLoadingColl s:shard1 r:core_node3) [n:127.0.0.1:35041_solr c:testPluginLoadingColl s:shard1 r:core_node3 x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.SolrCore [testPluginLoadingColl_shard1_replica_n1] Registered new searcher Searcher@58e14b8e[testPluginLoadingColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1062885 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1062885 INFO  (qtp2024787234-26488) [n:127.0.0.1:35889_solr c:testPluginLoadingColl s:shard

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

073741 INFO  (closeThreadPool-7269-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72150650464763911-127.0.0.1:41493_solr-n_0000000000) closing
   [junit4]   2> 1073742 INFO  (zkCallback-7244-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1073838 INFO  (jetty-closer-7255-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@14ef9ddd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1073838 INFO  (jetty-closer-7255-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7869eed1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1073838 INFO  (jetty-closer-7255-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1074034 INFO  (jetty-closer-7255-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72150650464763911-127.0.0.1:41493_solr-n_0000000000) closing
   [junit4]   2> 1074036 INFO  (jetty-closer-7255-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@35b9ee37{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1074036 INFO  (jetty-closer-7255-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e67138e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1074036 INFO  (jetty-closer-7255-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1083532 INFO  (jetty-closer-7255-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@33376839{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1083532 INFO  (jetty-closer-7255-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f750d9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1083532 INFO  (jetty-closer-7255-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1083570 INFO  (jetty-closer-7255-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@150cc124{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1083570 INFO  (jetty-closer-7255-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59e0ce06{/solr,null,UNAVAILABLE}
   [junit4]   2> 1083570 INFO  (jetty-closer-7255-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1083572 INFO  (TEST-TestPackages.testAPI-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1083777 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/packages.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1083779 INFO  (TEST-TestPackages.testAPI-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37491
   [junit4]   2> 1083779 INFO  (TEST-TestPackages.testAPI-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37491
   [junit4]   2> 1083779 INFO  (TEST-TestPackages.testAPI-seed#[8A10CE2DED470A61]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37491
   [junit4]   2> 1083780 INFO  (TEST-TestPackages.testAPI-seed#[8A10CE2DED470A61]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAPI
   [junit4]   2> 1083782 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1083782 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37491
   [junit4]   2> 1083782 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37491
   [junit4]   2> 1083782 INFO  (SUITE-TestPackages-seed#[8A10CE2DED470A61]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37491
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.pkg.TestPackages_8A10CE2DED470A61-001
   [junit4]   2> Apr 02, 2020 2:36:29 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=23541, maxDocsPerChunk=9, blockShift=19), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=23541, blockSize=19)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a518db2), locale=fur, timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Linux 5.3.0-42-generic amd64/Oracle Corporation 15-ea (64-bit)/cpus=16,threads=1,free=348127232,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [PhrasesIdentificationComponentTest, DistributedFacetSimpleRefinementLongTailTest, CollectionStateFormat2Test, TestSolrCachePerf, RemoteQueryErrorTest, TestSimComputePlanAction, SolrCoreCheckLockOnStartupTest, TestSolrCloudWithKerberosAlt, HdfsRestartWhileUpdatingTest, TestCorePropertiesReload, TestSchemaManager, TestMultiValuedNumericRangeQuery, TestGeoJSONResponseWriter, CachingDirectoryFactoryTest, TestUpdate, TestNRTOpen, UUIDFieldTest, NumberUtilsTest, TestDistribDocBasedVersion, TestRawTransformer, HighlighterWithoutStoredIdTest, CdcrReplicationHandlerTest, ZookeeperStatusHandlerTest, TestStandardQParsers, IndexSchemaRuntimeFieldTest, PropertiesRequestHandlerTest, GraphQueryTest, DocumentAnalysisRequestHandlerTest, SolrJmxReporterCloudTest, TestZkChroot, TestHashQParserPlugin, EchoParamsTest, SuggesterTest, TestRuleBasedAuthorizationPlugin, PreAnalyzedUpdateProcessorTest, TestNumericTerms32, TestNonDefinedSimilarityFactory, HttpPartitionTest, TestIntervalFaceting, OverseerTest, TestSearchPerf, TestSafeXMLParsing, TestDistribIDF, PeerSyncWithIndexFingerprintCachingTest, TestExtendedDismaxParser, TestBulkSchemaAPI, TestFunctionQuery, AtomicUpdateProcessorFactoryTest, TestTlogReplica, MetricsConfigTest, ActionThrottleTest, CoreAdminHandlerTest, TestBulkSchemaConcurrent, StatsReloadRaceTest, DocValuesNotIndexedTest, TestReRankQParserPlugin, SolrPluginUtilsTest, TestExclusionRuleCollectionAccess, TestFieldCacheReopen, PluginInfoTest, TestManagedSchema, DataDrivenBlockJoinTest, CreateRoutedAliasTest, CacheHeaderTest, TestFreeTextSuggestions, SystemCollectionCompatTest, AnalysisAfterCoreReloadTest, TestExportWriter, RuleEngineTest, SolrIndexConfigTest, TestComplexPhraseLeadingWildcard, StatelessScriptUpdateProcessorFactoryTest, ConjunctionSolrSpellCheckerTest, HLLSerializationTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, DeleteInactiveReplicaTest, DeleteStatusTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderFailoverAfterPartitionTest, NestedShardedAtomicUpdateTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest, RoutingToNodesWithPropertiesTest, SliceStateTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudSearcherWarming, TestLockTree, TestQueryingOnDownCollection, TestSegmentSorting, TlogReplayBufferedWhileIndexingTest, UnloadDistributedZkTest, ConcurrentCreateCollectionTest, TestCollectionsAPIViaSolrCloudCluster, TestReplicaProperties, NodeAddedTriggerTest, TestPolicyCloud, TestSimClusterStateProvider, TestSimUtils, TestSnapshotCloudManager, HdfsRecoveryZkTest, StressHdfsTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SOLR749Test, SolrCoreTest, TestCodecSupport, TestQuerySenderNoQuery, TestSolrConfigHandler, TestReplicationHandler, DistributedMLTComponentTest, DistributedQueryElevationComponentTest, ResponseBuilderTest, ResponseLogComponentTest, SearchHandlerTest, TestLegacyFieldReuse, TestNumericRangeQuery32, SolrGraphiteReporterTest, TestPackages]
   [junit4] Completed [764/907 (1!)] on J0 in 22.69s, 2 tests, 1 failure <<< FAILURES!

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

[repro] Revision: f779bc632d107bb8cf28ffa2b2ada4cb58203e8a

[repro] Repro line:  ant test  -Dtestcase=TestPackages -Dtests.method=testPluginLoading -Dtests.seed=8A10CE2DED470A61 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fur -Dtests.timezone=America/Indiana/Tell_City -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 3128 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPackages" -Dtests.showOutput=onerror  -Dtests.seed=8A10CE2DED470A61 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fur -Dtests.timezone=America/Indiana/Tell_City -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 43 lines...]