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/02/28 21:04:28 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-13.0.2) - Build # 25876 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25876/
Java: 64bit/jdk-13.0.2 -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$1957/0x00007fb53c778cb0@49105bc4 . 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$1957/0x00007fb53c778cb0@49105bc4 . 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([F8FA5CDFAE3508C3:2E7CBC224D2BCF59]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:243)
	at org.apache.solr.filestore.TestDistribPackageStore.assertResponseValues(TestDistribPackageStore.java:214)
	at org.apache.solr.pkg.TestPackages.verifyCmponent(TestPackages.java:432)
	at org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:154)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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:830)




Build Log:
[...truncated 14786 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200228_204103_8594382126619010241043.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007f8559f15d13, pid=22891, tid=22937
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (13.0.2+8) (build 13.0.2+8)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (13.0.2+8, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0x101fd13]  void OopOopIterateDispatch<ZMarkBarrierOopClosure<false> >::Table::oop_oop_iterate<InstanceRefKlass, oopDesc*>(ZMarkBarrierOopClosure<false>*, oopDesc*, Klass*)+0x133
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/hs_err_pid22891.log
   [junit4] [thread 22942 also had an error]
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-support/issues
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 571 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 1050564 INFO  (SUITE-TestPackages-seed#[F8FA5CDFAE3508C3]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1050564 INFO  (SUITE-TestPackages-seed#[F8FA5CDFAE3508C3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1050566 INFO  (SUITE-TestPackages-seed#[F8FA5CDFAE3508C3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/data-dir-106-001
   [junit4]   2> 1050566 WARN  (SUITE-TestPackages-seed#[F8FA5CDFAE3508C3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1050566 INFO  (SUITE-TestPackages-seed#[F8FA5CDFAE3508C3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1050567 INFO  (SUITE-TestPackages-seed#[F8FA5CDFAE3508C3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 1050569 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPluginLoading
   [junit4]   2> 1050570 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001
   [junit4]   2> 1050570 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1050570 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1050570 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1050670 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.ZkTestServer start zk server on port:35649
   [junit4]   2> 1050670 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35649
   [junit4]   2> 1050670 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35649
   [junit4]   2> 1050670 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35649
   [junit4]   2> 1050676 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050686 INFO  (zkConnectionManagerCallback-8624-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050686 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050691 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050698 INFO  (zkConnectionManagerCallback-8626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050698 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050703 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050707 INFO  (zkConnectionManagerCallback-8628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050707 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050847 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1050847 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1050847 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1050848 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 1050871 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1050871 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1050871 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1050877 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1050877 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1050877 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1050878 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25e073be{/solr,null,AVAILABLE}
   [junit4]   2> 1050891 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f34fd03{/solr,null,AVAILABLE}
   [junit4]   2> 1050896 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7777aade{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:36449}
   [junit4]   2> 1050896 INFO  (jetty-launcher-8629-thread-2) [     ] o.e.j.s.Server Started @1051180ms
   [junit4]   2> 1050896 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36449}
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1050897 ERROR (jetty-launcher-8629-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1050897 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-28T20:58:35.063579Z
   [junit4]   2> 1050899 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1050899 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1050899 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a8e19af{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:42079}
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.e.j.s.Server Started @1051185ms
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42079}
   [junit4]   2> 1050901 ERROR (jetty-launcher-8629-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1050901 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-28T20:58:35.067716Z
   [junit4]   2> 1050906 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57490f7a{/solr,null,AVAILABLE}
   [junit4]   2> 1050907 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26d40dba{/solr,null,AVAILABLE}
   [junit4]   2> 1050913 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050923 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@69e34a3a{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:41839}
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c418c09{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:43409}
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.e.j.s.Server Started @1051211ms
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.e.j.s.Server Started @1051211ms
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43409}
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41839}
   [junit4]   2> 1050927 ERROR (jetty-launcher-8629-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1050927 ERROR (jetty-launcher-8629-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-28T20:58:35.093915Z
   [junit4]   2> 1050927 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-28T20:58:35.093911Z
   [junit4]   2> 1050928 INFO  (zkConnectionManagerCallback-8631-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050928 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050929 INFO  (zkConnectionManagerCallback-8633-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050929 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050935 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050935 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1050939 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1050941 INFO  (zkConnectionManagerCallback-8636-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050941 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050941 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1050941 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1050943 INFO  (zkConnectionManagerCallback-8637-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1050943 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1050943 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1051051 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1051053 WARN  (jetty-launcher-8629-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39bf7f2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051053 WARN  (jetty-launcher-8629-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39bf7f2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051055 WARN  (jetty-launcher-8629-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1202b42e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051055 WARN  (jetty-launcher-8629-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1202b42e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051057 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35649/solr
   [junit4]   2> 1051059 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051059 INFO  (zkConnectionManagerCallback-8644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051059 INFO  (jetty-launcher-8629-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051151 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1051152 WARN  (jetty-launcher-8629-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@69c97b63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051152 WARN  (jetty-launcher-8629-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@69c97b63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051154 WARN  (jetty-launcher-8629-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65ce517[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051154 WARN  (jetty-launcher-8629-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65ce517[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051155 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35649/solr
   [junit4]   2> 1051156 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051158 INFO  (zkConnectionManagerCallback-8651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051158 INFO  (jetty-launcher-8629-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051252 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1051253 WARN  (jetty-launcher-8629-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7479b08c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051253 WARN  (jetty-launcher-8629-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7479b08c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051255 WARN  (jetty-launcher-8629-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48024880[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051255 WARN  (jetty-launcher-8629-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48024880[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051256 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35649/solr
   [junit4]   2> 1051257 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051258 INFO  (zkConnectionManagerCallback-8658-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051258 INFO  (jetty-launcher-8629-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051351 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1051352 WARN  (jetty-launcher-8629-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53470fa7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051352 WARN  (jetty-launcher-8629-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53470fa7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051355 WARN  (jetty-launcher-8629-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20578985[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051355 WARN  (jetty-launcher-8629-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20578985[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1051356 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35649/solr
   [junit4]   2> 1051357 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051358 INFO  (zkConnectionManagerCallback-8665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051358 INFO  (jetty-launcher-8629-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051451 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051452 INFO  (zkConnectionManagerCallback-8667-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051452 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051507 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41839_solr
   [junit4]   2> 1051507 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.c.Overseer Overseer (id=72093306117947403-127.0.0.1:41839_solr-n_0000000000) starting
   [junit4]   2> 1051509 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41839_solr
   [junit4]   2> 1051509 INFO  (OverseerStateUpdate-72093306117947403-127.0.0.1:41839_solr-n_0000000000) [n:127.0.0.1:41839_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41839_solr
   [junit4]   2> 1051510 INFO  (OverseerStateUpdate-72093306117947403-127.0.0.1:41839_solr-n_0000000000) [n:127.0.0.1:41839_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1051510 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1051511 WARN  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_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> 1051520 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1051535 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41839.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051539 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41839.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051539 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41839.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051540 INFO  (jetty-launcher-8629-thread-3) [n:127.0.0.1:41839_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node3/.
   [junit4]   2> 1051551 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051552 INFO  (zkConnectionManagerCallback-8673-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051552 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051553 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1051555 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36449_solr as DOWN
   [junit4]   2> 1051555 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1051555 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36449_solr
   [junit4]   2> 1051556 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1051556 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1051556 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1051557 WARN  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_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> 1051563 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1051575 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36449.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051580 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36449.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051580 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36449.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051581 INFO  (jetty-launcher-8629-thread-2) [n:127.0.0.1:36449_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node2/.
   [junit4]   2> 1051658 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051674 INFO  (zkConnectionManagerCallback-8679-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051674 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051680 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1051683 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43409_solr as DOWN
   [junit4]   2> 1051683 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1051683 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43409_solr
   [junit4]   2> 1051684 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1051684 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1051685 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1051686 WARN  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_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> 1051695 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1051695 INFO  (zkCallback-8678-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1051708 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43409.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051713 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43409.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051713 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43409.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051714 INFO  (jetty-launcher-8629-thread-4) [n:127.0.0.1:43409_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node4/.
   [junit4]   2> 1051751 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051752 INFO  (zkConnectionManagerCallback-8685-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051752 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051754 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1051756 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42079_solr as DOWN
   [junit4]   2> 1051756 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1051756 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42079_solr
   [junit4]   2> 1051757 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1051757 INFO  (zkCallback-8678-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1051757 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1051757 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1051757 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1051758 WARN  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_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> 1051765 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1051774 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42079.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051778 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42079.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051778 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42079.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1051779 INFO  (jetty-launcher-8629-thread-1) [n:127.0.0.1:42079_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node1/.
   [junit4]   2> 1051801 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1051802 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1051804 INFO  (zkConnectionManagerCallback-8694-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1051804 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1051805 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1051805 INFO  (TEST-TestPackages.testPluginLoading-seed#[F8FA5CDFAE3508C3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35649/solr ready
   [junit4]   2> 1051843 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41839_solr} status=0 QTime=3
   [junit4]   2> 1051843 INFO  (updateExecutor-8647-thread-1-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41839_solr 
   [junit4]   2> 1051850 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_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> 1051852 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1051854 INFO  (updateExecutor-8647-thread-1-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1051854 INFO  (updateExecutor-8647-thread-1-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1051859 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41839_solr} status=0 QTime=7
   [junit4]   2> 1051859 INFO  (updateExecutor-8661-thread-1-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41839_solr 
   [junit4]   2> 1051885 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:41839_solr} status=0 QTime=13
   [junit4]   2> 1051886 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=61
   [junit4]   1> sync resp: https://127.0.0.1:41839/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null
   [junit4]   2> 1051887 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_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> 1051888 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1051889 INFO  (updateExecutor-8661-thread-1-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1051889 INFO  (updateExecutor-8661-thread-1-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1051891 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:41839_solr 
   [junit4]   2> 1051897 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_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> 1051900 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1051901 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1051901 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der
   [junit4]   2> 1051906 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_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=11
   [junit4]   2> 1051920 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_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> 1051928 INFO  (qtp381282169-22517) [n:127.0.0.1:43409_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> 1051939 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_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> 1051949 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1051950 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/runtimelibs.jar
   [junit4]   2> 1051960 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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> 1051961 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_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> 1051967 INFO  (qtp381282169-22517) [n:127.0.0.1:43409_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> 1051968 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/runtimelibs.jar
   [junit4]   2> 1051968 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1051970 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:36449_solr} status=0 QTime=0
   [junit4]   2> 1051970 INFO  (updateExecutor-8661-thread-1-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:36449_solr 
   [junit4]   2> 1051970 INFO  (qtp381282169-22517) [n:127.0.0.1:43409_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:36449_solr} status=0 QTime=0
   [junit4]   2> 1051970 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:36449_solr 
   [junit4]   2> 1051971 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:36449_solr} status=0 QTime=0
   [junit4]   2> 1051971 INFO  (updateExecutor-8654-thread-2-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/runtimelibs.jar from 127.0.0.1:36449_solr 
   [junit4]   2> 1051971 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_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=24
   [junit4]   2> 1051972 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1051975 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1051975 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1051976 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1051976 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1051977 INFO  (updateExecutor-8661-thread-1-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1051977 INFO  (updateExecutor-8661-thread-1-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1051978 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1051978 INFO  (updateExecutor-8654-thread-2-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1051978 INFO  (updateExecutor-8654-thread-2-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1051978 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1051978 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/runtimelibs.jar
   [junit4]   2> 1051980 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_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> 1051986 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_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> 1051991 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_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> 1051997 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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> 1052008 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052009 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/testurpv1.jar
   [junit4]   2> 1052017 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_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> 1052018 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_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> 1052019 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_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> 1052019 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/testurpv1.jar
   [junit4]   2> 1052020 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1052023 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:42079_solr} status=0 QTime=0
   [junit4]   2> 1052023 INFO  (updateExecutor-8654-thread-2-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:42079_solr 
   [junit4]   2> 1052024 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1052024 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:42079_solr} status=0 QTime=0
   [junit4]   2> 1052024 INFO  (updateExecutor-8647-thread-2-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:42079_solr 
   [junit4]   2> 1052024 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1052024 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1052024 INFO  (qtp381282169-22517) [n:127.0.0.1:43409_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:42079_solr} status=0 QTime=0
   [junit4]   2> 1052025 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/testurpv1.jar from 127.0.0.1:42079_solr 
   [junit4]   2> 1052025 INFO  (updateExecutor-8654-thread-2-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1052025 INFO  (updateExecutor-8654-thread-2-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1052025 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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=19
   [junit4]   2> 1052025 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1052026 INFO  (updateExecutor-8647-thread-2-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1052026 INFO  (updateExecutor-8647-thread-2-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1052031 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1052032 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar params={} status=0 QTime=0
   [junit4]   2> 1052032 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1052032 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/testurpv1.jar
   [junit4]   2> 1052035 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_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> 1052048 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_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> 1052055 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_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> 1052070 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_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> 1052077 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052077 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore Missing file in package store: /mypkg/expressible.jar
   [junit4]   2> 1052078 INFO  (qtp595889013-22531) [n:127.0.0.1:42079_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> 1052078 INFO  (qtp2106573230-22508) [n:127.0.0.1:36449_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> 1052079 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_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> 1052079 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/expressible.jar
   [junit4]   2> 1052080 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1052081 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:41839_solr} status=0 QTime=0
   [junit4]   2> 1052081 INFO  (updateExecutor-8661-thread-2-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:41839_solr 
   [junit4]   2> 1052081 INFO  (qtp381282169-22517) [n:127.0.0.1:43409_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:41839_solr} status=0 QTime=0
   [junit4]   2> 1052081 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1052082 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:41839_solr 
   [junit4]   2> 1052082 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:41839_solr} status=0 QTime=0
   [junit4]   2> 1052082 INFO  (updateExecutor-8647-thread-2-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore fetching a file /mypkg/expressible.jar from 127.0.0.1:41839_solr 
   [junit4]   2> 1052082 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1052082 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1052082 INFO  (qtp1662722378-22512) [n:127.0.0.1:41839_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> 1052082 INFO  (qtp1662722378-22538) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1052082 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1052082 INFO  (updateExecutor-8661-thread-2-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1052082 INFO  (updateExecutor-8661-thread-2-processing-n:127.0.0.1:42079_solr) [n:127.0.0.1:42079_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1052083 INFO  (qtp1662722378-22505) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1052083 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1052083 INFO  (updateExecutor-8640-thread-1-processing-n:127.0.0.1:43409_solr) [n:127.0.0.1:43409_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1052083 INFO  (updateExecutor-8647-thread-2-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1052083 INFO  (updateExecutor-8647-thread-2-processing-n:127.0.0.1:36449_solr) [n:127.0.0.1:36449_solr     ] o.a.s.f.PackageStoreAPI downloaded file: /mypkg/expressible.jar
   [junit4]   2> 1052092 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_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> 1052099 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_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> 1052104 INFO  (qtp381282169-22517) [n:127.0.0.1:43409_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> 1052110 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_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> 1052138 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052139 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052140 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052140 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052140 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052141 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052143 DEBUG (zkCallback-8672-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1052143 DEBUG (zkCallback-8684-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1052143 DEBUG (zkCallback-8678-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1052143 DEBUG (zkCallback-8666-thread-1) [     ] o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1052145 INFO  (qtp595889013-22513) [n:127.0.0.1:42079_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1052146 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1052147 INFO  (qtp2106573230-22506) [n:127.0.0.1:36449_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1052147 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.p.PackageLoader /packages.json updated to version 1
   [junit4]   2> 1052147 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1052148 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_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> 1052150 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052151 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1052151 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1052151 INFO  (zkCallback-8684-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> 1052151 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052151 INFO  (zkCallback-8678-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1052151 INFO  (zkCallback-8678-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1052151 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1052151 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1052151 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1052151 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1052151 INFO  (zkCallback-8666-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> 1052151 INFO  (zkCallback-8672-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> 1052151 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052152 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052152 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052152 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052152 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052152 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052153 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052153 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052153 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052153 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052153 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052153 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052154 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052155 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052155 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. 
   [junit4]   2> 1052155 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node2/filestore/mypkg]
   [junit4]   2> 1052155 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node3/filestore/mypkg]
   [junit4]   2> 1052155 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node1/filestore/mypkg]
   [junit4]   2> 1052155 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node4/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node2/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node1/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node1/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node3/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node2/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node4/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node3/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.c.SolrResourceLoader [null] Added 1 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node4/filestore/mypkg]
   [junit4]   2> 1052156 INFO  (zkCallback-8666-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1052156 INFO  (zkCallback-8672-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1052156 INFO  (zkCallback-8684-thread-1) [     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1052156 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg
   [junit4]   2> 1052156 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=37
   [junit4]   2> 1052157 INFO  (qtp381282169-22515) [n:127.0.0.1:43409_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> 1052163 INFO  (OverseerThreadFactory-5753-thread-1-processing-n:127.0.0.1:41839_solr) [n:127.0.0.1:41839_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testPluginLoadingColl
   [junit4]   2> 1052277 INFO  (OverseerStateUpdate-72093306117947403-127.0.0.1:41839_solr-n_0000000000) [n:127.0.0.1:41839_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPluginLoadingColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41839/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41839_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1052278 INFO  (OverseerStateUpdate-72093306117947403-127.0.0.1:41839_solr-n_0000000000) [n:127.0.0.1:41839_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testPluginLoadingColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43409/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43409_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1052279 INFO  (OverseerStateUpdate-72093306117947403-127.0.0.1:41839_solr-n_0000000000) [n:127.0.0.1:41839_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testPluginLoadingColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36449/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36449_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1052279 INFO  (OverseerStateUpdate-72093306117947403-127.0.0.1:41839_solr-n_0000000000) [n:127.0.0.1:41839_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testPluginLoadingColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testPluginLoadingColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42079/solr",
   [junit4]   2>   "node_name":"127.0.0.1:42079_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1052484 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr    x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard1_replica_n2&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1052484 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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> 1052484 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr    x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testPluginLoadingColl_shard2_replica_n4&action=CREATE&numShards=2&collection=testPluginLoadingColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1052491 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_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> 1052491 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_solr    x:testPluginLoadingColl_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1052496 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1052496 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1052496 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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> 1052512 INFO  (qtp1662722378-22503) [n:127.0.0.1:41839_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> 1052513 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.s.IndexSchema [testPluginLoadingColl_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1052513 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema [testPluginLoadingColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1052513 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.s.IndexSchema [testPluginLoadingColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1052516 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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> 1052516 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_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> 1052517 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1052517 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1052517 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1052517 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testPluginLoadingColl_shard2_replica_n4' using configuration from configset conf, trusted=true
   [junit4]   2> 1052517 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42079.solr.core.testPluginLoadingColl.shard2.replica_n6' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1052517 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43409.solr.core.testPluginLoadingColl.shard1.replica_n2' (registry 'solr.core.testPluginLoadingColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1052517 INFO  (qtp2106573230-22525) [n:127.0.0.1:36449_solr c:testPluginLoadingColl s:shard2 r:core_node7 x:testPluginLoadingColl_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36449.solr.core.testPluginLoadingColl.shard2.replica_n4' (registry 'solr.core.testPluginLoadingColl.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@937994
   [junit4]   2> 1052518 INFO  (qtp595889013-22510) [n:127.0.0.1:42079_solr c:testPluginLoadingColl s:shard2 r:core_node8 x:testPluginLoadingColl_shard2_replica_n6 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node1/testPluginLoadingColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node1/./testPluginLoadingColl_shard2_replica_n6/data/]
   [junit4]   2> 1052518 INFO  (qtp381282169-22535) [n:127.0.0.1:43409_solr c:testPluginLoadingColl s:shard1 r:core_node5 x:testPluginLoadingColl_shard1_replica_n2 ] o.a.s.c.SolrCore [[testPluginLoadingColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node4/testPluginLoadingColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.pkg.TestPackages_F8FA5CDFAE3508C3-001/tempDir-001/node4/./testPluginLoadingColl_shard1_replic

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

j/lib/netty-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-handler-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-resolver-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-jute-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-common-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-hpack-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-java-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-continuation-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-deploy-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-http-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-io-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-jmx-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-rewrite-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-security-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlet-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlets-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-util-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-webapp-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-xml-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-core-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-graphite-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jetty9-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jmx-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jvm-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.2.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200228_204103_8592542327369378221734.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200228_204103_8592071132586962608557.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200228_204103_8594382126619010241043.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:830)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:635: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:579: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:232: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:549: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1043: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200228_204103_8594382126619010241043.sysout

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-12.0.2) - Build # 25878 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25878/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestSmileRequest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.search.TestSmileRequest:     1) Thread[id=434, name=qtp1737052720-434, state=RUNNABLE, group=TGRP-TestSmileRequest]         at app//org.apache.solr.search.DocSet.<clinit>(DocSet.java:118)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:183)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)         at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)         at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)         at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)    2) Thread[id=454, name=qtp643832254-454, state=RUNNABLE, group=TGRP-TestSmileRequest]         at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)         at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)         at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)         at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)    3) Thread[id=430, name=qtp1005233335-430, state=RUNNABLE, group=TGRP-TestSmileRequest]         at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)         at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)         at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)         at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.search.TestSmileRequest: 
   1) Thread[id=434, name=qtp1737052720-434, state=RUNNABLE, group=TGRP-TestSmileRequest]
        at app//org.apache.solr.search.DocSet.<clinit>(DocSet.java:118)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:183)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)
        at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)
        at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   2) Thread[id=454, name=qtp643832254-454, state=RUNNABLE, group=TGRP-TestSmileRequest]
        at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)
        at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)
        at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   3) Thread[id=430, name=qtp1005233335-430, state=RUNNABLE, group=TGRP-TestSmileRequest]
        at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)
        at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)
        at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestSmileRequest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=434, name=qtp1737052720-434, state=RUNNABLE, group=TGRP-TestSmileRequest]         at app//org.apache.solr.search.DocSet.<clinit>(DocSet.java:118)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:183)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)         at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)         at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)         at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)    2) Thread[id=454, name=qtp643832254-454, state=RUNNABLE, group=TGRP-TestSmileRequest]         at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)         at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)         at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)         at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)    3) Thread[id=430, name=qtp1005233335-430, state=RUNNABLE, group=TGRP-TestSmileRequest]         at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)         at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)         at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)         at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)         at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=434, name=qtp1737052720-434, state=RUNNABLE, group=TGRP-TestSmileRequest]
        at app//org.apache.solr.search.DocSet.<clinit>(DocSet.java:118)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:183)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)
        at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)
        at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   2) Thread[id=454, name=qtp643832254-454, state=RUNNABLE, group=TGRP-TestSmileRequest]
        at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)
        at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)
        at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   3) Thread[id=430, name=qtp1005233335-430, state=RUNNABLE, group=TGRP-TestSmileRequest]
        at app//org.apache.solr.search.DocSetUtil.createSmallSet(DocSetUtil.java:211)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:185)
        at app//org.apache.solr.search.DocSetUtil.createDocSet(DocSetUtil.java:131)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1194)
        at app//org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:834)
        at app//org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1042)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1557)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1437)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$492/0x00007faef32f6840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.json.TestJsonRequest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84]:0)


FAILED:  org.apache.solr.search.TestSmileRequest.testDistribJsonRequest

Error Message:
Error from server at http://127.0.0.1:35495/solr/collection1: Server Error  request: http://127.0.0.1:35495/solr/collection1/select?shards=127.0.0.1:36891/solr/collection1,127.0.0.1:35495/solr/collection1,127.0.0.1:43819/solr/collection1&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=smile&version=2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35495/solr/collection1: Server Error

request: http://127.0.0.1:35495/solr/collection1/select?shards=127.0.0.1:36891/solr/collection1,127.0.0.1:35495/solr/collection1,127.0.0.1:43819/solr/collection1&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=smile&version=2
	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84:8962BAA8D3C46B4C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.search.TestSmileRequest$1.assertJQ(TestSmileRequest.java:79)
	at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:299)
	at org.apache.solr.search.json.TestJsonRequest.doJsonRequest(TestJsonRequest.java:101)
	at org.apache.solr.search.TestSmileRequest.testDistribJsonRequest(TestSmileRequest.java:86)
	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:567)
	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:835)


FAILED:  org.apache.solr.search.json.TestJsonRequest.testDistribJsonRequest

Error Message:
Error from server at http://127.0.0.1:41351/solr/collection1: Server Error  request: http://127.0.0.1:41351/solr/collection1/select?shards=127.0.0.1:38491/solr/collection1,127.0.0.1:41351/solr/collection1,127.0.0.1:46315/solr/collection1&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=json&indent=true&version=2.2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41351/solr/collection1: Server Error

request: http://127.0.0.1:41351/solr/collection1/select?shards=127.0.0.1:38491/solr/collection1,127.0.0.1:41351/solr/collection1,127.0.0.1:46315/solr/collection1&json={query:'cat_s:A'}&json={filter:'where_s:NY'}&wt=json&indent=true&version=2.2
	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84:8962BAA8D3C46B4C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290)
	at org.apache.solr.SolrTestCaseHS.getQueryResponse(SolrTestCaseHS.java:206)
	at org.apache.solr.SolrTestCaseHS.getJSON(SolrTestCaseHS.java:227)
	at org.apache.solr.SolrTestCaseHS.assertJQ(SolrTestCaseHS.java:144)
	at org.apache.solr.SolrTestCaseHS$Client$Tester.assertJQ(SolrTestCaseHS.java:257)
	at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:299)
	at org.apache.solr.search.json.TestJsonRequest.doJsonRequest(TestJsonRequest.java:101)
	at org.apache.solr.search.json.TestJsonRequest.testDistribJsonRequest(TestJsonRequest.java:80)
	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:567)
	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:835)


FAILED:  org.apache.solr.search.json.TestJsonRequest.testLocalJsonRequest

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84]:0)




Build Log:
[...truncated 13315 lines...]
   [junit4] Suite: org.apache.solr.search.TestSmileRequest
   [junit4]   2> 17269 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 17270 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/data-dir-2-001
   [junit4]   2> 17272 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 17272 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 17272 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 17272 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 17273 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 17274 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 17274 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 17287 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 17305 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 17364 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 17453 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1044) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:638) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:180) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestSmileRequest.beforeTests(TestSmileRequest.java:47) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 17454 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 17456 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f5dff5b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17456 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f5dff5b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17461 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21f34e63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17461 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21f34e63[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17462 WARN  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] 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> 17473 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 17473 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 17486 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17491 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17491 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17493 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 17506 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 17519 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 17567 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 17576 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 17576 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17576 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/data-dir-2-001/]
   [junit4]   2> 17578 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=59.7353515625, floorSegmentMB=1.806640625, forceMergeDeletesPctAllowed=8.644462393113265, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=39.17668296104551
   [junit4]   2> 17584 WARN  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 17613 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 17613 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 17614 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17614 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17614 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=101.4970703125, floorSegmentMB=1.4873046875, forceMergeDeletesPctAllowed=26.118340965753998, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4966685641649766, deletesPctAllowed=30.5663041833341
   [junit4]   2> 17615 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@659acb31[collection1] main]
   [junit4]   2> 17616 WARN  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 17617 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 17617 INFO  (coreLoadExecutor-154-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659829549590904832
   [junit4]   2> 17618 INFO  (searcherExecutor-155-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@659acb31[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 17619 INFO  (SUITE-TestSmileRequest-seed#[9D38CCA586A9ED84]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 17621 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDistribJsonRequest
   [junit4]   2> 17629 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 17629 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 17629 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 17633 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 17633 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 17633 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 17634 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b85c6c3{/solr,null,AVAILABLE}
   [junit4]   2> 17635 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46598e30{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36891}
   [junit4]   2> 17635 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.s.Server Started @17657ms
   [junit4]   2> 17635 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema_latest.xml, hostContext=/solr, solrconfig=solrconfig-tlog.xml, hostPort=36891}
   [junit4]   2> 17636 ERROR (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 17636 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 17636 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 17636 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 17636 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 17636 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-29T00:40:11.076503Z
   [junit4]   2> 17636 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/s0-001/solr.xml
   [junit4]   2> 17641 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 17670 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 17671 WARN  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b06ded9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17671 WARN  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b06ded9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17675 WARN  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@768bd3af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17675 WARN  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@768bd3af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17677 WARN  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] 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> 17683 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 17683 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 17697 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17704 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17705 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17706 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/s0-001/.
   [junit4]   2> 17706 INFO  (TEST-TestSmileRequest.testDistribJsonRequest-seed#[9D38CCA586A9ED84]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 17712 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 17739 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 17797 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 17807 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/s0-001/./collection1, trusted=true
   [junit4]   2> 17807 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c9e62d4
   [junit4]   2> 17807 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/s0-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.search.TestSmileRequest_9D38CCA586A9ED84-001/s0-001/./collection1/data/]
   [junit4]   2> 17809 INFO  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=59.7353515625, floorSegmentMB=1.806640625, forceMergeDeletesPctAllowed=8.644462393113265, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=39.17668296104551
   [junit4]   2> 17810 WARN  (coreLoadExecutor-168-thread-1) [    x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defau

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

carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$$Lambda$139/0x00007f75b3ab94b0.run(Unknown Source)
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2>   85) Thread[id=322, name=qtp303661002-322, state=RUNNABLE, group=TGRP-TestJsonRequest]
   [junit4]   2>         at java.base@12.0.2/sun.nio.ch.EPoll.wait(Native Method)
   [junit4]   2>         at java.base@12.0.2/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
   [junit4]   2>         at java.base@12.0.2/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
   [junit4]   2>         at java.base@12.0.2/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:472)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$177/0x00007f75b2df2c58.run(Unknown Source)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {where_s_single_not_uninvert_dv=BlockTreeOrds(blocksize=128), _root_=Lucene84, where_s=PostingsFormat(name=Direct), where_s_multi_not_uninvert=BlockTreeOrds(blocksize=128), where_s_multi_not_uninvert_dv=PostingsFormat(name=Asserting), cat_s=Lucene84, id=PostingsFormat(name=Direct), where_s_single_not_uninvert=Lucene84}, docValues:{where_s_single_not_uninvert_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), where_s_multi_not_uninvert_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=384, maxMBSortInHeap=7.732463301137856, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@208cdce8), locale=dje-NE, timezone=Africa/Blantyre
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=16,threads=97,free=287936360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BasicAuthOnSingleNodeTest, TestLegacyTerms, BigEndianAscendingWordDeserializerTest, RequestLoggingTest, TestJsonRequest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestJsonRequest -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dje-NE -Dtests.timezone=Africa/Blantyre -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J5 | TestJsonRequest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D38CCA586A9ED84]:0)
   [junit4] Completed [835/905 (2!)] on J5 in 7213.18s, 2 tests, 3 errors <<< FAILURES!

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

[repro] Revision: 30944d35207cb3ca4f6522f354437b050a7c5cc1

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestSmileRequest -Dtests.method=testDistribJsonRequest -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-UM -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestSmileRequest -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-UM -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestJsonRequest -Dtests.method=testDistribJsonRequest -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dje-NE -Dtests.timezone=Africa/Blantyre -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestJsonRequest -Dtests.method=testLocalJsonRequest -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dje-NE -Dtests.timezone=Africa/Blantyre -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestJsonRequest -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dje-NE -Dtests.timezone=Africa/Blantyre -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]       TestSmileRequest
[repro]       TestJsonRequest
[repro] ant compile-test

[...truncated 3128 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestSmileRequest|*.TestJsonRequest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=9D38CCA586A9ED84 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-UM -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 114 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.search.TestSmileRequest
[repro]   0/5 failed: org.apache.solr.search.json.TestJsonRequest
[repro] Exiting with code 0

[...truncated 43 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25877/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

All tests passed

Build Log:
[...truncated 13916 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200228_224122_13710863116445493226561.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007ff5d0259d13, pid=13611, tid=13679
   [junit4] #
   [junit4] # JRE version: OpenJDK Runtime Environment (13.0.2+8) (build 13.0.2+8)
   [junit4] # Java VM: OpenJDK 64-Bit Server VM (13.0.2+8, mixed mode, tiered, z gc, linux-amd64)
   [junit4] # Problematic frame:
   [junit4] # V  [libjvm.so+0x101fd13][thread 12940 also had an error]
   [junit4]   void OopOopIterateDispatch<ZMarkBarrierOopClosure<false> >::Table::oop_oop_iterate<InstanceRefKlass, oopDesc*>(ZMarkBarrierOopClosure<false>*, oopDesc*, Klass*)+0x133
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/hs_err_pid13611.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-support/issues
   [junit4] #
   [junit4] <<< JVM J2: EOF ----

[...truncated 1945 lines...]
   [junit4] ERROR: JVM J2 ended with an exception, command line: /home/jenkins/tools/java/64bit/jdk-13.0.2/bin/java -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps -ea -esa --illegal-access=deny -Dtests.prefix=tests -Dtests.seed=C597BEE08E449A21 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=9.0.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/security.policy -Dtests.LUCENE_VERSION=9.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Dtests.src.home=/home/jenkins/workspace/Lucene-Solr-master-Linux -Djava.security.egd=file:/dev/./urandom -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp -Djunit4.childvm.id=2 -Djunit4.childvm.count=6 -Dfile.encoding=US-ASCII -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dtests.filterstacks=true -Dtests.leaveTemporary=false -Dtests.badapples=false -classpath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/test-framework/lib/junit4-ant-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/test-framework/lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/lucene-analyzers-common-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/lucene-analyzers-nori-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/lucene-codecs-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/lucene-backward-codecs-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/lucene-highlighter-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/lucene-memory-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/lucene-misc-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/lucene-spatial-extras-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/lucene-spatial3d-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/lucene-expressions-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/lucene-suggest-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/lucene-grouping-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/lucene-queries-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/lucene-queryparser-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/lucene-join-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/lucene-sandbox-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/lucene-classification-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/asm-7.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/asm-commons-7.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/avatica-core-1.13.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/caffeine-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/calcite-core-1.18.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/calcite-linq4j-1.18.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-cli-1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-codec-1.13.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-compiler-3.0.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-configuration2-2.1.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-exec-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-fileupload-1.3.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-io-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-lang3-3.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-math3-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/curator-client-2.13.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/curator-framework-2.13.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/curator-recipes-2.13.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/disruptor-3.4.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/eigenbase-properties-1.1.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/guava-25.1-jre.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/hadoop-annotations-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/hadoop-auth-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/hadoop-common-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/hadoop-hdfs-client-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/hppc-0.8.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/htrace-core4-4.1.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/jackson-annotations-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/jackson-core-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/jackson-databind-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/jackson-dataformat-smile-2.10.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/janino-3.0.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/java-semver-0.9.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/jcl-over-slf4j-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/jose4j-0.6.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/json-path-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/kerb-core-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/kerb-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/kerby-asn1-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/kerby-pkix-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/log4j-1.2-api-2.11.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/log4j-api-2.11.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/log4j-core-2.11.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/log4j-slf4j-impl-2.11.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/opentracing-api-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/opentracing-noop-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/opentracing-util-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/org.restlet-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/org.restlet.ext.servlet-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/protobuf-java-3.11.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/re2j-1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/rrd4j-3.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/s2-geometry-library-java-1.0.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/spatial4j-0.7.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/lib/t-digest-3.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/commons-io-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/commons-math3-3.6.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/http2-client-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/http2-common-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/http2-hpack-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/http2-http-client-transport-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/httpclient-4.5.10.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/httpcore-4.4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/httpmime-4.5.10.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jcl-over-slf4j-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jetty-alpn-client-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jetty-alpn-java-client-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jetty-client-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jetty-http-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jetty-io-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/jetty-util-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-buffer-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-codec-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-handler-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-resolver-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.29.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/lib/zookeeper-jute-3.5.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-common-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-hpack-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/http2-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-java-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-alpn-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-continuation-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-deploy-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-http-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-io-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-jmx-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-rewrite-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-security-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-server-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlet-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-servlets-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-util-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-webapp-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/jetty-xml-9.4.24.v20191120.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-core-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-graphite-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jetty9-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jmx-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/lib/metrics-jvm-4.1.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-9.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.2.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200228_224122_13718123834290599975767.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200228_224122_13712914069756966572293.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200228_224122_13710863116445493226561.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:830)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:635: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:579: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:232: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:549: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1043: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200228_224122_13710863116445493226561.sysout

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